* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mock-Quick/
@ 2013-05-01 22:23 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2013-05-01 22:23 UTC (permalink / raw
To: gentoo-commits
commit: 61d334005bb88bff45479e4a9c8a9278067c5928
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Apr 30 21:12:26 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Apr 30 21:12:26 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=61d33400
[added] Mock-Quick 1.105.0 for Fennec
Package-Manager: portage-2.2.0_alpha166
Manifest-Sign-Key: ECD2C675C102CDA4
---
dev-perl/Mock-Quick/ChangeLog | 10 ++++++
dev-perl/Mock-Quick/Mock-Quick-1.105.0.ebuild | 42 +++++++++++++++++++++++++
dev-perl/Mock-Quick/metadata.xml | 19 +++++++++++
3 files changed, 71 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Mock-Quick/ChangeLog b/dev-perl/Mock-Quick/ChangeLog
new file mode 100644
index 0000000..6c2c0f3
--- /dev/null
+++ b/dev-perl/Mock-Quick/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Mock-Quick
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Mock-Quick-1.105.0 (30 Apr 2013)
+
+ 30 Apr 2013; Kent Fredric <kentfredric@gmail.com> +Mock-Quick-1.105.0.ebuild,
+ +metadata.xml:
+ Added for Fennec
+
diff --git a/dev-perl/Mock-Quick/Mock-Quick-1.105.0.ebuild b/dev-perl/Mock-Quick/Mock-Quick-1.105.0.ebuild
new file mode 100644
index 0000000..a9c0ec6
--- /dev/null
+++ b/dev-perl/Mock-Quick/Mock-Quick-1.105.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=EXODIST
+MODULE_VERSION=1.105
+inherit perl-module
+
+DESCRIPTION='Quickly mock objects and classes, even temporarily replace them,'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+ # Module::Build 0.40 ( 0.400.0 )
+ echo \>=virtual/perl-Module-Build-0.400.0
+}
+perl_meta_build() {
+ # Fennec::Lite 0.004 ( 0.4.0 )
+ echo \>=dev-perl/Fennec-Lite-0.4.0
+ # Test::Exception 0.29 ( 0.290.0 )
+ echo \>=dev-perl/Test-Exception-0.290.0
+ # Test::Simple 0.88 ( 0.880.0 )
+ echo \>=virtual/perl-Test-Simple-0.88
+}
+perl_meta_runtime() {
+ # Carp
+ echo dev-lang/perl
+ # Exporter::Declare 0.103 ( 0.103.0 )
+ echo \>=dev-perl/Exporter-Declare-0.103.0
+ # Scalar::Util
+ echo virtual/perl-Scalar-List-Utils
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
diff --git a/dev-perl/Mock-Quick/metadata.xml b/dev-perl/Mock-Quick/metadata.xml
new file mode 100644
index 0000000..627c3ef
--- /dev/null
+++ b/dev-perl/Mock-Quick/metadata.xml
@@ -0,0 +1,19 @@
+<?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">Mock-Quick</remote-id>
+ <remote-id type="cpan-module">Mock::Quick</remote-id>
+ <remote-id type="cpan-module">Mock::Quick::Class</remote-id>
+ <remote-id type="cpan-module">Mock::Quick::Method</remote-id>
+ <remote-id type="cpan-module">Mock::Quick::Object</remote-id>
+ <remote-id type="cpan-module">Mock::Quick::Object::Control</remote-id>
+ <remote-id type="cpan-module">Mock::Quick::Util</remote-id>
+ <remote-id type="cpan-module">Object::Quick</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mock-Quick/
@ 2014-04-05 23:06 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2014-04-05 23:06 UTC (permalink / raw
To: gentoo-commits
commit: 0dca77df7cd87743b9f2bb6c9f482dd1d38bddc2
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Apr 5 22:21:03 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Apr 5 22:21:03 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0dca77df
[newversion] dev-perl/Mock-Quick-1.107.0
Package-Manager: portage-2.2.7
Manifest-Sign-Key: E854324B1366A820
---
dev-perl/Mock-Quick/ChangeLog | 7 ++++-
dev-perl/Mock-Quick/Mock-Quick-1.107.0.ebuild | 42 +++++++++++++++++++++++++++
2 files changed, 48 insertions(+), 1 deletion(-)
diff --git a/dev-perl/Mock-Quick/ChangeLog b/dev-perl/Mock-Quick/ChangeLog
index 6c2c0f3..e1b4809 100644
--- a/dev-perl/Mock-Quick/ChangeLog
+++ b/dev-perl/Mock-Quick/ChangeLog
@@ -1,7 +1,12 @@
# ChangeLog for dev-perl/Mock-Quick
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Mock-Quick-1.107.0 (05 Apr 2014)
+
+ 05 Apr 2014; Kent Fredric <kentfredric@gmail.com> +Mock-Quick-1.107.0.ebuild:
+ Version Bump
+
*Mock-Quick-1.105.0 (30 Apr 2013)
30 Apr 2013; Kent Fredric <kentfredric@gmail.com> +Mock-Quick-1.105.0.ebuild,
diff --git a/dev-perl/Mock-Quick/Mock-Quick-1.107.0.ebuild b/dev-perl/Mock-Quick/Mock-Quick-1.107.0.ebuild
new file mode 100644
index 0000000..43553d2
--- /dev/null
+++ b/dev-perl/Mock-Quick/Mock-Quick-1.107.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=EXODIST
+MODULE_VERSION=1.107
+inherit perl-module
+
+DESCRIPTION='Quickly mock objects and classes, even temporarily replace them,'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+ # Module::Build 0.40 ( 0.400.0 )
+ echo \>=virtual/perl-Module-Build-0.400.0
+}
+perl_meta_build() {
+ # Fennec::Lite 0.004 ( 0.4.0 )
+ echo \>=dev-perl/Fennec-Lite-0.4.0
+ # Test::Exception 0.29 ( 0.290.0 )
+ echo \>=dev-perl/Test-Exception-0.290.0
+ # Test::Simple 0.88 ( 0.880.0 )
+ echo \>=virtual/perl-Test-Simple-0.88
+}
+perl_meta_runtime() {
+ # Carp
+ # echo virtual/perl-Carp
+ # Exporter::Declare 0.103 ( 0.103.0 )
+ echo \>=dev-perl/Exporter-Declare-0.103.0
+ # Scalar::Util
+ echo virtual/perl-Scalar-List-Utils
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do parallel"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mock-Quick/
@ 2014-04-05 23:06 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2014-04-05 23:06 UTC (permalink / raw
To: gentoo-commits
commit: 7721ced7b8e5d02c85181a24144cc8078e9f2c89
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Apr 5 22:21:32 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Apr 5 22:21:32 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=7721ced7
[cpanclean] dev-perl/Mock-Quick-1.105.0
Package-Manager: portage-2.2.7
Manifest-Sign-Key: E854324B1366A820
---
dev-perl/Mock-Quick/ChangeLog | 3 ++
dev-perl/Mock-Quick/Mock-Quick-1.105.0.ebuild | 42 ---------------------------
2 files changed, 3 insertions(+), 42 deletions(-)
diff --git a/dev-perl/Mock-Quick/ChangeLog b/dev-perl/Mock-Quick/ChangeLog
index e1b4809..5214baf 100644
--- a/dev-perl/Mock-Quick/ChangeLog
+++ b/dev-perl/Mock-Quick/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 05 Apr 2014; Kent Fredric <kentfredric@gmail.com> -Mock-Quick-1.105.0.ebuild:
+ Gone on CPAN
+
*Mock-Quick-1.107.0 (05 Apr 2014)
05 Apr 2014; Kent Fredric <kentfredric@gmail.com> +Mock-Quick-1.107.0.ebuild:
diff --git a/dev-perl/Mock-Quick/Mock-Quick-1.105.0.ebuild b/dev-perl/Mock-Quick/Mock-Quick-1.105.0.ebuild
deleted file mode 100644
index a9c0ec6..0000000
--- a/dev-perl/Mock-Quick/Mock-Quick-1.105.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=EXODIST
-MODULE_VERSION=1.105
-inherit perl-module
-
-DESCRIPTION='Quickly mock objects and classes, even temporarily replace them,'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # Module::Build 0.40 ( 0.400.0 )
- echo \>=virtual/perl-Module-Build-0.400.0
-}
-perl_meta_build() {
- # Fennec::Lite 0.004 ( 0.4.0 )
- echo \>=dev-perl/Fennec-Lite-0.4.0
- # Test::Exception 0.29 ( 0.290.0 )
- echo \>=dev-perl/Test-Exception-0.290.0
- # Test::Simple 0.88 ( 0.880.0 )
- echo \>=virtual/perl-Test-Simple-0.88
-}
-perl_meta_runtime() {
- # Carp
- echo dev-lang/perl
- # Exporter::Declare 0.103 ( 0.103.0 )
- echo \>=dev-perl/Exporter-Declare-0.103.0
- # Scalar::Util
- echo virtual/perl-Scalar-List-Utils
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-04-05 23:06 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-01 22:23 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mock-Quick/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2014-04-05 23:06 Kent Fredric
2014-04-05 23:06 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox