public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Algorithm-FloodControl/
@ 2012-11-05 23:23 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2012-11-05 23:23 UTC (permalink / raw
  To: gentoo-commits

commit:     7d9e88470148b2f930e31ecd18c778a879517098
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Nov  5 21:41:50 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Nov  5 21:41:50 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=7d9e8847

[import/dwc/algorithm-floodcontrol] rehash 2.1.0 & metdata , completing import

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

---
 .../Algorithm-FloodControl-2.1.0.ebuild            |   57 ++++++++++++-------
 dev-perl/Algorithm-FloodControl/ChangeLog          |    6 ++-
 dev-perl/Algorithm-FloodControl/metadata.xml       |   12 ++++
 3 files changed, 53 insertions(+), 22 deletions(-)

diff --git a/dev-perl/Algorithm-FloodControl/Algorithm-FloodControl-2.1.0.ebuild b/dev-perl/Algorithm-FloodControl/Algorithm-FloodControl-2.1.0.ebuild
index eda5782..f45fad3 100644
--- a/dev-perl/Algorithm-FloodControl/Algorithm-FloodControl-2.1.0.ebuild
+++ b/dev-perl/Algorithm-FloodControl/Algorithm-FloodControl-2.1.0.ebuild
@@ -1,28 +1,43 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
-
-EAPI=4
-
+EAPI=5
 MODULE_AUTHOR=GUGU
-MODULE_VERSION="2.001000"
+MODULE_VERSION=2.001000
 inherit perl-module
 
-DESCRIPTION="Limit event processing to count/time ratio"
-
+DESCRIPTION='Limit event processing to count/time ratio.'
+LICENSE=" || ( Artistic GPL-2 )"
 SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
 KEYWORDS="~amd64 ~x86"
-SRC_TEST="do"
-
-IUSE="test"
-RDEPEND="virtual/perl-Module-Load
-	dev-perl/Params-Validate
-	dev-perl/Class-Accessor
-	virtual/perl-version"
-DEPEND="${RDEPEND}
-	test? (
-		virtual/perl-Test-Simple
-		dev-perl/Cache-FastMmap
-		virtual/perl-File-Temp
-	)"
+IUSE=""
+perl_meta_build() {
+	# Cache::FastMmap
+	echo dev-perl/Cache-FastMmap
+	# File::Temp
+	echo virtual/perl-File-Temp
+	# Test::More
+	echo virtual/perl-Test-Simple
+}
+perl_meta_runtime() {
+	# Class::Accessor::Fast
+	echo dev-perl/Class-Accessor
+	# Module::Install 0.77 ( 0.770.0 )
+	echo \>=dev-perl/Module-Install-0.770.0
+	# Module::Load
+	echo virtual/perl-Module-Load
+	# Params::Validate
+	echo dev-perl/Params-Validate
+	# perl v5.8.0 ( 5.8.0 )
+	echo \>=dev-lang/perl-5.8.0
+	# version
+	echo virtual/perl-version
+}
+DEPEND="
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="broken"

diff --git a/dev-perl/Algorithm-FloodControl/ChangeLog b/dev-perl/Algorithm-FloodControl/ChangeLog
index 3dba91c..55ddf15 100644
--- a/dev-perl/Algorithm-FloodControl/ChangeLog
+++ b/dev-perl/Algorithm-FloodControl/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for dev-perl/Algorithm-FloodControl
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header$
 
+  05 Nov 2012; Kent Fredric <kentfredric@gmail.com>
+  Algorithm-FloodControl-2.1.0.ebuild, metadata.xml:
+  Rehash from scratch
+
 *Algorithm-FloodControl-2.1.0 (29 Apr 2011)
 
   29 Apr 2011; Daniel Westermann-Clark <dwc@pobox.com>

diff --git a/dev-perl/Algorithm-FloodControl/metadata.xml b/dev-perl/Algorithm-FloodControl/metadata.xml
index 743b271..0da7b22 100644
--- a/dev-perl/Algorithm-FloodControl/metadata.xml
+++ b/dev-perl/Algorithm-FloodControl/metadata.xml
@@ -6,4 +6,16 @@
         <email>dwc@pobox.com</email>
         <name>Daniel Westermann-Clark</name>
     </maintainer>
+    <maintainer>
+        <email>kentfredric@gmail.com</email>
+        <name>Kent Fredric</name>
+    </maintainer>
+    <upstream>
+        <remote-id type="cpan">Algorithm-FloodControl</remote-id>
+        <remote-id type="cpan-module">Algorithm::FloodControl</remote-id>
+        <remote-id type="cpan-module">Algorithm::FloodControl::Backend</remote-id>
+        <remote-id type="cpan-module">Algorithm::FloodControl::Backend::Cache::FastMmap</remote-id>
+        <remote-id type="cpan-module">Algorithm::FloodControl::Backend::Cache::Memcached</remote-id>
+        <remote-id type="cpan-module">Algorithm::FloodControl::Backend::Cache::Memcached::Fast</remote-id>
+    </upstream>
 </pkgmetadata>


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Algorithm-FloodControl/
@ 2012-11-05 23:23 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2012-11-05 23:23 UTC (permalink / raw
  To: gentoo-commits

commit:     76cb9b8895357b765690fa59f5af41efb1487ea7
Author:     Daniel Westermann-Clark <dwc <AT> ufl <DOT> edu>
AuthorDate: Mon Aug  9 21:35:20 2010 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Nov  5 21:21:54 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=76cb9b88

[import/dwc/algorith-floodcontrol] Bump dev-perl/Algorithm-FloodControl; no actual changes to module
(Portage version: 2.1.8.3/git/Linux x86_64)
 (Unsigned Manifest commit)

---
 ...uild => Algorithm-FloodControl-2.000000.ebuild} |    0
 dev-perl/Algorithm-FloodControl/ChangeLog          |    7 +++++++
 2 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Algorithm-FloodControl/Algorithm-FloodControl-1.990000.ebuild b/dev-perl/Algorithm-FloodControl/Algorithm-FloodControl-2.000000.ebuild
similarity index 100%
rename from dev-perl/Algorithm-FloodControl/Algorithm-FloodControl-1.990000.ebuild
rename to dev-perl/Algorithm-FloodControl/Algorithm-FloodControl-2.000000.ebuild

diff --git a/dev-perl/Algorithm-FloodControl/ChangeLog b/dev-perl/Algorithm-FloodControl/ChangeLog
index fa2973f..6f0a460 100644
--- a/dev-perl/Algorithm-FloodControl/ChangeLog
+++ b/dev-perl/Algorithm-FloodControl/ChangeLog
@@ -2,6 +2,13 @@
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
 # $Header$
 
+*Algorithm-FloodControl-2.000000 (09 Aug 2010)
+
+  09 Aug 2010; Daniel Westermann-Clark <dwc@pobox.com>
+  -Algorithm-FloodControl-1.990000.ebuild,
+  +Algorithm-FloodControl-2.000000.ebuild:
+  Bump dev-perl/Algorithm-FloodControl; no actual changes to module
+
 *Algorithm-FloodControl-1.990000 (13 Apr 2010)
 
   13 Apr 2010; Daniel Westermann-Clark <dwc@pobox.com>


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Algorithm-FloodControl/
@ 2012-11-05 23:23 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2012-11-05 23:23 UTC (permalink / raw
  To: gentoo-commits

commit:     272a881026717064c1b01dec15eaf6235ab3d807
Author:     Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
AuthorDate: Tue Apr 13 15:05:28 2010 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Nov  5 21:21:39 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=272a8810

[import/dwc/algorith-floodcontrol] Add Algorithm-FloodControl
(Portage version: 2.1.7.17/git/Linux x86_64)
 (Signed Manifest commit)

---
 .../Algorithm-FloodControl-1.990000.ebuild         |   27 ++++++++++++++++++++
 dev-perl/Algorithm-FloodControl/ChangeLog          |   10 +++++++
 dev-perl/Algorithm-FloodControl/metadata.xml       |    9 ++++++
 3 files changed, 46 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Algorithm-FloodControl/Algorithm-FloodControl-1.990000.ebuild b/dev-perl/Algorithm-FloodControl/Algorithm-FloodControl-1.990000.ebuild
new file mode 100644
index 0000000..3ca6738
--- /dev/null
+++ b/dev-perl/Algorithm-FloodControl/Algorithm-FloodControl-1.990000.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=2
+
+MODULE_AUTHOR=GUGU
+inherit perl-module
+
+DESCRIPTION="Limit event processing to count/time ratio"
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~x86"
+SRC_TEST="do"
+
+IUSE="test"
+RDEPEND="virtual/perl-Module-Load
+	dev-perl/Params-Validate
+	dev-perl/Class-Accessor
+	virtual/perl-version"
+DEPEND="${RDEPEND}
+	test? (
+		virtual/perl-Test-Simple
+		dev-perl/Cache-FastMmap
+		virtual/perl-File-Temp
+	)"

diff --git a/dev-perl/Algorithm-FloodControl/ChangeLog b/dev-perl/Algorithm-FloodControl/ChangeLog
new file mode 100644
index 0000000..fa2973f
--- /dev/null
+++ b/dev-perl/Algorithm-FloodControl/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Algorithm-FloodControl
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header$
+
+*Algorithm-FloodControl-1.990000 (13 Apr 2010)
+
+  13 Apr 2010; Daniel Westermann-Clark <dwc@pobox.com>
+  +Algorithm-FloodControl-1.990000.ebuild, +metadata.xml:
+  Add Algorithm-FloodControl
+

diff --git a/dev-perl/Algorithm-FloodControl/metadata.xml b/dev-perl/Algorithm-FloodControl/metadata.xml
new file mode 100644
index 0000000..743b271
--- /dev/null
+++ b/dev-perl/Algorithm-FloodControl/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>dwc@pobox.com</email>
+        <name>Daniel Westermann-Clark</name>
+    </maintainer>
+</pkgmetadata>


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Algorithm-FloodControl/
@ 2012-11-05 23:23 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2012-11-05 23:23 UTC (permalink / raw
  To: gentoo-commits

commit:     10a06f866d87103693eda2632132bdf044f3a39d
Author:     Daniel Westermann-Clark <dwc <AT> ufl <DOT> edu>
AuthorDate: Fri Apr 29 16:15:23 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Nov  5 21:21:58 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=10a06f86

[import/dwc/algorith-floodcontrol] [newversion] Algorithm-FloodControl-2.1.0

(Portage version: 2.1.9.42/git/Linux x86_64, unsigned Manifest commit)

---
 ....ebuild => Algorithm-FloodControl-2.1.0.ebuild} |    5 +++--
 dev-perl/Algorithm-FloodControl/ChangeLog          |    9 ++++++++-
 2 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Algorithm-FloodControl/Algorithm-FloodControl-2.000000.ebuild b/dev-perl/Algorithm-FloodControl/Algorithm-FloodControl-2.1.0.ebuild
similarity index 87%
rename from dev-perl/Algorithm-FloodControl/Algorithm-FloodControl-2.000000.ebuild
rename to dev-perl/Algorithm-FloodControl/Algorithm-FloodControl-2.1.0.ebuild
index 3ca6738..eda5782 100644
--- a/dev-perl/Algorithm-FloodControl/Algorithm-FloodControl-2.000000.ebuild
+++ b/dev-perl/Algorithm-FloodControl/Algorithm-FloodControl-2.1.0.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=2
+EAPI=4
 
 MODULE_AUTHOR=GUGU
+MODULE_VERSION="2.001000"
 inherit perl-module
 
 DESCRIPTION="Limit event processing to count/time ratio"

diff --git a/dev-perl/Algorithm-FloodControl/ChangeLog b/dev-perl/Algorithm-FloodControl/ChangeLog
index 6f0a460..3dba91c 100644
--- a/dev-perl/Algorithm-FloodControl/ChangeLog
+++ b/dev-perl/Algorithm-FloodControl/ChangeLog
@@ -1,7 +1,14 @@
 # ChangeLog for dev-perl/Algorithm-FloodControl
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header$
 
+*Algorithm-FloodControl-2.1.0 (29 Apr 2011)
+
+  29 Apr 2011; Daniel Westermann-Clark <dwc@pobox.com>
+  -Algorithm-FloodControl-2.000000.ebuild,
+  +Algorithm-FloodControl-2.1.0.ebuild:
+  Bump and migrate to x.y.z
+
 *Algorithm-FloodControl-2.000000 (09 Aug 2010)
 
   09 Aug 2010; Daniel Westermann-Clark <dwc@pobox.com>


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Algorithm-FloodControl/
@ 2014-10-11 18:46 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2014-10-11 18:46 UTC (permalink / raw
  To: gentoo-commits

commit:     bbde79f10e289c27681ddf136b8df6ab4eb462e9
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Oct 11 18:15:36 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Oct 11 18:15:57 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=bbde79f1

[fixup] dev-perl/Algorithm-FloodControl Migrate older SRC_TEST=broken to RESRICT=test

Package-Manager: portage-2.2.10

---
 dev-perl/Algorithm-FloodControl/Algorithm-FloodControl-2.1.0.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Algorithm-FloodControl/Algorithm-FloodControl-2.1.0.ebuild b/dev-perl/Algorithm-FloodControl/Algorithm-FloodControl-2.1.0.ebuild
index f45fad3..7ea7d88 100644
--- a/dev-perl/Algorithm-FloodControl/Algorithm-FloodControl-2.1.0.ebuild
+++ b/dev-perl/Algorithm-FloodControl/Algorithm-FloodControl-2.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=5
@@ -7,9 +7,9 @@ MODULE_VERSION=2.001000
 inherit perl-module
 
 DESCRIPTION='Limit event processing to count/time ratio.'
-LICENSE=" || ( Artistic GPL-2 )"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
+RESTRICT="test"
 IUSE=""
 perl_meta_build() {
 	# Cache::FastMmap
@@ -40,4 +40,3 @@ DEPEND="
 RDEPEND="
 	$(perl_meta_runtime)
 "
-SRC_TEST="broken"


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

end of thread, other threads:[~2014-10-11 18:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-05 23:23 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Algorithm-FloodControl/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2014-10-11 18:46 Kent Fredric
2012-11-05 23:23 Kent Fredric
2012-11-05 23:23 Kent Fredric
2012-11-05 23:23 Kent Fredric

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