public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/POE-Component-IRC/
@ 2012-03-02  0:21 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2012-03-02  0:21 UTC (permalink / raw
  To: gentoo-commits

commit:     75b8daf15763989db2aa24887f00c476a1b390af
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Mar  2 00:16:06 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Mar  2 00:16:06 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=75b8daf1

[added] POE-Component-IRC

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

---
 dev-perl/POE-Component-IRC/ChangeLog               |   10 ++++
 .../POE-Component-IRC-6.780.0.ebuild               |   58 ++++++++++++++++++++
 dev-perl/POE-Component-IRC/metadata.xml            |   12 ++++
 3 files changed, 80 insertions(+), 0 deletions(-)

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

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
new file mode 100644
index 0000000..d353bdf
--- /dev/null
+++ b/dev-perl/POE-Component-IRC/POE-Component-IRC-6.780.0.ebuild
@@ -0,0 +1,58 @@
+# 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"

diff --git a/dev-perl/POE-Component-IRC/metadata.xml b/dev-perl/POE-Component-IRC/metadata.xml
new file mode 100644
index 0000000..439b3ca
--- /dev/null
+++ b/dev-perl/POE-Component-IRC/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">POE-Component-IRC</remote-id>
+	</upstream>
+</pkgmetadata>



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

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

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

[newversion] POE-Component-IRC-6.810.0

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

---
 dev-perl/POE-Component-IRC/ChangeLog               |    8 ++-
 .../POE-Component-IRC-6.810.0.ebuild               |   60 ++++++++++++++++++++
 2 files changed, 67 insertions(+), 1 deletions(-)

diff --git a/dev-perl/POE-Component-IRC/ChangeLog b/dev-perl/POE-Component-IRC/ChangeLog
index 23742bc..780a516 100644
--- a/dev-perl/POE-Component-IRC/ChangeLog
+++ b/dev-perl/POE-Component-IRC/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/POE-Component-IRC
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*POE-Component-IRC-6.810.0 (23 Feb 2013)
+
+  23 Feb 2013; Kent Fredric <kentfredric@gmail.com>
+  +POE-Component-IRC-6.810.0.ebuild:
+  Version Bump
+
 *POE-Component-IRC-6.800.0 (28 Oct 2012)
 
   28 Oct 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/POE-Component-IRC/POE-Component-IRC-6.810.0.ebuild b/dev-perl/POE-Component-IRC/POE-Component-IRC-6.810.0.ebuild
new file mode 100644
index 0000000..9bc75ea
--- /dev/null
+++ b/dev-perl/POE-Component-IRC/POE-Component-IRC-6.810.0.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=BINGOS
+MODULE_VERSION=6.81
+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
+	# List::MoreUtils
+	echo dev-perl/List-MoreUtils
+	# 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"


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/POE-Component-IRC/
@ 2013-04-28 16:45 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2013-04-28 16:45 UTC (permalink / raw
  To: gentoo-commits

commit:     1421d40f288eb1e1e2050ff5414ba0a898fffbf0
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Apr 28 14:25:00 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Apr 28 14:25:00 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=1421d40f

[newversion] POE-Component-IRC-6.820.0

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

---
 dev-perl/POE-Component-IRC/ChangeLog               |    6 ++
 .../POE-Component-IRC-6.820.0.ebuild               |   60 ++++++++++++++++++++
 2 files changed, 66 insertions(+), 0 deletions(-)

diff --git a/dev-perl/POE-Component-IRC/ChangeLog b/dev-perl/POE-Component-IRC/ChangeLog
index 780a516..2e6a3a4 100644
--- a/dev-perl/POE-Component-IRC/ChangeLog
+++ b/dev-perl/POE-Component-IRC/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*POE-Component-IRC-6.820.0 (28 Apr 2013)
+
+  28 Apr 2013; Kent Fredric <kentfredric@gmail.com>
+  +POE-Component-IRC-6.820.0.ebuild:
+  Version Bump
+
 *POE-Component-IRC-6.810.0 (23 Feb 2013)
 
   23 Feb 2013; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/POE-Component-IRC/POE-Component-IRC-6.820.0.ebuild b/dev-perl/POE-Component-IRC/POE-Component-IRC-6.820.0.ebuild
new file mode 100644
index 0000000..afb209e
--- /dev/null
+++ b/dev-perl/POE-Component-IRC/POE-Component-IRC-6.820.0.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=BINGOS
+MODULE_VERSION=6.82
+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
+	# List::MoreUtils
+	echo dev-perl/List-MoreUtils
+	# 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"


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

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

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

[cpanclean] dev-perl/POE-Component-IRC-6.800.0

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

---
 dev-perl/POE-Component-IRC/ChangeLog               |    4 +
 .../POE-Component-IRC-6.800.0.ebuild               |   60 --------------------
 .../POE-Component-IRC-6.810.0.ebuild               |   60 --------------------
 3 files changed, 4 insertions(+), 120 deletions(-)

diff --git a/dev-perl/POE-Component-IRC/ChangeLog b/dev-perl/POE-Component-IRC/ChangeLog
index 2e6a3a4..3028f83 100644
--- a/dev-perl/POE-Component-IRC/ChangeLog
+++ b/dev-perl/POE-Component-IRC/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  15 May 2013; Kent Fredric <kentfredric@gmail.com>
+  -POE-Component-IRC-6.800.0.ebuild, -POE-Component-IRC-6.810.0.ebuild:
+  Gone on CPAN
+
 *POE-Component-IRC-6.820.0 (28 Apr 2013)
 
   28 Apr 2013; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/POE-Component-IRC/POE-Component-IRC-6.800.0.ebuild b/dev-perl/POE-Component-IRC/POE-Component-IRC-6.800.0.ebuild
deleted file mode 100644
index c0629d0..0000000
--- a/dev-perl/POE-Component-IRC/POE-Component-IRC-6.800.0.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=BINGOS
-MODULE_VERSION=6.80
-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
-	# List::MoreUtils
-	echo dev-perl/List-MoreUtils
-	# 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"

diff --git a/dev-perl/POE-Component-IRC/POE-Component-IRC-6.810.0.ebuild b/dev-perl/POE-Component-IRC/POE-Component-IRC-6.810.0.ebuild
deleted file mode 100644
index 9bc75ea..0000000
--- a/dev-perl/POE-Component-IRC/POE-Component-IRC-6.810.0.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=BINGOS
-MODULE_VERSION=6.81
-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
-	# List::MoreUtils
-	echo dev-perl/List-MoreUtils
-	# 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"


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/POE-Component-IRC/
@ 2015-06-09  8:14 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2015-06-09  8:14 UTC (permalink / raw
  To: gentoo-commits

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"


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

end of thread, other threads:[~2015-06-09  8:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-09  8:14 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/POE-Component-IRC/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2013-05-15 22:23 Kent Fredric
2013-04-28 16:45 Kent Fredric
2013-02-23 22:54 Kent Fredric
2012-03-02  0:21 Kent Fredric

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