diff options
author | Torsten Veller <tove@gentoo.org> | 2012-12-08 10:51:06 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-12-08 10:51:06 +0000 |
commit | bab24ee925829e3b421b3bdf2031a8434bf573a4 (patch) | |
tree | 97c471a96262f8b09f663208f9ea9820b4e9bbf7 /dev-perl/String-Format | |
parent | Stable on amd64, wrt bug #442434 (diff) | |
download | gentoo-2-bab24ee925829e3b421b3bdf2031a8434bf573a4.tar.gz gentoo-2-bab24ee925829e3b421b3bdf2031a8434bf573a4.tar.bz2 gentoo-2-bab24ee925829e3b421b3bdf2031a8434bf573a4.zip |
[bump] dev-perl/String-Format-1.170.0
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
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.170.0.ebuild | 18 |
2 files changed, 24 insertions, 1 deletions
diff --git a/dev-perl/String-Format/ChangeLog b/dev-perl/String-Format/ChangeLog index 86007f8c350b..d9aafe49d762 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-Format/ChangeLog,v 1.21 2012/06/24 12:58:46 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-Format/ChangeLog,v 1.22 2012/12/08 10:51:06 tove Exp $ + +*String-Format-1.170.0 (08 Dec 2012) + + 08 Dec 2012; Torsten Veller <tove@gentoo.org> +String-Format-1.170.0.ebuild: + Version bump 24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml: Update CPAN upstream info diff --git a/dev-perl/String-Format/String-Format-1.170.0.ebuild b/dev-perl/String-Format/String-Format-1.170.0.ebuild new file mode 100644 index 000000000000..9b17482cb577 --- /dev/null +++ b/dev-perl/String-Format/String-Format-1.170.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2012 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.170.0.ebuild,v 1.1 2012/12/08 10:51:06 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=DARREN +MODULE_VERSION=1.17 +inherit perl-module + +DESCRIPTION="sprintf-like string formatting capabilities with arbitrary format definitions" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +IUSE="" + +SRC_TEST="do" |