public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Data-Rx/
@ 2011-02-04 19:13 kentfredric
  0 siblings, 0 replies; 7+ messages in thread
From: kentfredric @ 2011-02-04 19:13 UTC (permalink / raw
  To: gentoo-commits

commit:     54638c4b3080fc15b054b5a230310b0b59c5976e
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Feb  4 19:12:22 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Feb  4 19:12:22 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=54638c4b3080fc15b054b5a230310b0b59c5976e

[new] Data::Rx

(Portage version: 2.2.0_alpha19/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/Data-Rx/Data-Rx-0.100.110.ebuild |   31 +++++++++++++++++++++++++++++
 dev-perl/Data-Rx/Manifest                 |   23 +++++++++++++++++++++
 dev-perl/Data-Rx/metadata.xml             |    9 ++++++++
 3 files changed, 63 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Data-Rx/Data-Rx-0.100.110.ebuild b/dev-perl/Data-Rx/Data-Rx-0.100.110.ebuild
new file mode 100644
index 0000000..eae86ba
--- /dev/null
+++ b/dev-perl/Data-Rx/Data-Rx-0.100.110.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI="4"
+MODULE_AUTHOR=RJBS
+MODULE_VERSION=0.100110
+inherit perl-module perl-declaredeps
+
+DESCRIPTION="perl implementation of Rx schema system"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+cdepend-virtual ExtUtils-MakeMaker 6.31;
+
+depend-virtual Scalar-List-Utils # Scalar-Util
+depend-virtual Module-Pluggable 3.7
+depend File-Find-Rule
+depend-virtual ExtUtils-MakeMaker 6.11;
+depend Number-Tolerant 1.701;
+# depend-virtual Carp # CORE
+depend-virtual Scalar-List-Utils # List-Util
+depend-virtual Test-Simple # Test::More
+depend autodie
+depend JSON 2;
+depend-virtual Module-Pluggable # Module::Pluggable::Object
+
+ddep_setup
+
+SRC_TEST="do"

diff --git a/dev-perl/Data-Rx/Manifest b/dev-perl/Data-Rx/Manifest
new file mode 100644
index 0000000..c6995cf
--- /dev/null
+++ b/dev-perl/Data-Rx/Manifest
@@ -0,0 +1,23 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+DIST Data-Rx-0.100110.tar.gz 18399 RMD160 ed9090239c561447d0fc75faf6a6bd955c7d200e SHA1 59ab5505c866960292e74f14f26d014deb490502 SHA256 bbcd5a54913bc4ed649e41a7ce490cf660791474ac3789f6a994b5ae8120ab32
+EBUILD Data-Rx-0.100.110.ebuild 785 RMD160 24a835716a4d4c399cf59d9e4aca2fe805890ff2 SHA1 bcbb2c6f6d31cb928bde9c1315d95cde2c7fda3c SHA256 df30db2ac4a2f367cdf488885121b91e63235e38fc2927e73614780fb3c8cc33
+MISC metadata.xml 275 RMD160 d7980d8f5e665a018b30c566bba02d451db23047 SHA1 a7a485be470b9fbb06c3ce88dffce811ffce282c SHA256 45455d078243c6abc929fd08947c2728292cb506ca452ab4ec33221cd7cb6f6c
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (GNU/Linux)
+
+iQIcBAEBCAAGBQJNTE+WAAoJEGAnLswKDLMBHDUQAIIQxrTxi3K2LCkM47bfFB2R
+KuHOaDeDRkBTA88YAo22829oZQerTLTFQYULwLVF7Lyf9tRpVGW+geDGHYMA6OX0
+kHi8YKhMj65YCFfDEKwoxoSKVM3fgAqSKrLCZ6tiBb4pPPdE/p2GNTUGA8vM4edY
+wI5qCa3PO/M6VKyi6Zq+iQgWDQJ1nGFVFJDclc9c5uHrXeKRjr15st2kK8x/exef
+KxyCPU0zQTv/48ske49yMXqtKu6G6ptaQV6PSA3EeLnAU1grPseSka1h+gMoVgyl
+1vAeLfIVBnoLmi20vXcqu247JIPzX17Nm/jy7nRLvoO/FItbXdQmpG4H037KD/tB
+Y54oWCUikXgGJir7VAifsowW1AI89s3HspeJW/DWzzKU2Gt8+r4U4GF6bHP4OFce
+XJ8oiXayIRf777it9KV7KsoiOY+Rz51r6QM9oaPfiIuU18wfkrRZf6PHMxdMeutC
+5s2/Wc324sKLfdpUwmM/pMOQQH3Aq9elIXC0yi1QJCWZPqPjhOMZM2DtsJy2mJkg
+s9QpjiQR915s/9o3yuwp45216zjGzlLGKD0GDaul1VMYCvnWilEom45lNEM95hxG
+MtOL0BAgIn8uMAztr+wJx6+02oU5R1eGhDCx3Gw375ZL+TWysSvisgNlhytA+9nx
+xhT53iTB0/J8F8JC4yzu
+=fWpt
+-----END PGP SIGNATURE-----

diff --git a/dev-perl/Data-Rx/metadata.xml b/dev-perl/Data-Rx/metadata.xml
new file mode 100644
index 0000000..ccc7e0f
--- /dev/null
+++ b/dev-perl/Data-Rx/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] 7+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Data-Rx/
@ 2012-10-27 14:04 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2012-10-27 14:04 UTC (permalink / raw
  To: gentoo-commits

commit:     153d12e7172bf1f37652797292d057b129baf751
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Oct 27 12:58:55 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Oct 27 12:58:55 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=153d12e7

[newversion] Data-Rx-0.200.2

Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4

---
 dev-perl/Data-Rx/ChangeLog              |    9 ++++
 dev-perl/Data-Rx/Data-Rx-0.200.2.ebuild |   74 +++++++++++++++++++++++++++++++
 2 files changed, 83 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Data-Rx/ChangeLog b/dev-perl/Data-Rx/ChangeLog
new file mode 100644
index 0000000..9c3fd55
--- /dev/null
+++ b/dev-perl/Data-Rx/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-perl/Data-Rx
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Data-Rx-0.200.2 (27 Oct 2012)
+
+  27 Oct 2012; Kent Fredric <kentfredric@gmail.com> +Data-Rx-0.200.2.ebuild:
+  Version Bump
+

diff --git a/dev-perl/Data-Rx/Data-Rx-0.200.2.ebuild b/dev-perl/Data-Rx/Data-Rx-0.200.2.ebuild
new file mode 100644
index 0000000..ac36024
--- /dev/null
+++ b/dev-perl/Data-Rx/Data-Rx-0.200.2.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=RJBS
+MODULE_VERSION=0.200002
+inherit perl-module
+
+DESCRIPTION='perl implementation of Rx schema system'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.30 ( 6.300.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
+}
+perl_meta_runtime() {
+	# Carp
+	echo dev-lang/perl
+	# File::Find::Rule
+	echo dev-perl/File-Find-Rule
+	# JSON 2 ( 2.0.0 )
+	echo \>=dev-perl/JSON-2.0.0
+	# List::Util
+	echo virtual/perl-Scalar-List-Utils
+	# Module::Pluggable 3.7 ( 3.700.0 )
+	echo \>=virtual/perl-Module-Pluggable-3.700.0
+	# Module::Pluggable::Object
+	echo virtual/perl-Module-Pluggable
+	# Number::Tolerant
+	echo dev-perl/Number-Tolerant
+	# Scalar::Util
+	echo virtual/perl-Scalar-List-Utils
+	# Test::More
+	echo virtual/perl-Test-Simple
+	# autodie
+	echo dev-perl/autodie
+	# overload
+	echo dev-lang/perl
+	# parent
+	echo virtual/perl-parent
+	# strict
+	echo dev-lang/perl
+	# warnings
+	echo dev-lang/perl
+}
+perl_meta_test() {
+	# File::Find
+	echo dev-lang/perl
+	# File::Find::Rule
+	echo dev-perl/File-Find-Rule
+	# File::Temp
+	echo virtual/perl-File-Temp
+	# JSON
+	echo dev-perl/JSON
+	# Test::Deep::NoTest
+	echo dev-perl/Test-Deep
+	# Test::More 0.96 ( 0.960.0 )
+	echo \>=virtual/perl-Test-Simple-0.96
+	# Try::Tiny
+	echo dev-perl/Try-Tiny
+	# autodie
+	echo dev-perl/autodie
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_runtime)
+	test? ( $(perl_meta_test) )
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Data-Rx/
@ 2012-11-04 15:17 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2012-11-04 15:17 UTC (permalink / raw
  To: gentoo-commits

commit:     5c2bf501aaff81f4930381c11621f9ce50d845da
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Nov  4 15:14:57 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Nov  4 15:14:57 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5c2bf501

[metadata-update]  dev-perl/Data-Rx/

Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4

---
 dev-perl/Data-Rx/ChangeLog    |    3 +++
 dev-perl/Data-Rx/metadata.xml |    4 ++++
 2 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Data-Rx/ChangeLog b/dev-perl/Data-Rx/ChangeLog
index 9c3fd55..d4676e1 100644
--- a/dev-perl/Data-Rx/ChangeLog
+++ b/dev-perl/Data-Rx/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  04 Nov 2012; Kent Fredric <kentfredric@gmail.com> metadata.xml:
+  Update metadata.xml remotes
+
 *Data-Rx-0.200.2 (27 Oct 2012)
 
   27 Oct 2012; Kent Fredric <kentfredric@gmail.com> +Data-Rx-0.200.2.ebuild:

diff --git a/dev-perl/Data-Rx/metadata.xml b/dev-perl/Data-Rx/metadata.xml
index 825118c..fb70850 100644
--- a/dev-perl/Data-Rx/metadata.xml
+++ b/dev-perl/Data-Rx/metadata.xml
@@ -9,6 +9,8 @@
     <upstream>
         <remote-id type="cpan">Data-Rx</remote-id>
         <remote-id type="cpan-module">Data::Rx</remote-id>
+        <remote-id type="cpan-module">Data::Rx::CommonType</remote-id>
+        <remote-id type="cpan-module">Data::Rx::CommonType::EasyNew</remote-id>
         <remote-id type="cpan-module">Data::Rx::CoreType</remote-id>
         <remote-id type="cpan-module">Data::Rx::CoreType::all</remote-id>
         <remote-id type="cpan-module">Data::Rx::CoreType::any</remote-id>
@@ -24,6 +26,8 @@
         <remote-id type="cpan-module">Data::Rx::CoreType::rec</remote-id>
         <remote-id type="cpan-module">Data::Rx::CoreType::seq</remote-id>
         <remote-id type="cpan-module">Data::Rx::CoreType::str</remote-id>
+        <remote-id type="cpan-module">Data::Rx::Failure</remote-id>
+        <remote-id type="cpan-module">Data::Rx::FailureSet</remote-id>
         <remote-id type="cpan-module">Data::Rx::TypeBundle</remote-id>
         <remote-id type="cpan-module">Data::Rx::TypeBundle::Core</remote-id>
         <remote-id type="cpan-module">Data::Rx::Util</remote-id>


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Data-Rx/
@ 2013-10-11  4:52 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2013-10-11  4:52 UTC (permalink / raw
  To: gentoo-commits

commit:     8dfd695c823a97b141bea0a7a2a9d6a4270a9cfa
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Oct 10 19:05:01 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Oct 10 19:05:01 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=8dfd695c

[newversion] dev-perl/Data-Rx-0.200.4

Package-Manager: portage-2.2.7
Manifest-Sign-Key: E854324B1366A820

---
 dev-perl/Data-Rx/ChangeLog              |  5 +++
 dev-perl/Data-Rx/Data-Rx-0.200.4.ebuild | 76 +++++++++++++++++++++++++++++++++
 2 files changed, 81 insertions(+)

diff --git a/dev-perl/Data-Rx/ChangeLog b/dev-perl/Data-Rx/ChangeLog
index e670154..e7ab0fe 100644
--- a/dev-perl/Data-Rx/ChangeLog
+++ b/dev-perl/Data-Rx/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Data-Rx-0.200.4 (10 Oct 2013)
+
+  10 Oct 2013; Kent Fredric <kentfredric@gmail.com> +Data-Rx-0.200.4.ebuild:
+  Version Bump
+
 *Data-Rx-0.200.3 (26 Apr 2013)
 
   26 Apr 2013; Kent Fredric <kentfredric@gmail.com> +Data-Rx-0.200.3.ebuild:

diff --git a/dev-perl/Data-Rx/Data-Rx-0.200.4.ebuild b/dev-perl/Data-Rx/Data-Rx-0.200.4.ebuild
new file mode 100644
index 0000000..9cb683a
--- /dev/null
+++ b/dev-perl/Data-Rx/Data-Rx-0.200.4.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=RJBS
+MODULE_VERSION=0.200004
+inherit perl-module
+
+DESCRIPTION='perl implementation of Rx schema system'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.30 ( 6.300.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
+}
+perl_meta_runtime() {
+	# Carp
+	# echo virtual/perl-Carp
+	# File::Find::Rule
+	echo dev-perl/File-Find-Rule
+	# JSON 2 ( 2.0.0 )
+	echo \>=dev-perl/JSON-2.0.0
+	# List::Util
+	echo virtual/perl-Scalar-List-Utils
+	# Module::Pluggable 3.7 ( 3.700.0 )
+	echo \>=virtual/perl-Module-Pluggable-3.700.0
+	# Module::Pluggable::Object
+	echo virtual/perl-Module-Pluggable
+	# Number::Tolerant
+	echo dev-perl/Number-Tolerant
+	# Scalar::Util
+	echo virtual/perl-Scalar-List-Utils
+	# Test::More
+	echo virtual/perl-Test-Simple
+	# autodie
+	echo virtual/perl-autodie
+	# overload
+	echo dev-lang/perl
+	# parent
+	echo virtual/perl-parent
+	# strict
+	echo dev-lang/perl
+	# warnings
+	echo dev-lang/perl
+}
+perl_meta_test() {
+	# File::Find
+	echo dev-lang/perl
+	# File::Find::Rule
+	echo dev-perl/File-Find-Rule
+	# File::Temp
+	echo virtual/perl-File-Temp
+	# JSON
+	echo dev-perl/JSON
+	# Test::Deep::NoTest
+	echo dev-perl/Test-Deep
+	# Test::More 0.96 ( 0.960.0 )
+	echo \>=virtual/perl-Test-Simple-0.96
+	# Try::Tiny
+	echo dev-perl/Try-Tiny
+	# autodie
+	echo virtual/perl-autodie
+	# lib
+	# echo virtual/perl-lib
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_runtime)
+	test? ( $(perl_meta_test) )
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do parallel"


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Data-Rx/
@ 2013-10-11  4:52 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2013-10-11  4:52 UTC (permalink / raw
  To: gentoo-commits

commit:     994038f4c6f13def3f03ab4f4611450e4d5ee0b2
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Oct 10 19:07:51 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Oct 10 19:07:51 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=994038f4

[cpanclean] dev-perl/Data-Rx-0.100.110

Package-Manager: portage-2.2.7
Manifest-Sign-Key: E854324B1366A820

---
 dev-perl/Data-Rx/ChangeLog                |  3 +++
 dev-perl/Data-Rx/Data-Rx-0.100.110.ebuild | 31 -------------------------------
 2 files changed, 3 insertions(+), 31 deletions(-)

diff --git a/dev-perl/Data-Rx/ChangeLog b/dev-perl/Data-Rx/ChangeLog
index e7ab0fe..79f9bb1 100644
--- a/dev-perl/Data-Rx/ChangeLog
+++ b/dev-perl/Data-Rx/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  10 Oct 2013; Kent Fredric <kentfredric@gmail.com> -Data-Rx-0.100.110.ebuild:
+  Gone on CPAN
+
 *Data-Rx-0.200.4 (10 Oct 2013)
 
   10 Oct 2013; Kent Fredric <kentfredric@gmail.com> +Data-Rx-0.200.4.ebuild:

diff --git a/dev-perl/Data-Rx/Data-Rx-0.100.110.ebuild b/dev-perl/Data-Rx/Data-Rx-0.100.110.ebuild
deleted file mode 100644
index fec8801..0000000
--- a/dev-perl/Data-Rx/Data-Rx-0.100.110.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI="4"
-MODULE_AUTHOR=RJBS
-MODULE_VERSION=0.100110
-inherit perl-module perl-declaredeps
-
-DESCRIPTION="perl implementation of Rx schema system"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-cdepend-virtual ExtUtils-MakeMaker 6.31;
-
-depend-virtual Scalar-List-Utils # Scalar-Util
-depend-virtual Module-Pluggable 3.7
-depend File-Find-Rule
-depend-virtual ExtUtils-MakeMaker 6.11;
-depend Number-Tolerant 1.701;
-# depend-virtual Carp # CORE
-depend-virtual Scalar-List-Utils # List-Util
-depend-virtual Test-Simple # Test::More
-depend-virtual autodie
-depend JSON 2;
-depend-virtual Module-Pluggable # Module::Pluggable::Object
-
-ddep_setup
-
-SRC_TEST="do"


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Data-Rx/
@ 2015-03-26 22:05 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2015-03-26 22:05 UTC (permalink / raw
  To: gentoo-commits

commit:     89b83509a0dbb7f5c0de73857c15319d28c7cc3a
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Mar 26 21:51:21 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Mar 26 21:51:21 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=89b83509

[cleanup] Data-Rx: Remove old versions

Package-Manager: portage-2.2.17

 dev-perl/Data-Rx/Data-Rx-0.200.2.ebuild | 74 ---------------------------------
 dev-perl/Data-Rx/Data-Rx-0.200.3.ebuild | 74 ---------------------------------
 2 files changed, 148 deletions(-)

diff --git a/dev-perl/Data-Rx/Data-Rx-0.200.2.ebuild b/dev-perl/Data-Rx/Data-Rx-0.200.2.ebuild
deleted file mode 100644
index af58e83..0000000
--- a/dev-perl/Data-Rx/Data-Rx-0.200.2.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=RJBS
-MODULE_VERSION=0.200002
-inherit perl-module
-
-DESCRIPTION='perl implementation of Rx schema system'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-perl_meta_configure() {
-	# ExtUtils::MakeMaker 6.30 ( 6.300.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
-}
-perl_meta_runtime() {
-	# Carp
-	echo dev-lang/perl
-	# File::Find::Rule
-	echo dev-perl/File-Find-Rule
-	# JSON 2 ( 2.0.0 )
-	echo \>=dev-perl/JSON-2.0.0
-	# List::Util
-	echo virtual/perl-Scalar-List-Utils
-	# Module::Pluggable 3.7 ( 3.700.0 )
-	echo \>=virtual/perl-Module-Pluggable-3.700.0
-	# Module::Pluggable::Object
-	echo virtual/perl-Module-Pluggable
-	# Number::Tolerant
-	echo dev-perl/Number-Tolerant
-	# Scalar::Util
-	echo virtual/perl-Scalar-List-Utils
-	# Test::More
-	echo virtual/perl-Test-Simple
-	# autodie
-	echo virtual/perl-autodie
-	# overload
-	echo dev-lang/perl
-	# parent
-	echo virtual/perl-parent
-	# strict
-	echo dev-lang/perl
-	# warnings
-	echo dev-lang/perl
-}
-perl_meta_test() {
-	# File::Find
-	echo dev-lang/perl
-	# File::Find::Rule
-	echo dev-perl/File-Find-Rule
-	# File::Temp
-	echo virtual/perl-File-Temp
-	# JSON
-	echo dev-perl/JSON
-	# Test::Deep::NoTest
-	echo dev-perl/Test-Deep
-	# Test::More 0.96 ( 0.960.0 )
-	echo \>=virtual/perl-Test-Simple-0.96
-	# Try::Tiny
-	echo dev-perl/Try-Tiny
-	# autodie
-	echo virtual/perl-autodie
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_runtime)
-	test? ( $(perl_meta_test) )
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Data-Rx/Data-Rx-0.200.3.ebuild b/dev-perl/Data-Rx/Data-Rx-0.200.3.ebuild
deleted file mode 100644
index 0d9cbf2..0000000
--- a/dev-perl/Data-Rx/Data-Rx-0.200.3.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=RJBS
-MODULE_VERSION=0.200003
-inherit perl-module
-
-DESCRIPTION='perl implementation of Rx schema system'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-perl_meta_configure() {
-	# ExtUtils::MakeMaker 6.30 ( 6.300.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
-}
-perl_meta_runtime() {
-	# Carp
-	echo dev-lang/perl
-	# File::Find::Rule
-	echo dev-perl/File-Find-Rule
-	# JSON 2 ( 2.0.0 )
-	echo \>=dev-perl/JSON-2.0.0
-	# List::Util
-	echo virtual/perl-Scalar-List-Utils
-	# Module::Pluggable 3.7 ( 3.700.0 )
-	echo \>=virtual/perl-Module-Pluggable-3.700.0
-	# Module::Pluggable::Object
-	echo virtual/perl-Module-Pluggable
-	# Number::Tolerant
-	echo dev-perl/Number-Tolerant
-	# Scalar::Util
-	echo virtual/perl-Scalar-List-Utils
-	# Test::More
-	echo virtual/perl-Test-Simple
-	# autodie
-	echo virtual/perl-autodie
-	# overload
-	echo dev-lang/perl
-	# parent
-	echo virtual/perl-parent
-	# strict
-	echo dev-lang/perl
-	# warnings
-	echo dev-lang/perl
-}
-perl_meta_test() {
-	# File::Find
-	echo dev-lang/perl
-	# File::Find::Rule
-	echo dev-perl/File-Find-Rule
-	# File::Temp
-	echo virtual/perl-File-Temp
-	# JSON
-	echo dev-perl/JSON
-	# Test::Deep::NoTest
-	echo dev-perl/Test-Deep
-	# Test::More 0.96 ( 0.960.0 )
-	echo \>=virtual/perl-Test-Simple-0.96
-	# Try::Tiny
-	echo dev-perl/Try-Tiny
-	# autodie
-	echo virtual/perl-autodie
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_runtime)
-	test? ( $(perl_meta_test) )
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Data-Rx/
@ 2015-06-13 15:21 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2015-06-13 15:21 UTC (permalink / raw
  To: gentoo-commits

commit:     eef84947e4a6df477c9c3e4e42c1f66b34746791
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Mar 29 18:06:33 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jun 13 14:47:50 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=eef84947

[bump] Data-Rx-0.200.6

Package-Manager: portage-2.2.17

 dev-perl/Data-Rx/Data-Rx-0.200.4.ebuild | 76 ---------------------------------
 dev-perl/Data-Rx/Data-Rx-0.200.6.ebuild | 35 +++++++++++++++
 2 files changed, 35 insertions(+), 76 deletions(-)

diff --git a/dev-perl/Data-Rx/Data-Rx-0.200.4.ebuild b/dev-perl/Data-Rx/Data-Rx-0.200.4.ebuild
deleted file mode 100644
index 9cb683a..0000000
--- a/dev-perl/Data-Rx/Data-Rx-0.200.4.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=RJBS
-MODULE_VERSION=0.200004
-inherit perl-module
-
-DESCRIPTION='perl implementation of Rx schema system'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-perl_meta_configure() {
-	# ExtUtils::MakeMaker 6.30 ( 6.300.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
-}
-perl_meta_runtime() {
-	# Carp
-	# echo virtual/perl-Carp
-	# File::Find::Rule
-	echo dev-perl/File-Find-Rule
-	# JSON 2 ( 2.0.0 )
-	echo \>=dev-perl/JSON-2.0.0
-	# List::Util
-	echo virtual/perl-Scalar-List-Utils
-	# Module::Pluggable 3.7 ( 3.700.0 )
-	echo \>=virtual/perl-Module-Pluggable-3.700.0
-	# Module::Pluggable::Object
-	echo virtual/perl-Module-Pluggable
-	# Number::Tolerant
-	echo dev-perl/Number-Tolerant
-	# Scalar::Util
-	echo virtual/perl-Scalar-List-Utils
-	# Test::More
-	echo virtual/perl-Test-Simple
-	# autodie
-	echo virtual/perl-autodie
-	# overload
-	echo dev-lang/perl
-	# parent
-	echo virtual/perl-parent
-	# strict
-	echo dev-lang/perl
-	# warnings
-	echo dev-lang/perl
-}
-perl_meta_test() {
-	# File::Find
-	echo dev-lang/perl
-	# File::Find::Rule
-	echo dev-perl/File-Find-Rule
-	# File::Temp
-	echo virtual/perl-File-Temp
-	# JSON
-	echo dev-perl/JSON
-	# Test::Deep::NoTest
-	echo dev-perl/Test-Deep
-	# Test::More 0.96 ( 0.960.0 )
-	echo \>=virtual/perl-Test-Simple-0.96
-	# Try::Tiny
-	echo dev-perl/Try-Tiny
-	# autodie
-	echo virtual/perl-autodie
-	# lib
-	# echo virtual/perl-lib
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_runtime)
-	test? ( $(perl_meta_test) )
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do parallel"

diff --git a/dev-perl/Data-Rx/Data-Rx-0.200.6.ebuild b/dev-perl/Data-Rx/Data-Rx-0.200.6.ebuild
new file mode 100644
index 0000000..b26a765
--- /dev/null
+++ b/dev-perl/Data-Rx/Data-Rx-0.200.6.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=RJBS
+MODULE_VERSION=0.200006
+inherit perl-module
+
+DESCRIPTION='perl implementation of Rx schema system'
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+# List::Util -> Scalar-List-Utils
+# Scalar::Util -> Scalar-List-Utils
+# Test::More -> Test-Simple (Yes, Runtime)
+# Test::Deep::NoTest -> Test-Deep
+RDEPEND="
+	virtual/perl-Carp
+	dev-perl/File-Find-Rule
+	>=dev-perl/JSON-2.0.0
+	virtual/perl-Scalar-List-Utils
+	dev-perl/Number-Tolerant
+	>=virtual/perl-Test-Simple-0.960.0
+	virtual/perl-autodie
+	virtual/perl-parent
+"
+DEPEND="
+	${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.300.0
+	test? (
+		dev-perl/Test-Deep
+		dev-perl/Try-Tiny
+	)
+"


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

end of thread, other threads:[~2015-06-13 15:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-11  4:52 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Data-Rx/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2015-06-13 15:21 Kent Fredric
2015-03-26 22:05 Kent Fredric
2013-10-11  4:52 Kent Fredric
2012-11-04 15:17 Kent Fredric
2012-10-27 14:04 Kent Fredric
2011-02-04 19:13 kentfredric

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