public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Plack-Test-ExternalServer/
@ 2011-07-31  4:40 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2011-07-31  4:40 UTC (permalink / raw
  To: gentoo-commits

commit:     24e671da13dc1d0f9b110c9299d742774e636777
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Jul 31 02:24:50 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Jul 31 02:24:50 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=24e671da

[added] Plack-Test-ExternalServer-0.10.0

(Portage version: 2.2.0_alpha47/git/Linux x86_64, signed Manifest commit with key BD86D695)

---
 dev-perl/Plack-Test-ExternalServer/ChangeLog       |   10 ++++++
 .../Plack-Test-ExternalServer-0.10.0.ebuild        |   35 ++++++++++++++++++++
 dev-perl/Plack-Test-ExternalServer/metadata.xml    |    9 +++++
 3 files changed, 54 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Plack-Test-ExternalServer/ChangeLog b/dev-perl/Plack-Test-ExternalServer/ChangeLog
new file mode 100644
index 0000000..e7c42a8
--- /dev/null
+++ b/dev-perl/Plack-Test-ExternalServer/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Plack-Test-ExternalServer
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Plack-Test-ExternalServer-0.10.0 (31 Jul 2011)
+
+  31 Jul 2011; Kent Fredric <kentfredric@gmail.com>
+  +Plack-Test-ExternalServer-0.10.0.ebuild, +metadata.xml:
+  Added
+

diff --git a/dev-perl/Plack-Test-ExternalServer/Plack-Test-ExternalServer-0.10.0.ebuild b/dev-perl/Plack-Test-ExternalServer/Plack-Test-ExternalServer-0.10.0.ebuild
new file mode 100644
index 0000000..7b6066e
--- /dev/null
+++ b/dev-perl/Plack-Test-ExternalServer/Plack-Test-ExternalServer-0.10.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI="4"
+MODULE_AUTHOR=FLORA
+MODULE_VERSION=0.01
+inherit perl-module
+
+DESCRIPTION="Run HTTP tests on external live servers
+"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+comment() { echo ''; }
+COMMON_DEPEND="
+	>=virtual/perl-Test-Simple-0.89 $(comment Test::More 0.890.0)
+	dev-perl/URI
+	dev-perl/libwww-perl $(comment LWP::UserAgent)
+	dev-perl/Plack $(comment Plack::Test)
+	dev-perl/Test-TCP
+	dev-perl/Plack $(comment Plack::Loader)
+	|| (
+		$(comment HTTP::Request::Common)
+		dev-perl/HTTP-Message
+		<=dev-perl/libwww-perl-6.0.0
+	)
+"
+DEPEND="
+	${COMMON_DEPEND}
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"

diff --git a/dev-perl/Plack-Test-ExternalServer/metadata.xml b/dev-perl/Plack-Test-ExternalServer/metadata.xml
new file mode 100644
index 0000000..ccc7e0f
--- /dev/null
+++ b/dev-perl/Plack-Test-ExternalServer/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>
+    <maintainer>
+        <email>kentfredric@gmail.com</email>
+        <name>Kent Fredric</name>
+    </maintainer>
+</pkgmetadata>



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Plack-Test-ExternalServer/
@ 2015-06-20 22:13 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2015-06-20 22:13 UTC (permalink / raw
  To: gentoo-commits

commit:     5aa1a4830c310ef828e83f0da3f03d16506691fe
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jun 20 22:08:38 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jun 20 22:08:38 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=5aa1a483

[fixup] Plack-Test-External-Server: remove legacy fallback logic for the libwww-perl split

Package-Manager: portage-2.2.17

 .../Plack-Test-ExternalServer-0.10.0-r1.ebuild     | 34 ----------------------
 .../Plack-Test-ExternalServer-0.10.0-r2.ebuild     | 25 ++++++++++++++++
 2 files changed, 25 insertions(+), 34 deletions(-)

diff --git a/dev-perl/Plack-Test-ExternalServer/Plack-Test-ExternalServer-0.10.0-r1.ebuild b/dev-perl/Plack-Test-ExternalServer/Plack-Test-ExternalServer-0.10.0-r1.ebuild
deleted file mode 100644
index 571c633..0000000
--- a/dev-perl/Plack-Test-ExternalServer/Plack-Test-ExternalServer-0.10.0-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=FLORA
-MODULE_VERSION=0.01
-inherit perl-module
-
-DESCRIPTION="Run HTTP tests on external live servers
-"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-comment() { echo ''; }
-COMMON_DEPEND="
-	>=virtual/perl-Test-Simple-0.89 $(comment Test::More 0.890.0)
-	dev-perl/URI
-	dev-perl/libwww-perl $(comment LWP::UserAgent)
-	dev-perl/Plack $(comment Plack::Test)
-	dev-perl/Test-TCP
-	dev-perl/Plack $(comment Plack::Loader)
-	|| (
-		$(comment HTTP::Request::Common)
-		dev-perl/HTTP-Message
-		<=dev-perl/libwww-perl-6.0.0
-	)
-"
-DEPEND="
-	${COMMON_DEPEND}
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"

diff --git a/dev-perl/Plack-Test-ExternalServer/Plack-Test-ExternalServer-0.10.0-r2.ebuild b/dev-perl/Plack-Test-ExternalServer/Plack-Test-ExternalServer-0.10.0-r2.ebuild
new file mode 100644
index 0000000..4f93159
--- /dev/null
+++ b/dev-perl/Plack-Test-ExternalServer/Plack-Test-ExternalServer-0.10.0-r2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=FLORA
+MODULE_VERSION=0.01
+inherit perl-module
+
+DESCRIPTION="Run HTTP tests on external live servers"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RDEPEND="
+	dev-perl/HTTP-Message
+	dev-perl/Plack
+	>=virtual/perl-Test-Simple-0.890.0
+	dev-perl/Test-TCP
+	dev-perl/URI
+	dev-perl/libwww-perl
+"
+DEPEND="
+	${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+"


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

end of thread, other threads:[~2015-06-20 22:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-20 22:13 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Plack-Test-ExternalServer/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2011-07-31  4:40 Kent Fredric

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