diff options
author | 2015-07-05 10:00:19 +0000 | |
---|---|---|
committer | 2015-07-05 10:00:19 +0000 | |
commit | 5b007d68cd3445cc88caf1c74a58fa0e73f60808 (patch) | |
tree | 8eb7a021b1d811343101705739855447b5501a2d /app-text/glark | |
parent | Use correct slot for rubyzip. (diff) | |
download | gentoo-2-5b007d68cd3445cc88caf1c74a58fa0e73f60808.tar.gz gentoo-2-5b007d68cd3445cc88caf1c74a58fa0e73f60808.tar.bz2 gentoo-2-5b007d68cd3445cc88caf1c74a58fa0e73f60808.zip |
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'app-text/glark')
-rw-r--r-- | app-text/glark/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/glark/glark-1.8.0.ebuild | 34 |
2 files changed, 4 insertions, 35 deletions
diff --git a/app-text/glark/ChangeLog b/app-text/glark/ChangeLog index ef9242a0d462..c8566c20d7bd 100644 --- a/app-text/glark/ChangeLog +++ b/app-text/glark/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/glark # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/glark/ChangeLog,v 1.78 2015/07/05 09:59:06 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/glark/ChangeLog,v 1.79 2015/07/05 10:00:19 mrueg Exp $ + + 05 Jul 2015; Manuel Rüger <mrueg@gentoo.org> -glark-1.8.0.ebuild: + Remove old. 05 Jul 2015; Manuel Rüger <mrueg@gentoo.org> glark-1.10.5-r1.ebuild, glark-1.10.5.ebuild: diff --git a/app-text/glark/glark-1.8.0.ebuild b/app-text/glark/glark-1.8.0.ebuild deleted file mode 100644 index 41b1556674f2..000000000000 --- a/app-text/glark/glark-1.8.0.ebuild +++ /dev/null @@ -1,34 +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.8.0.ebuild,v 1.10 2011/01/24 03:52:30 jer Exp $ - -EAPI=3 - -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 ~amd64-linux ~x86-linux ~ppc-macos" -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="${ED}" install || die - dobashcompletion "${FILESDIR}"/1.8.0/glark-completion ${PN} -} |