summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Yaari <yuval@gentoo.org>2008-04-29 06:01:43 +0000
committerYuval Yaari <yuval@gentoo.org>2008-04-29 06:01:43 +0000
commit7f8c93ad5d1f8c5a454377b89de800cab7963569 (patch)
treec14e4d74e411406eb1805caff092dfbfc8541652 /dev-perl/DateTime-Format-Mail
parentVersion bump (diff)
downloadgentoo-2-7f8c93ad5d1f8c5a454377b89de800cab7963569.tar.gz
gentoo-2-7f8c93ad5d1f8c5a454377b89de800cab7963569.tar.bz2
gentoo-2-7f8c93ad5d1f8c5a454377b89de800cab7963569.zip
Version bump
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-perl/DateTime-Format-Mail')
-rw-r--r--dev-perl/DateTime-Format-Mail/ChangeLog10
-rw-r--r--dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.3001.ebuild22
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-perl/DateTime-Format-Mail/ChangeLog b/dev-perl/DateTime-Format-Mail/ChangeLog
index dd5e49f58a0f..41bd8258fb14 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-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Mail/ChangeLog,v 1.13 2007/05/05 17:28:33 dertobi123 Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Mail/ChangeLog,v 1.14 2008/04/29 06:01:42 yuval Exp $
+
+*DateTime-Format-Mail-0.3001 (29 Apr 2008)
+
+ 29 Apr 2008; Yuval Yaari <yuval@gentoo.org>
+ +DateTime-Format-Mail-0.3001.ebuild:
+ Version bump
05 May 2007; Tobias Scherbaum <dertobi123@gentoo.org>
DateTime-Format-Mail-0.30.ebuild:
diff --git a/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.3001.ebuild b/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.3001.ebuild
new file mode 100644
index 000000000000..5b2138d8e8e1
--- /dev/null
+++ b/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.3001.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2008 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.3001.ebuild,v 1.1 2008/04/29 06:01:43 yuval Exp $
+
+inherit perl-module
+
+DESCRIPTION="Convert between DateTime and RFC2822/822 formats"
+HOMEPAGE="http://search.cpan.org/~drolsky/"
+SRC_URI="mirror://cpan/authors/id/D/DR/DROLSKY/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+SRC_TEST="do"
+
+RDEPEND=">=dev-perl/Params-Validate-0.67
+ >=dev-perl/DateTime-0.17
+ dev-lang/perl"
+DEPEND="${RDEPEND}
+ dev-perl/module-build"