diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2012-02-29 09:20:23 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2012-02-29 09:20:23 +0000 |
commit | 00e2832b2ef5d0cc353290d580d658d6c87f7ae6 (patch) | |
tree | cf549436404366f20998cc5975f1a53a2b1ae103 /dev-perl/POE-API-Peek | |
parent | Version bump wrt bug 406229 by <supercilious.dude@gmail.com> (diff) | |
download | historical-00e2832b2ef5d0cc353290d580d658d6c87f7ae6.tar.gz historical-00e2832b2ef5d0cc353290d580d658d6c87f7ae6.tar.bz2 historical-00e2832b2ef5d0cc353290d580d658d6c87f7ae6.zip |
Version bump via perl-bump experimental tool.
Package-Manager: portage-2.2.0_alpha89/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/POE-API-Peek')
-rw-r--r-- | dev-perl/POE-API-Peek/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/POE-API-Peek/POE-API-Peek-2.200.0.ebuild | 23 |
2 files changed, 31 insertions, 2 deletions
diff --git a/dev-perl/POE-API-Peek/ChangeLog b/dev-perl/POE-API-Peek/ChangeLog index 0fd867f28ca3..034b7bc9dcd1 100644 --- a/dev-perl/POE-API-Peek/ChangeLog +++ b/dev-perl/POE-API-Peek/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/POE-API-Peek -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/POE-API-Peek/ChangeLog,v 1.6 2011/09/11 01:28:10 robbat2 Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/POE-API-Peek/ChangeLog,v 1.7 2012/02/29 09:13:50 robbat2 Exp $ + +*POE-API-Peek-2.200.0 (29 Feb 2012) + + 29 Feb 2012; Robin H. Johnson <robbat2@gentoo.org> + +POE-API-Peek-2.200.0.ebuild: + Version bump via perl-bump experimental tool. *POE-API-Peek-2.190.0 (11 Sep 2011) diff --git a/dev-perl/POE-API-Peek/POE-API-Peek-2.200.0.ebuild b/dev-perl/POE-API-Peek/POE-API-Peek-2.200.0.ebuild new file mode 100644 index 000000000000..d34d7050327b --- /dev/null +++ b/dev-perl/POE-API-Peek/POE-API-Peek-2.200.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/POE-API-Peek/POE-API-Peek-2.200.0.ebuild,v 1.1 2012/02/29 09:13:50 robbat2 Exp $ + +EAPI=4 + +MODULE_AUTHOR=BINGOS +MODULE_VERSION=2.20 +inherit perl-module + +DESCRIPTION="Peek into the internals of a running POE env" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-perl/Devel-Size + >=dev-perl/POE-1.311.0" +DEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.31" + +SRC_TEST=do |