diff options
author | Torsten Veller <tove@gentoo.org> | 2012-03-13 14:49:38 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-03-13 14:49:38 +0000 |
commit | b38790750dd2b29036e296ad93dfad86712afc6a (patch) | |
tree | ee37ec0c782b5215d8d478fcfec13858fe46e5df /dev-perl/POE-Test-Loops | |
parent | Make alsa-plugins a PDEPEND to avoid circular deps. (diff) | |
download | gentoo-2-b38790750dd2b29036e296ad93dfad86712afc6a.tar.gz gentoo-2-b38790750dd2b29036e296ad93dfad86712afc6a.tar.bz2 gentoo-2-b38790750dd2b29036e296ad93dfad86712afc6a.zip |
[bump] dev-perl/POE-Test-Loops-1.351.0
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/POE-Test-Loops')
-rw-r--r-- | dev-perl/POE-Test-Loops/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/POE-Test-Loops/POE-Test-Loops-1.351.0.ebuild | 17 |
2 files changed, 24 insertions, 2 deletions
diff --git a/dev-perl/POE-Test-Loops/ChangeLog b/dev-perl/POE-Test-Loops/ChangeLog index 08488d4b2f44..60b364d648a5 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.24 2011/12/19 14:58:05 tove Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/POE-Test-Loops/ChangeLog,v 1.25 2012/03/13 14:49:38 tove Exp $ + +*POE-Test-Loops-1.351.0 (13 Mar 2012) + + 13 Mar 2012; Torsten Veller <tove@gentoo.org> +POE-Test-Loops-1.351.0.ebuild: + Version bump *POE-Test-Loops-1.350.0 (19 Dec 2011) diff --git a/dev-perl/POE-Test-Loops/POE-Test-Loops-1.351.0.ebuild b/dev-perl/POE-Test-Loops/POE-Test-Loops-1.351.0.ebuild new file mode 100644 index 000000000000..8b9d621efb79 --- /dev/null +++ b/dev-perl/POE-Test-Loops/POE-Test-Loops-1.351.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2012 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.351.0.ebuild,v 1.1 2012/03/13 14:49:38 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=RCAPUTO +MODULE_VERSION=1.351 +inherit perl-module + +DESCRIPTION="Reusable tests for POE::Loop authors" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +SRC_TEST="do" |