diff options
author | Zac Medico <zmedico@gentoo.org> | 2012-05-31 03:36:03 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2012-05-31 03:36:03 +0000 |
commit | 94e2cc66a00ce2e9d5af796e719facd52f57ec0a (patch) | |
tree | 28a82a8a29b240e3e02358a0b1bef99623f24c46 /app-dicts | |
parent | inherit user for enewgroup and enewuser (diff) | |
download | gentoo-2-94e2cc66a00ce2e9d5af796e719facd52f57ec0a.tar.gz gentoo-2-94e2cc66a00ce2e9d5af796e719facd52f57ec0a.tar.bz2 gentoo-2-94e2cc66a00ce2e9d5af796e719facd52f57ec0a.zip |
inherit eutils for epatch, and multilib for get_libdir
(Portage version: 2.2.0_alpha108_p8/cvs/Linux i686)
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/wordnet/ChangeLog | 8 | ||||
-rw-r--r-- | app-dicts/wordnet/wordnet-3.0-r2.ebuild | 6 | ||||
-rw-r--r-- | app-dicts/wordnet/wordnet-3.0-r3.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/app-dicts/wordnet/ChangeLog b/app-dicts/wordnet/ChangeLog index b64dc9fb639e..93353a7f53d4 100644 --- a/app-dicts/wordnet/ChangeLog +++ b/app-dicts/wordnet/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-dicts/wordnet -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/wordnet/ChangeLog,v 1.22 2010/04/06 15:34:20 abcd Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/wordnet/ChangeLog,v 1.23 2012/05/31 03:36:03 zmedico Exp $ + + 31 May 2012; Zac Medico <zmedico@gentoo.org> wordnet-3.0-r2.ebuild, + wordnet-3.0-r3.ebuild: + inherit eutils for epatch, and multilib for get_libdir 06 Apr 2010; Jonathan Callen <abcd@gentoo.org> wordnet-3.0-r3.ebuild: Bump to EAPI=3, add prefix keywords diff --git a/app-dicts/wordnet/wordnet-3.0-r2.ebuild b/app-dicts/wordnet/wordnet-3.0-r2.ebuild index ca9bd421862a..7f3ceb19c7ac 100644 --- a/app-dicts/wordnet/wordnet-3.0-r2.ebuild +++ b/app-dicts/wordnet/wordnet-3.0-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/wordnet/wordnet-3.0-r2.ebuild,v 1.5 2009/10/18 01:09:34 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/wordnet/wordnet-3.0-r2.ebuild,v 1.6 2012/05/31 03:36:03 zmedico Exp $ -inherit flag-o-matic autotools +inherit eutils flag-o-matic autotools DESCRIPTION="A lexical database for the English language" HOMEPAGE="http://wordnet.princeton.edu/" diff --git a/app-dicts/wordnet/wordnet-3.0-r3.ebuild b/app-dicts/wordnet/wordnet-3.0-r3.ebuild index 15388db28007..9b84c9198bf5 100644 --- a/app-dicts/wordnet/wordnet-3.0-r3.ebuild +++ b/app-dicts/wordnet/wordnet-3.0-r3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/wordnet/wordnet-3.0-r3.ebuild,v 1.4 2010/04/06 15:34:20 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/wordnet/wordnet-3.0-r3.ebuild,v 1.5 2012/05/31 03:36:03 zmedico Exp $ EAPI="3" -inherit flag-o-matic autotools +inherit eutils flag-o-matic autotools multilib DESCRIPTION="A lexical database for the English language" HOMEPAGE="http://wordnet.princeton.edu/" |