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/User-Identity
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/User-Identity')
-rw-r--r--dev-perl/User-Identity/Manifest2
-rw-r--r--dev-perl/User-Identity/User-Identity-0.930.0-r1.ebuild27
-rw-r--r--dev-perl/User-Identity/User-Identity-0.940.0.ebuild27
-rw-r--r--dev-perl/User-Identity/metadata.xml20
4 files changed, 76 insertions, 0 deletions
diff --git a/dev-perl/User-Identity/Manifest b/dev-perl/User-Identity/Manifest
new file mode 100644
index 000000000000..b0d34493d9e2
--- /dev/null
+++ b/dev-perl/User-Identity/Manifest
@@ -0,0 +1,2 @@
+DIST User-Identity-0.93.tar.gz 26484 SHA256 fcbcc764b29f8095c4ac54526d8b99625e0c4a5953605b0d6500b55a1f4d4c8a SHA512 434e4de13bb06f82f43752a6c82fb97d6eba10261303e07a022334f4e31af5984e038ff4e8d4204a437d8b11bd6c31b9b16aa134b61b699d08511f6f2e348c28 WHIRLPOOL 886f917a6021f832bccd63df5f1ed3c9585ab491bcb286c3fb24c62411cd1c771abd5332ccb2a240127f2262ddbf5705a5e13eef7f23359844c0ca6a833deec5
+DIST User-Identity-0.94.tar.gz 27235 SHA256 c0c2485395d754e2700eb408c508d581d4526e0f5cd0db787dd3e474979c068d SHA512 ff058fb22c2bca968be4c862aaff9bd64441cec07ac2760dd9bb78b3bf1221ebbb602005accde5f8d4452e6a88724fe5b3aa96805c0b2e30cb1f23ea56728223 WHIRLPOOL 2d6876bed6c552c34319efbd71f241f3a54c3f24e455ca054a71c4a163aa482e05f8a960cbf522514a28428db22c91349013ced210a7477bb00fc5e18a680b66
diff --git a/dev-perl/User-Identity/User-Identity-0.930.0-r1.ebuild b/dev-perl/User-Identity/User-Identity-0.930.0-r1.ebuild
new file mode 100644
index 000000000000..b81b7a32ab34
--- /dev/null
+++ b/dev-perl/User-Identity/User-Identity-0.930.0-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=MARKOV
+MODULE_VERSION=0.93
+inherit perl-module
+
+DESCRIPTION="Maintains info about a physical person"
+
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE="test"
+
+RDEPEND="
+"
+# dev-perl/TimeDate
+# dev-perl/Geography-Countries
+DEPEND="${RDEPEND}
+ test? (
+ >=dev-perl/Test-Pod-1.0.0
+ )
+"
+
+SRC_TEST=do
diff --git a/dev-perl/User-Identity/User-Identity-0.940.0.ebuild b/dev-perl/User-Identity/User-Identity-0.940.0.ebuild
new file mode 100644
index 000000000000..79b0e5b6c8b8
--- /dev/null
+++ b/dev-perl/User-Identity/User-Identity-0.940.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=MARKOV
+MODULE_VERSION=0.94
+inherit perl-module
+
+DESCRIPTION="Maintains info about a physical person"
+
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE="test"
+
+RDEPEND="
+"
+# dev-perl/TimeDate
+# dev-perl/Geography-Countries
+DEPEND="${RDEPEND}
+ test? (
+ >=dev-perl/Test-Pod-1.0.0
+ )
+"
+
+SRC_TEST=do
diff --git a/dev-perl/User-Identity/metadata.xml b/dev-perl/User-Identity/metadata.xml
new file mode 100644
index 000000000000..d454eef3afc6
--- /dev/null
+++ b/dev-perl/User-Identity/metadata.xml
@@ -0,0 +1,20 @@
+<?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">User-Identity</remote-id>
+ <remote-id type="cpan-module">Mail::Identity</remote-id>
+ <remote-id type="cpan-module">User::Identity</remote-id>
+ <remote-id type="cpan-module">User::Identity::Archive</remote-id>
+ <remote-id type="cpan-module">User::Identity::Archive::Plain</remote-id>
+ <remote-id type="cpan-module">User::Identity::Collection</remote-id>
+ <remote-id type="cpan-module">User::Identity::Collection::Emails</remote-id>
+ <remote-id type="cpan-module">User::Identity::Collection::Locations</remote-id>
+ <remote-id type="cpan-module">User::Identity::Collection::Systems</remote-id>
+ <remote-id type="cpan-module">User::Identity::Collection::Users</remote-id>
+ <remote-id type="cpan-module">User::Identity::Item</remote-id>
+ <remote-id type="cpan-module">User::Identity::Location</remote-id>
+ <remote-id type="cpan-module">User::Identity::System</remote-id>
+ </upstream>
+</pkgmetadata>