From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- dev-perl/User-Identity/Manifest | 2 ++ .../User-Identity/User-Identity-0.930.0-r1.ebuild | 27 ++++++++++++++++++++++ .../User-Identity/User-Identity-0.940.0.ebuild | 27 ++++++++++++++++++++++ dev-perl/User-Identity/metadata.xml | 20 ++++++++++++++++ 4 files changed, 76 insertions(+) create mode 100644 dev-perl/User-Identity/Manifest create mode 100644 dev-perl/User-Identity/User-Identity-0.930.0-r1.ebuild create mode 100644 dev-perl/User-Identity/User-Identity-0.940.0.ebuild create mode 100644 dev-perl/User-Identity/metadata.xml (limited to 'dev-perl/User-Identity') 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 @@ + + + + perl + + User-Identity + Mail::Identity + User::Identity + User::Identity::Archive + User::Identity::Archive::Plain + User::Identity::Collection + User::Identity::Collection::Emails + User::Identity::Collection::Locations + User::Identity::Collection::Systems + User::Identity::Collection::Users + User::Identity::Item + User::Identity::Location + User::Identity::System + + -- cgit v1.2.3-65-gdbad