summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-03-07 10:44:54 +0000
committerTorsten Veller <tove@gentoo.org>2010-03-07 10:44:54 +0000
commit78a074c3edf80ccaf594a43c7d383923c1cff63c (patch)
tree49a5abe501df66481944f876e7bbea043024ea33 /dev-perl
parentrewrite ebuild for USE_EXPAND goodies. fixes #286772, #301513, #303205 and #3... (diff)
downloadgentoo-2-78a074c3edf80ccaf594a43c7d383923c1cff63c.tar.gz
gentoo-2-78a074c3edf80ccaf594a43c7d383923c1cff63c.tar.bz2
gentoo-2-78a074c3edf80ccaf594a43c7d383923c1cff63c.zip
Version bump
(Portage version: 2.2_rc65/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/POE-XS-Loop-EPoll/ChangeLog10
-rw-r--r--dev-perl/POE-XS-Loop-EPoll/POE-XS-Loop-EPoll-1.001.ebuild20
2 files changed, 28 insertions, 2 deletions
diff --git a/dev-perl/POE-XS-Loop-EPoll/ChangeLog b/dev-perl/POE-XS-Loop-EPoll/ChangeLog
index 36eefefe60f6..294208d261a2 100644
--- a/dev-perl/POE-XS-Loop-EPoll/ChangeLog
+++ b/dev-perl/POE-XS-Loop-EPoll/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/POE-XS-Loop-EPoll
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/POE-XS-Loop-EPoll/ChangeLog,v 1.2 2009/06/10 01:42:35 robbat2 Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/POE-XS-Loop-EPoll/ChangeLog,v 1.3 2010/03/07 10:44:54 tove Exp $
+
+*POE-XS-Loop-EPoll-1.001 (07 Mar 2010)
+
+ 07 Mar 2010; Torsten Veller <tove@gentoo.org>
+ +POE-XS-Loop-EPoll-1.001.ebuild:
+ Version bump
10 Jun 2009; Robin H. Johnson <robbat2@gentoo.org>
POE-XS-Loop-EPoll-0.001.ebuild:
diff --git a/dev-perl/POE-XS-Loop-EPoll/POE-XS-Loop-EPoll-1.001.ebuild b/dev-perl/POE-XS-Loop-EPoll/POE-XS-Loop-EPoll-1.001.ebuild
new file mode 100644
index 000000000000..dcda84652191
--- /dev/null
+++ b/dev-perl/POE-XS-Loop-EPoll/POE-XS-Loop-EPoll-1.001.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/POE-XS-Loop-EPoll/POE-XS-Loop-EPoll-1.001.ebuild,v 1.1 2010/03/07 10:44:54 tove Exp $
+
+EAPI=2
+
+MODULE_AUTHOR="TONYC"
+inherit perl-module
+
+DESCRIPTION="an XS implementation of POE::Loop, using Linux epoll(2)."
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=dev-perl/POE-1.287
+ >=dev-perl/POE-Test-Loops-1.033"
+RDEPEND="${DEPEND}"
+
+SRC_TEST="do"