commit: ba5a688c26b2b2ca5277b3cdbbe52dc40393e510
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jun 9 06:11:02 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jun 9 06:11:02 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=ba5a688c
[cleanup] POE-Component-IRC: Remove old versions
Package-Manager: portage-2.2.17
.../POE-Component-IRC-6.780.0.ebuild | 58 ----------------------
1 file changed, 58 deletions(-)
diff --git a/dev-perl/POE-Component-IRC/POE-Component-IRC-6.780.0.ebuild
b/dev-perl/POE-Component-IRC/POE-Component-IRC-6.780.0.ebuild
deleted file mode 100644
index d353bdf..0000000
--- a/dev-perl/POE-Component-IRC/POE-Component-IRC-6.780.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=HINRIK
-MODULE_VERSION=6.78
-inherit perl-module
-
-DESCRIPTION='A fully event-driven IRC client module'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-perl_meta_configure() {
- # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
-}
-perl_meta_runtime() {
- # IRC::Utils 0.12 ( 0.120.0 )
- echo \>=dev-perl/IRC-Utils-0.120.0
- # POE 1.311 ( 1.311.0 )
- echo \>=dev-perl/POE-1.311.0
- # POE::Component::Syndicator
- echo dev-perl/POE-Component-Syndicator
- # POE::Driver::SysRW
- echo dev-perl/POE
- # POE::Filter::IRCD 2.42 ( 2.420.0 )
- echo \>=dev-perl/POE-Filter-IRCD-2.420.0
- # POE::Filter::Line
- echo dev-perl/POE
- # POE::Filter::Stackable
- echo dev-perl/POE
- # POE::Filter::Stream
- echo dev-perl/POE
- # POE::Session
- echo dev-perl/POE
- # POE::Wheel::ReadWrite
- echo dev-perl/POE
- # POE::Wheel::SocketFactory
- echo dev-perl/POE
- # perl 5.008001 ( 5.8.1 )
- echo \>=dev-lang/perl-5.8.1
-}
-perl_meta_test() {
- # Test::Differences 0.61 ( 0.610.0 )
- echo \>=dev-perl/Test-Differences-0.610.0
- # Test::More 0.47 ( 0.470.0 )
- echo \>=virtual/perl-Test-Simple-0.47
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_runtime)
- test? ( $(perl_meta_test) )
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"