public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Engine-PSGI/
@ 2011-06-11  7:13 Torsten Veller
  0 siblings, 0 replies; 3+ messages in thread
From: Torsten Veller @ 2011-06-11  7:13 UTC (permalink / raw
  To: gentoo-commits

commit:     805fccc97dfa96c353ab8d5ee6d400399577ae78
Author:     Torsten Veller <tove <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 11 07:13:25 2011 +0000
Commit:     Torsten Veller <tove <AT> gentoo <DOT> org>
CommitDate: Sat Jun 11 07:13:25 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=805fccc9

[bump] dev-perl/Catalyst-Engine-PSGI-0.130.0

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

---
 .../Catalyst-Engine-PSGI-0.130.0.ebuild            |   29 ++++++++++++++++++++
 dev-perl/Catalyst-Engine-PSGI/ChangeLog            |    6 ++++
 2 files changed, 35 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Catalyst-Engine-PSGI/Catalyst-Engine-PSGI-0.130.0.ebuild b/dev-perl/Catalyst-Engine-PSGI/Catalyst-Engine-PSGI-0.130.0.ebuild
new file mode 100644
index 0000000..4a5b9c4
--- /dev/null
+++ b/dev-perl/Catalyst-Engine-PSGI/Catalyst-Engine-PSGI-0.130.0.ebuild
@@ -0,0 +1,29 @@
+# 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.13
+inherit perl-module
+
+DESCRIPTION="PSGI engine for Catalyst"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	>=dev-perl/Catalyst-Runtime-5.800.300
+	dev-perl/Catalyst-Action-RenderView
+"
+DEPEND="${RDEPEND}
+	virtual/perl-Test-Simple
+	test? (
+		dev-perl/Plack
+		dev-perl/Test-TCP
+		dev-perl/Test-Requires
+	)
+"
+SRC_TEST="do"

diff --git a/dev-perl/Catalyst-Engine-PSGI/ChangeLog b/dev-perl/Catalyst-Engine-PSGI/ChangeLog
index 9376c86..a6473c9 100644
--- a/dev-perl/Catalyst-Engine-PSGI/ChangeLog
+++ b/dev-perl/Catalyst-Engine-PSGI/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Catalyst-Engine-PSGI-0.130.0 (11 Jun 2011)
+
+  11 Jun 2011; Torsten Veller <tove@gentoo.org>
+  +Catalyst-Engine-PSGI-0.130.0.ebuild:
+  Version bump
+
 *Catalyst-Engine-PSGI-0.120 (09 Jan 2011)
 
   09 Jan 2011; Torsten Veller <tove@gentoo.org>



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Engine-PSGI/
@ 2011-11-11 14:38 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2011-11-11 14:38 UTC (permalink / raw
  To: gentoo-commits

commit:     fc793f979fb2e1b6e416a89536bb79789a240a79
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Nov 11 14:33:09 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Nov 11 14:33:09 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=fc793f97

[fixdep] Catalyst-Engine-PSGI -> Catalyst-Runtime

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

---
 .../Catalyst-Engine-PSGI-0.10.ebuild               |    4 ++--
 .../Catalyst-Engine-PSGI-0.11.ebuild               |    4 ++--
 dev-perl/Catalyst-Engine-PSGI/ChangeLog            |    4 ++++
 3 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/dev-perl/Catalyst-Engine-PSGI/Catalyst-Engine-PSGI-0.10.ebuild b/dev-perl/Catalyst-Engine-PSGI/Catalyst-Engine-PSGI-0.10.ebuild
index cd72c3f..8d44790 100644
--- a/dev-perl/Catalyst-Engine-PSGI/Catalyst-Engine-PSGI-0.10.ebuild
+++ b/dev-perl/Catalyst-Engine-PSGI/Catalyst-Engine-PSGI-0.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=2
@@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~x86"
 
 IUSE="test"
 RDEPEND="
-	>=dev-perl/Catalyst-Runtime-5.800.070
+	>=dev-perl/Catalyst-Runtime-5.800.70
 	dev-perl/Catalyst-Action-RenderView
 "
 DEPEND="${RDEPEND}

diff --git a/dev-perl/Catalyst-Engine-PSGI/Catalyst-Engine-PSGI-0.11.ebuild b/dev-perl/Catalyst-Engine-PSGI/Catalyst-Engine-PSGI-0.11.ebuild
index cd72c3f..8d44790 100644
--- a/dev-perl/Catalyst-Engine-PSGI/Catalyst-Engine-PSGI-0.11.ebuild
+++ b/dev-perl/Catalyst-Engine-PSGI/Catalyst-Engine-PSGI-0.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=2
@@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~x86"
 
 IUSE="test"
 RDEPEND="
-	>=dev-perl/Catalyst-Runtime-5.800.070
+	>=dev-perl/Catalyst-Runtime-5.800.70
 	dev-perl/Catalyst-Action-RenderView
 "
 DEPEND="${RDEPEND}

diff --git a/dev-perl/Catalyst-Engine-PSGI/ChangeLog b/dev-perl/Catalyst-Engine-PSGI/ChangeLog
index a6473c9..24e39fe 100644
--- a/dev-perl/Catalyst-Engine-PSGI/ChangeLog
+++ b/dev-perl/Catalyst-Engine-PSGI/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  11 Nov 2011; Kent Fredric <kentfredric@gmail.com>
+  Catalyst-Engine-PSGI-0.10.ebuild, Catalyst-Engine-PSGI-0.11.ebuild:
+  Fixdep Catalyst-Runtime
+
 *Catalyst-Engine-PSGI-0.130.0 (11 Jun 2011)
 
   11 Jun 2011; Torsten Veller <tove@gentoo.org>



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Engine-PSGI/
@ 2015-06-09 10:13 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2015-06-09 10:13 UTC (permalink / raw
  To: gentoo-commits

commit:     216d019ff1cfbbad645489bf8c31b35c9d4380b2
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jun  9 10:09:46 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jun  9 10:09:46 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=216d019f

[cleanup] Catalyst-Engine-PSGI: Remove old versions

Package-Manager: portage-2.2.17

 .../Catalyst-Engine-PSGI-0.10.ebuild               | 26 --------------------
 .../Catalyst-Engine-PSGI-0.11.ebuild               | 26 --------------------
 .../Catalyst-Engine-PSGI-0.120.ebuild              | 28 ----------------------
 3 files changed, 80 deletions(-)

diff --git a/dev-perl/Catalyst-Engine-PSGI/Catalyst-Engine-PSGI-0.10.ebuild b/dev-perl/Catalyst-Engine-PSGI/Catalyst-Engine-PSGI-0.10.ebuild
deleted file mode 100644
index 8d44790..0000000
--- a/dev-perl/Catalyst-Engine-PSGI/Catalyst-Engine-PSGI-0.10.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=MIYAGAWA
-inherit perl-module
-
-DESCRIPTION="PSGI engine for Catalyst"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="test"
-RDEPEND="
-	>=dev-perl/Catalyst-Runtime-5.800.70
-	dev-perl/Catalyst-Action-RenderView
-"
-DEPEND="${RDEPEND}
-	virtual/perl-Test-Simple
-	test? (
-		dev-perl/Test-TCP
-		dev-perl/Test-Requires
-	)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Catalyst-Engine-PSGI/Catalyst-Engine-PSGI-0.11.ebuild b/dev-perl/Catalyst-Engine-PSGI/Catalyst-Engine-PSGI-0.11.ebuild
deleted file mode 100644
index 8d44790..0000000
--- a/dev-perl/Catalyst-Engine-PSGI/Catalyst-Engine-PSGI-0.11.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=MIYAGAWA
-inherit perl-module
-
-DESCRIPTION="PSGI engine for Catalyst"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="test"
-RDEPEND="
-	>=dev-perl/Catalyst-Runtime-5.800.70
-	dev-perl/Catalyst-Action-RenderView
-"
-DEPEND="${RDEPEND}
-	virtual/perl-Test-Simple
-	test? (
-		dev-perl/Test-TCP
-		dev-perl/Test-Requires
-	)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Catalyst-Engine-PSGI/Catalyst-Engine-PSGI-0.120.ebuild b/dev-perl/Catalyst-Engine-PSGI/Catalyst-Engine-PSGI-0.120.ebuild
deleted file mode 100644
index d0af1cd..0000000
--- a/dev-perl/Catalyst-Engine-PSGI/Catalyst-Engine-PSGI-0.120.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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.12
-inherit perl-module
-
-DESCRIPTION="PSGI engine for Catalyst"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
-	>=dev-perl/Catalyst-Runtime-5.800.300
-	dev-perl/Catalyst-Action-RenderView
-"
-DEPEND="${RDEPEND}
-	virtual/perl-Test-Simple
-	test? (
-		dev-perl/Test-TCP
-		dev-perl/Test-Requires
-	)
-"
-SRC_TEST="do"


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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-11  7:13 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Engine-PSGI/ Torsten Veller
  -- strict thread matches above, loose matches on Subject: below --
2011-11-11 14:38 Kent Fredric
2015-06-09 10:13 Kent Fredric

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