diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-19 05:20:06 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-19 05:20:06 +0000 |
commit | 08731c48f07a9e370de1cdfea4e48a8f441dfa14 (patch) | |
tree | a60150b82bd2d01d2b48f45e8c2842e7173e0010 /dev-perl/String-Format | |
parent | Version bump (diff) | |
download | gentoo-2-08731c48f07a9e370de1cdfea4e48a8f441dfa14.tar.gz gentoo-2-08731c48f07a9e370de1cdfea4e48a8f441dfa14.tar.bz2 gentoo-2-08731c48f07a9e370de1cdfea4e48a8f441dfa14.zip |
Version bump
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'dev-perl/String-Format')
-rw-r--r-- | dev-perl/String-Format/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/String-Format/String-Format-1.16.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-perl/String-Format/ChangeLog b/dev-perl/String-Format/ChangeLog index e93eeb279c19..5017f11dfdb2 100644 --- a/dev-perl/String-Format/ChangeLog +++ b/dev-perl/String-Format/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/String-Format # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-Format/ChangeLog,v 1.9 2009/03/28 09:20:48 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-Format/ChangeLog,v 1.10 2009/05/19 05:20:06 tove Exp $ + +*String-Format-1.16 (19 May 2009) + + 19 May 2009; Torsten Veller <tove@gentoo.org> +String-Format-1.16.ebuild: + Version bump *String-Format-1.15 (28 Mar 2009) diff --git a/dev-perl/String-Format/String-Format-1.16.ebuild b/dev-perl/String-Format/String-Format-1.16.ebuild new file mode 100644 index 000000000000..4aedf412d2b8 --- /dev/null +++ b/dev-perl/String-Format/String-Format-1.16.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-Format/String-Format-1.16.ebuild,v 1.1 2009/05/19 05:20:06 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=DARREN +inherit perl-module + +DESCRIPTION="sprintf-like string formatting capabilities with arbitrary format definitions" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +SRC_TEST="do" |