diff options
author | Jonathan Callen <abcd@gentoo.org> | 2010-04-06 15:35:06 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2010-04-06 15:35:06 +0000 |
commit | 07fec1b87f16c62cebbf845bedad8a13270ee91e (patch) | |
tree | 711a74014ece1a0caa6f25cc2b0e528a8a79b4c7 /app-dicts/edictionary | |
parent | Bump to EAPI=3, add prefix keywords (diff) | |
download | gentoo-2-07fec1b87f16c62cebbf845bedad8a13270ee91e.tar.gz gentoo-2-07fec1b87f16c62cebbf845bedad8a13270ee91e.tar.bz2 gentoo-2-07fec1b87f16c62cebbf845bedad8a13270ee91e.zip |
Bump to EAPI=3, add prefix keywords
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'app-dicts/edictionary')
-rw-r--r-- | app-dicts/edictionary/ChangeLog | 7 | ||||
-rw-r--r-- | app-dicts/edictionary/edictionary-2.2.ebuild | 10 |
2 files changed, 11 insertions, 6 deletions
diff --git a/app-dicts/edictionary/ChangeLog b/app-dicts/edictionary/ChangeLog index 2c52cba09e87..b90965ba9533 100644 --- a/app-dicts/edictionary/ChangeLog +++ b/app-dicts/edictionary/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-dicts/edictionary -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/edictionary/ChangeLog,v 1.13 2007/08/11 12:53:20 coldwind Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/edictionary/ChangeLog,v 1.14 2010/04/06 15:35:06 abcd Exp $ + + 06 Apr 2010; Jonathan Callen <abcd@gentoo.org> edictionary-2.2.ebuild: + Bump to EAPI=3, add prefix keywords 11 Aug 2007; Santiago M. Mola <coldwind@gentoo.org> -edictionary-1.2.ebuild: diff --git a/app-dicts/edictionary/edictionary-2.2.ebuild b/app-dicts/edictionary/edictionary-2.2.ebuild index 06105215f2a4..829df5f5cd99 100644 --- a/app-dicts/edictionary/edictionary-2.2.ebuild +++ b/app-dicts/edictionary/edictionary-2.2.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/edictionary/edictionary-2.2.ebuild,v 1.5 2007/08/25 22:30:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/edictionary/edictionary-2.2.ebuild,v 1.6 2010/04/06 15:35:06 abcd Exp $ + +EAPI="3" MY_PN="edict" MY_P="${MY_PN}-${PV}" @@ -11,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~s390 ~sh ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~s390 ~sh ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" RDEPEND="" @@ -20,6 +22,6 @@ DEPEND="dev-lang/perl" S="${WORKDIR}/${MY_PN}" src_install() { - make prefix="${D}/usr/bin" install || die "make failed" + make prefix="${ED}/usr/bin" install || die "make failed" dodoc README TODO || die } |