diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-08-25 18:04:35 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-08-25 18:04:35 +0000 |
commit | b88b57c143d52c6b5af6e23411a1b8e9930d60fa (patch) | |
tree | e79b8b8f0d798499fa733e5d41df65a73c68b7b9 /dev-perl/POE-Test-Loops | |
parent | sparc stable wrt #278150 (diff) | |
download | historical-b88b57c143d52c6b5af6e23411a1b8e9930d60fa.tar.gz historical-b88b57c143d52c6b5af6e23411a1b8e9930d60fa.tar.bz2 historical-b88b57c143d52c6b5af6e23411a1b8e9930d60fa.zip |
Version bump via perl-bump experimental tool.
Package-Manager: portage-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" |