diff options
author | Torsten Veller <tove@gentoo.org> | 2010-02-02 17:32:36 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-02-02 17:32:36 +0000 |
commit | 26493d501b62c1a1cd7ff7c656cca06dbe41ad6e (patch) | |
tree | 05e494690f7bb52a723707dd3ce430fd869eaeb7 /dev-perl/Test-LongString | |
parent | remove now-unneeded sed on desktop file (diff) | |
download | gentoo-2-26493d501b62c1a1cd7ff7c656cca06dbe41ad6e.tar.gz gentoo-2-26493d501b62c1a1cd7ff7c656cca06dbe41ad6e.tar.bz2 gentoo-2-26493d501b62c1a1cd7ff7c656cca06dbe41ad6e.zip |
Version bump
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Test-LongString')
-rw-r--r-- | dev-perl/Test-LongString/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Test-LongString/Test-LongString-0.13.ebuild | 20 |
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-perl/Test-LongString/ChangeLog b/dev-perl/Test-LongString/ChangeLog index 898999641c5f..0ff0266a8ff5 100644 --- a/dev-perl/Test-LongString/ChangeLog +++ b/dev-perl/Test-LongString/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Test-LongString # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-LongString/ChangeLog,v 1.25 2010/01/14 14:36:42 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-LongString/ChangeLog,v 1.26 2010/02/02 17:32:36 tove Exp $ + +*Test-LongString-0.13 (02 Feb 2010) + + 02 Feb 2010; Torsten Veller <tove@gentoo.org> + +Test-LongString-0.13.ebuild: + Version bump 14 Jan 2010; Fabian Groffen <grobian@gentoo.org> Test-LongString-0.11.ebuild, Test-LongString-0.12.ebuild: diff --git a/dev-perl/Test-LongString/Test-LongString-0.13.ebuild b/dev-perl/Test-LongString/Test-LongString-0.13.ebuild new file mode 100644 index 000000000000..64e0b2e4ef09 --- /dev/null +++ b/dev-perl/Test-LongString/Test-LongString-0.13.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-LongString/Test-LongString-0.13.ebuild,v 1.1 2010/02/02 17:32:36 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=RGARCIA +inherit perl-module + +DESCRIPTION="A library to test long strings." + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="test" + +RDEPEND="" +DEPEND="test? ( dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage )" + +SRC_TEST="do" |