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

commit:     a6235ee73c4eb527cc5dd20cec3bb1b6c905720b
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Jun 27 02:58:53 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Jun 27 02:58:53 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a6235ee7

[new] CGI-PSGI

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

---
 dev-perl/CGI-PSGI/CGI-PSGI-0.150.0.ebuild |   27 +++++++++++++++++++++++++++
 dev-perl/CGI-PSGI/ChangeLog               |   10 ++++++++++
 dev-perl/CGI-PSGI/metadata.xml            |    9 +++++++++
 3 files changed, 46 insertions(+), 0 deletions(-)

diff --git a/dev-perl/CGI-PSGI/CGI-PSGI-0.150.0.ebuild b/dev-perl/CGI-PSGI/CGI-PSGI-0.150.0.ebuild
new file mode 100644
index 0000000..434e290
--- /dev/null
+++ b/dev-perl/CGI-PSGI/CGI-PSGI-0.150.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI="4"
+MODULE_AUTHOR=MIYAGAWA
+MODULE_VERSION=0.15
+inherit perl-module
+
+DESCRIPTION="Adapt CGI.pm to the PSGI protocol"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+comment() { echo ''; }
+COMMON_DEPEND="
+	>=virtual/perl-CGI-3.330.0
+"
+DEPEND="
+	${COMMON_DEPEND}
+	test? (
+			>=virtual/perl-Test-Simple-0.88 $(comment 0.880.0)
+	)
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"

diff --git a/dev-perl/CGI-PSGI/ChangeLog b/dev-perl/CGI-PSGI/ChangeLog
new file mode 100644
index 0000000..fe1a295
--- /dev/null
+++ b/dev-perl/CGI-PSGI/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/CGI-PSGI
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*CGI-PSGI-0.150.0 (27 Jun 2011)
+
+  27 Jun 2011; Kent Fredric <kentfredric@gmail.com> +CGI-PSGI-0.150.0.ebuild,
+  +metadata.xml:
+  Added for CGI-Application
+

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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CGI-PSGI/
@ 2012-02-04 14:57 Torsten Veller
  0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller @ 2012-02-04 14:57 UTC (permalink / raw
  To: gentoo-commits

commit:     7f207960b18a0a869c2c8905f9d182328b2c55b4
Author:     Torsten Veller <tove <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  4 14:57:30 2012 +0000
Commit:     Torsten Veller <tove <AT> gentoo <DOT> org>
CommitDate: Sat Feb  4 14:57:30 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=7f207960

[move] dev-perl/CGI-PSGI to ::gentoo

---
 dev-perl/CGI-PSGI/CGI-PSGI-0.150.0.ebuild |   27 ---------------------------
 dev-perl/CGI-PSGI/ChangeLog               |   10 ----------
 dev-perl/CGI-PSGI/metadata.xml            |    9 ---------
 3 files changed, 0 insertions(+), 46 deletions(-)

diff --git a/dev-perl/CGI-PSGI/CGI-PSGI-0.150.0.ebuild b/dev-perl/CGI-PSGI/CGI-PSGI-0.150.0.ebuild
deleted file mode 100644
index 434e290..0000000
--- a/dev-perl/CGI-PSGI/CGI-PSGI-0.150.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI="4"
-MODULE_AUTHOR=MIYAGAWA
-MODULE_VERSION=0.15
-inherit perl-module
-
-DESCRIPTION="Adapt CGI.pm to the PSGI protocol"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-comment() { echo ''; }
-COMMON_DEPEND="
-	>=virtual/perl-CGI-3.330.0
-"
-DEPEND="
-	${COMMON_DEPEND}
-	test? (
-			>=virtual/perl-Test-Simple-0.88 $(comment 0.880.0)
-	)
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/dev-perl/CGI-PSGI/ChangeLog b/dev-perl/CGI-PSGI/ChangeLog
deleted file mode 100644
index fe1a295..0000000
--- a/dev-perl/CGI-PSGI/ChangeLog
+++ /dev/null
@@ -1,10 +0,0 @@
-# ChangeLog for dev-perl/CGI-PSGI
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*CGI-PSGI-0.150.0 (27 Jun 2011)
-
-  27 Jun 2011; Kent Fredric <kentfredric@gmail.com> +CGI-PSGI-0.150.0.ebuild,
-  +metadata.xml:
-  Added for CGI-Application
-

diff --git a/dev-perl/CGI-PSGI/metadata.xml b/dev-perl/CGI-PSGI/metadata.xml
deleted file mode 100644
index ccc7e0f..0000000
--- a/dev-perl/CGI-PSGI/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?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

end of thread, other threads:[~2012-02-04 14:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-04 14:57 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CGI-PSGI/ Torsten Veller
  -- strict thread matches above, loose matches on Subject: below --
2011-06-28  5:09 Kent Fredric

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