diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-perl/Mail-Audit | |
download | gentoo-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/Mail-Audit')
-rw-r--r-- | dev-perl/Mail-Audit/Mail-Audit-2.227.0-r1.ebuild | 24 | ||||
-rw-r--r-- | dev-perl/Mail-Audit/Mail-Audit-2.228.0.ebuild | 24 | ||||
-rw-r--r-- | dev-perl/Mail-Audit/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/Mail-Audit/metadata.xml | 15 |
4 files changed, 65 insertions, 0 deletions
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 @@ +<?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">Mail-Audit</remote-id> + <remote-id type="cpan-module">Mail::Audit</remote-id> + <remote-id type="cpan-module">Mail::Audit::KillDups</remote-id> + <remote-id type="cpan-module">Mail::Audit::MAPS</remote-id> + <remote-id type="cpan-module">Mail::Audit::MailInternet</remote-id> + <remote-id type="cpan-module">Mail::Audit::MimeEntity</remote-id> + <remote-id type="cpan-module">Mail::Audit::Util::Tempdir</remote-id> + <remote-id type="cpan-module">Mail::Audit::Vacation</remote-id> + </upstream> +</pkgmetadata> |