diff options
author | Torsten Veller <tove@gentoo.org> | 2012-04-08 13:28:12 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-04-08 13:28:12 +0000 |
commit | f4499ec2ad13f81bbc176113f3979cb4874e81e5 (patch) | |
tree | e45e9956862fd4c07880ae012076b53c0867a49e /dev-perl | |
parent | Add patch to fix building with gcc-4.7. Thanks to Branko BAdrljica in bug #40... (diff) | |
download | gentoo-2-f4499ec2ad13f81bbc176113f3979cb4874e81e5.tar.gz gentoo-2-f4499ec2ad13f81bbc176113f3979cb4874e81e5.tar.bz2 gentoo-2-f4499ec2ad13f81bbc176113f3979cb4874e81e5.zip |
Change version scheme. Test-NoWarnings is only used for testing
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Test-DistManifest/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Test-DistManifest/Test-DistManifest-1.11.0.ebuild (renamed from dev-perl/Test-DistManifest/Test-DistManifest-1.011.ebuild) | 9 |
2 files changed, 13 insertions, 4 deletions
diff --git a/dev-perl/Test-DistManifest/ChangeLog b/dev-perl/Test-DistManifest/ChangeLog index 23d4a9631e13..70835c9103af 100644 --- a/dev-perl/Test-DistManifest/ChangeLog +++ b/dev-perl/Test-DistManifest/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Test-DistManifest # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-DistManifest/ChangeLog,v 1.2 2012/03/01 16:17:41 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-DistManifest/ChangeLog,v 1.3 2012/04/08 13:28:12 tove Exp $ + +*Test-DistManifest-1.11.0 (08 Apr 2012) + + 08 Apr 2012; Torsten Veller <tove@gentoo.org> + -Test-DistManifest-1.011.ebuild, +Test-DistManifest-1.11.0.ebuild: + Change version scheme. Test-NoWarnings is only used for testing 01 Mar 2012; Torsten Veller <tove@gentoo.org> metadata.xml: Add missing cpan remote-id tags in metadata.xml (#406287) diff --git a/dev-perl/Test-DistManifest/Test-DistManifest-1.011.ebuild b/dev-perl/Test-DistManifest/Test-DistManifest-1.11.0.ebuild index 3ae6e86fca6c..d5ab7e66a366 100644 --- a/dev-perl/Test-DistManifest/Test-DistManifest-1.011.ebuild +++ b/dev-perl/Test-DistManifest/Test-DistManifest-1.11.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-DistManifest/Test-DistManifest-1.011.ebuild,v 1.1 2012/02/26 13:33:58 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-DistManifest/Test-DistManifest-1.11.0.ebuild,v 1.1 2012/04/08 13:28:12 tove Exp $ EAPI=4 @@ -16,8 +16,11 @@ IUSE="test" RDEPEND=" dev-perl/Module-Manifest - dev-perl/Test-NoWarnings " -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + test? ( + dev-perl/Test-NoWarnings + ) +" SRC_TEST="do" |