summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2013-01-06 15:42:31 +0000
committerTorsten Veller <tove@gentoo.org>2013-01-06 15:42:31 +0000
commit3a5431cd709fb7a0dba7e0e9b1f1d8f250aa83e5 (patch)
tree20e511b463ce3fbc614bb5e5f5e759bc7366e5e9 /dev-perl/POE-XS-Loop-EPoll
parentCleanup (diff)
downloadgentoo-2-3a5431cd709fb7a0dba7e0e9b1f1d8f250aa83e5.tar.gz
gentoo-2-3a5431cd709fb7a0dba7e0e9b1f1d8f250aa83e5.tar.bz2
gentoo-2-3a5431cd709fb7a0dba7e0e9b1f1d8f250aa83e5.zip
Cleanup
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'dev-perl/POE-XS-Loop-EPoll')
-rw-r--r--dev-perl/POE-XS-Loop-EPoll/ChangeLog8
-rw-r--r--dev-perl/POE-XS-Loop-EPoll/POE-XS-Loop-EPoll-1.1.0.ebuild21
2 files changed, 6 insertions, 23 deletions
diff --git a/dev-perl/POE-XS-Loop-EPoll/ChangeLog b/dev-perl/POE-XS-Loop-EPoll/ChangeLog
index bc4885a28a19..92a0d8467115 100644
--- a/dev-perl/POE-XS-Loop-EPoll/ChangeLog
+++ b/dev-perl/POE-XS-Loop-EPoll/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/POE-XS-Loop-EPoll
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/POE-XS-Loop-EPoll/ChangeLog,v 1.9 2012/11/18 11:33:25 robbat2 Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/POE-XS-Loop-EPoll/ChangeLog,v 1.10 2013/01/06 15:42:31 tove Exp $
+
+ 06 Jan 2013; Torsten Veller <tove@gentoo.org>
+ -POE-XS-Loop-EPoll-1.1.0.ebuild:
+ Cleanup
18 Nov 2012; Robin H. Johnson <robbat2@gentoo.org> metadata.xml:
Drop duplication of myself as a maintainer where there is a herd.
diff --git a/dev-perl/POE-XS-Loop-EPoll/POE-XS-Loop-EPoll-1.1.0.ebuild b/dev-perl/POE-XS-Loop-EPoll/POE-XS-Loop-EPoll-1.1.0.ebuild
deleted file mode 100644
index 7f8410631554..000000000000
--- a/dev-perl/POE-XS-Loop-EPoll/POE-XS-Loop-EPoll-1.1.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2011 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.1.0.ebuild,v 1.1 2011/08/29 11:02:07 tove Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=TONYC
-MODULE_VERSION=1.001
-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"