diff options
author | Torsten Veller <tove@gentoo.org> | 2009-06-23 08:36:54 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-06-23 08:36:54 +0000 |
commit | ae6af671ad8798e534fcab0ac66aebbc077fa337 (patch) | |
tree | e32e478fc9df36acfc19fb55b7ee90a489ac20b8 /dev-perl/Test-Distribution | |
parent | New virtual: dev-perl/Module-CoreList to virtual (diff) | |
download | gentoo-2-ae6af671ad8798e534fcab0ac66aebbc077fa337.tar.gz gentoo-2-ae6af671ad8798e534fcab0ac66aebbc077fa337.tar.bz2 gentoo-2-ae6af671ad8798e534fcab0ac66aebbc077fa337.zip |
New virtual: dev-perl/Module-CoreList to virtual
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Test-Distribution')
-rw-r--r-- | dev-perl/Test-Distribution/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Test-Distribution/Test-Distribution-2.00.ebuild | 12 |
2 files changed, 10 insertions, 8 deletions
diff --git a/dev-perl/Test-Distribution/ChangeLog b/dev-perl/Test-Distribution/ChangeLog index bbf35927e5d4..e7cfc10db01b 100644 --- a/dev-perl/Test-Distribution/ChangeLog +++ b/dev-perl/Test-Distribution/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Test-Distribution # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Distribution/ChangeLog,v 1.1 2009/06/23 07:46:55 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Distribution/ChangeLog,v 1.2 2009/06/23 08:36:54 tove Exp $ + + 23 Jun 2009; Torsten Veller <tove@gentoo.org> + Test-Distribution-2.00.ebuild: + New virtual: dev-perl/Module-CoreList to virtual *Test-Distribution-2.00 (23 Jun 2009) diff --git a/dev-perl/Test-Distribution/Test-Distribution-2.00.ebuild b/dev-perl/Test-Distribution/Test-Distribution-2.00.ebuild index 7e73c8c46112..0976e3ef2229 100644 --- a/dev-perl/Test-Distribution/Test-Distribution-2.00.ebuild +++ b/dev-perl/Test-Distribution/Test-Distribution-2.00.ebuild @@ -1,23 +1,21 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Distribution/Test-Distribution-2.00.ebuild,v 1.1 2009/06/23 07:46:55 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Distribution/Test-Distribution-2.00.ebuild,v 1.2 2009/06/23 08:36:54 tove Exp $ EAPI=2 -MODULE_AUTHOR="SRSHAH" +MODULE_AUTHOR="SRSHAH" inherit perl-module -DESCRIPTION="No description available" - -IUSE="" +DESCRIPTION="perform tests on all modules of a distribution" SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="~amd64 ~x86" +IUSE="" DEPEND=">=dev-perl/Pod-Coverage-0.20 >=dev-perl/File-Find-Rule-0.30 dev-perl/Test-Pod-Coverage - >=dev-perl/Module-CoreList-2.17 + >=virtual/perl-Module-CoreList-2.17 >=dev-perl/Test-Pod-1.26" RDEPEND="${DEPEND}" |