diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-perl/Number-Format | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-perl/Number-Format')
-rw-r--r-- | dev-perl/Number-Format/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/Number-Format/Number-Format-1.730.0-r1.ebuild | 17 | ||||
-rw-r--r-- | dev-perl/Number-Format/Number-Format-1.750.0.ebuild | 17 | ||||
-rw-r--r-- | dev-perl/Number-Format/metadata.xml | 9 |
4 files changed, 45 insertions, 0 deletions
diff --git a/dev-perl/Number-Format/Manifest b/dev-perl/Number-Format/Manifest new file mode 100644 index 000000000000..6332ea1c6fd9 --- /dev/null +++ b/dev-perl/Number-Format/Manifest @@ -0,0 +1,2 @@ +DIST Number-Format-1.73.tar.gz 22742 SHA256 84a2b722ef21ab92bd09ee8de9ecf9969cd95a0655815e8c9b0720669986e46c SHA512 52af1a595d9a62c9aabd57407c1807e71c7f2bfc591a835f73428848162fc0ab5aee7e78a8269304d44fceeb2654b8db40686eed8c6ff83e821b905905c75047 WHIRLPOOL 83dbd189322c74fcb3920ebcbf7da9cdb9e7632716e7965f5525ea433e3afa92c6d6fa17e59e906025f65b3caf643a139a8e19fbc9b2d9c04b60fcd9dff34724 +DIST Number-Format-1.75.tar.gz 24526 SHA256 82d659cb16461764fd44d11a9ce9e6a4f5e8767dc1069eb03467c6e55de257f3 SHA512 fa712a82b33ba062308e6bf29a4d99e73245f95495206e2c4252d8735d1851136553ec719a00683163aea0d3dddaa6bcc1261ef643439b870605df8ab17a40ef WHIRLPOOL ac725a90c75fcc31470eac247c26fdaba42a2988f6f04f39ff997c37807e66247826147f5ca695520e267aede42d22282a65b1b40fc30b6c420dfdad735cce34 diff --git a/dev-perl/Number-Format/Number-Format-1.730.0-r1.ebuild b/dev-perl/Number-Format/Number-Format-1.730.0-r1.ebuild new file mode 100644 index 000000000000..8f73c967d2b4 --- /dev/null +++ b/dev-perl/Number-Format/Number-Format-1.730.0-r1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=WRW +MODULE_VERSION=1.73 +inherit perl-module + +DESCRIPTION="Package for formatting numbers for display" + +SLOT="0" +KEYWORDS="amd64 ia64 ppc x86" +IUSE="" + +SRC_TEST="do" diff --git a/dev-perl/Number-Format/Number-Format-1.750.0.ebuild b/dev-perl/Number-Format/Number-Format-1.750.0.ebuild new file mode 100644 index 000000000000..872faf7372c3 --- /dev/null +++ b/dev-perl/Number-Format/Number-Format-1.750.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=WRW +MODULE_VERSION=1.75 +inherit perl-module + +DESCRIPTION="Package for formatting numbers for display" + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~x86" +IUSE="" + +SRC_TEST="do" diff --git a/dev-perl/Number-Format/metadata.xml b/dev-perl/Number-Format/metadata.xml new file mode 100644 index 000000000000..14d4d7882042 --- /dev/null +++ b/dev-perl/Number-Format/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <upstream> + <remote-id type="cpan">Number-Format</remote-id> + <remote-id type="cpan-module">Number::Format</remote-id> + </upstream> +</pkgmetadata> |