summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2013-01-19 20:21:50 +0000
committerTorsten Veller <tove@gentoo.org>2013-01-19 20:21:50 +0000
commitde2b41d13bb25eedbe4f884dd6fcfcbcc0a02b6f (patch)
tree30c2442fe72d417dfb5f907292312be1edc313fe /dev-perl/Event
parent[bump] dev-perl/dbix-searchbuilder-1.630.0 (diff)
downloadgentoo-2-de2b41d13bb25eedbe4f884dd6fcfcbcc0a02b6f.tar.gz
gentoo-2-de2b41d13bb25eedbe4f884dd6fcfcbcc0a02b6f.tar.bz2
gentoo-2-de2b41d13bb25eedbe4f884dd6fcfcbcc0a02b6f.zip
[bump] dev-perl/Event-1.210.0
(Portage version: 2.2.0_alpha154/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'dev-perl/Event')
-rw-r--r--dev-perl/Event/ChangeLog9
-rw-r--r--dev-perl/Event/Event-1.210.0.ebuild19
2 files changed, 26 insertions, 2 deletions
diff --git a/dev-perl/Event/ChangeLog b/dev-perl/Event/ChangeLog
index de4827426f01..8bea93e3cd2d 100644
--- a/dev-perl/Event/ChangeLog
+++ b/dev-perl/Event/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Event
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Event/ChangeLog,v 1.79 2012/10/09 01:22:30 blueness Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Event/ChangeLog,v 1.80 2013/01/19 20:21:50 tove Exp $
+
+*Event-1.210.0 (19 Jan 2013)
+
+ 19 Jan 2013; Torsten Veller <tove@gentoo.org> +Event-1.210.0.ebuild:
+ Version bump
09 Oct 2012; Anthony G. Basile <blueness@gentoo.org> Event-1.10.ebuild:
stable ppc ppc64, bug #436854
diff --git a/dev-perl/Event/Event-1.210.0.ebuild b/dev-perl/Event/Event-1.210.0.ebuild
new file mode 100644
index 000000000000..539b51b7825a
--- /dev/null
+++ b/dev-perl/Event/Event-1.210.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Event/Event-1.210.0.ebuild,v 1.1 2013/01/19 20:21:50 tove Exp $
+
+EAPI=5
+
+MODULE_AUTHOR=JPRIT
+MODULE_VERSION=1.21
+inherit perl-module
+
+DESCRIPTION="fast, generic event loop"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-solaris"
+IUSE=""
+
+SRC_TEST="do"
+
+mydoc="ANNOUNCE INSTALL TODO Tutorial.pdf"