* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-Mock-LWP/
@ 2011-03-16 3:36 Kent Fredric
0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2011-03-16 3:36 UTC (permalink / raw
To: gentoo-commits
commit: 741bd70f1b32d0df86b4fbc20a7db22a5cdebcd5
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Mar 16 03:33:30 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Mar 16 03:33:30 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=741bd70f
[added] *Test-Mock-LWP-0.50.0
(Portage version: 2.2.0_alpha26/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
dev-perl/Test-Mock-LWP/ChangeLog | 10 ++++++++
dev-perl/Test-Mock-LWP/Test-Mock-LWP-0.50.0.ebuild | 25 ++++++++++++++++++++
dev-perl/Test-Mock-LWP/metadata.xml | 9 +++++++
3 files changed, 44 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Test-Mock-LWP/ChangeLog b/dev-perl/Test-Mock-LWP/ChangeLog
new file mode 100644
index 0000000..47c1c1d
--- /dev/null
+++ b/dev-perl/Test-Mock-LWP/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Test-Mock-LWP
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Test-Mock-LWP-0.50.0 (16 Mar 2011)
+
+ 16 Mar 2011; Kent Fredric <kentfredric@gmail.com>
+ +Test-Mock-LWP-0.50.0.ebuild, +metadata.xml:
+ added
+
diff --git a/dev-perl/Test-Mock-LWP/Test-Mock-LWP-0.50.0.ebuild b/dev-perl/Test-Mock-LWP/Test-Mock-LWP-0.50.0.ebuild
new file mode 100644
index 0000000..50c2922
--- /dev/null
+++ b/dev-perl/Test-Mock-LWP/Test-Mock-LWP-0.50.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI="3"
+MODULE_AUTHOR=LUKEC
+MODULE_VERSION="0.05"
+inherit perl-module
+
+DESCRIPTION="Easy mocking of LWP packages"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+COMMON_DEPEND="
+ >=dev-perl/Test-MockObject-1.80.0
+"
+DEPEND="
+ ${COMMON_DEPEND}
+ >=virtual/perl-Test-Simple-0.42
+
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+"
+SRC_TEST="do"
diff --git a/dev-perl/Test-Mock-LWP/metadata.xml b/dev-perl/Test-Mock-LWP/metadata.xml
new file mode 100644
index 0000000..ccc7e0f
--- /dev/null
+++ b/dev-perl/Test-Mock-LWP/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+ <maintainer>
+ <email>kentfredric@gmail.com</email>
+ <name>Kent Fredric</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-Mock-LWP/
@ 2011-07-18 17:39 Torsten Veller
0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller @ 2011-07-18 17:39 UTC (permalink / raw
To: gentoo-commits
commit: 1db742f1b7d419c6e8ca5f39968dd5953cd61d1f
Author: Torsten Veller <tove <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 18 17:22:35 2011 +0000
Commit: Torsten Veller <tove <AT> gentoo <DOT> org>
CommitDate: Mon Jul 18 17:22:35 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=1db742f1
[bump] dev-perl/Test-Mock-LWP-0.60.0
(Portage version: 2.2.0_alpha45/git/Linux x86_64, signed Manifest commit with key 0x4E046AEC)
---
dev-perl/Test-Mock-LWP/ChangeLog | 5 ++++
dev-perl/Test-Mock-LWP/Test-Mock-LWP-0.60.0.ebuild | 26 ++++++++++++++++++++
2 files changed, 31 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Test-Mock-LWP/ChangeLog b/dev-perl/Test-Mock-LWP/ChangeLog
index 47c1c1d..86c53a4 100644
--- a/dev-perl/Test-Mock-LWP/ChangeLog
+++ b/dev-perl/Test-Mock-LWP/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Test-Mock-LWP-0.60.0 (18 Jul 2011)
+
+ 18 Jul 2011; Torsten Veller <tove@gentoo.org> +Test-Mock-LWP-0.60.0.ebuild:
+ Version bump
+
*Test-Mock-LWP-0.50.0 (16 Mar 2011)
16 Mar 2011; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Test-Mock-LWP/Test-Mock-LWP-0.60.0.ebuild b/dev-perl/Test-Mock-LWP/Test-Mock-LWP-0.60.0.ebuild
new file mode 100644
index 0000000..db14d3b
--- /dev/null
+++ b/dev-perl/Test-Mock-LWP/Test-Mock-LWP-0.60.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=LUKEC
+MODULE_VERSION=0.06
+inherit perl-module
+
+DESCRIPTION="Easy mocking of LWP packages"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+ >=dev-perl/Test-MockObject-1.80.0
+"
+DEPEND="
+ ${COMMON_DEPEND}
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-07-18 17:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-16 3:36 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-Mock-LWP/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2011-07-18 17:39 Torsten Veller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox