diff options
Diffstat (limited to 'dev-perl/POE-Test-Loops')
-rw-r--r-- | dev-perl/POE-Test-Loops/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/POE-Test-Loops/POE-Test-Loops-1.031.ebuild | 16 |
2 files changed, 24 insertions, 2 deletions
diff --git a/dev-perl/POE-Test-Loops/ChangeLog b/dev-perl/POE-Test-Loops/ChangeLog index 97fcf71c9092..3ba2044a27c0 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.8 2009/12/21 16:42:25 armin76 Exp $ +# 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 $ + +*POE-Test-Loops-1.031 (09 Jan 2010) + + 09 Jan 2010; Torsten Veller <tove@gentoo.org> + +POE-Test-Loops-1.031.ebuild: + Version bump 21 Dec 2009; Raúl Porcel <armin76@gentoo.org> POE-Test-Loops-1.005.ebuild, POE-Test-Loops-1.020.ebuild, diff --git a/dev-perl/POE-Test-Loops/POE-Test-Loops-1.031.ebuild b/dev-perl/POE-Test-Loops/POE-Test-Loops-1.031.ebuild new file mode 100644 index 000000000000..f2c460031708 --- /dev/null +++ b/dev-perl/POE-Test-Loops/POE-Test-Loops-1.031.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.031.ebuild,v 1.1 2010/01/09 09:44:59 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" |