public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/HTTP-Tiny-Mech/
@ 2013-10-01 11:50 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2013-10-01 11:50 UTC (permalink / raw
  To: gentoo-commits

commit:     5de18ac1f8c88374c0f18c21fcfaeda024f7428c
Author:     Pavel Denisov <pavel.a.denisov <AT> gmail <DOT> com>
AuthorDate: Fri Sep 27 23:49:24 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Sep 27 23:49:24 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5de18ac1

[Added] HTTP-Tiny-Mech-0.1.3

Package-Manager: portage-2.2.7

---
 dev-perl/HTTP-Tiny-Mech/ChangeLog                  | 10 ++++
 .../HTTP-Tiny-Mech/HTTP-Tiny-Mech-0.1.3.ebuild     | 57 ++++++++++++++++++++++
 dev-perl/HTTP-Tiny-Mech/metadata.xml               |  9 ++++
 3 files changed, 76 insertions(+)

diff --git a/dev-perl/HTTP-Tiny-Mech/ChangeLog b/dev-perl/HTTP-Tiny-Mech/ChangeLog
new file mode 100644
index 0000000..ed2b889
--- /dev/null
+++ b/dev-perl/HTTP-Tiny-Mech/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/HTTP-Tiny-Mech
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*HTTP-Tiny-Mech-0.1.3 (27 Sep 2013)
+
+  27 Sep 2013; Pavel Denisov <pavel.a.denisov@gmail.com>
+  +HTTP-Tiny-Mech-0.1.3.ebuild, +metadata.xml:
+  Added for scripts/gen_ebuild.pl
+

diff --git a/dev-perl/HTTP-Tiny-Mech/HTTP-Tiny-Mech-0.1.3.ebuild b/dev-perl/HTTP-Tiny-Mech/HTTP-Tiny-Mech-0.1.3.ebuild
new file mode 100644
index 0000000..91c6c12
--- /dev/null
+++ b/dev-perl/HTTP-Tiny-Mech/HTTP-Tiny-Mech-0.1.3.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=KENTNL
+MODULE_VERSION=0.1.3
+inherit perl-module
+
+DESCRIPTION='Wrap a WWW::Mechanize instance in an HTTP::Tiny compatible interface.'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_meta_configure() {
+	# Module::Build 0.4003 ( 0.400.300 )
+	echo \>=virtual/perl-Module-Build-0.400.300
+}
+perl_meta_build() {
+	# Module::Build 0.4003 ( 0.400.300 )
+	echo \>=virtual/perl-Module-Build-0.400.300
+}
+perl_meta_runtime() {
+	# HTTP::Request
+	echo dev-perl/HTTP-Message
+	# HTTP::Tiny
+	echo virtual/perl-HTTP-Tiny
+	# Moose
+	echo dev-perl/Moose
+	# MooseX::NonMoose
+	echo dev-perl/MooseX-NonMoose
+	# WWW::Mechanize
+	echo dev-perl/WWW-Mechanize
+	# 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() {
+	# File::Find
+	echo dev-lang/perl
+	# File::Temp
+	echo virtual/perl-File-Temp
+	# Test::More 0.98 ( 0.980.0 )
+	echo \>=virtual/perl-Test-Simple-0.980.0
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+	test? ( $(perl_meta_test) )
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do parallel"

diff --git a/dev-perl/HTTP-Tiny-Mech/metadata.xml b/dev-perl/HTTP-Tiny-Mech/metadata.xml
new file mode 100644
index 0000000..049f316
--- /dev/null
+++ b/dev-perl/HTTP-Tiny-Mech/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">HTTP-Tiny-Mech</remote-id>
+    <remote-id type="cpan-module">HTTP::Tiny::Mech</remote-id>
+  </upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/HTTP-Tiny-Mech/
@ 2016-03-07  6:51 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2016-03-07  6:51 UTC (permalink / raw
  To: gentoo-commits

commit:     4a7b9e6e6768ee48d05feff2dac8234bfe2cb58e
Author:     Pavel Denisov <pavel.a.denisov <AT> gmail <DOT> com>
AuthorDate: Sun Dec 13 19:30:41 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Dec 13 19:30:41 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=4a7b9e6e

dev-perl/HTTP-Tiny-Mech: Version bump

Package-Manager: portage-2.2.26

 .../HTTP-Tiny-Mech/HTTP-Tiny-Mech-1.1.1.ebuild     | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/dev-perl/HTTP-Tiny-Mech/HTTP-Tiny-Mech-1.1.1.ebuild b/dev-perl/HTTP-Tiny-Mech/HTTP-Tiny-Mech-1.1.1.ebuild
new file mode 100644
index 0000000..f663168
--- /dev/null
+++ b/dev-perl/HTTP-Tiny-Mech/HTTP-Tiny-Mech-1.1.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=KENTNL
+MODULE_VERSION=1.001001
+inherit perl-module
+
+DESCRIPTION="Wrap a WWW::Mechanize instance in an HTTP::Tiny compatible interface."
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	dev-perl/HTTP-Message
+	>=virtual/perl-HTTP-Tiny-0.22.0
+	dev-perl/WWW-Mechanize
+"
+
+DEPEND="
+	${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	virtual/perl-File-Spec
+	>=virtual/perl-Test-Simple-0.89.0
+"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-03-07  6:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-01 11:50 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/HTTP-Tiny-Mech/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2016-03-07  6:51 Kent Fredric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox