diff options
Diffstat (limited to 'dev-perl/String-Format')
-rw-r--r-- | dev-perl/String-Format/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/String-Format/String-Format-1.14.ebuild | 7 |
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-perl/String-Format/ChangeLog b/dev-perl/String-Format/ChangeLog index 3a8c81019312..74e73b813937 100644 --- a/dev-perl/String-Format/ChangeLog +++ b/dev-perl/String-Format/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/String-Format -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-Format/ChangeLog,v 1.5 2006/08/18 01:29:17 mcummings Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-Format/ChangeLog,v 1.6 2007/01/19 15:51:52 mcummings Exp $ + + 19 Jan 2007; Michael Cummings <mcummings@gentoo.org> + String-Format-1.14.ebuild: + Version bump, thanks seemant 18 Aug 2006; Michael Cummings <mcummings@gentoo.org> String-Format-1.14.ebuild: diff --git a/dev-perl/String-Format/String-Format-1.14.ebuild b/dev-perl/String-Format/String-Format-1.14.ebuild index 5847d5928d3e..dd114dd2f502 100644 --- a/dev-perl/String-Format/String-Format-1.14.ebuild +++ b/dev-perl/String-Format/String-Format-1.14.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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.14.ebuild,v 1.5 2006/08/18 01:29:17 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-Format/String-Format-1.14.ebuild,v 1.6 2007/01/19 15:51:52 mcummings Exp $ inherit perl-module DESCRIPTION="sprintf-like string formatting capabilities with arbitrary format definitions" -HOMEPAGE="http://search.cpan.org/search?query=${PN}" +HOMEPAGE="http://search.cpan.org/~darren/" SRC_URI="mirror://cpan/authors/id/D/DA/DARREN/${P}.tar.gz" LICENSE="Artistic" @@ -18,4 +18,3 @@ SRC_TEST="do" DEPEND="dev-lang/perl" -RDEPEND="${DEPEND}" |