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/Email-Send | |
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/Email-Send')
-rw-r--r-- | dev-perl/Email-Send/Email-Send-2.198.0-r1.ebuild | 26 | ||||
-rw-r--r-- | dev-perl/Email-Send/Email-Send-2.199.0-r1.ebuild | 26 | ||||
-rw-r--r-- | dev-perl/Email-Send/Email-Send-2.201.0.ebuild | 39 | ||||
-rw-r--r-- | dev-perl/Email-Send/Manifest | 3 | ||||
-rw-r--r-- | dev-perl/Email-Send/metadata.xml | 14 |
5 files changed, 108 insertions, 0 deletions
diff --git a/dev-perl/Email-Send/Email-Send-2.198.0-r1.ebuild b/dev-perl/Email-Send/Email-Send-2.198.0-r1.ebuild new file mode 100644 index 000000000000..289832602c30 --- /dev/null +++ b/dev-perl/Email-Send/Email-Send-2.198.0-r1.ebuild @@ -0,0 +1,26 @@ +# 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.198 +inherit perl-module + +DESCRIPTION="Simply Sending Email" + +SLOT="0" +KEYWORDS="amd64 ppc ppc64 x86" +IUSE="" + +DEPEND="virtual/perl-Test-Simple + >=dev-perl/Module-Pluggable-2.97 + virtual/perl-Scalar-List-Utils + >=dev-perl/Return-Value-1.302 + virtual/perl-File-Spec + dev-perl/Email-Simple + dev-perl/Email-Address" +RDEPEND="${DEPEND}" + +SRC_TEST="do" diff --git a/dev-perl/Email-Send/Email-Send-2.199.0-r1.ebuild b/dev-perl/Email-Send/Email-Send-2.199.0-r1.ebuild new file mode 100644 index 000000000000..4f98a982c83e --- /dev/null +++ b/dev-perl/Email-Send/Email-Send-2.199.0-r1.ebuild @@ -0,0 +1,26 @@ +# 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.199 +inherit perl-module + +DESCRIPTION="Simply Sending Email" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="" + +DEPEND="virtual/perl-Test-Simple + >=dev-perl/Module-Pluggable-2.97 + virtual/perl-Scalar-List-Utils + >=dev-perl/Return-Value-1.302 + virtual/perl-File-Spec + dev-perl/Email-Simple + dev-perl/Email-Address" +RDEPEND="${DEPEND}" + +SRC_TEST="do" diff --git a/dev-perl/Email-Send/Email-Send-2.201.0.ebuild b/dev-perl/Email-Send/Email-Send-2.201.0.ebuild new file mode 100644 index 000000000000..20d5e6ba1e07 --- /dev/null +++ b/dev-perl/Email-Send/Email-Send-2.201.0.ebuild @@ -0,0 +1,39 @@ +# 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.201 +inherit perl-module + +DESCRIPTION="Simply Sending Email" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="test" + +RDEPEND=" + dev-perl/Email-Abstract + >=dev-perl/Email-Address-1.800.0 + >=dev-perl/Email-Simple-1.920.0 + virtual/perl-File-Spec + >=dev-perl/Module-Pluggable-2.970.0 + dev-perl/Return-Value + >=virtual/perl-Scalar-List-Utils-1.20.0 +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-File-Path + virtual/perl-File-Spec + virtual/perl-File-Temp + virtual/perl-IO + dev-perl/MIME-tools + dev-perl/MailTools + >=virtual/perl-Test-Simple-0.880.0 + ) +" + +SRC_TEST="do parallel" diff --git a/dev-perl/Email-Send/Manifest b/dev-perl/Email-Send/Manifest new file mode 100644 index 000000000000..c990cd21eafc --- /dev/null +++ b/dev-perl/Email-Send/Manifest @@ -0,0 +1,3 @@ +DIST Email-Send-2.198.tar.gz 25883 SHA256 dddb892f540da09b9a94cf30f4b8df67a0f681555d5424162df0faa33dbed539 SHA512 ec747c798ab74efadeeacaa0a7754be36aa5fc790f4b14b2f52360a088c04c2446719fb701a34381e382eb79ee996c22955aa1363b258592b423f3b5528fa33b WHIRLPOOL b9d62548498290c1b1315cd1ff5662b1a4d32a455739e785789725026b4361b5d08fb230b0180022060717ed3984a1ebfec242188daf46618be7dac700cc2507 +DIST Email-Send-2.199.tar.gz 28756 SHA256 8b13ed3463a5113b3b805e9b0be4fdc2c4a16d19b99257e51752884fc08dc5c6 SHA512 c06fcaa4ee97b5d2662c2dcd2896926227fadb158a962d1df02594a350e05968101807d2352136bbd2081adf13bc350d639f8a8a82d0eb83ab30141a953ddad7 WHIRLPOOL 8b99864532a86bd0757389a2054c5a1a93f4cdf5dc32dbf248fb70ffbb260ef930a4e0c9adc7648559827b03aefc9747adc76039979598b9ed56cad332d9b89e +DIST Email-Send-2.201.tar.gz 30041 SHA256 4bbec933558d7cc9b8152bad86dd313de277a21a89b4ea83d84e61587e95dbc6 SHA512 4245fc5487f2f4a88ed8c7569572c52214d88e0cf96b727198503914135609c00b3839034e0cdffd32dc84a140eb1148e4de667ba74759d76cf47d7ee49cd1e5 WHIRLPOOL 380ab27ea5b370e964bc162a52bee151a5d0255947662462db0c9ef8c54bfe1fb9722d8aff4d888c2f01c9897b78277dbc0b495092b335ac3b584fdc2c85a6b5 diff --git a/dev-perl/Email-Send/metadata.xml b/dev-perl/Email-Send/metadata.xml new file mode 100644 index 000000000000..5af783341d9f --- /dev/null +++ b/dev-perl/Email-Send/metadata.xml @@ -0,0 +1,14 @@ +<?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">Email-Send</remote-id> + <remote-id type="cpan-module">Email::Send</remote-id> + <remote-id type="cpan-module">Email::Send::NNTP</remote-id> + <remote-id type="cpan-module">Email::Send::Qmail</remote-id> + <remote-id type="cpan-module">Email::Send::SMTP</remote-id> + <remote-id type="cpan-module">Email::Send::Sendmail</remote-id> + <remote-id type="cpan-module">Email::Send::Test</remote-id> + </upstream> +</pkgmetadata> |