summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2013-09-12 14:56:10 +0000
committerIan Delaney <idella4@gentoo.org>2013-09-12 14:56:10 +0000
commit04989869692251c1a6c3c9f76a0032575728fd5e (patch)
tree6e73374afffb563fde777b5073a951b80ce5e351 /dev-perl/DateTime-Format-Mail
parentInitial commit (diff)
downloadgentoo-2-04989869692251c1a6c3c9f76a0032575728fd5e.tar.gz
gentoo-2-04989869692251c1a6c3c9f76a0032575728fd5e.tar.bz2
gentoo-2-04989869692251c1a6c3c9f76a0032575728fd5e.zip
revbump -> EAPI 5
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-perl/DateTime-Format-Mail')
-rw-r--r--dev-perl/DateTime-Format-Mail/ChangeLog8
-rw-r--r--dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.300.100-r1.ebuild22
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-perl/DateTime-Format-Mail/ChangeLog b/dev-perl/DateTime-Format-Mail/ChangeLog
index 71a6d031e696..d4aa62be48bf 100644
--- a/dev-perl/DateTime-Format-Mail/ChangeLog
+++ b/dev-perl/DateTime-Format-Mail/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/DateTime-Format-Mail
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Mail/ChangeLog,v 1.23 2013/01/06 20:55:04 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Mail/ChangeLog,v 1.24 2013/09/12 14:56:10 idella4 Exp $
+
+*DateTime-Format-Mail-0.300.100-r1 (12 Sep 2013)
+
+ 12 Sep 2013; Ian Delaney <idella4@gentoo.org>
+ +DateTime-Format-Mail-0.300.100-r1.ebuild:
+ revbump -> EAPI 5
06 Jan 2013; Torsten Veller <tove@gentoo.org>
-DateTime-Format-Mail-0.30.ebuild:
diff --git a/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.300.100-r1.ebuild b/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.300.100-r1.ebuild
new file mode 100644
index 000000000000..589fab01b284
--- /dev/null
+++ b/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.300.100-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.300.100-r1.ebuild,v 1.1 2013/09/12 14:56:10 idella4 Exp $
+
+EAPI=5
+
+MODULE_AUTHOR=DROLSKY
+MODULE_VERSION=0.3001
+inherit perl-module
+
+DESCRIPTION="Convert between DateTime and RFC2822/822 formats"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-solaris"
+IUSE=""
+
+RDEPEND=">=dev-perl/Params-Validate-0.67
+ >=dev-perl/DateTime-0.17"
+DEPEND="${RDEPEND}
+ virtual/perl-Module-Build"
+
+SRC_TEST="do"