summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-07-05 09:10:59 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-07-05 09:10:59 +0000
commit91b2a0b6963e96ffdc0d719b2695d552842606d3 (patch)
tree451b7d1b4fd8d7747aac1c3cde5e995bd2cd00d3 /dev-perl/Email-MIME-ContentType
parentAutomated update of use.local.desc (diff)
downloadgentoo-2-91b2a0b6963e96ffdc0d719b2695d552842606d3.tar.gz
gentoo-2-91b2a0b6963e96ffdc0d719b2695d552842606d3.tar.bz2
gentoo-2-91b2a0b6963e96ffdc0d719b2695d552842606d3.zip
Add back Email-MIME-ContentType (scriptie failed, mea culpa)
Diffstat (limited to 'dev-perl/Email-MIME-ContentType')
-rw-r--r--dev-perl/Email-MIME-ContentType/ChangeLog77
-rw-r--r--dev-perl/Email-MIME-ContentType/Email-MIME-ContentType-1.014.ebuild19
-rw-r--r--dev-perl/Email-MIME-ContentType/Email-MIME-ContentType-1.015.ebuild20
-rw-r--r--dev-perl/Email-MIME-ContentType/Manifest6
-rw-r--r--dev-perl/Email-MIME-ContentType/metadata.xml10
5 files changed, 132 insertions, 0 deletions
diff --git a/dev-perl/Email-MIME-ContentType/ChangeLog b/dev-perl/Email-MIME-ContentType/ChangeLog
new file mode 100644
index 000000000000..8392be9c984e
--- /dev/null
+++ b/dev-perl/Email-MIME-ContentType/ChangeLog
@@ -0,0 +1,77 @@
+# ChangeLog for dev-perl/Email-MIME-ContentType
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-MIME-ContentType/ChangeLog,v 1.20 2010/07/05 09:10:59 scarabeus Exp $
+
+ 18 Mar 2010; Jeremy Olexa <darkside@gentoo.org> Email-MIME-ContentType-1.015.ebuild:
+ add ~x86-solaris ~sparc-solaris kw, as tested on bug 308683
+
+ 02 May 2009; Torsten Veller <tove@gentoo.org>
+ -Email-MIME-ContentType-1.012.ebuild:
+ Cleanup
+
+*Email-MIME-ContentType-1.015 (26 Jan 2009)
+
+ 26 Jan 2009; Torsten Veller <tove@gentoo.org>
+ +Email-MIME-ContentType-1.015.ebuild:
+ Version bump
+
+ 08 Dec 2007; Raúl Porcel <armin76@gentoo.org>
+ Email-MIME-ContentType-1.014.ebuild:
+ alpha/ia64 stable
+
+ 04 Dec 2007; Markus Rothe <corsair@gentoo.org>
+ Email-MIME-ContentType-1.014.ebuild:
+ Stable on ppc64; bug #198075
+
+ 04 Dec 2007; nixnut <nixnut@gentoo.org>
+ Email-MIME-ContentType-1.014.ebuild:
+ Stable on ppc wrt bug 198075
+
+ 03 Dec 2007; Christian Faulhammer <opfer@gentoo.org>
+ Email-MIME-ContentType-1.014.ebuild:
+ stable x86, bug 198075
+
+ 10 Nov 2007; Samuli Suominen <drac@gentoo.org>
+ Email-MIME-ContentType-1.014.ebuild:
+ amd64 stable
+
+ 30 Jun 2007; Raúl Porcel <armin76@gentoo.org>
+ Email-MIME-ContentType-1.014.ebuild:
+ Add ~alpha wrt #165190
+
+ 21 Jun 2007; Michael Cummings <mcummings@gentoo.org>
+ Email-MIME-ContentType-1.014.ebuild:
+ Marking sparc stable
+
+ 10 Apr 2007; Michael Cummings <mcummings@gentoo.org>
+ Email-MIME-ContentType-1.012.ebuild:
+ sparc stable
+
+ 08 Apr 2007; Michael Cummings <mcummings@gentoo.org>
+ Email-MIME-ContentType-1.012.ebuild:
+ Marking amd64 stable
+
+*Email-MIME-ContentType-1.014 (06 Apr 2007)
+
+ 06 Apr 2007; Michael Cummings <mcummings@gentoo.org>
+ +Email-MIME-ContentType-1.014.ebuild:
+ Version bump
+
+ 27 Mar 2007; Matti Bickel <mabi@gentoo.org>
+ Email-MIME-ContentType-1.012.ebuild:
+ ~ppc added (bug #165190)
+
+ 27 Mar 2007; Raúl Porcel <armin76@gentoo.org>
+ Email-MIME-ContentType-1.012.ebuild:
+ Add ~ia64 wrt bug 165190
+
+ 14 Feb 2007; Markus Rothe <corsair@gentoo.org>
+ Email-MIME-ContentType-1.012.ebuild:
+ Added ~ppc64
+
+*Email-MIME-ContentType-1.012 (05 Feb 2007)
+
+ 05 Feb 2007; Michael Cummings <mcummings@gentoo.org> +metadata.xml,
+ +Email-MIME-ContentType-1.012.ebuild:
+ Dep for Email-MIME-Modifier
+
diff --git a/dev-perl/Email-MIME-ContentType/Email-MIME-ContentType-1.014.ebuild b/dev-perl/Email-MIME-ContentType/Email-MIME-ContentType-1.014.ebuild
new file mode 100644
index 000000000000..5f3d59c3ac60
--- /dev/null
+++ b/dev-perl/Email-MIME-ContentType/Email-MIME-ContentType-1.014.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-MIME-ContentType/Email-MIME-ContentType-1.014.ebuild,v 1.11 2010/07/05 09:10:59 scarabeus Exp $
+
+inherit perl-module
+
+DESCRIPTION="Parse a MIME Content-Type Header"
+HOMEPAGE="http://search.cpan.org/~rjbs/"
+SRC_URI="mirror://cpan/authors/id/R/RJ/RJBS/${P}.tar.gz"
+
+IUSE=""
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
+
+DEPEND="dev-lang/perl"
+
+SRC_TEST="do"
diff --git a/dev-perl/Email-MIME-ContentType/Email-MIME-ContentType-1.015.ebuild b/dev-perl/Email-MIME-ContentType/Email-MIME-ContentType-1.015.ebuild
new file mode 100644
index 000000000000..3a435958828e
--- /dev/null
+++ b/dev-perl/Email-MIME-ContentType/Email-MIME-ContentType-1.015.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-MIME-ContentType/Email-MIME-ContentType-1.015.ebuild,v 1.4 2010/07/05 09:10:59 scarabeus Exp $
+
+MODULE_AUTHOR=RJBS
+inherit perl-module
+
+DESCRIPTION="Parse a MIME Content-Type Header"
+
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~sparc-solaris ~x86-solaris"
+IUSE="test"
+
+RDEPEND="dev-lang/perl"
+DEPEND="${RDEPEND}
+ test? ( dev-perl/Test-Pod
+ dev-perl/Test-Pod-Coverage )"
+
+SRC_TEST="do"
diff --git a/dev-perl/Email-MIME-ContentType/Manifest b/dev-perl/Email-MIME-ContentType/Manifest
new file mode 100644
index 000000000000..ac71033b0467
--- /dev/null
+++ b/dev-perl/Email-MIME-ContentType/Manifest
@@ -0,0 +1,6 @@
+DIST Email-MIME-ContentType-1.014.tar.gz 11172 RMD160 c1976cfffd2383756368b8338e6bd60f7a34d227 SHA1 816105214760ae8cc45ddad72a23cc925433e9f1 SHA256 8a864d9e57897057645eced00fd51c43a5756343ae97bca65835617a0c4fb495
+DIST Email-MIME-ContentType-1.015.tar.gz 11238 RMD160 9b917f5bd6a60ddc052350a9d96f7e5e90d63912 SHA1 6073cc4726c5f84fa0c2b7d4c2b6f27ecd7f1390 SHA256 0fccc8d00f133954956f6161d5f249ec4d3f9679d022c3ce2231234e7b1e93e6
+EBUILD Email-MIME-ContentType-1.014.ebuild 561 RMD160 b7b051c2d932ad6008e151e3ae3b1df9a86439e5 SHA1 6fcf3c89ab1c44da64045f5c714ffe1c1c1c3893 SHA256 2a8b390dad59c7d6e6bc05b1df0c3bf6f23afee02a69f9bff54bb55ae8f156a7
+EBUILD Email-MIME-ContentType-1.015.ebuild 600 RMD160 6789dc07089c2b712240323814aa97963e1c0903 SHA1 f4dd5c23ebbd43a5fefdf17b57e942e0d66a6ce0 SHA256 c5c1fc5e07522cdf8304ec28e7e168f872d726089ef923c4bcc0c8f4e7c3d72b
+MISC ChangeLog 2343 RMD160 e70c00425b32c2e43bd58dea2f6aad6b5f159237 SHA1 23f327dae683bf4b8bf4a679e87e18675046ca49 SHA256 4bc29fe66cd7ec91f3e1a5b35a0cdbdb7b71270cfd63e9b475f29f41947bf09a
+MISC metadata.xml 305 RMD160 647980838c590f54441a053916ea629e53e551c0 SHA1 99ef1deeae9a934fb6e46cf5fc4a5fcb8379a74a SHA256 f05dbef15061919972882cab07057e102760a542beba17d131194091401cd7ca
diff --git a/dev-perl/Email-MIME-ContentType/metadata.xml b/dev-perl/Email-MIME-ContentType/metadata.xml
new file mode 100644
index 000000000000..86672fe64c10
--- /dev/null
+++ b/dev-perl/Email-MIME-ContentType/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+ <maintainer>
+ <email>perl@gentoo.org</email>
+ <description>Primary Maintainer</description>
+ </maintainer>
+ <longdescription></longdescription>
+</pkgmetadata>