summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-06-13 07:24:11 +0000
committerTorsten Veller <tove@gentoo.org>2011-06-13 07:24:11 +0000
commit2ccc644cd36cfef79800c8e7f93afc44ac480c39 (patch)
tree9fc25b37637acd36c2c55529c5ad5757fb7ff0a0 /dev-perl/Test-MockObject
parent[bump] dev-perl/UNIVERSAL-can-1.201.106.130 (diff)
downloadhistorical-2ccc644cd36cfef79800c8e7f93afc44ac480c39.tar.gz
historical-2ccc644cd36cfef79800c8e7f93afc44ac480c39.tar.bz2
historical-2ccc644cd36cfef79800c8e7f93afc44ac480c39.zip
[bump] dev-perl/Test-MockObject-1.201.106.120
Package-Manager: portage-2.2.0_alpha40/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Test-MockObject')
-rw-r--r--dev-perl/Test-MockObject/ChangeLog8
-rw-r--r--dev-perl/Test-MockObject/Test-MockObject-1.201.106.120.ebuild26
2 files changed, 33 insertions, 1 deletions
diff --git a/dev-perl/Test-MockObject/ChangeLog b/dev-perl/Test-MockObject/ChangeLog
index 3d50233ffb20..1fcc056a264c 100644
--- a/dev-perl/Test-MockObject/ChangeLog
+++ b/dev-perl/Test-MockObject/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/Test-MockObject
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-MockObject/ChangeLog,v 1.4 2011/06/06 11:45:04 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-MockObject/ChangeLog,v 1.5 2011/06/13 07:24:11 tove Exp $
+
+*Test-MockObject-1.201.106.120 (13 Jun 2011)
+
+ 13 Jun 2011; Torsten Veller <tove@gentoo.org>
+ +Test-MockObject-1.201.106.120.ebuild:
+ Version bump
*Test-MockObject-1.201.106.60 (06 Jun 2011)
diff --git a/dev-perl/Test-MockObject/Test-MockObject-1.201.106.120.ebuild b/dev-perl/Test-MockObject/Test-MockObject-1.201.106.120.ebuild
new file mode 100644
index 000000000000..dbabdc523fd7
--- /dev/null
+++ b/dev-perl/Test-MockObject/Test-MockObject-1.201.106.120.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-MockObject/Test-MockObject-1.201.106.120.ebuild,v 1.1 2011/06/13 07:24:11 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=CHROMATIC
+MODULE_VERSION=1.20110612
+inherit perl-module
+
+DESCRIPTION="Perl extension for emulating troublesome interfaces"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=">=dev-perl/UNIVERSAL-isa-1.03
+ >=dev-perl/UNIVERSAL-can-1.16"
+DEPEND="${RDEPEND}
+ test? (
+ >=dev-perl/Test-Exception-0.31
+ >=dev-perl/Test-Warn-0.230.0
+ )
+"
+
+SRC_TEST=do