* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/POE-Component-SSLify/
@ 2013-05-03 10:51 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2013-05-03 10:51 UTC (permalink / raw
To: gentoo-commits
commit: 345612d99b7331e87c25b23f5d4380e067ebd3c3
Author: Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
AuthorDate: Tue Jul 7 16:38:55 2009 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May 3 10:03:54 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=345612d9
Add remaining ebuilds from my perl-poe overlay
---
.../POE-Component-SSLify-0.14.ebuild | 21 ++++++++++++++++++++
1 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/dev-perl/POE-Component-SSLify/POE-Component-SSLify-0.14.ebuild b/dev-perl/POE-Component-SSLify/POE-Component-SSLify-0.14.ebuild
new file mode 100644
index 0000000..a32bdaf
--- /dev/null
+++ b/dev-perl/POE-Component-SSLify/POE-Component-SSLify-0.14.ebuild
@@ -0,0 +1,21 @@
+# Copyright Daniel Westermann-Clark <daniel at acceleration dot net>
+# Distributed under the terms of the GNU General Public License v2
+# $Header$
+
+inherit perl-module
+
+DESCRIPTION="Makes using SSL in the world of POE easy"
+HOMEPAGE="http://search.cpan.org/dist/${PN}/"
+SRC_URI="mirror://cpan/authors/id/A/AP/APOCAL/${P}.tar.gz"
+LICENSE="|| ( Artistic GPL-2 )"
+
+SLOT="0"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86"
+RESTRICT="nomirror"
+
+IUSE="test"
+RDEPEND="dev-lang/perl
+ >=dev-perl/Net-SSLeay-1.30"
+DEPEND="virtual/perl-Module-Build
+ ${RDEPEND}
+ test? ( virtual/perl-Test-Simple )"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/POE-Component-SSLify/
@ 2013-05-03 10:51 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2013-05-03 10:51 UTC (permalink / raw
To: gentoo-commits
commit: 51d89aeccc1571c1c8f48e0e122898b8db6092f1
Author: Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
AuthorDate: Wed Jul 8 02:08:47 2009 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May 3 10:03:55 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=51d89aec
Bump, convert to EAPI=2, and add metadata.xml
(Portage version: 2.1.6.13/git/Linux x86_64)
(Signed Manifest commit)
---
dev-perl/POE-Component-SSLify/ChangeLog | 11 ++++++++++
.../POE-Component-SSLify-0.14.ebuild | 21 --------------------
.../POE-Component-SSLify-0.15.ebuild | 21 ++++++++++++++++++++
dev-perl/POE-Component-SSLify/metadata.xml | 9 ++++++++
4 files changed, 41 insertions(+), 21 deletions(-)
diff --git a/dev-perl/POE-Component-SSLify/ChangeLog b/dev-perl/POE-Component-SSLify/ChangeLog
new file mode 100644
index 0000000..155153b
--- /dev/null
+++ b/dev-perl/POE-Component-SSLify/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for dev-perl/POE-Component-SSLify
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*POE-Component-SSLify-0.15 (08 Jul 2009)
+
+ 08 Jul 2009; Daniel Westermann-Clark <dwc@pobox.com>
+ -POE-Component-SSLify-0.14.ebuild, +POE-Component-SSLify-0.15.ebuild,
+ +metadata.xml:
+ Bump, convert to EAPI=2, and add metadata.xml
+
diff --git a/dev-perl/POE-Component-SSLify/POE-Component-SSLify-0.14.ebuild b/dev-perl/POE-Component-SSLify/POE-Component-SSLify-0.14.ebuild
deleted file mode 100644
index a32bdaf..0000000
--- a/dev-perl/POE-Component-SSLify/POE-Component-SSLify-0.14.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright Daniel Westermann-Clark <daniel at acceleration dot net>
-# Distributed under the terms of the GNU General Public License v2
-# $Header$
-
-inherit perl-module
-
-DESCRIPTION="Makes using SSL in the world of POE easy"
-HOMEPAGE="http://search.cpan.org/dist/${PN}/"
-SRC_URI="mirror://cpan/authors/id/A/AP/APOCAL/${P}.tar.gz"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86"
-RESTRICT="nomirror"
-
-IUSE="test"
-RDEPEND="dev-lang/perl
- >=dev-perl/Net-SSLeay-1.30"
-DEPEND="virtual/perl-Module-Build
- ${RDEPEND}
- test? ( virtual/perl-Test-Simple )"
diff --git a/dev-perl/POE-Component-SSLify/POE-Component-SSLify-0.15.ebuild b/dev-perl/POE-Component-SSLify/POE-Component-SSLify-0.15.ebuild
new file mode 100644
index 0000000..168bf2b
--- /dev/null
+++ b/dev-perl/POE-Component-SSLify/POE-Component-SSLify-0.15.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=2
+
+MODULE_AUTHOR=APOCAL
+inherit perl-module
+
+DESCRIPTION="Makes using SSL in the world of POE easy"
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~x86"
+SRC_TEST="do"
+
+IUSE="test"
+RDEPEND=">=dev-perl/Net-SSLeay-1.30"
+DEPEND="virtual/perl-Module-Build
+ ${RDEPEND}
+ test? ( virtual/perl-Test-Simple )"
diff --git a/dev-perl/POE-Component-SSLify/metadata.xml b/dev-perl/POE-Component-SSLify/metadata.xml
new file mode 100644
index 0000000..743b271
--- /dev/null
+++ b/dev-perl/POE-Component-SSLify/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] 9+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/POE-Component-SSLify/
@ 2013-05-03 10:51 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2013-05-03 10:51 UTC (permalink / raw
To: gentoo-commits
commit: 804ccc61996dbcfec45ef85d9e2ae833643b2455
Author: Daniel Westermann-Clark <dwc <AT> ufl <DOT> edu>
AuthorDate: Fri Apr 29 16:09:21 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May 3 10:04:27 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=804ccc61
[newversion] POE-Component-SSLify-1.6.0
(Portage version: 2.1.9.42/git/Linux x86_64, unsigned Manifest commit)
---
dev-perl/POE-Component-SSLify/ChangeLog | 8 +++++-
.../POE-Component-SSLify-0.20.ebuild | 22 ---------------
.../POE-Component-SSLify-1.6.0.ebuild | 28 ++++++++++++++++++++
3 files changed, 35 insertions(+), 23 deletions(-)
diff --git a/dev-perl/POE-Component-SSLify/ChangeLog b/dev-perl/POE-Component-SSLify/ChangeLog
index aabfe37..f9cf736 100644
--- a/dev-perl/POE-Component-SSLify/ChangeLog
+++ b/dev-perl/POE-Component-SSLify/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for dev-perl/POE-Component-SSLify
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*POE-Component-SSLify-1.6.0 (29 Apr 2011)
+
+ 29 Apr 2011; Daniel Westermann-Clark <dwc@pobox.com>
+ -POE-Component-SSLify-0.20.ebuild, +POE-Component-SSLify-1.6.0.ebuild:
+ Bump and migrate to x.y.z
+
*POE-Component-SSLify-0.20 (04 May 2010)
04 May 2010; Daniel Westermann-Clark <dwc@pobox.com>
diff --git a/dev-perl/POE-Component-SSLify/POE-Component-SSLify-0.20.ebuild b/dev-perl/POE-Component-SSLify/POE-Component-SSLify-0.20.ebuild
deleted file mode 100644
index a03e460..0000000
--- a/dev-perl/POE-Component-SSLify/POE-Component-SSLify-0.20.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-MODULE_AUTHOR=APOCAL
-inherit perl-module
-
-DESCRIPTION="Makes using SSL in the world of POE easy"
-
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~amd64 ~x86"
-SRC_TEST="do"
-
-IUSE="test"
-RDEPEND=">=dev-perl/Net-SSLeay-1.36"
-DEPEND="virtual/perl-Module-Build
- ${RDEPEND}
- >=dev-perl/POE-1.267
- test? ( virtual/perl-Test-Simple )"
diff --git a/dev-perl/POE-Component-SSLify/POE-Component-SSLify-1.6.0.ebuild b/dev-perl/POE-Component-SSLify/POE-Component-SSLify-1.6.0.ebuild
new file mode 100644
index 0000000..1f36f56
--- /dev/null
+++ b/dev-perl/POE-Component-SSLify/POE-Component-SSLify-1.6.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=APOCAL
+MODULE_VERSION="1.006"
+inherit perl-module
+
+DESCRIPTION="Makes using SSL in the world of POE easy"
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~x86"
+SRC_TEST="do"
+
+IUSE="test"
+RDEPEND="virtual/perl-IO
+ >=dev-perl/Net-SSLeay-1.36
+ virtual/perl-Scalar-List-Utils
+ >=dev-perl/Task-Weaken-1.03
+ virtual/perl-parent
+ >=dev-lang/perl-5.6"
+DEPEND=">=virtual/perl-Module-Build-0.36.01
+ ${RDEPEND}
+ >=dev-perl/POE-1.267
+ test? ( >=virtual/perl-Test-Simple-0.88 )"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/POE-Component-SSLify/
@ 2013-05-03 10:51 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2013-05-03 10:51 UTC (permalink / raw
To: gentoo-commits
commit: 126e671f1189c4b0df9d88d79d234d52df6d2f73
Author: Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
AuthorDate: Sun Apr 4 19:31:25 2010 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May 3 10:04:24 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=126e671f
Bump dev-perl/POE-Component-SSLify to 0.18
(Portage version: 2.1.7.17/git/Linux x86_64)
(Signed Manifest commit)
---
dev-perl/POE-Component-SSLify/ChangeLog | 8 +++++++-
....15.ebuild => POE-Component-SSLify-0.18.ebuild} | 5 +++--
2 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/dev-perl/POE-Component-SSLify/ChangeLog b/dev-perl/POE-Component-SSLify/ChangeLog
index 155153b..7768db3 100644
--- a/dev-perl/POE-Component-SSLify/ChangeLog
+++ b/dev-perl/POE-Component-SSLify/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for dev-perl/POE-Component-SSLify
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*POE-Component-SSLify-0.18 (04 Apr 2010)
+
+ 04 Apr 2010; Daniel Westermann-Clark <dwc@pobox.com>
+ -POE-Component-SSLify-0.15.ebuild, +POE-Component-SSLify-0.18.ebuild:
+ Bump dev-perl/POE-Component-SSLify to 0.18
+
*POE-Component-SSLify-0.15 (08 Jul 2009)
08 Jul 2009; Daniel Westermann-Clark <dwc@pobox.com>
diff --git a/dev-perl/POE-Component-SSLify/POE-Component-SSLify-0.15.ebuild b/dev-perl/POE-Component-SSLify/POE-Component-SSLify-0.18.ebuild
similarity index 78%
rename from dev-perl/POE-Component-SSLify/POE-Component-SSLify-0.15.ebuild
rename to dev-perl/POE-Component-SSLify/POE-Component-SSLify-0.18.ebuild
index 168bf2b..a03e460 100644
--- a/dev-perl/POE-Component-SSLify/POE-Component-SSLify-0.15.ebuild
+++ b/dev-perl/POE-Component-SSLify/POE-Component-SSLify-0.18.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -15,7 +15,8 @@ KEYWORDS="~amd64 ~x86"
SRC_TEST="do"
IUSE="test"
-RDEPEND=">=dev-perl/Net-SSLeay-1.30"
+RDEPEND=">=dev-perl/Net-SSLeay-1.36"
DEPEND="virtual/perl-Module-Build
${RDEPEND}
+ >=dev-perl/POE-1.267
test? ( virtual/perl-Test-Simple )"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/POE-Component-SSLify/
@ 2013-05-03 10:51 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2013-05-03 10:51 UTC (permalink / raw
To: gentoo-commits
commit: 710170b2e2209181cfb45a212dede5ae810adc32
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri May 3 10:10:00 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May 3 10:10:00 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=710170b2
[fixdep] POE-Component-SSLify -> ( Net-SSLeay,Task-Weaken,POE,perl ) ( normalize )
Package-Manager: portage-2.2.0_alpha173
Manifest-Sign-Key: ECD2C675C102CDA4
---
dev-perl/POE-Component-SSLify/ChangeLog | 6 +++++-
.../POE-Component-SSLify-1.6.0.ebuild | 10 +++++-----
2 files changed, 10 insertions(+), 6 deletions(-)
diff --git a/dev-perl/POE-Component-SSLify/ChangeLog b/dev-perl/POE-Component-SSLify/ChangeLog
index f9cf736..33ed2ed 100644
--- a/dev-perl/POE-Component-SSLify/ChangeLog
+++ b/dev-perl/POE-Component-SSLify/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for dev-perl/POE-Component-SSLify
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 03 May 2013; Kent Fredric <kentfredric@gmail.com>
+ POE-Component-SSLify-1.6.0.ebuild:
+ Normalise deps
+
*POE-Component-SSLify-1.6.0 (29 Apr 2011)
29 Apr 2011; Daniel Westermann-Clark <dwc@pobox.com>
diff --git a/dev-perl/POE-Component-SSLify/POE-Component-SSLify-1.6.0.ebuild b/dev-perl/POE-Component-SSLify/POE-Component-SSLify-1.6.0.ebuild
index 1f36f56..3e676a9 100644
--- a/dev-perl/POE-Component-SSLify/POE-Component-SSLify-1.6.0.ebuild
+++ b/dev-perl/POE-Component-SSLify/POE-Component-SSLify-1.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -17,12 +17,12 @@ SRC_TEST="do"
IUSE="test"
RDEPEND="virtual/perl-IO
- >=dev-perl/Net-SSLeay-1.36
+ >=dev-perl/Net-SSLeay-1.360.0
virtual/perl-Scalar-List-Utils
- >=dev-perl/Task-Weaken-1.03
+ >=dev-perl/Task-Weaken-1.30.0
virtual/perl-parent
- >=dev-lang/perl-5.6"
+ >=dev-lang/perl-5.6.0"
DEPEND=">=virtual/perl-Module-Build-0.36.01
${RDEPEND}
- >=dev-perl/POE-1.267
+ >=dev-perl/POE-1.267.0
test? ( >=virtual/perl-Test-Simple-0.88 )"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/POE-Component-SSLify/
@ 2013-05-03 10:51 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2013-05-03 10:51 UTC (permalink / raw
To: gentoo-commits
commit: 4d4ebba89d280b41321b12eaf9630ed339fd5022
Author: Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
AuthorDate: Tue May 4 15:03:38 2010 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May 3 10:04:24 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=4d4ebba8
Bump dev-perl/POE-Component-SSLify to 0.20
(Portage version: 2.1.8.3/git/Linux x86_64)
(Signed Manifest commit)
---
dev-perl/POE-Component-SSLify/ChangeLog | 6 ++++++
....18.ebuild => POE-Component-SSLify-0.20.ebuild} | 0
2 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/dev-perl/POE-Component-SSLify/ChangeLog b/dev-perl/POE-Component-SSLify/ChangeLog
index 7768db3..aabfe37 100644
--- a/dev-perl/POE-Component-SSLify/ChangeLog
+++ b/dev-perl/POE-Component-SSLify/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*POE-Component-SSLify-0.20 (04 May 2010)
+
+ 04 May 2010; Daniel Westermann-Clark <dwc@pobox.com>
+ -POE-Component-SSLify-0.18.ebuild, +POE-Component-SSLify-0.20.ebuild:
+ Bump dev-perl/POE-Component-SSLify to 0.20
+
*POE-Component-SSLify-0.18 (04 Apr 2010)
04 Apr 2010; Daniel Westermann-Clark <dwc@pobox.com>
diff --git a/dev-perl/POE-Component-SSLify/POE-Component-SSLify-0.18.ebuild b/dev-perl/POE-Component-SSLify/POE-Component-SSLify-0.20.ebuild
similarity index 100%
rename from dev-perl/POE-Component-SSLify/POE-Component-SSLify-0.18.ebuild
rename to dev-perl/POE-Component-SSLify/POE-Component-SSLify-0.20.ebuild
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/POE-Component-SSLify/
@ 2013-05-03 10:51 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2013-05-03 10:51 UTC (permalink / raw
To: gentoo-commits
commit: e3b8ca0b587ddabf2e93b51877223c73d80ca255
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri May 3 10:14:37 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May 3 10:14:37 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e3b8ca0b
[newversion] dev-perl/POE-Component-SSLify-1.8.0
Package-Manager: portage-2.2.0_alpha173
Manifest-Sign-Key: ECD2C675C102CDA4
---
dev-perl/POE-Component-SSLify/ChangeLog | 6 ++
.../POE-Component-SSLify-1.8.0.ebuild | 67 ++++++++++++++++++++
dev-perl/POE-Component-SSLify/metadata.xml | 6 ++
3 files changed, 79 insertions(+), 0 deletions(-)
diff --git a/dev-perl/POE-Component-SSLify/ChangeLog b/dev-perl/POE-Component-SSLify/ChangeLog
index 33ed2ed..cfe7e72 100644
--- a/dev-perl/POE-Component-SSLify/ChangeLog
+++ b/dev-perl/POE-Component-SSLify/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*POE-Component-SSLify-1.8.0 (03 May 2013)
+
+ 03 May 2013; Kent Fredric <kentfredric@gmail.com>
+ +POE-Component-SSLify-1.8.0.ebuild, metadata.xml:
+ Version Bump
+
03 May 2013; Kent Fredric <kentfredric@gmail.com>
POE-Component-SSLify-1.6.0.ebuild:
Normalise deps
diff --git a/dev-perl/POE-Component-SSLify/POE-Component-SSLify-1.8.0.ebuild b/dev-perl/POE-Component-SSLify/POE-Component-SSLify-1.8.0.ebuild
new file mode 100644
index 0000000..69469f6
--- /dev/null
+++ b/dev-perl/POE-Component-SSLify/POE-Component-SSLify-1.8.0.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=APOCAL
+MODULE_VERSION=1.008
+inherit perl-module
+
+DESCRIPTION='Makes using SSL in the world of POE easy!'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_meta_configure() {
+ # Module::Build 0.3601 ( 0.360.100 )
+ echo \>=virtual/perl-Module-Build-0.36.01
+}
+perl_meta_build() {
+ # Module::Build 0.3601 ( 0.360.100 )
+ echo \>=virtual/perl-Module-Build-0.36.01
+}
+perl_meta_runtime() {
+ # Exporter
+ echo virtual/perl-Exporter
+ # IO::Handle 1.28 ( 1.280.0 )
+ echo \>=virtual/perl-IO-1.25
+ # Net::SSLeay 1.36 ( 1.360.0 )
+ echo \>=dev-perl/Net-SSLeay-1.360.0
+ # POE
+ echo dev-perl/POE
+ # Scalar::Util
+ echo virtual/perl-Scalar-List-Utils
+ # Symbol
+ echo dev-lang/perl
+ # Task::Weaken 1.03 ( 1.30.0 )
+ echo \>=dev-perl/Task-Weaken-1.30.0
+ # parent
+ echo virtual/perl-parent
+ # perl 5.006 ( 5.6.0 )
+ echo \>=dev-lang/perl-5.6.0
+}
+perl_meta_test() {
+ # File::Find
+ echo dev-lang/perl
+ # File::Temp
+ echo virtual/perl-File-Temp
+ # POE 1.267 ( 1.267.0 )
+ echo \>=dev-perl/POE-1.267.0
+ # POE::Component::Client::TCP
+ echo dev-perl/POE
+ # POE::Component::Server::TCP
+ echo dev-perl/POE
+ # Socket
+ echo dev-lang/perl
+ # Test::More 0.88 ( 0.880.0 )
+ echo \>=virtual/perl-Test-Simple-0.88
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+ test? ( $(perl_meta_test) )
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
diff --git a/dev-perl/POE-Component-SSLify/metadata.xml b/dev-perl/POE-Component-SSLify/metadata.xml
index 743b271..2dbeb84 100644
--- a/dev-perl/POE-Component-SSLify/metadata.xml
+++ b/dev-perl/POE-Component-SSLify/metadata.xml
@@ -6,4 +6,10 @@
<email>dwc@pobox.com</email>
<name>Daniel Westermann-Clark</name>
</maintainer>
+ <upstream>
+ <remote-id type="cpan">POE-Component-SSLify</remote-id>
+ <remote-id type="cpan-module">POE::Component::SSLify</remote-id>
+ <remote-id type="cpan-module">POE::Component::SSLify::ClientHandle</remote-id>
+ <remote-id type="cpan-module">POE::Component::SSLify::ServerHandle</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/POE-Component-SSLify/
@ 2015-06-09 8:14 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2015-06-09 8:14 UTC (permalink / raw
To: gentoo-commits
commit: 7106bd5c66cd44da3909ecfa789b2cf82169e7cd
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jun 9 06:11:14 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jun 9 06:11:14 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=7106bd5c
[cleanup] POE-Component-SSLify: Remove old versions
Package-Manager: portage-2.2.17
.../POE-Component-SSLify-1.6.0.ebuild | 28 ----------------------
1 file changed, 28 deletions(-)
diff --git a/dev-perl/POE-Component-SSLify/POE-Component-SSLify-1.6.0.ebuild b/dev-perl/POE-Component-SSLify/POE-Component-SSLify-1.6.0.ebuild
deleted file mode 100644
index 3e676a9..0000000
--- a/dev-perl/POE-Component-SSLify/POE-Component-SSLify-1.6.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-MODULE_AUTHOR=APOCAL
-MODULE_VERSION="1.006"
-inherit perl-module
-
-DESCRIPTION="Makes using SSL in the world of POE easy"
-
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~amd64 ~x86"
-SRC_TEST="do"
-
-IUSE="test"
-RDEPEND="virtual/perl-IO
- >=dev-perl/Net-SSLeay-1.360.0
- virtual/perl-Scalar-List-Utils
- >=dev-perl/Task-Weaken-1.30.0
- virtual/perl-parent
- >=dev-lang/perl-5.6.0"
-DEPEND=">=virtual/perl-Module-Build-0.36.01
- ${RDEPEND}
- >=dev-perl/POE-1.267.0
- test? ( >=virtual/perl-Test-Simple-0.88 )"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/POE-Component-SSLify/
@ 2015-06-14 16:30 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2015-06-14 16:30 UTC (permalink / raw
To: gentoo-commits
commit: eaf0a72c0c9a4613360cca07990c4fd160b5609a
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Jun 14 16:14:41 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Jun 14 16:14:41 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=eaf0a72c
[fixup] POE-Component-SSLify: Module::Build is no longer part of core Perl and has been moved to dev-perl
Package-Manager: portage-2.2.17
dev-perl/POE-Component-SSLify/POE-Component-SSLify-1.8.0.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-perl/POE-Component-SSLify/POE-Component-SSLify-1.8.0.ebuild b/dev-perl/POE-Component-SSLify/POE-Component-SSLify-1.8.0.ebuild
index 69469f6..93f6104 100644
--- a/dev-perl/POE-Component-SSLify/POE-Component-SSLify-1.8.0.ebuild
+++ b/dev-perl/POE-Component-SSLify/POE-Component-SSLify-1.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
@@ -13,11 +13,11 @@ KEYWORDS="~amd64 ~x86"
IUSE="test"
perl_meta_configure() {
# Module::Build 0.3601 ( 0.360.100 )
- echo \>=virtual/perl-Module-Build-0.36.01
+ echo \>=dev-perl/Module-Build-0.36.01
}
perl_meta_build() {
# Module::Build 0.3601 ( 0.360.100 )
- echo \>=virtual/perl-Module-Build-0.36.01
+ echo \>=dev-perl/Module-Build-0.36.01
}
perl_meta_runtime() {
# Exporter
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2015-06-14 16:31 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-03 10:51 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/POE-Component-SSLify/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2015-06-14 16:30 Kent Fredric
2015-06-09 8:14 Kent Fredric
2013-05-03 10:51 Kent Fredric
2013-05-03 10:51 Kent Fredric
2013-05-03 10:51 Kent Fredric
2013-05-03 10:51 Kent Fredric
2013-05-03 10:51 Kent Fredric
2013-05-03 10:51 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox