diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 03:32:17 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 03:32:17 +0000 |
commit | c930654870c881c72d1fa6fe9f2791c18779915c (patch) | |
tree | d167179a3945e34e792b567a424e0eb09f8c9104 /dev-perl/ExtUtils-F77 | |
parent | Adding perl dep; fixed DEPEND (diff) | |
download | gentoo-2-c930654870c881c72d1fa6fe9f2791c18779915c.tar.gz gentoo-2-c930654870c881c72d1fa6fe9f2791c18779915c.tar.bz2 gentoo-2-c930654870c881c72d1fa6fe9f2791c18779915c.zip |
Adding perl dep; fixed header; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/ExtUtils-F77')
-rw-r--r-- | dev-perl/ExtUtils-F77/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/ExtUtils-F77/ExtUtils-F77-1.14-r1.ebuild | 8 | ||||
-rw-r--r-- | dev-perl/ExtUtils-F77/ExtUtils-F77-1.15.ebuild | 6 |
3 files changed, 16 insertions, 4 deletions
diff --git a/dev-perl/ExtUtils-F77/ChangeLog b/dev-perl/ExtUtils-F77/ChangeLog index dbdcefe88381..ac5108a2f05a 100644 --- a/dev-perl/ExtUtils-F77/ChangeLog +++ b/dev-perl/ExtUtils-F77/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/ExtUtils-F77 # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ChangeLog,v 1.26 2006/07/02 13:52:34 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ChangeLog,v 1.27 2006/08/05 03:32:17 mcummings Exp $ + + 05 Aug 2006; Michael Cummings <mcummings@gentoo.org> + ExtUtils-F77-1.14-r1.ebuild, ExtUtils-F77-1.15.ebuild: + Adding perl dep; fixed header; fixed DEPEND 02 Jul 2006; Michael Cummings <mcummings@gentoo.org> -ExtUtils-F77-1.13-r1.ebuild, -ExtUtils-F77-1.14.ebuild, diff --git a/dev-perl/ExtUtils-F77/ExtUtils-F77-1.14-r1.ebuild b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.14-r1.ebuild index 41437bdb25c2..1860cb4dcbef 100644 --- a/dev-perl/ExtUtils-F77/ExtUtils-F77-1.14-r1.ebuild +++ b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.14-r1.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/ExtUtils-F77/ExtUtils-F77-1.14-r1.ebuild,v 1.14 2005/03/13 03:33:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ExtUtils-F77-1.14-r1.ebuild,v 1.15 2006/08/05 03:32:17 mcummings Exp $ inherit perl-module @@ -12,3 +12,7 @@ LICENSE="|| ( Artistic GPL-2 )" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 mips ppc sparc x86" IUSE="" + + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" diff --git a/dev-perl/ExtUtils-F77/ExtUtils-F77-1.15.ebuild b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.15.ebuild index 6320ef13b8cc..202f8ebff612 100644 --- a/dev-perl/ExtUtils-F77/ExtUtils-F77-1.15.ebuild +++ b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.15.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/ExtUtils-F77/ExtUtils-F77-1.15.ebuild,v 1.9 2006/07/02 13:52:34 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ExtUtils-F77-1.15.ebuild,v 1.10 2006/08/05 03:32:17 mcummings Exp $ inherit perl-module @@ -12,3 +12,7 @@ LICENSE="|| ( Artistic GPL-2 )" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc s390 sh sparc x86" IUSE="" + + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" |