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/Mail-Audit/Mail-Audit-2.227.0-r1.ebuild | 24 ++++++++++++++++++++++++ dev-perl/Mail-Audit/Mail-Audit-2.228.0.ebuild | 24 ++++++++++++++++++++++++ dev-perl/Mail-Audit/Manifest | 2 ++ dev-perl/Mail-Audit/metadata.xml | 15 +++++++++++++++ 4 files changed, 65 insertions(+) create mode 100644 dev-perl/Mail-Audit/Mail-Audit-2.227.0-r1.ebuild create mode 100644 dev-perl/Mail-Audit/Mail-Audit-2.228.0.ebuild create mode 100644 dev-perl/Mail-Audit/Manifest create mode 100644 dev-perl/Mail-Audit/metadata.xml (limited to 'dev-perl/Mail-Audit') diff --git a/dev-perl/Mail-Audit/Mail-Audit-2.227.0-r1.ebuild b/dev-perl/Mail-Audit/Mail-Audit-2.227.0-r1.ebuild new file mode 100644 index 000000000000..04f231c57fd9 --- /dev/null +++ b/dev-perl/Mail-Audit/Mail-Audit-2.227.0-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=RJBS +MODULE_VERSION=2.227 +inherit perl-module + +DESCRIPTION="Mail sorting/delivery module for Perl" + +SLOT="0" +KEYWORDS="amd64 ppc x86" +IUSE="" + +RDEPEND="dev-perl/MIME-tools + >=dev-perl/MailTools-1.15 + virtual/perl-libnet + dev-perl/File-Tempdir + >=dev-perl/File-HomeDir-0.61" +DEPEND="${RDEPEND}" + +SRC_TEST=do diff --git a/dev-perl/Mail-Audit/Mail-Audit-2.228.0.ebuild b/dev-perl/Mail-Audit/Mail-Audit-2.228.0.ebuild new file mode 100644 index 000000000000..cd64d80868b0 --- /dev/null +++ b/dev-perl/Mail-Audit/Mail-Audit-2.228.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=RJBS +MODULE_VERSION=2.228 +inherit perl-module + +DESCRIPTION="Mail sorting/delivery module for Perl" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +RDEPEND="dev-perl/MIME-tools + >=dev-perl/MailTools-1.15 + virtual/perl-libnet + dev-perl/File-Tempdir + >=dev-perl/File-HomeDir-0.61" +DEPEND="${RDEPEND}" + +SRC_TEST=do diff --git a/dev-perl/Mail-Audit/Manifest b/dev-perl/Mail-Audit/Manifest new file mode 100644 index 000000000000..823b05d5203e --- /dev/null +++ b/dev-perl/Mail-Audit/Manifest @@ -0,0 +1,2 @@ +DIST Mail-Audit-2.227.tar.gz 34164 SHA256 30b3de2d33433ddf343008e0efd2aa17686a6cd51bddb779a11490c8a4aa9ae9 SHA512 68e7e1d667c78f8a0d1656372cae857ebc279ffc9d959b91f3f149a9ebabd3d52468b27d677c4d3f220eb43f6b9fe1e5c93c2debec1d910da3e0c78e276da613 WHIRLPOOL a3d299687406dcb8f638bd33da36a6135c03115f2f65460f3de1f1efd80cc3171b04a0aeb5144f51274854a714345a6f655b93e339e4ec0cc89ed3d44f2a7138 +DIST Mail-Audit-2.228.tar.gz 37156 SHA256 41a42dc3fbead585c732de5e35b46c3d3511358458bc31520abac1946c99d2e4 SHA512 fa54f065db7aeedb0df7e59bbf2c9ef5972834f86ddce8193066f4806ee4cea629c724c434de244c2bdf4e6fc0a81309583369730d43c541118348a6f264eebf WHIRLPOOL aa0331ac4cc3fc5ce07c0a32a1143000ba5641bd9680b153cf12d9ac583f065c589427ab9e34e8c744bf61a27846fe881e4bf91e22cb0707292d13b5966ebcf9 diff --git a/dev-perl/Mail-Audit/metadata.xml b/dev-perl/Mail-Audit/metadata.xml new file mode 100644 index 000000000000..6eeb0e32d231 --- /dev/null +++ b/dev-perl/Mail-Audit/metadata.xml @@ -0,0 +1,15 @@ + + + + perl + + Mail-Audit + Mail::Audit + Mail::Audit::KillDups + Mail::Audit::MAPS + Mail::Audit::MailInternet + Mail::Audit::MimeEntity + Mail::Audit::Util::Tempdir + Mail::Audit::Vacation + + -- cgit v1.2.3-65-gdbad