summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-27 18:29:44 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-27 18:29:44 +0000
commitce4b9472d8fd9f035073d4fb6195753353aada6f (patch)
tree3fcfe78fd8f266961a7f085553db0103869ea1a9 /dev-perl/mime-construct
parentChange version scheme (diff)
downloadgentoo-2-ce4b9472d8fd9f035073d4fb6195753353aada6f.tar.gz
gentoo-2-ce4b9472d8fd9f035073d4fb6195753353aada6f.tar.bz2
gentoo-2-ce4b9472d8fd9f035073d4fb6195753353aada6f.zip
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/mime-construct')
-rw-r--r--dev-perl/mime-construct/ChangeLog9
-rw-r--r--dev-perl/mime-construct/mime-construct-1.900.0.ebuild22
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-perl/mime-construct/ChangeLog b/dev-perl/mime-construct/ChangeLog
index b13a0e2c8a82..06bd7a3d2c2e 100644
--- a/dev-perl/mime-construct/ChangeLog
+++ b/dev-perl/mime-construct/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/mime-construct
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/mime-construct/ChangeLog,v 1.12 2010/03/10 09:53:26 josejx Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/mime-construct/ChangeLog,v 1.13 2011/08/27 18:29:44 tove Exp $
+
+*mime-construct-1.900.0 (27 Aug 2011)
+
+ 27 Aug 2011; Torsten Veller <tove@gentoo.org> +mime-construct-1.900.0.ebuild:
+ Change version scheme
10 Mar 2010; Joseph Jezak <josejx@gentoo.org>
mime-construct-1.9-r1.ebuild:
diff --git a/dev-perl/mime-construct/mime-construct-1.900.0.ebuild b/dev-perl/mime-construct/mime-construct-1.900.0.ebuild
new file mode 100644
index 000000000000..059d057584ec
--- /dev/null
+++ b/dev-perl/mime-construct/mime-construct-1.900.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2011 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.900.0.ebuild,v 1.1 2011/08/27 18:29:44 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=ROSCH
+MODULE_VERSION=1.9
+inherit perl-module
+
+DESCRIPTION="construct and optionally mail MIME messages"
+
+LICENSE="|| ( GPL-2 GPL-3 )" # GPL-2+
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND="dev-perl/MIME-Types
+ dev-perl/Proc-WaitStat"
+DEPEND="${RDEPEND}"
+
+SRC_TEST="do"