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 --- .../Mail-POP3Client/Mail-POP3Client-2.180.0-r1.ebuild | 17 +++++++++++++++++ dev-perl/Mail-POP3Client/Mail-POP3Client-2.190.0.ebuild | 17 +++++++++++++++++ dev-perl/Mail-POP3Client/Manifest | 2 ++ dev-perl/Mail-POP3Client/metadata.xml | 9 +++++++++ 4 files changed, 45 insertions(+) create mode 100644 dev-perl/Mail-POP3Client/Mail-POP3Client-2.180.0-r1.ebuild create mode 100644 dev-perl/Mail-POP3Client/Mail-POP3Client-2.190.0.ebuild create mode 100644 dev-perl/Mail-POP3Client/Manifest create mode 100644 dev-perl/Mail-POP3Client/metadata.xml (limited to 'dev-perl/Mail-POP3Client') diff --git a/dev-perl/Mail-POP3Client/Mail-POP3Client-2.180.0-r1.ebuild b/dev-perl/Mail-POP3Client/Mail-POP3Client-2.180.0-r1.ebuild new file mode 100644 index 00000000000..6ae8913775f --- /dev/null +++ b/dev-perl/Mail-POP3Client/Mail-POP3Client-2.180.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=SDOWD +MODULE_VERSION=2.18 +inherit perl-module + +DESCRIPTION="POP3 client module for Perl" + +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ppc ~ppc64 x86" +IUSE="" + +SRC_TEST="do" diff --git a/dev-perl/Mail-POP3Client/Mail-POP3Client-2.190.0.ebuild b/dev-perl/Mail-POP3Client/Mail-POP3Client-2.190.0.ebuild new file mode 100644 index 00000000000..16d49bfe3a1 --- /dev/null +++ b/dev-perl/Mail-POP3Client/Mail-POP3Client-2.190.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=SDOWD +MODULE_VERSION=2.19 +inherit perl-module + +DESCRIPTION="POP3 client module for Perl" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" +IUSE="" + +SRC_TEST="do" diff --git a/dev-perl/Mail-POP3Client/Manifest b/dev-perl/Mail-POP3Client/Manifest new file mode 100644 index 00000000000..b513b924765 --- /dev/null +++ b/dev-perl/Mail-POP3Client/Manifest @@ -0,0 +1,2 @@ +DIST Mail-POP3Client-2.18.tar.gz 16641 SHA256 406ef46ae9c5bc87b26db2a6292a3eca86580b96f6beb5f2ef40db5eae072aa2 SHA512 372bbe634da019024551bc92902fa14fddedca3e9b51d329389730f28915e0842b2bb286b443423f2d18cbcdd3bb09e501b5748403e2323cd2e2c4304b3b3806 WHIRLPOOL eaffecbd9e5eccac7cf46414e75c2da79614081bb123a6d6d887ba0becf724dbdedd13b47e8d2f087519039c9ab365253a528544f574ac0e08ddef6f12063ad1 +DIST Mail-POP3Client-2.19.tar.gz 17751 SHA256 1142d6247a93cb86b23ed8835553bb2d227ff8213ee2743e4155bb93f47acb59 SHA512 5a7316d90c3cee9d0add2c2cb6f3194e368498323e73e8087a2971b585d9d61ab7bf489242f293f2ab1faf4f84f8bee2e898a44785b852775c08de306822671c WHIRLPOOL a95c2207484383a8625100aed07cfc86ea9f6e5aa7fd525d525fe2d57b726c4befcd37d0a5133dcccbef9c4c7cd4cded109c25637fa1d5df22d9b197c914f049 diff --git a/dev-perl/Mail-POP3Client/metadata.xml b/dev-perl/Mail-POP3Client/metadata.xml new file mode 100644 index 00000000000..c73bcfcd9d6 --- /dev/null +++ b/dev-perl/Mail-POP3Client/metadata.xml @@ -0,0 +1,9 @@ + + + + perl + + Mail-POP3Client + Mail::POP3Client + + -- cgit v1.2.1