public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/HTTP-Server-Simple-PSGI/
@ 2011-03-14 21:35 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2011-03-14 21:35 UTC (permalink / raw
  To: gentoo-commits

commit:     ada2cc2454e21e4cc0302d1031e5b1daebdf020c
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Mar 14 21:30:47 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Mar 14 21:30:47 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ada2cc24

[added] HTTP-Server-Simple-PSGI

(Portage version: 2.2.0_alpha26/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/HTTP-Server-Simple-PSGI/ChangeLog         |   10 ++++++++
 .../HTTP-Server-Simple-PSGI-0.140.0.ebuild         |   24 ++++++++++++++++++++
 dev-perl/HTTP-Server-Simple-PSGI/metadata.xml      |    9 +++++++
 3 files changed, 43 insertions(+), 0 deletions(-)

diff --git a/dev-perl/HTTP-Server-Simple-PSGI/ChangeLog b/dev-perl/HTTP-Server-Simple-PSGI/ChangeLog
new file mode 100644
index 0000000..502d507
--- /dev/null
+++ b/dev-perl/HTTP-Server-Simple-PSGI/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/HTTP-Server-Simple-PSGI
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*HTTP-Server-Simple-PSGI-0.140.0 (14 Mar 2011)
+
+  14 Mar 2011; Kent Fredric <kentfredric@gmail.com>
+  +HTTP-Server-Simple-PSGI-0.140.0.ebuild, +metadata.xml:
+  Added for Dancer
+

diff --git a/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.140.0.ebuild b/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.140.0.ebuild
new file mode 100644
index 0000000..eaa34a4
--- /dev/null
+++ b/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.140.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI="3"
+MODULE_AUTHOR=MIYAGAWA
+MODULE_VERSION="0.14"
+inherit perl-module
+
+DESCRIPTION="PSGI handler for HTTP::Server::Simple"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+COMMON_DEPEND="
+	>=dev-perl/HTTP-Server-Simple-0.42
+"
+DEPEND="
+	${COMMON_DEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"

diff --git a/dev-perl/HTTP-Server-Simple-PSGI/metadata.xml b/dev-perl/HTTP-Server-Simple-PSGI/metadata.xml
new file mode 100644
index 0000000..ccc7e0f
--- /dev/null
+++ b/dev-perl/HTTP-Server-Simple-PSGI/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] 3+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/HTTP-Server-Simple-PSGI/
@ 2015-06-17  0:56 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2015-06-17  0:56 UTC (permalink / raw
  To: gentoo-commits

commit:     2b165d762b547ef5a694aee574be1b99ed5500e5
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Jun 17 00:22:42 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Jun 17 00:22:42 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=2b165d76

[fixup] HTTP-Server-Simple-PSGI: EAPI5

Package-Manager: portage-2.2.17

 ...GI-0.140.0.ebuild => HTTP-Server-Simple-PSGI-0.140.0-r1.ebuild} | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.140.0.ebuild b/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.140.0-r1.ebuild
similarity index 80%
rename from dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.140.0.ebuild
rename to dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.140.0-r1.ebuild
index eaa34a4..03cb36d 100644
--- a/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.140.0.ebuild
+++ b/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.140.0-r1.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
-EAPI="3"
+EAPI=5
 MODULE_AUTHOR=MIYAGAWA
 MODULE_VERSION="0.14"
 inherit perl-module
 
 DESCRIPTION="PSGI handler for HTTP::Server::Simple"
-LICENSE="|| ( Artistic GPL-2 )"
+
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
@@ -21,4 +21,3 @@ DEPEND="
 RDEPEND="
 	${COMMON_DEPEND}
 "
-SRC_TEST="do"


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/HTTP-Server-Simple-PSGI/
@ 2016-04-01  1:31 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2016-04-01  1:31 UTC (permalink / raw
  To: gentoo-commits

commit:     d2556b2e4ccc8c02620ddc62cf5a0f814fcf514c
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Apr  1 01:29:31 2016 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Apr  1 01:29:31 2016 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=d2556b2e

dev-perl/HTTP-Server-Simple-PSGI: Remove, Gone to ::gentoo

 .../HTTP-Server-Simple-PSGI-0.140.0-r1.ebuild      | 23 ----------------------
 dev-perl/HTTP-Server-Simple-PSGI/metadata.xml      | 19 ------------------
 2 files changed, 42 deletions(-)

diff --git a/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.140.0-r1.ebuild b/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.140.0-r1.ebuild
deleted file mode 100644
index c77d6bd..0000000
--- a/dev-perl/HTTP-Server-Simple-PSGI/HTTP-Server-Simple-PSGI-0.140.0-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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.14"
-inherit perl-module
-
-DESCRIPTION="PSGI handler for HTTP::Server::Simple"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-COMMON_DEPEND="
-	>=dev-perl/HTTP-Server-Simple-0.42
-"
-DEPEND="
-	${COMMON_DEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"

diff --git a/dev-perl/HTTP-Server-Simple-PSGI/metadata.xml b/dev-perl/HTTP-Server-Simple-PSGI/metadata.xml
deleted file mode 100644
index 2a367e2..0000000
--- a/dev-perl/HTTP-Server-Simple-PSGI/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>perl@gentoo.org</email>
-		<name>Gentoo Perl Project</name>
-	</maintainer>
-	<maintainer type="person">
-		<email>kentfredric@gmail.com</email>
-		<name>Kent Fredric</name>
-	</maintainer>
-	<upstream>
-		<remote-id type="cpan">HTTP-Server-Simple-PSGI</remote-id>
-		<remote-id type="cpan-module">HTTP::Server::Simple::PSGI</remote-id>
-		<remote-id type="cpan-module">HTTP::Server::Simple::PSGI::Writer</remote-id>
-		<remote-id type="cpan-module">Plack::Handler::HTTP::Server::Simple</remote-id>
-		<remote-id type="cpan-module">Plack::Handler::HTTP::Server::Simple::PSGIServer</remote-id>
-	</upstream>
-</pkgmetadata>


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

end of thread, other threads:[~2016-04-01  1:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-17  0:56 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/HTTP-Server-Simple-PSGI/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2016-04-01  1:31 Kent Fredric
2011-03-14 21:35 Kent Fredric

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