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