diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2009-08-01 17:55:38 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2009-08-01 17:55:38 +0000 |
commit | 7eb761a71fca5c11883c4ad4aba29a4895fa2e46 (patch) | |
tree | 77cf00d342c456106e60aacb38597a3e2f5580ea /app-text/glark | |
parent | amd64 stable, cleanup (diff) | |
download | historical-7eb761a71fca5c11883c4ad4aba29a4895fa2e46.tar.gz historical-7eb761a71fca5c11883c4ad4aba29a4895fa2e46.tar.bz2 historical-7eb761a71fca5c11883c4ad4aba29a4895fa2e46.zip |
remove old
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'app-text/glark')
-rw-r--r-- | app-text/glark/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/glark/glark-1.7.3.ebuild | 31 | ||||
-rw-r--r-- | app-text/glark/glark-1.7.5.ebuild | 31 |
3 files changed, 6 insertions, 64 deletions
diff --git a/app-text/glark/ChangeLog b/app-text/glark/ChangeLog index c5045453e3ac..acd1436d7099 100644 --- a/app-text/glark/ChangeLog +++ b/app-text/glark/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/glark -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/glark/ChangeLog,v 1.49 2008/01/17 20:36:45 grobian Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/glark/ChangeLog,v 1.50 2009/08/01 17:54:44 darkside Exp $ + + 01 Aug 2009; Jeremy Olexa <darkside@gentoo.org> -glark-1.7.3.ebuild, + -glark-1.7.5.ebuild: + remove old 17 Jan 2008; Fabian Groffen <grobian@gentoo.org> glark-1.7.5.ebuild, glark-1.7.8.ebuild, glark-1.8.0.ebuild: diff --git a/app-text/glark/glark-1.7.3.ebuild b/app-text/glark/glark-1.7.3.ebuild deleted file mode 100644 index d78f26269bd6..000000000000 --- a/app-text/glark/glark-1.7.3.ebuild +++ /dev/null @@ -1,31 +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.3.ebuild,v 1.7 2007/07/12 04:37:47 mr_bones_ 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="amd64 ~hppa mips ppc 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} -} diff --git a/app-text/glark/glark-1.7.5.ebuild b/app-text/glark/glark-1.7.5.ebuild deleted file mode 100644 index 097342bf0892..000000000000 --- a/app-text/glark/glark-1.7.5.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/glark/glark-1.7.5.ebuild,v 1.3 2008/01/17 20:36:45 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 ~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}/1.7.4/glark-completion" ${PN} -} |