public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/LWP-Protocol-PSGI/
@ 2014-01-06 15:18 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2014-01-06 15:18 UTC (permalink / raw
  To: gentoo-commits

commit:     890ca49afa069ee07a6bebfb0fbb88661b399d08
Author:     Pavel Denisov <pavel.a.denisov <AT> gmail <DOT> com>
AuthorDate: Thu Dec 26 02:24:24 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Jan  6 14:55:00 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=890ca49a

[added] dev-perl/LWP-Protocol-PSGI-0.60.0

Package-Manager: portage-2.2.7

---
 dev-perl/LWP-Protocol-PSGI/ChangeLog               | 10 +++++
 .../LWP-Protocol-PSGI-0.60.0.ebuild                | 44 ++++++++++++++++++++++
 dev-perl/LWP-Protocol-PSGI/metadata.xml            | 13 +++++++
 3 files changed, 67 insertions(+)

diff --git a/dev-perl/LWP-Protocol-PSGI/ChangeLog b/dev-perl/LWP-Protocol-PSGI/ChangeLog
new file mode 100644
index 0000000..573a241
--- /dev/null
+++ b/dev-perl/LWP-Protocol-PSGI/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/LWP-Protocol-PSGI
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*LWP-Protocol-PSGI-0.60.0 (26 Dec 2013)
+
+  26 Dec 2013; Pavel Denisov <pavel.a.denisov@gmail.com>
+  +LWP-Protocol-PSGI-0.60.0.ebuild, +metadata.xml:
+  Added for Dancer2
+

diff --git a/dev-perl/LWP-Protocol-PSGI/LWP-Protocol-PSGI-0.60.0.ebuild b/dev-perl/LWP-Protocol-PSGI/LWP-Protocol-PSGI-0.60.0.ebuild
new file mode 100644
index 0000000..4809ec5
--- /dev/null
+++ b/dev-perl/LWP-Protocol-PSGI/LWP-Protocol-PSGI-0.60.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=MIYAGAWA
+MODULE_VERSION=0.06
+inherit perl-mb-tiny
+
+DESCRIPTION='Override LWP'\''s HTTP/HTTPS backend with your own PSGI applciation'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_meta_configure() {
+	# Module::Build::Tiny 0.023 ( 0.23.0 )
+	echo \>=dev-perl/Module-Build-Tiny-0.23.0
+}
+perl_meta_runtime() {
+	# Guard
+	echo dev-perl/Guard
+	# HTTP::Message::PSGI
+	echo dev-perl/Plack
+	# LWP 5 ( 5.0.0 )
+	echo \>=dev-perl/libwww-perl-5.0.0
+	# parent
+	echo virtual/perl-parent
+	# perl 5.008001 ( 5.8.1 )
+	echo \>=dev-lang/perl-5.8.1
+}
+perl_meta_test() {
+	# Test::More 0.88 ( 0.880.0 )
+	echo \>=virtual/perl-Test-Simple-0.880.0
+	# Test::Requires
+	echo dev-perl/Test-Requires
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_runtime)
+	test? ( $(perl_meta_test) )
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do parallel"

diff --git a/dev-perl/LWP-Protocol-PSGI/metadata.xml b/dev-perl/LWP-Protocol-PSGI/metadata.xml
new file mode 100644
index 0000000..83cc426
--- /dev/null
+++ b/dev-perl/LWP-Protocol-PSGI/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>pavel.a.denisov@gmail.com</email>
+        <name>Pavel Denisov</name>
+    </maintainer>
+    <upstream>
+        <remote-id type="cpan">LWP-Protocol-PSGI</remote-id>
+        <remote-id type="cpan-module">LWP::Protocol::PSGI</remote-id>
+    </upstream>
+</pkgmetadata>


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/LWP-Protocol-PSGI/
@ 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:     9f4f9fe5a3f8e6f4a7c24bbc7b722fed33e6ed6d
Author:     Pavel Denisov <pavel.a.denisov <AT> gmail <DOT> com>
AuthorDate: Sun Dec 13 19:52:48 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Dec 13 19:52:48 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=9f4f9fe5

dev-perl/LWP-Protocol-PSGI: Version bump

Package-Manager: portage-2.2.26

 .../LWP-Protocol-PSGI-0.80.0.ebuild                | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/dev-perl/LWP-Protocol-PSGI/LWP-Protocol-PSGI-0.80.0.ebuild b/dev-perl/LWP-Protocol-PSGI/LWP-Protocol-PSGI-0.80.0.ebuild
new file mode 100644
index 0000000..73799bd
--- /dev/null
+++ b/dev-perl/LWP-Protocol-PSGI/LWP-Protocol-PSGI-0.80.0.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=MIYAGAWA
+MODULE_VERSION=0.08
+inherit perl-module
+
+DESCRIPTION="Override LWP's HTTP/HTTPS backend with your own PSGI application"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	dev-perl/Guard
+	dev-perl/Plack
+	>=dev-perl/libwww-perl-5.0.0
+"
+
+DEPEND="
+	${RDEPEND}
+	>=dev-perl/Module-Build-Tiny-0.34.0
+	>=virtual/perl-Test-Simple-0.88.0
+	dev-perl/Test-Requires
+"


^ 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 --
2014-01-06 15:18 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/LWP-Protocol-PSGI/ 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