diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-04-20 02:27:50 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-04-20 02:27:50 +0000 |
commit | 0d68c5a8a46562984220a86b13ef141801b2371b (patch) | |
tree | 1562ee4677c20e8249a5e4662325caf253471300 /dev-perl/String-Format | |
parent | Stable on alpha wrt Bug #130209. (diff) | |
download | historical-0d68c5a8a46562984220a86b13ef141801b2371b.tar.gz historical-0d68c5a8a46562984220a86b13ef141801b2371b.tar.bz2 historical-0d68c5a8a46562984220a86b13ef141801b2371b.zip |
Dep for perl-critic
Package-Manager: portage-2.0.54
Diffstat (limited to 'dev-perl/String-Format')
-rw-r--r-- | dev-perl/String-Format/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/String-Format/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/String-Format/String-Format-1.14.ebuild | 17 | ||||
-rw-r--r-- | dev-perl/String-Format/files/digest-String-Format-1.14 | 1 | ||||
-rw-r--r-- | dev-perl/String-Format/metadata.xml | 10 |
5 files changed, 40 insertions, 0 deletions
diff --git a/dev-perl/String-Format/ChangeLog b/dev-perl/String-Format/ChangeLog new file mode 100644 index 000000000000..e0c0b88aaab2 --- /dev/null +++ b/dev-perl/String-Format/ChangeLog @@ -0,0 +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.1 2006/04/20 02:27:21 mcummings Exp $ + +*String-Format-1.14 (20 Apr 2006) + + 20 Apr 2006; <mcummings@gentoo.org> +metadata.xml, + +String-Format-1.14.ebuild: + Dep for perl-critic + diff --git a/dev-perl/String-Format/Manifest b/dev-perl/String-Format/Manifest new file mode 100644 index 000000000000..4acaf83d20d6 --- /dev/null +++ b/dev-perl/String-Format/Manifest @@ -0,0 +1,2 @@ +MD5 c98aa793dbc84fa838006436a1216836 String-Format-1.14.ebuild 422 +MD5 b828d70f0394a11de01506d560d02a33 files/digest-String-Format-1.14 68 diff --git a/dev-perl/String-Format/String-Format-1.14.ebuild b/dev-perl/String-Format/String-Format-1.14.ebuild new file mode 100644 index 000000000000..e8b232d3060a --- /dev/null +++ b/dev-perl/String-Format/String-Format-1.14.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2006 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.1 2006/04/20 02:27:21 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="sprintf-like string formatting capabilities with arbitrary format definitions" +HOMEPAGE="http://search.cpan.org/search?query=${PN}" +SRC_URI="mirror://cpan/authors/id/D/DA/DARREN/${P}.tar.gz" + +LICENSE="Artistic" +SLOT="0" +KEYWORDS="~x86 ~sparc" +IUSE="" + +SRC_TEST="do" + diff --git a/dev-perl/String-Format/files/digest-String-Format-1.14 b/dev-perl/String-Format/files/digest-String-Format-1.14 new file mode 100644 index 000000000000..36fb9e8161ae --- /dev/null +++ b/dev-perl/String-Format/files/digest-String-Format-1.14 @@ -0,0 +1 @@ +MD5 8301545d15baaddfd5e2e4296b48352b String-Format-1.14.tar.gz 6441 diff --git a/dev-perl/String-Format/metadata.xml b/dev-perl/String-Format/metadata.xml new file mode 100644 index 000000000000..86672fe64c10 --- /dev/null +++ b/dev-perl/String-Format/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <maintainer> + <email>perl@gentoo.org</email> + <description>Primary Maintainer</description> + </maintainer> + <longdescription></longdescription> +</pkgmetadata> |