summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-perl/DateTime-Format-HTTP
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-perl/DateTime-Format-HTTP')
-rw-r--r--dev-perl/DateTime-Format-HTTP/DateTime-Format-HTTP-0.400.0-r1.ebuild23
-rw-r--r--dev-perl/DateTime-Format-HTTP/DateTime-Format-HTTP-0.420.0.ebuild26
-rw-r--r--dev-perl/DateTime-Format-HTTP/Manifest2
-rw-r--r--dev-perl/DateTime-Format-HTTP/metadata.xml9
4 files changed, 60 insertions, 0 deletions
diff --git a/dev-perl/DateTime-Format-HTTP/DateTime-Format-HTTP-0.400.0-r1.ebuild b/dev-perl/DateTime-Format-HTTP/DateTime-Format-HTTP-0.400.0-r1.ebuild
new file mode 100644
index 000000000000..be51d37e82e5
--- /dev/null
+++ b/dev-perl/DateTime-Format-HTTP/DateTime-Format-HTTP-0.400.0-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=CKRAS
+MODULE_VERSION=0.40
+inherit perl-module
+
+DESCRIPTION="Date conversion routines"
+
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+RDEPEND="
+ dev-perl/DateTime
+ dev-perl/libwww-perl"
+DEPEND="${RDEPEND}
+ dev-perl/Module-Build"
+
+SRC_TEST=do
diff --git a/dev-perl/DateTime-Format-HTTP/DateTime-Format-HTTP-0.420.0.ebuild b/dev-perl/DateTime-Format-HTTP/DateTime-Format-HTTP-0.420.0.ebuild
new file mode 100644
index 000000000000..853d8e5a6607
--- /dev/null
+++ b/dev-perl/DateTime-Format-HTTP/DateTime-Format-HTTP-0.420.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=CKRAS
+MODULE_VERSION=0.42
+inherit perl-module
+
+DESCRIPTION="Date conversion routines"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ >=dev-perl/DateTime-0.170.0
+ >=dev-perl/HTTP-Date-1.440.0
+"
+DEPEND="${RDEPEND}
+ >=dev-perl/Module-Build-0.380.0
+ test? ( >=virtual/perl-Test-Simple-0.470.0 )
+"
+
+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..cdd4a70fb348
--- /dev/null
+++ b/dev-perl/DateTime-Format-HTTP/Manifest
@@ -0,0 +1,2 @@
+DIST DateTime-Format-HTTP-0.40.tar.gz 17571 SHA256 214e9e2e364090ebc5bc682b29709828944ae67f0bb4a989dd1e6d010845213f SHA512 1884f692e0c8d40ce5dc1786131094d2064270fb1d1e32df3bf8bedaa4ac863f53688ec53e95260a48cd20e878a77af5952eb0d6f03ccd09b4a14d024f7167a0 WHIRLPOOL 54281e3cc0b6115ea9bdea999174ebe74453bc8b09067901e183c3e707170ce2a652e75f8997e509d0b6e3a80a3304bbddd267bd8b3bf3d568516c2600a965ad
+DIST DateTime-Format-HTTP-0.42.tar.gz 18170 SHA256 d04e769df45968dfd2d1bdc647a325c6877614069762786e6f137f1f5ec3d840 SHA512 d8ff064d4bd0c9f41ec14a6e06d12a401e9c5162ef1f41381ba4314fc4776d1898cf07971243cf1b4a90096a8ed5f59361616d3fc2d6c62a7bdbdcc331fe81b8 WHIRLPOOL f9d3a3d52834a767db6d139373acc9f71a50ce372cc940e9fea304b04c679ab3da193c6d3936578760949e6e7176afc6471bd5f3804bbfcb5fb7a4ccf9664d8c
diff --git a/dev-perl/DateTime-Format-HTTP/metadata.xml b/dev-perl/DateTime-Format-HTTP/metadata.xml
new file mode 100644
index 000000000000..e4321b59f61a
--- /dev/null
+++ b/dev-perl/DateTime-Format-HTTP/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+ <upstream>
+ <remote-id type="cpan">DateTime-Format-HTTP</remote-id>
+ <remote-id type="cpan-module">DateTime::Format::HTTP</remote-id>
+ </upstream>
+</pkgmetadata>