public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Net-IP-Minimal/
@ 2012-03-27  9:30 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2012-03-27  9:30 UTC (permalink / raw
  To: gentoo-commits

commit:     4114c7121497cd4752c275d81bd787cb8a69468c
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Mar 27 08:56:37 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Mar 27 08:56:37 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=4114c712

[added] Net-IP-Minimal-0.20.0 for POE-Component-Client-Keepalive

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

---
 dev-perl/Net-IP-Minimal/ChangeLog                  |   10 +++++++
 .../Net-IP-Minimal/Net-IP-Minimal-0.20.0.ebuild    |   29 ++++++++++++++++++++
 dev-perl/Net-IP-Minimal/metadata.xml               |   12 ++++++++
 3 files changed, 51 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Net-IP-Minimal/ChangeLog b/dev-perl/Net-IP-Minimal/ChangeLog
new file mode 100644
index 0000000..45fba6e
--- /dev/null
+++ b/dev-perl/Net-IP-Minimal/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Net-IP-Minimal
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Net-IP-Minimal-0.20.0 (27 Mar 2012)
+
+  27 Mar 2012; Kent Fredric <kentfredric@gmail.com>
+  +Net-IP-Minimal-0.20.0.ebuild, +metadata.xml:
+  Added for POE-Component-Client-Keepalive
+

diff --git a/dev-perl/Net-IP-Minimal/Net-IP-Minimal-0.20.0.ebuild b/dev-perl/Net-IP-Minimal/Net-IP-Minimal-0.20.0.ebuild
new file mode 100644
index 0000000..44c7afb
--- /dev/null
+++ b/dev-perl/Net-IP-Minimal/Net-IP-Minimal-0.20.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=BINGOS
+MODULE_VERSION=0.02
+inherit perl-module
+
+DESCRIPTION='Minimal functions from Net::IP'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.30 ( 6.300.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
+}
+perl_meta_runtime() {
+	# perl v5.6.0 ( 5.6.0 )
+	echo \>=dev-lang/perl-5.6.0
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"

diff --git a/dev-perl/Net-IP-Minimal/metadata.xml b/dev-perl/Net-IP-Minimal/metadata.xml
new file mode 100644
index 0000000..5c010dc
--- /dev/null
+++ b/dev-perl/Net-IP-Minimal/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">Net-IP-Minimal</remote-id>
+	</upstream>
+</pkgmetadata>



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Net-IP-Minimal/
@ 2012-09-17 10:30 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2012-09-17 10:30 UTC (permalink / raw
  To: gentoo-commits

commit:     d03bcbe48666105235bf71fd677febff78c9905c
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Sep 17 08:32:27 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Sep 17 08:32:27 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d03bcbe4

[newversion] Net-IP-Minimal-0.40.0

(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)

---
 dev-perl/Net-IP-Minimal/ChangeLog                  |    6 ++++
 .../Net-IP-Minimal/Net-IP-Minimal-0.40.0.ebuild    |   29 ++++++++++++++++++++
 2 files changed, 35 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Net-IP-Minimal/ChangeLog b/dev-perl/Net-IP-Minimal/ChangeLog
index 45fba6e..402e0a7 100644
--- a/dev-perl/Net-IP-Minimal/ChangeLog
+++ b/dev-perl/Net-IP-Minimal/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Net-IP-Minimal-0.40.0 (17 Sep 2012)
+
+  17 Sep 2012; Kent Fredric <kentfredric@gmail.com>
+  +Net-IP-Minimal-0.40.0.ebuild:
+  Version Bump
+
 *Net-IP-Minimal-0.20.0 (27 Mar 2012)
 
   27 Mar 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Net-IP-Minimal/Net-IP-Minimal-0.40.0.ebuild b/dev-perl/Net-IP-Minimal/Net-IP-Minimal-0.40.0.ebuild
new file mode 100644
index 0000000..008c9e7
--- /dev/null
+++ b/dev-perl/Net-IP-Minimal/Net-IP-Minimal-0.40.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=BINGOS
+MODULE_VERSION=0.04
+inherit perl-module
+
+DESCRIPTION='Minimal functions from Net::IP'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.30 ( 6.300.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
+}
+perl_meta_runtime() {
+	# perl v5.6.0 ( 5.6.0 )
+	echo \>=dev-lang/perl-5.6.0
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Net-IP-Minimal/
@ 2013-02-23 22:54 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2013-02-23 22:54 UTC (permalink / raw
  To: gentoo-commits

commit:     a47f06d83ce6f224979e3862104fec4661e9eecb
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Feb 23 22:01:20 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Feb 23 22:01:20 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a47f06d8

[newversion] Net-IP-Minimal-0.60.0

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

---
 dev-perl/Net-IP-Minimal/ChangeLog                  |    8 +++++-
 .../Net-IP-Minimal/Net-IP-Minimal-0.60.0.ebuild    |   29 ++++++++++++++++++++
 2 files changed, 36 insertions(+), 1 deletions(-)

diff --git a/dev-perl/Net-IP-Minimal/ChangeLog b/dev-perl/Net-IP-Minimal/ChangeLog
index 402e0a7..a49125a 100644
--- a/dev-perl/Net-IP-Minimal/ChangeLog
+++ b/dev-perl/Net-IP-Minimal/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/Net-IP-Minimal
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Net-IP-Minimal-0.60.0 (23 Feb 2013)
+
+  23 Feb 2013; Kent Fredric <kentfredric@gmail.com>
+  +Net-IP-Minimal-0.60.0.ebuild:
+  Version Bump
+
 *Net-IP-Minimal-0.40.0 (17 Sep 2012)
 
   17 Sep 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Net-IP-Minimal/Net-IP-Minimal-0.60.0.ebuild b/dev-perl/Net-IP-Minimal/Net-IP-Minimal-0.60.0.ebuild
new file mode 100644
index 0000000..ea67e7b
--- /dev/null
+++ b/dev-perl/Net-IP-Minimal/Net-IP-Minimal-0.60.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=BINGOS
+MODULE_VERSION=0.06
+inherit perl-module
+
+DESCRIPTION='Minimal functions from Net::IP'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.30 ( 6.300.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
+}
+perl_meta_runtime() {
+	# perl v5.6.0 ( 5.6.0 )
+	echo \>=dev-lang/perl-5.6.0
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Net-IP-Minimal/
@ 2013-05-15 22:23 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2013-05-15 22:23 UTC (permalink / raw
  To: gentoo-commits

commit:     e9546f4aa12ca77f4efcb858556c6641cff051c6
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed May 15 19:56:28 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed May 15 19:56:28 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e9546f4a

[cpanclean] dev-perl/Net-IP-Minimal-0.20.0

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

---
 dev-perl/Net-IP-Minimal/ChangeLog                  |    4 +++
 .../Net-IP-Minimal/Net-IP-Minimal-0.20.0.ebuild    |   29 --------------------
 .../Net-IP-Minimal/Net-IP-Minimal-0.40.0.ebuild    |   29 --------------------
 3 files changed, 4 insertions(+), 58 deletions(-)

diff --git a/dev-perl/Net-IP-Minimal/ChangeLog b/dev-perl/Net-IP-Minimal/ChangeLog
index a49125a..887b08d 100644
--- a/dev-perl/Net-IP-Minimal/ChangeLog
+++ b/dev-perl/Net-IP-Minimal/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  15 May 2013; Kent Fredric <kentfredric@gmail.com>
+  -Net-IP-Minimal-0.20.0.ebuild, -Net-IP-Minimal-0.40.0.ebuild:
+  Gone on CPAN
+
 *Net-IP-Minimal-0.60.0 (23 Feb 2013)
 
   23 Feb 2013; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Net-IP-Minimal/Net-IP-Minimal-0.20.0.ebuild b/dev-perl/Net-IP-Minimal/Net-IP-Minimal-0.20.0.ebuild
deleted file mode 100644
index 44c7afb..0000000
--- a/dev-perl/Net-IP-Minimal/Net-IP-Minimal-0.20.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=BINGOS
-MODULE_VERSION=0.02
-inherit perl-module
-
-DESCRIPTION='Minimal functions from Net::IP'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker 6.30 ( 6.300.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
-}
-perl_meta_runtime() {
-	# perl v5.6.0 ( 5.6.0 )
-	echo \>=dev-lang/perl-5.6.0
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Net-IP-Minimal/Net-IP-Minimal-0.40.0.ebuild b/dev-perl/Net-IP-Minimal/Net-IP-Minimal-0.40.0.ebuild
deleted file mode 100644
index 008c9e7..0000000
--- a/dev-perl/Net-IP-Minimal/Net-IP-Minimal-0.40.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=BINGOS
-MODULE_VERSION=0.04
-inherit perl-module
-
-DESCRIPTION='Minimal functions from Net::IP'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker 6.30 ( 6.300.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
-}
-perl_meta_runtime() {
-	# perl v5.6.0 ( 5.6.0 )
-	echo \>=dev-lang/perl-5.6.0
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"


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

end of thread, other threads:[~2013-05-15 22:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-23 22:54 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Net-IP-Minimal/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2013-05-15 22:23 Kent Fredric
2012-09-17 10:30 Kent Fredric
2012-03-27  9:30 Kent Fredric

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