diff options
author | Torsten Veller <tove@gentoo.org> | 2009-03-28 09:20:48 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-03-28 09:20:48 +0000 |
commit | 6ead697b21592893f47adad3cae7920d83207c87 (patch) | |
tree | ef051b2da4ff0863532e9f0e6d046efc579d0098 /dev-perl/String-Format | |
parent | Version bump. Now ship data files in /usr/share/basemap (diff) | |
download | historical-6ead697b21592893f47adad3cae7920d83207c87.tar.gz historical-6ead697b21592893f47adad3cae7920d83207c87.tar.bz2 historical-6ead697b21592893f47adad3cae7920d83207c87.zip |
Version bump
Package-Manager: portage-2.2_rc28/cvs/Linux i686
Diffstat (limited to 'dev-perl/String-Format')
-rw-r--r-- | dev-perl/String-Format/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/String-Format/String-Format-1.15.ebuild | 17 |
2 files changed, 24 insertions, 2 deletions
diff --git a/dev-perl/String-Format/ChangeLog b/dev-perl/String-Format/ChangeLog index 8065583e0f24..e93eeb279c19 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-Format/ChangeLog,v 1.8 2008/02/20 19:50:24 nixnut Exp $ +# 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 $ + +*String-Format-1.15 (28 Mar 2009) + + 28 Mar 2009; Torsten Veller <tove@gentoo.org> +String-Format-1.15.ebuild: + Version bump 20 Feb 2008; nixnut <nixnut@gentoo.org> String-Format-1.14.ebuild: Added ~ppc wrt bug 207343 diff --git a/dev-perl/String-Format/String-Format-1.15.ebuild b/dev-perl/String-Format/String-Format-1.15.ebuild new file mode 100644 index 000000000000..ef2689216080 --- /dev/null +++ b/dev-perl/String-Format/String-Format-1.15.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.15.ebuild,v 1.1 2009/03/28 09:20:48 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" |