diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-05-19 09:26:39 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-05-19 09:26:39 +0000 |
commit | 5146663534fd283b4f28e648b175d8986bcec249 (patch) | |
tree | d24dc4531204645fb0872bd9e04992f06fdef275 /dev-perl/mime-construct | |
parent | Digest (diff) | |
download | gentoo-2-5146663534fd283b4f28e648b175d8986bcec249.tar.gz gentoo-2-5146663534fd283b4f28e648b175d8986bcec249.tar.bz2 gentoo-2-5146663534fd283b4f28e648b175d8986bcec249.zip |
asterisk related
Diffstat (limited to 'dev-perl/mime-construct')
-rw-r--r-- | dev-perl/mime-construct/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/mime-construct/Manifest | 3 | ||||
-rw-r--r-- | dev-perl/mime-construct/files/digest-mime-construct-1.9 | 1 | ||||
-rw-r--r-- | dev-perl/mime-construct/metadata.xml | 10 | ||||
-rw-r--r-- | dev-perl/mime-construct/mime-construct-1.9.ebuild | 18 |
5 files changed, 42 insertions, 0 deletions
diff --git a/dev-perl/mime-construct/ChangeLog b/dev-perl/mime-construct/ChangeLog new file mode 100644 index 000000000000..92a45cc68944 --- /dev/null +++ b/dev-perl/mime-construct/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/mime-construct +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/mime-construct/ChangeLog,v 1.1 2005/05/19 09:26:39 mcummings Exp $ + +*mime-construct-1.9 (19 May 2005) + + 19 May 2005; Michael Cummings <mcummings@gentoo.org> +metadata.xml, + +mime-construct-1.9.ebuild: + Initial import for johnm, dep for asterisk work + diff --git a/dev-perl/mime-construct/Manifest b/dev-perl/mime-construct/Manifest new file mode 100644 index 000000000000..4745a5965692 --- /dev/null +++ b/dev-perl/mime-construct/Manifest @@ -0,0 +1,3 @@ +MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 +MD5 9003e97b9be8d755a08945e1bc6035a7 mime-construct-1.9.ebuild 407 +MD5 4007d9d91fe6f9cbd791c77e4b7bbfa5 files/digest-mime-construct-1.9 69 diff --git a/dev-perl/mime-construct/files/digest-mime-construct-1.9 b/dev-perl/mime-construct/files/digest-mime-construct-1.9 new file mode 100644 index 000000000000..90a0ef3a241c --- /dev/null +++ b/dev-perl/mime-construct/files/digest-mime-construct-1.9 @@ -0,0 +1 @@ +MD5 727a5b622fae6e2800caffae9b034f24 mime-construct-1.9.tar.gz 11803 diff --git a/dev-perl/mime-construct/metadata.xml b/dev-perl/mime-construct/metadata.xml new file mode 100644 index 000000000000..86672fe64c10 --- /dev/null +++ b/dev-perl/mime-construct/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> diff --git a/dev-perl/mime-construct/mime-construct-1.9.ebuild b/dev-perl/mime-construct/mime-construct-1.9.ebuild new file mode 100644 index 000000000000..70ea044ceb07 --- /dev/null +++ b/dev-perl/mime-construct/mime-construct-1.9.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/mime-construct/mime-construct-1.9.ebuild,v 1.1 2005/05/19 09:26:39 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="construct and optionally mail MIME messages" +HOMEPAGE="http://search.cpan.org/~rosch/${P}/" +SRC_URI="mirror://cpan/authors/id/R/RO/ROSCH/${P}.tar.gz" + +LICENSE="Artistic" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +SRC_TEST="do" + +DEPEND="dev-perl/Proc-WaitStat" |