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-Mbox-MessageParser | |
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-Mbox-MessageParser')
5 files changed, 93 insertions, 0 deletions
diff --git a/dev-perl/Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.500.200-r1.ebuild b/dev-perl/Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.500.200-r1.ebuild new file mode 100644 index 000000000000..f309e34173f5 --- /dev/null +++ b/dev-perl/Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.500.200-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=DCOPPIT +MODULE_VERSION=1.5002 +inherit perl-module + +DESCRIPTION="Manipulation of electronic mail addresses" +HOMEPAGE="http://sourceforge.net/projects/m-m-msgparser/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ppc x86" +IUSE="" + +DEPEND="dev-perl/Text-Diff + dev-perl/FileHandle-Unget" +RDEPEND="${DEPEND}" + +SRC_TEST=do + +PATCHES=( "${FILESDIR}"/${PV}-warning.patch ) diff --git a/dev-perl/Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.510.500.ebuild b/dev-perl/Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.510.500.ebuild new file mode 100644 index 000000000000..c9fdfce0e95c --- /dev/null +++ b/dev-perl/Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.510.500.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=DCOPPIT +MODULE_VERSION=1.5105 +inherit perl-module + +DESCRIPTION="A fast and simple mbox folder reader" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="test" + +RDEPEND=" + dev-perl/FileHandle-Unget + virtual/perl-Storable + dev-perl/File-Slurp + dev-perl/URI + dev-perl/Text-Diff +" +DEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.360.0 + test? ( virtual/perl-Test-Simple ) +" + +SRC_TEST="do parallel" diff --git a/dev-perl/Mail-Mbox-MessageParser/Manifest b/dev-perl/Mail-Mbox-MessageParser/Manifest new file mode 100644 index 000000000000..e1a50fb1aa43 --- /dev/null +++ b/dev-perl/Mail-Mbox-MessageParser/Manifest @@ -0,0 +1,2 @@ +DIST Mail-Mbox-MessageParser-1.5002.tar.gz 266361 SHA256 aec53e3fed438cc70a62539d2c3c2d16042ceff2f5fd262e45b78dc620fdb41a SHA512 d36fec04875dd9c22db4a58e63f4af73325b98a7ff3fbfa0ba56f4d15fd8fb50f7fb00d93c05c15eb1b9bfd299835af07c7492589fa76290f1a127a455711f08 WHIRLPOOL e476c38d9ce646bbb882b8e890b9a50e8674f181d3cca40a0292d6ea7fd03163615aa52335d32b3a47e49b84be16134aa1c647bdf93f9bfa8a1ff8d326efaaed +DIST Mail-Mbox-MessageParser-1.5105.tar.gz 292776 SHA256 641edd8b7ab74de671ab4931311413c1bd037a1c3eaa0a0c97451cd7b104f2d8 SHA512 c7462cdf1542a27120fada815b61279489d77df4842b311277869dbab10caf0989b70567dd05406262b86fa611ecb17e06807c5959085d24d8673284fe1ed014 WHIRLPOOL be5a535c518df1ed6544e4ebb29c1dc2e5e97305b3d2914cf1b95ce9ea473e786816224025bc2151f2ff9d9691b03c11a90a7d9ce1bcddbfd38186fe2460846f diff --git a/dev-perl/Mail-Mbox-MessageParser/files/1.500.200-warning.patch b/dev-perl/Mail-Mbox-MessageParser/files/1.500.200-warning.patch new file mode 100644 index 000000000000..c9e0d48e9ad0 --- /dev/null +++ b/dev-perl/Mail-Mbox-MessageParser/files/1.500.200-warning.patch @@ -0,0 +1,22 @@ +https://rt.cpan.org/Public/Bug/Display.html?id=58053 + +--- a/lib/Mail/Mbox/MessageParser.pm ++++ b/lib/Mail/Mbox/MessageParser.pm +@@ -294,7 +294,7 @@ + dprint "Calling \"$filter_command\" to decompress file \"$file_name\"."; + + use vars qw(*OLDSTDERR); +- open OLDSTDERR,">&STDERR" or die "Can't save STDERR: $!\n"; ++ open OLDSTDERR, ">&", \*STDERR or die "Can't save STDERR: $!\n"; + open STDERR,">" . File::Spec->devnull() + or die "Can't redirect STDERR to " . File::Spec->devnull() . ": $!\n"; + +@@ -305,7 +305,7 @@ + + binmode $file_handle; + +- open STDERR,">&OLDSTDERR" or die "Can't restore STDERR: $!\n"; ++ open STDERR, ">&", \*OLDSTDERR or die "Can't restore STDERR: $!\n"; + + if (eof($file_handle)) + { diff --git a/dev-perl/Mail-Mbox-MessageParser/metadata.xml b/dev-perl/Mail-Mbox-MessageParser/metadata.xml new file mode 100644 index 000000000000..e45031fd880c --- /dev/null +++ b/dev-perl/Mail-Mbox-MessageParser/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">Mail-Mbox-MessageParser</remote-id> + <remote-id type="cpan-module">Mail::Mbox::MessageParser</remote-id> + <remote-id type="cpan-module">Mail::Mbox::MessageParser::Cache</remote-id> + <remote-id type="cpan-module">Mail::Mbox::MessageParser::Config</remote-id> + <remote-id type="cpan-module">Mail::Mbox::MessageParser::Grep</remote-id> + <remote-id type="cpan-module">Mail::Mbox::MessageParser::MetaInfo</remote-id> + <remote-id type="cpan-module">Mail::Mbox::MessageParser::Perl</remote-id> + </upstream> +</pkgmetadata> |