diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-11-19 16:46:57 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-11-19 16:46:57 +0000 |
commit | 3d83d4671539667dba2dbced3274ca82c071333b (patch) | |
tree | f436fab4f6a348f4d496040f7b1a98ddd316ca46 /dev-perl/DateTime-Format-W3CDTF/DateTime-Format-W3CDTF-0.04.ebuild | |
parent | Remove old versions (diff) | |
download | historical-3d83d4671539667dba2dbced3274ca82c071333b.tar.gz historical-3d83d4671539667dba2dbced3274ca82c071333b.tar.bz2 historical-3d83d4671539667dba2dbced3274ca82c071333b.zip |
New dep for dev-perl/XML-RSS
Package-Manager: portage-2.1.2_rc1-r7
Diffstat (limited to 'dev-perl/DateTime-Format-W3CDTF/DateTime-Format-W3CDTF-0.04.ebuild')
-rw-r--r-- | dev-perl/DateTime-Format-W3CDTF/DateTime-Format-W3CDTF-0.04.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/DateTime-Format-W3CDTF/DateTime-Format-W3CDTF-0.04.ebuild b/dev-perl/DateTime-Format-W3CDTF/DateTime-Format-W3CDTF-0.04.ebuild new file mode 100644 index 000000000000..a63945ea9ec6 --- /dev/null +++ b/dev-perl/DateTime-Format-W3CDTF/DateTime-Format-W3CDTF-0.04.ebuild @@ -0,0 +1,19 @@ +# 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-W3CDTF/DateTime-Format-W3CDTF-0.04.ebuild,v 1.1 2006/11/19 16:46:57 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Parse and format W3CDTF datetime strings" +HOMEPAGE="http://search.cpan.org/~kellan/" +SRC_URI="mirror://cpan/authors/id/K/KE/KELLAN/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~sparc ~x86" +IUSE="" + +SRC_TEST="do" + +DEPEND="dev-perl/DateTime + dev-lang/perl" |