summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-09-05 05:39:22 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-09-05 05:39:22 +0000
commitb4a4fda735c94cbed750990431389d2a4e8e4c72 (patch)
tree08155bd4bd91713f93f9477d1b84f96158050792 /virtual/perl-HTTP-Tiny
parentImport from perl-experimental overlay (diff)
downloadgentoo-2-b4a4fda735c94cbed750990431389d2a4e8e4c72.tar.gz
gentoo-2-b4a4fda735c94cbed750990431389d2a4e8e4c72.tar.bz2
gentoo-2-b4a4fda735c94cbed750990431389d2a4e8e4c72.zip
Import from perl-experimental overlay
(Portage version: 2.2.1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'virtual/perl-HTTP-Tiny')
-rw-r--r--virtual/perl-HTTP-Tiny/ChangeLog9
-rw-r--r--virtual/perl-HTTP-Tiny/Manifest2
-rw-r--r--virtual/perl-HTTP-Tiny/metadata.xml5
-rw-r--r--virtual/perl-HTTP-Tiny/perl-HTTP-Tiny-0.29.0.ebuild14
4 files changed, 30 insertions, 0 deletions
diff --git a/virtual/perl-HTTP-Tiny/ChangeLog b/virtual/perl-HTTP-Tiny/ChangeLog
new file mode 100644
index 000000000000..2c401b7c6b23
--- /dev/null
+++ b/virtual/perl-HTTP-Tiny/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for virtual/perl-HTTP-Tiny
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-HTTP-Tiny/ChangeLog,v 1.1 2013/09/05 05:39:22 patrick Exp $
+
+*perl-HTTP-Tiny-0.29.0 (05 Sep 2013)
+
+ 05 Sep 2013; Patrick Lauer <patrick@gentoo.org> +metadata.xml,
+ +perl-HTTP-Tiny-0.29.0.ebuild:
+ Import from perl-experimental overlay
diff --git a/virtual/perl-HTTP-Tiny/Manifest b/virtual/perl-HTTP-Tiny/Manifest
new file mode 100644
index 000000000000..64c2bf71900a
--- /dev/null
+++ b/virtual/perl-HTTP-Tiny/Manifest
@@ -0,0 +1,2 @@
+EBUILD perl-HTTP-Tiny-0.29.0.ebuild 270 SHA256 7409ff1abe43278054109967dce330d735304b4697fd293a9e60add9a78d7974 SHA512 64b233a5e709b77a28b086a05a3ce6fc66bf1cf297683ff46c9297d7d3ad3df2715d8ce0d65483e1f0ad1041fff3c9880222497692ef1a1a4f1205c9e70c6e5d WHIRLPOOL 99959b2a5d99aa35769a1ce2ed03b859b9d58f3472d941a8ea971a2365bf50a9827539cc9a8ebfee5d417c39045fea0edd6dd100b89a11c7abeeb8e516d398cb
+MISC metadata.xml 158 SHA256 1fef4c0af5f71b777110f54d9dfbd27d6c85c750fca007f4a2fb38345ebbb710 SHA512 0b83af178d8e59a07953fc2582b6e4177ec933439a6638de4f222e4e9b6c21135ca1702f7f4838624e283d39db0d3f4d4227ddb6108dbb06cdcc09ebf9d6bc55 WHIRLPOOL 696c0536d7047d00bd1590ddb9bebd01caec0e15b3a970828eebe526b46f14d61eec5bd541db7d4628bdff743461198158832e2bdb47e31a5523ad63f16708bc
diff --git a/virtual/perl-HTTP-Tiny/metadata.xml b/virtual/perl-HTTP-Tiny/metadata.xml
new file mode 100644
index 000000000000..801e9385a1e0
--- /dev/null
+++ b/virtual/perl-HTTP-Tiny/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>
diff --git a/virtual/perl-HTTP-Tiny/perl-HTTP-Tiny-0.29.0.ebuild b/virtual/perl-HTTP-Tiny/perl-HTTP-Tiny-0.29.0.ebuild
new file mode 100644
index 000000000000..f25a293faee1
--- /dev/null
+++ b/virtual/perl-HTTP-Tiny/perl-HTTP-Tiny-0.29.0.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-HTTP-Tiny/perl-HTTP-Tiny-0.29.0.ebuild,v 1.1 2013/09/05 05:39:22 patrick Exp $
+
+DESCRIPTION="Virtual for HTTP-Tiny"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="~perl-core/HTTP-Tiny-${PV}"