diff options
author | Torsten Veller <tove@gentoo.org> | 2010-02-15 09:38:37 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-02-15 09:38:37 +0000 |
commit | 76a9d995c7adaefdf48bbd1852a16b43d5a89532 (patch) | |
tree | b144a11d97624b1b74a9abce50971bfca4a7af99 /dev-perl/POE-Test-Loops | |
parent | Version bump. Thanks to Alexis Ballier for reporting. (diff) | |
download | historical-76a9d995c7adaefdf48bbd1852a16b43d5a89532.tar.gz historical-76a9d995c7adaefdf48bbd1852a16b43d5a89532.tar.bz2 historical-76a9d995c7adaefdf48bbd1852a16b43d5a89532.zip |
Version bump
Package-Manager: portage-2.2_rc62/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.033.ebuild | 16 |
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-perl/POE-Test-Loops/ChangeLog b/dev-perl/POE-Test-Loops/ChangeLog index 3ba2044a27c0..f44ed7d21c1c 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/POE-Test-Loops/ChangeLog,v 1.9 2010/01/09 09:44:59 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/POE-Test-Loops/ChangeLog,v 1.10 2010/02/15 09:37:51 tove Exp $ + +*POE-Test-Loops-1.033 (15 Feb 2010) + + 15 Feb 2010; Torsten Veller <tove@gentoo.org> + +POE-Test-Loops-1.033.ebuild: + Version bump *POE-Test-Loops-1.031 (09 Jan 2010) diff --git a/dev-perl/POE-Test-Loops/POE-Test-Loops-1.033.ebuild b/dev-perl/POE-Test-Loops/POE-Test-Loops-1.033.ebuild new file mode 100644 index 000000000000..13911bb9f9fc --- /dev/null +++ b/dev-perl/POE-Test-Loops/POE-Test-Loops-1.033.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2010 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.033.ebuild,v 1.1 2010/02/15 09:37:51 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR="RCAPUTO" +inherit perl-module + +DESCRIPTION="Reusable tests for POE::Loop authors" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +SRC_TEST="do" |