diff options
author | Torsten Veller <tove@gentoo.org> | 2009-02-05 14:02:47 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-02-05 14:02:47 +0000 |
commit | 0fdf39dd7c493b9bcda5b8df31675d8caad80d5a (patch) | |
tree | 8f4236e21a7890116471b7b76754583a61e55811 /dev-perl/DateTime-Format-HTTP | |
parent | Version bump, new homepage and add ~amd64 keyword (diff) | |
download | historical-0fdf39dd7c493b9bcda5b8df31675d8caad80d5a.tar.gz historical-0fdf39dd7c493b9bcda5b8df31675d8caad80d5a.tar.bz2 historical-0fdf39dd7c493b9bcda5b8df31675d8caad80d5a.zip |
Initial commit
Package-Manager: portage-2.2_rc23/cvs/Linux i686
Diffstat (limited to 'dev-perl/DateTime-Format-HTTP')
-rw-r--r-- | dev-perl/DateTime-Format-HTTP/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/DateTime-Format-HTTP/DateTime-Format-HTTP-0.37.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/DateTime-Format-HTTP/Manifest | 14 | ||||
-rw-r--r-- | dev-perl/DateTime-Format-HTTP/metadata.xml | 5 |
4 files changed, 50 insertions, 0 deletions
diff --git a/dev-perl/DateTime-Format-HTTP/ChangeLog b/dev-perl/DateTime-Format-HTTP/ChangeLog new file mode 100644 index 000000000000..94e1ba896211 --- /dev/null +++ b/dev-perl/DateTime-Format-HTTP/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/DateTime-Format-HTTP +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-HTTP/ChangeLog,v 1.1 2009/02/05 14:02:47 tove Exp $ + +*DateTime-Format-HTTP-0.37 (05 Feb 2009) + + 05 Feb 2009; Torsten Veller <tove@gentoo.org> +metadata.xml, + +DateTime-Format-HTTP-0.37.ebuild: + Initial commit + diff --git a/dev-perl/DateTime-Format-HTTP/DateTime-Format-HTTP-0.37.ebuild b/dev-perl/DateTime-Format-HTTP/DateTime-Format-HTTP-0.37.ebuild new file mode 100644 index 000000000000..65bfec845273 --- /dev/null +++ b/dev-perl/DateTime-Format-HTTP/DateTime-Format-HTTP-0.37.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-HTTP/DateTime-Format-HTTP-0.37.ebuild,v 1.1 2009/02/05 14:02:47 tove Exp $ + +MODULE_AUTHOR=DROLSKY +inherit perl-module + +DESCRIPTION="Date conversion routines" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~x86" +IUSE="test" + +RDEPEND="dev-lang/perl + dev-perl/DateTime + dev-perl/libwww-perl" +DEPEND="${RDEPEND} + virtual/perl-Module-Build" + +SRC_TEST=do diff --git a/dev-perl/DateTime-Format-HTTP/Manifest b/dev-perl/DateTime-Format-HTTP/Manifest new file mode 100644 index 000000000000..35afb396d538 --- /dev/null +++ b/dev-perl/DateTime-Format-HTTP/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +DIST DateTime-Format-HTTP-0.37.tar.gz 17817 RMD160 193bf66ac1ad4238df211fb64ad2c9ed06443312 SHA1 38c1eaa6c6ddfe0dbc4e167353a2afe2ff7e80d5 SHA256 c7216c00f1f3177400f34839261c3ca9290b4ddbc837dab2611c5f683dbaddea +EBUILD DateTime-Format-HTTP-0.37.ebuild 521 RMD160 c994778bf98b108fb6c0116c6d26f066e3ceb170 SHA1 87bd82c1e12034a74680fcaa4ce184e47f154075 SHA256 6c01d123467d82ec8317e7db257631fe24a26413858b84fa87098154f30dbe8d +MISC ChangeLog 389 RMD160 840cec703a7a7ce6771607dcadfba1110fcce014 SHA1 693bbf1c441877dea3d816a4b7f423b759639d8a SHA256 4c4cc02340c8f8253c7d690a0b967e864dcf2efe22b46a26a1713a7dc5372da1 +MISC metadata.xml 158 RMD160 03e4d8164c58bc61660cbaf489d4e3652de0feb7 SHA1 9a84117c6fb70288426e20c84deaf16f4381a549 SHA256 1fef4c0af5f71b777110f54d9dfbd27d6c85c750fca007f4a2fb38345ebbb710 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.9 (GNU/Linux) + +iEYEARECAAYFAkmK8WgACgkQV3J2n04Eaux8nwCdEK6toprGUwEXHOuX+RDiy/s6 +a+kAn2UmLic7BIw/bQIHDoHP7ZWgH3Fy +=etfi +-----END PGP SIGNATURE----- diff --git a/dev-perl/DateTime-Format-HTTP/metadata.xml b/dev-perl/DateTime-Format-HTTP/metadata.xml new file mode 100644 index 000000000000..801e9385a1e0 --- /dev/null +++ b/dev-perl/DateTime-Format-HTTP/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> +</pkgmetadata> |