diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-09-18 20:19:40 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-09-18 20:19:40 +0000 |
commit | bd002ec159d4579ad228301d73eaae6ac962fdd0 (patch) | |
tree | e56de6f26beff222f3bf8bbc549d7eaf5685a825 /app-text/glark | |
parent | x86 stable (Manifest recommit) (diff) | |
download | gentoo-2-bd002ec159d4579ad228301d73eaae6ac962fdd0.tar.gz gentoo-2-bd002ec159d4579ad228301d73eaae6ac962fdd0.tar.bz2 gentoo-2-bd002ec159d4579ad228301d73eaae6ac962fdd0.zip |
Tidy up old versions. 1.7.0 stable on x86, sparc, mips
Diffstat (limited to 'app-text/glark')
-rw-r--r-- | app-text/glark/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/glark/files/digest-glark-1.4 | 1 | ||||
-rw-r--r-- | app-text/glark/files/digest-glark-1.6.4 | 1 | ||||
-rw-r--r-- | app-text/glark/files/digest-glark-1.6.8 | 1 | ||||
-rw-r--r-- | app-text/glark/glark-1.4.ebuild | 23 | ||||
-rw-r--r-- | app-text/glark/glark-1.6.4.ebuild | 23 | ||||
-rw-r--r-- | app-text/glark/glark-1.6.8.ebuild | 23 | ||||
-rw-r--r-- | app-text/glark/glark-1.7.0.ebuild | 4 |
8 files changed, 7 insertions, 75 deletions
diff --git a/app-text/glark/ChangeLog b/app-text/glark/ChangeLog index 9b67ca8d57f6..9d74de58cb13 100644 --- a/app-text/glark/ChangeLog +++ b/app-text/glark/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/glark # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/glark/ChangeLog,v 1.16 2004/08/05 18:39:03 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/glark/ChangeLog,v 1.17 2004/09/18 20:19:40 ciaranm Exp $ + + 18 Sep 2004; Ciaran McCreesh <ciaranm@gentoo.org> -glark-1.4.ebuild, + -glark-1.6.4.ebuild, -glark-1.6.8.ebuild, glark-1.7.0.ebuild: + Tidy up old versions. 1.7.0 stable on x86, sparc, mips 05 Aug 2004; Tom Martin <slarti@gentoo.org> glark-1.7.0.ebuild: Marked ~amd64. diff --git a/app-text/glark/files/digest-glark-1.4 b/app-text/glark/files/digest-glark-1.4 deleted file mode 100644 index 41be16e923e5..000000000000 --- a/app-text/glark/files/digest-glark-1.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 7df9b0453bc6f51d4a979f7d3321e228 glark-1.4.tar.gz 12969 diff --git a/app-text/glark/files/digest-glark-1.6.4 b/app-text/glark/files/digest-glark-1.6.4 deleted file mode 100644 index 4c76b34b15c6..000000000000 --- a/app-text/glark/files/digest-glark-1.6.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 086fcbdf0e924ad9acfccc7a34a68516 glark-1.6.4.tar.gz 31541 diff --git a/app-text/glark/files/digest-glark-1.6.8 b/app-text/glark/files/digest-glark-1.6.8 deleted file mode 100644 index b1741cf4b545..000000000000 --- a/app-text/glark/files/digest-glark-1.6.8 +++ /dev/null @@ -1 +0,0 @@ -MD5 9c878cdb9b3acd87da3ef6d8c2d630d9 glark-1.6.8.tar.gz 27159 diff --git a/app-text/glark/glark-1.4.ebuild b/app-text/glark/glark-1.4.ebuild deleted file mode 100644 index 72edd8056111..000000000000 --- a/app-text/glark/glark-1.4.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/glark/glark-1.4.ebuild,v 1.12 2004/06/24 22:36:48 agriffis Exp $ - -DESCRIPTION="File searcher" -HOMEPAGE="http://glark.sf.net" -SRC_URI="mirror://sourceforge/glark/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="x86 sparc" -IUSE="" - -DEPEND="virtual/ruby" - -src_compile() { - emake || die -} - -src_install () { - dobin glark - doman glark.1 -} diff --git a/app-text/glark/glark-1.6.4.ebuild b/app-text/glark/glark-1.6.4.ebuild deleted file mode 100644 index 149037318fa8..000000000000 --- a/app-text/glark/glark-1.6.4.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/glark/glark-1.6.4.ebuild,v 1.6 2004/06/24 22:36:48 agriffis Exp $ - -DESCRIPTION="File searcher" -HOMEPAGE="http://glark.sf.net" -SRC_URI="mirror://sourceforge/glark/${P}.tar.gz" - -KEYWORDS="x86 sparc" -SLOT="0" -LICENSE="LGPL-2.1" -IUSE="" - -DEPEND="virtual/ruby" - -src_compile() { - emake || die -} - -src_install () { - dobin glark - doman glark.1 -} diff --git a/app-text/glark/glark-1.6.8.ebuild b/app-text/glark/glark-1.6.8.ebuild deleted file mode 100644 index 279addc3072e..000000000000 --- a/app-text/glark/glark-1.6.8.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/glark/glark-1.6.8.ebuild,v 1.4 2004/06/28 02:51:15 ciaranm Exp $ - -DESCRIPTION="File searcher" -HOMEPAGE="http://glark.sf.net" -SRC_URI="mirror://sourceforge/glark/${P}.tar.gz" - -KEYWORDS="~x86 sparc ~ppc ~mips" -SLOT="0" -LICENSE="LGPL-2.1" -IUSE="" - -DEPEND="virtual/ruby" - -src_compile() { - return -} - -src_install () { - dobin glark - doman glark.1 -} diff --git a/app-text/glark/glark-1.7.0.ebuild b/app-text/glark/glark-1.7.0.ebuild index d7c605d9ff33..5b27a66286e4 100644 --- a/app-text/glark/glark-1.7.0.ebuild +++ b/app-text/glark/glark-1.7.0.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2004 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.3 2004/08/05 18:39:03 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/glark/glark-1.7.0.ebuild,v 1.4 2004/09/18 20:19:40 ciaranm 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" +KEYWORDS="x86 sparc ~ppc mips ~amd64" SLOT="0" LICENSE="LGPL-2.1" IUSE="" |