public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/POE-Component-SSLify/
Date: Fri,  3 May 2013 10:51:51 +0000 (UTC)	[thread overview]
Message-ID: <1367575467.804ccc61996dbcfec45ef85d9e2ae833643b2455.kent@gentoo> (raw)

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 )"


             reply	other threads:[~2013-05-03 10:52 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-03 10:51 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-06-14 16:30 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/POE-Component-SSLify/ 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1367575467.804ccc61996dbcfec45ef85d9e2ae833643b2455.kent@gentoo \
    --to=kentfredric@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox