diff options
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/glark/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/glark/files/digest-glark-1.7.0 | 1 | ||||
-rw-r--r-- | app-text/glark/files/digest-glark-1.7.1 | 1 | ||||
-rw-r--r-- | app-text/glark/files/digest-glark-1.7.2 | 1 | ||||
-rw-r--r-- | app-text/glark/files/digest-glark-1.7.4 | 1 | ||||
-rw-r--r-- | app-text/glark/glark-1.7.0.ebuild | 28 | ||||
-rw-r--r-- | app-text/glark/glark-1.7.1.ebuild | 28 | ||||
-rw-r--r-- | app-text/glark/glark-1.7.2.ebuild | 32 | ||||
-rw-r--r-- | app-text/glark/glark-1.7.4.ebuild | 32 |
9 files changed, 5 insertions, 125 deletions
diff --git a/app-text/glark/ChangeLog b/app-text/glark/ChangeLog index 81981416c4f2..63d458c1a556 100644 --- a/app-text/glark/ChangeLog +++ b/app-text/glark/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/glark # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/glark/ChangeLog,v 1.35 2006/01/31 17:39:20 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/glark/ChangeLog,v 1.36 2006/01/31 17:41:03 ciaranm Exp $ + + 31 Jan 2006; Ciaran McCreesh <ciaranm@gentoo.org> -glark-1.7.0.ebuild, + -glark-1.7.1.ebuild, -glark-1.7.2.ebuild, -glark-1.7.4.ebuild: + Tidy up old versions *glark-1.7.5 (31 Jan 2006) diff --git a/app-text/glark/files/digest-glark-1.7.0 b/app-text/glark/files/digest-glark-1.7.0 deleted file mode 100644 index d4f464086b78..000000000000 --- a/app-text/glark/files/digest-glark-1.7.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 c5bcd6346550b35fbf34992a701ee0d5 glark-1.7.0.tar.gz 29326 diff --git a/app-text/glark/files/digest-glark-1.7.1 b/app-text/glark/files/digest-glark-1.7.1 deleted file mode 100644 index 0736e7dc2e4f..000000000000 --- a/app-text/glark/files/digest-glark-1.7.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 18974b82e7fb9b71b5ef18d141c6ef07 glark-1.7.1.tar.gz 32791 diff --git a/app-text/glark/files/digest-glark-1.7.2 b/app-text/glark/files/digest-glark-1.7.2 deleted file mode 100644 index 9a313651e53e..000000000000 --- a/app-text/glark/files/digest-glark-1.7.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 38b3250313ce1974afb43b39b083ba5c glark-1.7.2.tar.gz 33092 diff --git a/app-text/glark/files/digest-glark-1.7.4 b/app-text/glark/files/digest-glark-1.7.4 deleted file mode 100644 index cf86f1d28dd5..000000000000 --- a/app-text/glark/files/digest-glark-1.7.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 e00d8258105856c98b4361b94d40c37a glark-1.7.4.tar.gz 34037 diff --git a/app-text/glark/glark-1.7.0.ebuild b/app-text/glark/glark-1.7.0.ebuild deleted file mode 100644 index ae3d62550a82..000000000000 --- a/app-text/glark/glark-1.7.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/glark/glark-1.7.0.ebuild,v 1.6 2005/01/01 16:16:15 eradicator Exp $ - -DESCRIPTION="File searcher similar to grep but with fancy output" -HOMEPAGE="http://glark.sourceforge.net/" -SRC_URI="mirror://sourceforge/glark/${P}.tar.gz" - -KEYWORDS="x86 sparc ~ppc mips amd64" -SLOT="0" -LICENSE="LGPL-2.1" -IUSE="" - -# perl dep is for pod2man -DEPEND="virtual/ruby - dev-lang/perl" -RDEPEND="virtual/ruby" - -src_compile() { - emake - # force the manpage to be rebuilt - rm ${PN}.1 - make ${PN}.1 -} - -src_install () { - make DESTDIR=${D} install -} diff --git a/app-text/glark/glark-1.7.1.ebuild b/app-text/glark/glark-1.7.1.ebuild deleted file mode 100644 index 648c530d65b7..000000000000 --- a/app-text/glark/glark-1.7.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/glark/glark-1.7.1.ebuild,v 1.2 2005/01/01 16:16:15 eradicator Exp $ - -DESCRIPTION="File searcher similar to grep but with fancy output" -HOMEPAGE="http://glark.sourceforge.net/" -SRC_URI="mirror://sourceforge/glark/${P}.tar.gz" - -KEYWORDS="~x86 ~sparc ~ppc ~mips ~amd64" -SLOT="0" -LICENSE="LGPL-2.1" -IUSE="" - -# perl dep is for pod2man -DEPEND="virtual/ruby - dev-lang/perl" -RDEPEND="virtual/ruby" - -src_compile() { - emake - # force the manpage to be rebuilt - rm ${PN}.1 - make ${PN}.1 -} - -src_install () { - make DESTDIR=${D} install -} diff --git a/app-text/glark/glark-1.7.2.ebuild b/app-text/glark/glark-1.7.2.ebuild deleted file mode 100644 index 63b0f5fb0205..000000000000 --- a/app-text/glark/glark-1.7.2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/glark/glark-1.7.2.ebuild,v 1.5 2005/04/24 11:36:20 hansmi Exp $ - -inherit bash-completion - -DESCRIPTION="File searcher similar to grep but with fancy output" -HOMEPAGE="http://glark.sourceforge.net/" -SRC_URI="mirror://sourceforge/glark/${P}.tar.gz" - -KEYWORDS="x86 sparc ppc mips amd64 ~hppa" -SLOT="0" -LICENSE="LGPL-2.1" -IUSE="" - -# perl dep is for pod2man -DEPEND="virtual/ruby - dev-lang/perl" -RDEPEND="virtual/ruby" - -src_compile() { - emake - # force the manpage to be rebuilt - rm ${PN}.1 - make ${PN}.1 -} - -src_install () { - make DESTDIR=${D} install - dobashcompletion ${FILESDIR}/${PV}/glark-completion ${PN} -} - diff --git a/app-text/glark/glark-1.7.4.ebuild b/app-text/glark/glark-1.7.4.ebuild deleted file mode 100644 index 7dd46b446fc5..000000000000 --- a/app-text/glark/glark-1.7.4.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/glark/glark-1.7.4.ebuild,v 1.2 2005/10/15 09:27:34 grobian Exp $ - -inherit bash-completion - -DESCRIPTION="File searcher similar to grep but with fancy output" -HOMEPAGE="http://www.incava.org/projects/glark/" -SRC_URI="http://www.incava.org/pub/${PN}/${P}.tar.gz" - -KEYWORDS="~amd64 ~hppa ~mips ~ppc ~ppc-macos ~sparc ~x86" -SLOT="0" -LICENSE="LGPL-2.1" -IUSE="" - -# perl dep is for pod2man -DEPEND="virtual/ruby - dev-lang/perl" -RDEPEND="virtual/ruby" - -src_compile() { - emake - # force the manpage to be rebuilt - rm ${PN}.1 - make ${PN}.1 -} - -src_install () { - make DESTDIR=${D} install - dobashcompletion ${FILESDIR}/${PV}/glark-completion ${PN} -} - |