public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-MockModule/
@ 2012-07-16 15:47 Torsten Veller
  0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller @ 2012-07-16 15:47 UTC (permalink / raw
  To: gentoo-commits

commit:     74393116234f2ba30f0a155382bea366392a1219
Author:     Torsten Veller <tove <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 16 15:46:55 2012 +0000
Commit:     Torsten Veller <tove <AT> gentoo <DOT> org>
CommitDate: Mon Jul 16 15:46:55 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=74393116

[move] dev-perl/Test-MockModule to ::gentoo

---
 dev-perl/Test-MockModule/ChangeLog                 |   10 -------
 .../Test-MockModule/Test-MockModule-0.50.0.ebuild  |   26 --------------------
 dev-perl/Test-MockModule/metadata.xml              |   13 ----------
 3 files changed, 0 insertions(+), 49 deletions(-)

diff --git a/dev-perl/Test-MockModule/ChangeLog b/dev-perl/Test-MockModule/ChangeLog
deleted file mode 100644
index ff4bc33..0000000
--- a/dev-perl/Test-MockModule/ChangeLog
+++ /dev/null
@@ -1,10 +0,0 @@
-# ChangeLog for dev-perl/Test-MockModule
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*Test-MockModule-0.50.0 (28 Apr 2012)
-
-  28 Apr 2012; Kent Fredric <kentfredric@gmail.com>
-  +Test-MockModule-0.50.0.ebuild, +metadata.xml:
-  Added for DBIx-Connector
-

diff --git a/dev-perl/Test-MockModule/Test-MockModule-0.50.0.ebuild b/dev-perl/Test-MockModule/Test-MockModule-0.50.0.ebuild
deleted file mode 100644
index 240afa6..0000000
--- a/dev-perl/Test-MockModule/Test-MockModule-0.50.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=SIMONFLK
-MODULE_VERSION=0.05
-inherit perl-module
-
-DESCRIPTION='Test-MockModule'
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_runtime() {
-	# Scalar::Util
-	echo virtual/perl-Scalar-List-Utils
-	# Test::More 0.45 ( 0.450.0 )
-	echo \>=virtual/perl-Test-Simple-0.45
-}
-DEPEND="
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Test-MockModule/metadata.xml b/dev-perl/Test-MockModule/metadata.xml
deleted file mode 100644
index c4a08a9..0000000
--- a/dev-perl/Test-MockModule/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?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>
-	<upstream>
-		<remote-id type="cpan">Test-MockModule</remote-id>
-		<remote-id type="cpan-module">Test::MockModule</remote-id>
-	</upstream>
-</pkgmetadata>



^ permalink raw reply related	[flat|nested] 2+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-MockModule/
@ 2012-04-28 10:39 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2012-04-28 10:39 UTC (permalink / raw
  To: gentoo-commits

commit:     309b9c9ef2e017a746161d75afd56a49f1a25638
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Apr 28 06:48:03 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Apr 28 10:30:37 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=309b9c9e

[added] Test-MockModule-0.50.0

(Portage version: 2.2.0_alpha100/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 dev-perl/Test-MockModule/ChangeLog                 |   10 +++++++
 .../Test-MockModule/Test-MockModule-0.50.0.ebuild  |   26 ++++++++++++++++++++
 dev-perl/Test-MockModule/metadata.xml              |   12 +++++++++
 3 files changed, 48 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Test-MockModule/ChangeLog b/dev-perl/Test-MockModule/ChangeLog
new file mode 100644
index 0000000..ff4bc33
--- /dev/null
+++ b/dev-perl/Test-MockModule/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Test-MockModule
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Test-MockModule-0.50.0 (28 Apr 2012)
+
+  28 Apr 2012; Kent Fredric <kentfredric@gmail.com>
+  +Test-MockModule-0.50.0.ebuild, +metadata.xml:
+  Added for DBIx-Connector
+

diff --git a/dev-perl/Test-MockModule/Test-MockModule-0.50.0.ebuild b/dev-perl/Test-MockModule/Test-MockModule-0.50.0.ebuild
new file mode 100644
index 0000000..240afa6
--- /dev/null
+++ b/dev-perl/Test-MockModule/Test-MockModule-0.50.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=SIMONFLK
+MODULE_VERSION=0.05
+inherit perl-module
+
+DESCRIPTION='Test-MockModule'
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_runtime() {
+	# Scalar::Util
+	echo virtual/perl-Scalar-List-Utils
+	# Test::More 0.45 ( 0.450.0 )
+	echo \>=virtual/perl-Test-Simple-0.45
+}
+DEPEND="
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"

diff --git a/dev-perl/Test-MockModule/metadata.xml b/dev-perl/Test-MockModule/metadata.xml
new file mode 100644
index 0000000..51e1a81
--- /dev/null
+++ b/dev-perl/Test-MockModule/metadata.xml
@@ -0,0 +1,12 @@
+<?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>
+	<upstream>
+		<remote-id type="cpan">Test-MockModule</remote-id>
+	</upstream>
+</pkgmetadata>



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-07-16 15:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-16 15:47 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-MockModule/ Torsten Veller
  -- strict thread matches above, loose matches on Subject: below --
2012-04-28 10:39 Kent Fredric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox