diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 13:23:17 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 13:23:17 +0000 |
commit | 764fde04ae5381e10b4787a298a7aec0d4b79864 (patch) | |
tree | e8ea4f487ccc28e5a615c5466c4dd53ef444c1f9 /dev-perl/Lingua-EN-Inflect | |
parent | remove ~ppc keyword, bug #141312 (diff) | |
download | gentoo-2-764fde04ae5381e10b4787a298a7aec0d4b79864.tar.gz gentoo-2-764fde04ae5381e10b4787a298a7aec0d4b79864.tar.bz2 gentoo-2-764fde04ae5381e10b4787a298a7aec0d4b79864.zip |
Adding perl dep; fixed header; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/Lingua-EN-Inflect')
-rw-r--r-- | dev-perl/Lingua-EN-Inflect/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.88.ebuild | 8 | ||||
-rw-r--r-- | dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.ebuild | 6 |
3 files changed, 16 insertions, 4 deletions
diff --git a/dev-perl/Lingua-EN-Inflect/ChangeLog b/dev-perl/Lingua-EN-Inflect/ChangeLog index 0ddb62667320..bacc85923c1a 100644 --- a/dev-perl/Lingua-EN-Inflect/ChangeLog +++ b/dev-perl/Lingua-EN-Inflect/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Lingua-EN-Inflect # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-Inflect/ChangeLog,v 1.16 2006/02/06 20:26:27 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-Inflect/ChangeLog,v 1.17 2006/08/05 13:23:17 mcummings Exp $ + + 05 Aug 2006; Michael Cummings <mcummings@gentoo.org> + Lingua-EN-Inflect-1.88.ebuild, Lingua-EN-Inflect-1.89.ebuild: + Adding perl dep; fixed header; fixed DEPEND 06 Feb 2006; Simon Stelling <blubb@gentoo.org> Lingua-EN-Inflect-1.89.ebuild: diff --git a/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.88.ebuild b/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.88.ebuild index 226fbcf6aab8..a7e67c6ef7c4 100644 --- a/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.88.ebuild +++ b/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.88.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.88.ebuild,v 1.11 2005/10/02 12:52:36 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.88.ebuild,v 1.12 2006/08/05 13:23:17 mcummings Exp $ inherit perl-module @@ -12,3 +12,7 @@ SLOT="0" LICENSE="Artistic" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="" + + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" diff --git a/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.ebuild b/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.ebuild index 12c3b27c8bd1..ee10cbe640cd 100644 --- a/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.ebuild +++ b/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.ebuild,v 1.7 2006/02/06 20:26:27 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.89.ebuild,v 1.8 2006/08/05 13:23:17 mcummings Exp $ inherit perl-module @@ -13,3 +13,7 @@ SLOT="0" LICENSE="Artistic" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="" + + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" |