public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: perl-core/HTTP-Tiny/
Date: Sun, 27 May 2012 07:47:19 +0000 (UTC)	[thread overview]
Message-ID: <1338091141.e15a4a93acbddfb80acaf39fbcb46d126f8f468b.kent@gentoo> (raw)

commit:     e15a4a93acbddfb80acaf39fbcb46d126f8f468b
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun May 27 03:59:01 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun May 27 03:59:01 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e15a4a93

[newversion] HTTP-Tiny-0.21.0

(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 perl-core/HTTP-Tiny/ChangeLog               |    5 ++
 perl-core/HTTP-Tiny/HTTP-Tiny-0.21.0.ebuild |   72 +++++++++++++++++++++++++++
 2 files changed, 77 insertions(+), 0 deletions(-)

diff --git a/perl-core/HTTP-Tiny/ChangeLog b/perl-core/HTTP-Tiny/ChangeLog
index 6c09bf9..2202a08 100644
--- a/perl-core/HTTP-Tiny/ChangeLog
+++ b/perl-core/HTTP-Tiny/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*HTTP-Tiny-0.21.0 (27 May 2012)
+
+  27 May 2012; Kent Fredric <kentfredric@gmail.com> +HTTP-Tiny-0.21.0.ebuild:
+  Version Bump
+
 *HTTP-Tiny-0.17.0 (26 Feb 2012)
 
   26 Feb 2012; Kent Fredric <kentfredric@gmail.com> +HTTP-Tiny-0.17.0.ebuild:

diff --git a/perl-core/HTTP-Tiny/HTTP-Tiny-0.21.0.ebuild b/perl-core/HTTP-Tiny/HTTP-Tiny-0.21.0.ebuild
new file mode 100644
index 0000000..6382657
--- /dev/null
+++ b/perl-core/HTTP-Tiny/HTTP-Tiny-0.21.0.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=DAGOLDEN
+MODULE_VERSION=0.021
+inherit perl-module
+
+DESCRIPTION='A small, simple, correct HTTP/1.1 client'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.30 ( 6.300.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
+}
+perl_meta_runtime() {
+	# Carp
+	# echo virtual/perl-Carp
+	# IO::Socket
+	echo virtual/perl-IO
+	# Time::Local
+	echo virtual/perl-Time-Local
+	# bytes
+	echo dev-lang/perl
+	# perl 5.006 ( 5.6.0 )
+	echo \>=dev-lang/perl-5.6.0
+	# strict
+	echo dev-lang/perl
+	# warnings
+	echo dev-lang/perl
+}
+perl_meta_test() {
+	# Data::Dumper
+	echo virtual/perl-Data-Dumper
+	# Exporter
+	echo virtual/perl-Exporter
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+	# File::Basename
+	echo dev-lang/perl
+	# File::Find
+	echo dev-lang/perl
+	# File::Spec
+	echo virtual/perl-File-Spec
+	# File::Spec::Functions
+	echo virtual/perl-File-Spec
+	# File::Temp
+	echo virtual/perl-File-Temp
+	# IO::Dir
+	echo virtual/perl-IO
+	# IO::File
+	echo virtual/perl-IO
+	# IO::Socket::INET
+	echo virtual/perl-IO
+	# List::Util
+	echo virtual/perl-Scalar-List-Utils
+	# Test::More 0.88 ( 0.880.0 )
+	echo \>=virtual/perl-Test-Simple-0.88
+	# open
+	echo dev-lang/perl
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_runtime)
+	test? ( $(perl_meta_test) )
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"



             reply	other threads:[~2012-05-27  7:48 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-27  7:47 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-09-06  9:52 [gentoo-commits] proj/perl-overlay:master commit in: perl-core/HTTP-Tiny/ Kent Fredric
2013-11-09  5:56 Kent Fredric
2012-10-28  2:41 Kent Fredric
2012-06-09 14:33 Kent Fredric
2012-02-26 13:46 Kent Fredric
2011-07-18 17:39 Torsten Veller
2011-04-01 13:20 Torsten Veller
2011-03-22  1:34 Kent Fredric
2011-03-12 16:09 Kent Fredric

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1338091141.e15a4a93acbddfb80acaf39fbcb46d126f8f468b.kent@gentoo \
    --to=kentfredric@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox