diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-05 17:02:10 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-05 17:02:10 +0000 |
commit | b88c43b5e5b9c33cc3ef428c705ffd154f3887bd (patch) | |
tree | 88589f2014af7798de989ea631f67156b81497f2 /dev-perl/POE-Test-Loops | |
parent | A few fixes for testing and python compats from Arfrever (diff) | |
download | gentoo-2-b88c43b5e5b9c33cc3ef428c705ffd154f3887bd.tar.gz gentoo-2-b88c43b5e5b9c33cc3ef428c705ffd154f3887bd.tar.bz2 gentoo-2-b88c43b5e5b9c33cc3ef428c705ffd154f3887bd.zip |
[bump] dev-perl/POE-Test-Loops-1.312.0
(Portage version: 2.2.0_alpha50/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/POE-Test-Loops')
-rw-r--r-- | dev-perl/POE-Test-Loops/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/POE-Test-Loops/POE-Test-Loops-1.312.0.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-perl/POE-Test-Loops/ChangeLog b/dev-perl/POE-Test-Loops/ChangeLog index 699c688b889d..acd85d0b5c19 100644 --- a/dev-perl/POE-Test-Loops/ChangeLog +++ b/dev-perl/POE-Test-Loops/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/POE-Test-Loops # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/POE-Test-Loops/ChangeLog,v 1.21 2011/07/29 17:24:33 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/POE-Test-Loops/ChangeLog,v 1.22 2011/08/05 17:02:10 tove Exp $ + +*POE-Test-Loops-1.312.0 (05 Aug 2011) + + 05 Aug 2011; Torsten Veller <tove@gentoo.org> +POE-Test-Loops-1.312.0.ebuild: + Version bump 29 Jul 2011; Torsten Veller <tove@gentoo.org> -POE-Test-Loops-1.036.ebuild, -POE-Test-Loops-1.40.ebuild, -POE-Test-Loops-1.50.0.ebuild: diff --git a/dev-perl/POE-Test-Loops/POE-Test-Loops-1.312.0.ebuild b/dev-perl/POE-Test-Loops/POE-Test-Loops-1.312.0.ebuild new file mode 100644 index 000000000000..acf52d2e65b0 --- /dev/null +++ b/dev-perl/POE-Test-Loops/POE-Test-Loops-1.312.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2011 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.312.0.ebuild,v 1.1 2011/08/05 17:02:10 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=RCAPUTO +MODULE_VERSION=1.312 +inherit perl-module + +DESCRIPTION="Reusable tests for POE::Loop authors" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +SRC_TEST="do" |