diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2011-03-27 21:55:30 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2011-03-27 21:55:30 +0000 |
commit | aedae2816d9c4c131b017ae8d3ed067a3748cff4 (patch) | |
tree | 709ace6881655dd7e7e5ba3e382b747e7b9bdbac /app-text/glark | |
parent | remove old ebuilds (diff) | |
download | gentoo-2-aedae2816d9c4c131b017ae8d3ed067a3748cff4.tar.gz gentoo-2-aedae2816d9c4c131b017ae8d3ed067a3748cff4.tar.bz2 gentoo-2-aedae2816d9c4c131b017ae8d3ed067a3748cff4.zip |
remove old ebuilds
(Portage version: 2.1.9.44/cvs/Linux x86_64)
Diffstat (limited to 'app-text/glark')
-rw-r--r-- | app-text/glark/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/glark/glark-1.7.8.ebuild | 32 |
2 files changed, 4 insertions, 33 deletions
diff --git a/app-text/glark/ChangeLog b/app-text/glark/ChangeLog index 80c1a0903627..7cfd9561eeb9 100644 --- a/app-text/glark/ChangeLog +++ b/app-text/glark/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/glark # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/glark/ChangeLog,v 1.59 2011/01/24 03:52:30 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/glark/ChangeLog,v 1.60 2011/03/27 21:55:29 darkside Exp $ + + 27 Mar 2011; Jeremy Olexa <darkside@gentoo.org> -glark-1.7.8.ebuild: + remove old ebuilds 24 Jan 2011; Jeroen Roovers <jer@gentoo.org> glark-1.8.0.ebuild: Stable for SPARC (bug #350726). diff --git a/app-text/glark/glark-1.7.8.ebuild b/app-text/glark/glark-1.7.8.ebuild deleted file mode 100644 index 992e2c3a4ca4..000000000000 --- a/app-text/glark/glark-1.7.8.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/glark/glark-1.7.8.ebuild,v 1.10 2011/01/05 17:50:39 jlec 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=" - dev-lang/ruby - dev-lang/perl" -RDEPEND="dev-lang/ruby" - -src_compile() { - emake || die - # force the manpage to be rebuilt - rm ${PN}.1 - emake ${PN}.1 || die -} - -src_install () { - emake DESTDIR="${D}" install || die - dobashcompletion "${FILESDIR}"/1.8.0/glark-completion ${PN} -} |