diff options
author | Torsten Veller <tove@gentoo.org> | 2012-07-16 15:46:01 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-07-16 15:46:01 +0000 |
commit | 853c02561c26644069f96ce13683da23e3238f1a (patch) | |
tree | 47aa46eb44d5e7ad002843c4bda252b56fe9f280 /dev-perl | |
parent | tidy (diff) | |
download | gentoo-2-853c02561c26644069f96ce13683da23e3238f1a.tar.gz gentoo-2-853c02561c26644069f96ce13683da23e3238f1a.tar.bz2 gentoo-2-853c02561c26644069f96ce13683da23e3238f1a.zip |
Change version scheme. Add ~x86 and pod testing dependencies
(Portage version: 2.2.0_alpha118/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Test-MockModule/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Test-MockModule/Test-MockModule-0.50.0.ebuild (renamed from dev-perl/Test-MockModule/Test-MockModule-0.05.ebuild) | 14 |
2 files changed, 18 insertions, 4 deletions
diff --git a/dev-perl/Test-MockModule/ChangeLog b/dev-perl/Test-MockModule/ChangeLog index cd3ad21e42c4..a5ab0cdb2515 100644 --- a/dev-perl/Test-MockModule/ChangeLog +++ b/dev-perl/Test-MockModule/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Test-MockModule # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-MockModule/ChangeLog,v 1.1 2012/07/16 15:33:11 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-MockModule/ChangeLog,v 1.2 2012/07/16 15:46:01 tove Exp $ + +*Test-MockModule-0.50.0 (16 Jul 2012) + + 16 Jul 2012; Torsten Veller <tove@gentoo.org> -Test-MockModule-0.05.ebuild, + +Test-MockModule-0.50.0.ebuild: + Change version scheme. Add ~x86 and pod testing dependencies *Test-MockModule-0.05 (16 Jul 2012) diff --git a/dev-perl/Test-MockModule/Test-MockModule-0.05.ebuild b/dev-perl/Test-MockModule/Test-MockModule-0.50.0.ebuild index 7cd1416dbea7..afcd22c154ab 100644 --- a/dev-perl/Test-MockModule/Test-MockModule-0.05.ebuild +++ b/dev-perl/Test-MockModule/Test-MockModule-0.50.0.ebuild @@ -1,16 +1,24 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-MockModule/Test-MockModule-0.05.ebuild,v 1.1 2012/07/16 15:33:11 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-MockModule/Test-MockModule-0.50.0.ebuild,v 1.1 2012/07/16 15:46:01 tove Exp $ EAPI=4 +MODULE_VERSION=0.05 MODULE_AUTHOR="SIMONFLK" inherit perl-module DESCRIPTION="Override subroutines in a module for unit testing" SLOT="0" -KEYWORDS="~amd64" -IUSE="" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +DEPEND=" + test? ( + dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage + ) +" SRC_TEST="do" |