summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-11-19 16:36:31 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-11-19 16:36:31 +0000
commit5c5999279d57e302219cf54ae04bd11b1b4d337d (patch)
tree8ace1ebe22698450482c00cf1c2ff3cc6995ef98 /dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.30.ebuild
parentRemove old versions (diff)
downloadgentoo-2-5c5999279d57e302219cf54ae04bd11b1b4d337d.tar.gz
gentoo-2-5c5999279d57e302219cf54ae04bd11b1b4d337d.tar.bz2
gentoo-2-5c5999279d57e302219cf54ae04bd11b1b4d337d.zip
New dep for dev-perl/XML-RSS
(Portage version: 2.1.2_rc1-r7)
Diffstat (limited to 'dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.30.ebuild')
-rw-r--r--dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.30.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.30.ebuild b/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.30.ebuild
new file mode 100644
index 000000000000..08bf19e13dbf
--- /dev/null
+++ b/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.30.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2006 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.30.ebuild,v 1.1 2006/11/19 16:36:31 mcummings Exp $
+
+inherit perl-module
+
+DESCRIPTION="A date and time object"
+HOMEPAGE="http://search.cpan.org/~drolsky/"
+SRC_URI="mirror://cpan/authors/id/D/DR/DROLSKY/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86"
+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"