diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-08-25 17:50:36 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-08-25 17:50:36 +0000 |
commit | 0245d30ff8d9ff9fb6bb288f797b393cf28c2993 (patch) | |
tree | 8fe11d084b4a6d8da3ba4cd4e4a3d85ae0f2d172 /dev-perl/POE-Test-Loops | |
parent | Version bump via perl-bump experimental tool. (diff) | |
download | gentoo-2-0245d30ff8d9ff9fb6bb288f797b393cf28c2993.tar.gz gentoo-2-0245d30ff8d9ff9fb6bb288f797b393cf28c2993.tar.bz2 gentoo-2-0245d30ff8d9ff9fb6bb288f797b393cf28c2993.zip |
Version bump via perl-bump experimental tool.
(Portage version: 2.2_rc38/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/POE-Test-Loops')
-rw-r--r-- | dev-perl/POE-Test-Loops/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/POE-Test-Loops/POE-Test-Loops-1.021.ebuild | 19 |
2 files changed, 26 insertions, 1 deletions
diff --git a/dev-perl/POE-Test-Loops/ChangeLog b/dev-perl/POE-Test-Loops/ChangeLog index 5ef0c2245d6f..1f95d11ba2c1 100644 --- a/dev-perl/POE-Test-Loops/ChangeLog +++ b/dev-perl/POE-Test-Loops/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/POE-Test-Loops # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/POE-Test-Loops/ChangeLog,v 1.3 2009/07/25 09:22:06 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/POE-Test-Loops/ChangeLog,v 1.4 2009/08/25 17:50:36 robbat2 Exp $ + +*POE-Test-Loops-1.021 (25 Aug 2009) + + 25 Aug 2009; Robin H. Johnson <robbat2@gentoo.org> + +POE-Test-Loops-1.021.ebuild: + Version bump via perl-bump experimental tool. *POE-Test-Loops-1.020 (25 Jul 2009) diff --git a/dev-perl/POE-Test-Loops/POE-Test-Loops-1.021.ebuild b/dev-perl/POE-Test-Loops/POE-Test-Loops-1.021.ebuild new file mode 100644 index 000000000000..5e675b32b981 --- /dev/null +++ b/dev-perl/POE-Test-Loops/POE-Test-Loops-1.021.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/POE-Test-Loops/POE-Test-Loops-1.021.ebuild,v 1.1 2009/08/25 17:50:36 robbat2 Exp $ + +EAPI=2 + +MODULE_AUTHOR="RCAPUTO" +inherit perl-module + +DESCRIPTION="Reusable tests for POE::Loop authors" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-perl/POE" +RDEPEND="${DEPEND}" + +SRC_TEST="do" |