From 6e3b8307f9cdf40127c6d863dd30e0f425e0040e Mon Sep 17 00:00:00 2001 From: Jonathan Callen Date: Sat, 20 Feb 2010 17:32:28 +0000 Subject: Transfer prefix keywords, bump EAPI (Portage version: -svn/cvs/Linux i686) --- app-text/glark/ChangeLog | 7 +++++-- app-text/glark/glark-1.8.0.ebuild | 10 ++++++---- 2 files changed, 11 insertions(+), 6 deletions(-) (limited to 'app-text/glark') diff --git a/app-text/glark/ChangeLog b/app-text/glark/ChangeLog index 309f788707ee..5f3ec36a0d9e 100644 --- a/app-text/glark/ChangeLog +++ b/app-text/glark/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/glark -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/glark/ChangeLog,v 1.51 2009/12/29 15:11:46 graaff Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/glark/ChangeLog,v 1.52 2010/02/20 17:32:28 abcd Exp $ + + 20 Feb 2010; Jonathan Callen glark-1.8.0.ebuild: + Transfer prefix keywords, bump EAPI 29 Dec 2009; Hans de Graaff glark-1.7.8.ebuild, glark-1.8.0.ebuild: diff --git a/app-text/glark/glark-1.8.0.ebuild b/app-text/glark/glark-1.8.0.ebuild index 2e067062bf6d..95518c383f5b 100644 --- a/app-text/glark/glark-1.8.0.ebuild +++ b/app-text/glark/glark-1.8.0.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 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.3 2009/12/29 15:11:46 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/glark/glark-1.8.0.ebuild,v 1.4 2010/02/20 17:32:28 abcd Exp $ + +EAPI=3 inherit bash-completion @@ -8,7 +10,7 @@ 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" +KEYWORDS="~amd64 ~hppa ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" SLOT="0" LICENSE="LGPL-2.1" IUSE="" @@ -26,6 +28,6 @@ src_compile() { } src_install () { - emake DESTDIR="${D}" install + emake DESTDIR="${ED}" install dobashcompletion "${FILESDIR}"/1.8.0/glark-completion ${PN} } -- cgit v1.2.3-65-gdbad