summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-perl/Period
downloadgentoo-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/Period')
-rw-r--r--dev-perl/Period/Manifest2
-rw-r--r--dev-perl/Period/Period-1.240.0-r1.ebuild18
-rw-r--r--dev-perl/Period/Period-1.250.0.ebuild18
-rw-r--r--dev-perl/Period/metadata.xml9
4 files changed, 47 insertions, 0 deletions
diff --git a/dev-perl/Period/Manifest b/dev-perl/Period/Manifest
new file mode 100644
index 000000000000..9e39c65e6bf4
--- /dev/null
+++ b/dev-perl/Period/Manifest
@@ -0,0 +1,2 @@
+DIST Time-Period-1.24.tar.gz 18279 SHA256 d78157fced53a9ea3044033e2a1414ea52309bbdba110d94509cb7342bedf2af SHA512 4ee1440e22e271c73779e5228472c9430302a0c775dc8e6d6020b419415cfd126ec359a0b739ec3456af6eef1dd820572a1f451c2ac15a5385257bb9baddf165 WHIRLPOOL 50651eae84b8c17e5ca63872a9bff59826955d94212e90688ef25ec841e818b2647660e1f3e4f8a6237bc5be6951cdc7b5062a54cc0d71781d95d7efe9b63eee
+DIST Time-Period-1.25.tar.gz 18393 SHA256 d07fa580529beac6a9c8274c6bf220b4c3aade685df65c1669d53339bf6ef1e8 SHA512 528dc8c31692da61170362df8d32c81d4811edfa8388752c82452e57f2349f9345b7ee4611c4cf48bfe7aae19cdad50513f9ce6347768be61970c507c0c0e98d WHIRLPOOL 58f28ffbacc16f3f942592814a33996add8df5863fda158d4a11a33597e8e8dc9dd52fab12f6974fc6317bc5b787f2c1ca76cc7d658d3423a61d60ab44354be8
diff --git a/dev-perl/Period/Period-1.240.0-r1.ebuild b/dev-perl/Period/Period-1.240.0-r1.ebuild
new file mode 100644
index 000000000000..fe2d52c36c21
--- /dev/null
+++ b/dev-perl/Period/Period-1.240.0-r1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MY_PN=Time-Period
+MODULE_AUTHOR=PBOYD
+MODULE_VERSION=1.24
+inherit perl-module
+
+DESCRIPTION="Time period Perl module"
+
+SLOT="0"
+KEYWORDS="amd64 ppc x86"
+IUSE=""
+
+SRC_TEST=do
diff --git a/dev-perl/Period/Period-1.250.0.ebuild b/dev-perl/Period/Period-1.250.0.ebuild
new file mode 100644
index 000000000000..ba2d7636c908
--- /dev/null
+++ b/dev-perl/Period/Period-1.250.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MY_PN=Time-Period
+MODULE_AUTHOR=PBOYD
+MODULE_VERSION=1.25
+inherit perl-module
+
+DESCRIPTION="Time period Perl module"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+SRC_TEST=do
diff --git a/dev-perl/Period/metadata.xml b/dev-perl/Period/metadata.xml
new file mode 100644
index 000000000000..af3031e0ddc9
--- /dev/null
+++ b/dev-perl/Period/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">Time-Period</remote-id>
+ <remote-id type="cpan-module">Time::Period</remote-id>
+ </upstream>
+</pkgmetadata>