summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-perl/Test-MockModule/ChangeLog8
-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"