diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2008-12-08 02:43:05 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2008-12-08 02:43:05 +0000 |
commit | c87ad59dcaa7a2176881f7dce9ac073f4448b322 (patch) | |
tree | 156cc2b5fa520ad4e463659cb2f73f029cc74a69 /dev-perl/Number-Format | |
parent | Removing wltjr as a maintainer since he was retired. (diff) | |
download | historical-c87ad59dcaa7a2176881f7dce9ac073f4448b322.tar.gz historical-c87ad59dcaa7a2176881f7dce9ac073f4448b322.tar.bz2 historical-c87ad59dcaa7a2176881f7dce9ac073f4448b322.zip |
Version bump.
Package-Manager: portage-2.2_rc16/cvs/Linux 2.6.28-rc5-00117-g7f0f598 x86_64
Diffstat (limited to 'dev-perl/Number-Format')
-rw-r--r-- | dev-perl/Number-Format/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Number-Format/Number-Format-1.60.ebuild | 18 |
2 files changed, 26 insertions, 2 deletions
diff --git a/dev-perl/Number-Format/ChangeLog b/dev-perl/Number-Format/ChangeLog index 2d0c9bb9b362..94b37a9b0aa5 100644 --- a/dev-perl/Number-Format/ChangeLog +++ b/dev-perl/Number-Format/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Number-Format -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Number-Format/ChangeLog,v 1.16 2007/03/05 12:19:38 ticho Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Number-Format/ChangeLog,v 1.17 2008/12/08 01:56:55 robbat2 Exp $ + +*Number-Format-1.60 (08 Dec 2008) + + 08 Dec 2008; Robin H. Johnson <robbat2@gentoo.org> + +Number-Format-1.60.ebuild: + Version bump. 05 Mar 2007; Andrej Kacian <ticho@gentoo.org> Number-Format-1.52.ebuild: Stable on x86, bug #169152. diff --git a/dev-perl/Number-Format/Number-Format-1.60.ebuild b/dev-perl/Number-Format/Number-Format-1.60.ebuild new file mode 100644 index 000000000000..0352dd95dc50 --- /dev/null +++ b/dev-perl/Number-Format/Number-Format-1.60.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Number-Format/Number-Format-1.60.ebuild,v 1.1 2008/12/08 01:56:55 robbat2 Exp $ + +inherit perl-module + +DESCRIPTION="Package for formatting numbers for display" +SRC_URI="mirror://cpan/authors/id/W/WR/WRW/${P}.tar.gz" +HOMEPAGE="http://www.cpan.org/modules/by-authors/id/W/WR/WRW/${P}.readme" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~amd64 ~ia64 ~ppc ~x86" +IUSE="" + +SRC_TEST="do" + +DEPEND="dev-lang/perl" |