diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 23:42:30 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 23:42:30 +0000 |
commit | 9e4fc22cdea22ce0acd0e6bb52779a2c57fe7462 (patch) | |
tree | 7786d2bdf50c703f34ffa702584823cc47080a16 /dev-perl/Test-Manifest | |
parent | Adding perl dep; fixed DEPEND (diff) | |
download | historical-9e4fc22cdea22ce0acd0e6bb52779a2c57fe7462.tar.gz historical-9e4fc22cdea22ce0acd0e6bb52779a2c57fe7462.tar.bz2 historical-9e4fc22cdea22ce0acd0e6bb52779a2c57fe7462.zip |
Adding perl dep; fixed header; fixed DEPEND
Package-Manager: portage-2.1.1_pre3-r1
Diffstat (limited to 'dev-perl/Test-Manifest')
-rw-r--r-- | dev-perl/Test-Manifest/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Test-Manifest/Test-Manifest-1.11.ebuild | 8 | ||||
-rw-r--r-- | dev-perl/Test-Manifest/Test-Manifest-1.14.ebuild | 6 |
3 files changed, 16 insertions, 4 deletions
diff --git a/dev-perl/Test-Manifest/ChangeLog b/dev-perl/Test-Manifest/ChangeLog index ff0a8099763a..36aebd96d4c6 100644 --- a/dev-perl/Test-Manifest/ChangeLog +++ b/dev-perl/Test-Manifest/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Test-Manifest # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Manifest/ChangeLog,v 1.22 2006/04/24 15:42:51 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Manifest/ChangeLog,v 1.23 2006/08/05 23:42:30 mcummings Exp $ + + 05 Aug 2006; Michael Cummings <mcummings@gentoo.org> + Test-Manifest-1.11.ebuild, Test-Manifest-1.14.ebuild: + Adding perl dep; fixed header; fixed DEPEND 24 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> Test-Manifest-1.14.ebuild: diff --git a/dev-perl/Test-Manifest/Test-Manifest-1.11.ebuild b/dev-perl/Test-Manifest/Test-Manifest-1.11.ebuild index 36993f533a9d..2aef2797e98b 100644 --- a/dev-perl/Test-Manifest/Test-Manifest-1.11.ebuild +++ b/dev-perl/Test-Manifest/Test-Manifest-1.11.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/Test-Manifest/Test-Manifest-1.11.ebuild,v 1.6 2005/09/08 19:12:15 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Manifest/Test-Manifest-1.11.ebuild,v 1.7 2006/08/05 23:42:30 mcummings Exp $ inherit perl-module @@ -14,3 +14,7 @@ LICENSE="Artistic" KEYWORDS="alpha ~amd64 ppc ppc64 sparc x86" SRC_TEST="do" + + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" diff --git a/dev-perl/Test-Manifest/Test-Manifest-1.14.ebuild b/dev-perl/Test-Manifest/Test-Manifest-1.14.ebuild index f868fb21c896..da5c2c62e9c1 100644 --- a/dev-perl/Test-Manifest/Test-Manifest-1.14.ebuild +++ b/dev-perl/Test-Manifest/Test-Manifest-1.14.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/Test-Manifest/Test-Manifest-1.14.ebuild,v 1.8 2006/04/24 15:42:51 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Manifest/Test-Manifest-1.14.ebuild,v 1.9 2006/08/05 23:42:30 mcummings Exp $ inherit perl-module @@ -14,3 +14,7 @@ LICENSE="Artistic" KEYWORDS="alpha ~amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" SRC_TEST="do" + + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" |