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/MIME-tools/MIME-tools-5.504.0.ebuild | 32 ++++++++++++++++++++++ dev-perl/MIME-tools/MIME-tools-5.506.0.ebuild | 33 +++++++++++++++++++++++ dev-perl/MIME-tools/Manifest | 2 ++ dev-perl/MIME-tools/metadata.xml | 38 +++++++++++++++++++++++++++ 4 files changed, 105 insertions(+) create mode 100644 dev-perl/MIME-tools/MIME-tools-5.504.0.ebuild create mode 100644 dev-perl/MIME-tools/MIME-tools-5.506.0.ebuild create mode 100644 dev-perl/MIME-tools/Manifest create mode 100644 dev-perl/MIME-tools/metadata.xml (limited to 'dev-perl/MIME-tools') diff --git a/dev-perl/MIME-tools/MIME-tools-5.504.0.ebuild b/dev-perl/MIME-tools/MIME-tools-5.504.0.ebuild new file mode 100644 index 000000000000..4fdce22bc628 --- /dev/null +++ b/dev-perl/MIME-tools/MIME-tools-5.504.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=DSKOLL +MODULE_VERSION=5.504 +inherit perl-module + +DESCRIPTION="A Perl module for parsing and creating MIME entities" + +SLOT="0" +KEYWORDS="alpha amd64 arm64 hppa ia64 m68k ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" +IUSE="test" + +RDEPEND=">=virtual/perl-MIME-Base64-3.05 + virtual/perl-libnet + dev-perl/URI + virtual/perl-Digest-MD5 + dev-perl/libwww-perl + dev-perl/HTML-Tagset + dev-perl/HTML-Parser + dev-perl/MailTools + virtual/perl-File-Temp" +DEPEND="${RDEPEND} + test? ( + dev-perl/Test-Deep + dev-perl/Test-Pod + )" + +SRC_TEST="do" diff --git a/dev-perl/MIME-tools/MIME-tools-5.506.0.ebuild b/dev-perl/MIME-tools/MIME-tools-5.506.0.ebuild new file mode 100644 index 000000000000..e04126356cdb --- /dev/null +++ b/dev-perl/MIME-tools/MIME-tools-5.506.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=DSKOLL +MODULE_VERSION=5.506 +inherit perl-module + +DESCRIPTION="A Perl module for parsing and creating MIME entities" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" +IUSE="test" + +RDEPEND=" + >=virtual/perl-File-Path-1 + >=virtual/perl-File-Spec-0.600.0 + >=virtual/perl-File-Temp-0.180.0 + virtual/perl-IO + >=virtual/perl-MIME-Base64-2.200.0 + dev-perl/MailTools +" +DEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.590.0 + test? ( + dev-perl/Test-Deep + dev-perl/Test-Pod + ) +" + +SRC_TEST="do parallel" diff --git a/dev-perl/MIME-tools/Manifest b/dev-perl/MIME-tools/Manifest new file mode 100644 index 000000000000..e904da75d4ff --- /dev/null +++ b/dev-perl/MIME-tools/Manifest @@ -0,0 +1,2 @@ +DIST MIME-tools-5.504.tar.gz 404825 SHA256 0f5819eecd59bd46874f741dfc452a0a172e59a7ac6c422ce69e10593f7693d2 SHA512 0ff4d3991bc9e37edc39204051f7d9b9562a8afa23f768f0f653c554bf29c16ba315a043d63818c9e2ebc5f01a9f6961930dd8f4a1a501b5639bca36dde93c09 WHIRLPOOL 41059bd54a0537ff4e5cf76658248de9acaa603d514df88b26ee2fb2bd661fc854f02228a2c055ac107b06c77a35254a4bc97bcd1c659ddd3e840c437d11b1ec +DIST MIME-tools-5.506.tar.gz 406565 SHA256 dbed9bf46830c4a1df9840a546824ee44d14902012870f0c34bc4f5cc86af812 SHA512 31cc1efb61100127bacfba435b7e500259bbb0e30206fb3fe125d2a86186e977eefecd7689e82bb4c8e76e8791c6c84719b276769c7e8fa6ab3b51cfa00b34c5 WHIRLPOOL fa6b24bbb33dbc658de87efcce5944e405c364ac262c60b022b770a5259816bb1027ff9dc82392784cb2183dc0fc0cb085f634de696f77bbde135df0498cbb21 diff --git a/dev-perl/MIME-tools/metadata.xml b/dev-perl/MIME-tools/metadata.xml new file mode 100644 index 000000000000..ca4ac1b996cd --- /dev/null +++ b/dev-perl/MIME-tools/metadata.xml @@ -0,0 +1,38 @@ + + + + perl + + MIME-tools + MIME::Body + MIME::Body::File + MIME::Body::InCore + MIME::Body::Scalar + MIME::Decoder + MIME::Decoder::Base64 + MIME::Decoder::BinHex + MIME::Decoder::Binary + MIME::Decoder::Gzip64 + MIME::Decoder::NBit + MIME::Decoder::QuotedPrint + MIME::Decoder::UU + MIME::Entity + MIME::Field::ConTraEnc + MIME::Field::ContDisp + MIME::Field::ContType + MIME::Field::ParamVal + MIME::Head + MIME::Parser + MIME::Parser::FileInto + MIME::Parser::FileUnder + MIME::Parser::Filer + MIME::Parser::Reader + MIME::Parser::Results + MIME::Tools + MIME::WordDecoder + MIME::WordDecoder::ISO_8859 + MIME::WordDecoder::US_ASCII + MIME::WordDecoder::UTF_8 + MIME::Words + + -- cgit v1.2.3-65-gdbad