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 /perl-core/HTTP-Tiny
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 'perl-core/HTTP-Tiny')
-rw-r--r--perl-core/HTTP-Tiny/HTTP-Tiny-0.43.0.ebuild37
-rw-r--r--perl-core/HTTP-Tiny/Manifest1
-rw-r--r--perl-core/HTTP-Tiny/metadata.xml13
3 files changed, 51 insertions, 0 deletions
diff --git a/perl-core/HTTP-Tiny/HTTP-Tiny-0.43.0.ebuild b/perl-core/HTTP-Tiny/HTTP-Tiny-0.43.0.ebuild
new file mode 100644
index 000000000000..e7892b64e5d3
--- /dev/null
+++ b/perl-core/HTTP-Tiny/HTTP-Tiny-0.43.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+MODULE_AUTHOR=DAGOLDEN
+MODULE_VERSION=0.043
+inherit perl-module
+
+DESCRIPTION='A small, simple, correct HTTP/1.1 client'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+DEPEND="
+ >=virtual/perl-ExtUtils-MakeMaker-6.30
+ virtual/perl-IO
+ virtual/perl-Time-Local
+ test? (
+ virtual/perl-Data-Dumper
+ virtual/perl-Exporter
+ virtual/perl-ExtUtils-MakeMaker
+ virtual/perl-File-Spec
+ virtual/perl-File-Spec
+ virtual/perl-File-Temp
+ virtual/perl-IO
+ virtual/perl-IPC-Cmd
+ virtual/perl-Scalar-List-Utils
+ >=virtual/perl-Test-Simple-0.96
+ )
+"
+RDEPEND="
+ virtual/perl-IO
+ virtual/perl-Time-Local
+"
+SRC_TEST="do"
diff --git a/perl-core/HTTP-Tiny/Manifest b/perl-core/HTTP-Tiny/Manifest
new file mode 100644
index 000000000000..7668277f6c2b
--- /dev/null
+++ b/perl-core/HTTP-Tiny/Manifest
@@ -0,0 +1 @@
+DIST HTTP-Tiny-0.043.tar.gz 58982 SHA256 4088faa3a70fef248588272197a25efda0aa4c6ea68ea32a9edff2918e0f28da SHA512 80483d80de05583398fd136463fef6abb7850d07d32b9c7f391e8b356b1c89494beeb38f80e3f1d4d804f7defff1f5d19aeae82935131761f09cbce1e7202ba2 WHIRLPOOL af91c3cb5ceddad02628cdff246b95e732700dd37b3e5b703e6fe3833d1da354d1a2af060060d03943e2410f0d6bdc485a31bec1a29bd4a4757169b9027347ad
diff --git a/perl-core/HTTP-Tiny/metadata.xml b/perl-core/HTTP-Tiny/metadata.xml
new file mode 100644
index 000000000000..acba82a41fef
--- /dev/null
+++ b/perl-core/HTTP-Tiny/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+ <maintainer>
+ <email>kentfredric@gmail.com</email>
+ <name>Kent Fredric</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="cpan">HTTP-Tiny</remote-id>
+ <remote-id type="cpan-module">HTTP::Tiny</remote-id>
+ </upstream>
+</pkgmetadata>