* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CGI-Application/
@ 2011-06-28 5:09 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2011-06-28 5:09 UTC (permalink / raw
To: gentoo-commits
commit: a9d995a1ba606ff7dbc8d216270fea3098786781
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Jun 27 02:13:25 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Jun 27 02:13:25 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a9d995a1
[addzero] CGI-Application
(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key BD86D695)
---
...4.110.ebuild => CGI-Application-4.110.0.ebuild} | 0
...4.200.ebuild => CGI-Application-4.200.0.ebuild} | 0
...4.210.ebuild => CGI-Application-4.210.0.ebuild} | 0
...4.310.ebuild => CGI-Application-4.310.0.ebuild} | 0
dev-perl/CGI-Application/ChangeLog | 12 ++++++++++++
5 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/dev-perl/CGI-Application/CGI-Application-4.110.ebuild b/dev-perl/CGI-Application/CGI-Application-4.110.0.ebuild
similarity index 100%
rename from dev-perl/CGI-Application/CGI-Application-4.110.ebuild
rename to dev-perl/CGI-Application/CGI-Application-4.110.0.ebuild
diff --git a/dev-perl/CGI-Application/CGI-Application-4.200.ebuild b/dev-perl/CGI-Application/CGI-Application-4.200.0.ebuild
similarity index 100%
rename from dev-perl/CGI-Application/CGI-Application-4.200.ebuild
rename to dev-perl/CGI-Application/CGI-Application-4.200.0.ebuild
diff --git a/dev-perl/CGI-Application/CGI-Application-4.210.ebuild b/dev-perl/CGI-Application/CGI-Application-4.210.0.ebuild
similarity index 100%
rename from dev-perl/CGI-Application/CGI-Application-4.210.ebuild
rename to dev-perl/CGI-Application/CGI-Application-4.210.0.ebuild
diff --git a/dev-perl/CGI-Application/CGI-Application-4.310.ebuild b/dev-perl/CGI-Application/CGI-Application-4.310.0.ebuild
similarity index 100%
rename from dev-perl/CGI-Application/CGI-Application-4.310.ebuild
rename to dev-perl/CGI-Application/CGI-Application-4.310.0.ebuild
diff --git a/dev-perl/CGI-Application/ChangeLog b/dev-perl/CGI-Application/ChangeLog
index a8c1abf..773a7f2 100644
--- a/dev-perl/CGI-Application/ChangeLog
+++ b/dev-perl/CGI-Application/ChangeLog
@@ -2,6 +2,18 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*CGI-Application-4.310.0 (27 Jun 2011)
+*CGI-Application-4.210.0 (27 Jun 2011)
+*CGI-Application-4.200.0 (27 Jun 2011)
+*CGI-Application-4.110.0 (27 Jun 2011)
+
+ 27 Jun 2011; Kent Fredric <kentfredric@gmail.com>
+ -CGI-Application-4.110.ebuild, +CGI-Application-4.110.0.ebuild,
+ -CGI-Application-4.200.ebuild, +CGI-Application-4.200.0.ebuild,
+ -CGI-Application-4.210.ebuild, +CGI-Application-4.210.0.ebuild,
+ -CGI-Application-4.310.ebuild, +CGI-Application-4.310.0.ebuild:
+ Add Zero
+
*CGI-Application-4.310 (12 Jan 2011)
*CGI-Application-4.210 (12 Jan 2011)
*CGI-Application-4.200 (12 Jan 2011)
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CGI-Application/
@ 2011-06-28 5:09 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2011-06-28 5:09 UTC (permalink / raw
To: gentoo-commits
commit: af10737b43e9195e8cd5b18e7c323c9a023af47a
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Jun 27 03:24:26 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Jun 27 03:24:26 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=af10737b
[newversion] CGI-Application-4.500.0
(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key BD86D695)
---
.../CGI-Application/CGI-Application-4.500.0.ebuild | 33 ++++++++++++++++++++
dev-perl/CGI-Application/metadata.xml | 5 ++-
2 files changed, 37 insertions(+), 1 deletions(-)
diff --git a/dev-perl/CGI-Application/CGI-Application-4.500.0.ebuild b/dev-perl/CGI-Application/CGI-Application-4.500.0.ebuild
new file mode 100644
index 0000000..8ef0ae8
--- /dev/null
+++ b/dev-perl/CGI-Application/CGI-Application-4.500.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=MARKSTOS
+MODULE_VERSION="4.50"
+inherit perl-module
+
+DESCRIPTION="Framework for building reusable web-applications"
+LICENSE="|| ( Artistic GPL-2 )"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="+recommended test"
+comment() { echo ''; }
+RDEPEND="
+ virtual/perl-CGI
+ dev-perl/HTML-Template
+ $(comment virtual/perl-Carp)
+ virtual/perl-Class-ISA
+ recommended? (
+ dev-perl/CGI-PSGI
+ )
+"
+DEPEND="
+ ${RDEPEND}
+ test? (
+ >=virtual/perl-Test-Simple-0.470.0
+ )
+ virtual/perl-Module-Build
+"
+SRC_TEST=do
diff --git a/dev-perl/CGI-Application/metadata.xml b/dev-perl/CGI-Application/metadata.xml
index 7946d09..5347a09 100644
--- a/dev-perl/CGI-Application/metadata.xml
+++ b/dev-perl/CGI-Application/metadata.xml
@@ -5,5 +5,8 @@
<maintainer>
<email>mb@italpro.net</email>
<name>Michele Beltrame</name>
- </maintainer>
+ </maintainer>
+ <use>
+ <flag name="recommended">Install recommended support for PSGI with <pkg>dev-perl/CGI-PSGI</pkg></flag>
+ </use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CGI-Application/
@ 2014-07-24 2:12 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2014-07-24 2:12 UTC (permalink / raw
To: gentoo-commits
commit: efd4a502ca058870bc01c5971e7ae4874e663840
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Jul 24 00:41:15 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Jul 24 01:34:21 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=efd4a502
[fix] dev-perl/CGI-Application -> Class-ISA to dev-perl
Package-Manager: portage-2.2.10
Manifest-Sign-Key: E854324B1366A820
---
...cation-4.310.0.ebuild => CGI-Application-4.310.0-r1.ebuild} | 4 ++--
...cation-4.500.0.ebuild => CGI-Application-4.500.0-r1.ebuild} | 4 ++--
dev-perl/CGI-Application/ChangeLog | 10 +++++++++-
3 files changed, 13 insertions(+), 5 deletions(-)
diff --git a/dev-perl/CGI-Application/CGI-Application-4.310.0.ebuild b/dev-perl/CGI-Application/CGI-Application-4.310.0-r1.ebuild
similarity index 87%
rename from dev-perl/CGI-Application/CGI-Application-4.310.0.ebuild
rename to dev-perl/CGI-Application/CGI-Application-4.310.0-r1.ebuild
index 104568c..1c2b31c 100644
--- a/dev-perl/CGI-Application/CGI-Application-4.310.0.ebuild
+++ b/dev-perl/CGI-Application/CGI-Application-4.310.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=3
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="
dev-perl/HTML-Template
- virtual/perl-Class-ISA
+ dev-perl/Class-ISA
virtual/perl-CGI
"
DEPEND="
diff --git a/dev-perl/CGI-Application/CGI-Application-4.500.0.ebuild b/dev-perl/CGI-Application/CGI-Application-4.500.0-r1.ebuild
similarity index 89%
rename from dev-perl/CGI-Application/CGI-Application-4.500.0.ebuild
rename to dev-perl/CGI-Application/CGI-Application-4.500.0-r1.ebuild
index 8ef0ae8..6d2f510 100644
--- a/dev-perl/CGI-Application/CGI-Application-4.500.0.ebuild
+++ b/dev-perl/CGI-Application/CGI-Application-4.500.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
@@ -18,7 +18,7 @@ RDEPEND="
virtual/perl-CGI
dev-perl/HTML-Template
$(comment virtual/perl-Carp)
- virtual/perl-Class-ISA
+ dev-perl/Class-ISA
recommended? (
dev-perl/CGI-PSGI
)
diff --git a/dev-perl/CGI-Application/ChangeLog b/dev-perl/CGI-Application/ChangeLog
index 773a7f2..4983f6e 100644
--- a/dev-perl/CGI-Application/ChangeLog
+++ b/dev-perl/CGI-Application/ChangeLog
@@ -1,7 +1,15 @@
# ChangeLog for dev-perl/CGI-Application
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*CGI-Application-4.500.0-r1 (24 Jul 2014)
+*CGI-Application-4.310.0-r1 (24 Jul 2014)
+
+ 24 Jul 2014; Kent Fredric <kentfredric@gmail.com>
+ -CGI-Application-4.310.0.ebuild, +CGI-Application-4.310.0-r1.ebuild,
+ -CGI-Application-4.500.0.ebuild, +CGI-Application-4.500.0-r1.ebuild:
+ Fix dep on Class-ISA
+
*CGI-Application-4.310.0 (27 Jun 2011)
*CGI-Application-4.210.0 (27 Jun 2011)
*CGI-Application-4.200.0 (27 Jun 2011)
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CGI-Application/
@ 2015-06-08 18:40 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2015-06-08 18:40 UTC (permalink / raw
To: gentoo-commits
commit: d800cd5e9cd84caed049374b93d9c06cab0c319c
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Jun 8 18:22:34 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Jun 8 18:22:34 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=d800cd5e
[cleanup] CGI-Application: Remove old versions
Package-Manager: portage-2.2.17
.../CGI-Application/CGI-Application-4.110.0.ebuild | 22 -----------------
.../CGI-Application/CGI-Application-4.200.0.ebuild | 22 -----------------
.../CGI-Application/CGI-Application-4.210.0.ebuild | 22 -----------------
.../CGI-Application-4.310.0-r1.ebuild | 28 ----------------------
4 files changed, 94 deletions(-)
diff --git a/dev-perl/CGI-Application/CGI-Application-4.110.0.ebuild b/dev-perl/CGI-Application/CGI-Application-4.110.0.ebuild
deleted file mode 100644
index 15ecef1..0000000
--- a/dev-perl/CGI-Application/CGI-Application-4.110.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=3
-MODULE_AUTHOR=MARKSTOS
-MODULE_VERSION="4.11"
-inherit perl-module
-
-DESCRIPTION="Framework for building reusable web-applications"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-RDEPEND="
- dev-perl/HTML-Template
-"
-DEPEND="${RDEPEND}
- virtual/perl-Module-Build
-"
-SRC_TEST=do
diff --git a/dev-perl/CGI-Application/CGI-Application-4.200.0.ebuild b/dev-perl/CGI-Application/CGI-Application-4.200.0.ebuild
deleted file mode 100644
index 7e9be43..0000000
--- a/dev-perl/CGI-Application/CGI-Application-4.200.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=3
-MODULE_AUTHOR=MARKSTOS
-MODULE_VERSION="4.20"
-inherit perl-module
-
-DESCRIPTION="Framework for building reusable web-applications"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-RDEPEND="
- dev-perl/HTML-Template
-"
-DEPEND="$RDEPEND
- virtual/perl-Module-Build
-"
-SRC_TEST=do
diff --git a/dev-perl/CGI-Application/CGI-Application-4.210.0.ebuild b/dev-perl/CGI-Application/CGI-Application-4.210.0.ebuild
deleted file mode 100644
index f4208aa..0000000
--- a/dev-perl/CGI-Application/CGI-Application-4.210.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=3
-MODULE_AUTHOR=MARKSTOS
-MODULE_VERSION="4.21"
-inherit perl-module
-
-DESCRIPTION="Framework for building reusable web-applications"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-RDEPEND="
- dev-perl/HTML-Template
-"
-DEPEND="$RDEPEND
- virtual/perl-Module-Build
-"
-SRC_TEST="do"
diff --git a/dev-perl/CGI-Application/CGI-Application-4.310.0-r1.ebuild b/dev-perl/CGI-Application/CGI-Application-4.310.0-r1.ebuild
deleted file mode 100644
index 1c2b31c..0000000
--- a/dev-perl/CGI-Application/CGI-Application-4.310.0-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=3
-MODULE_AUTHOR=MARKSTOS
-MODULE_VERSION="4.31"
-inherit perl-module
-
-DESCRIPTION="Framework for building reusable web-applications"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="test"
-RDEPEND="
- dev-perl/HTML-Template
- dev-perl/Class-ISA
- virtual/perl-CGI
-"
-DEPEND="
- ${RDEPEND}
- test? (
- virtual/perl-Test-Simple
- )
- virtual/perl-Module-Build
-"
-SRC_TEST=do
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CGI-Application/
@ 2015-06-13 14:35 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2015-06-13 14:35 UTC (permalink / raw
To: gentoo-commits
commit: fb8fccfd77b6f270cc0517180dad682e83467b1d
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jun 13 12:37:13 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jun 13 12:37:13 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=fb8fccfd
[fixup] CGI-Application: EAPI5, fixup deps esp dev-perl/CGI
Package-Manager: portage-2.2.17
RepoMan-Options: --force
....0-r1.ebuild => CGI-Application-4.500.0-r2.ebuild} | 19 ++++++++-----------
dev-perl/CGI-Application/metadata.xml | 3 ---
2 files changed, 8 insertions(+), 14 deletions(-)
diff --git a/dev-perl/CGI-Application/CGI-Application-4.500.0-r1.ebuild b/dev-perl/CGI-Application/CGI-Application-4.500.0-r2.ebuild
similarity index 59%
rename from dev-perl/CGI-Application/CGI-Application-4.500.0-r1.ebuild
rename to dev-perl/CGI-Application/CGI-Application-4.500.0-r2.ebuild
index 6d2f510..0102405 100644
--- a/dev-perl/CGI-Application/CGI-Application-4.500.0-r1.ebuild
+++ b/dev-perl/CGI-Application/CGI-Application-4.500.0-r2.ebuild
@@ -1,25 +1,23 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
+EAPI=5
MODULE_AUTHOR=MARKSTOS
-MODULE_VERSION="4.50"
+MODULE_VERSION=4.50
inherit perl-module
DESCRIPTION="Framework for building reusable web-applications"
-LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="+recommended test"
-comment() { echo ''; }
+IUSE="minimal test"
RDEPEND="
- virtual/perl-CGI
+ dev-perl/CGI
+ virtual/perl-Carp
dev-perl/HTML-Template
- $(comment virtual/perl-Carp)
dev-perl/Class-ISA
- recommended? (
+ !minimal? (
dev-perl/CGI-PSGI
)
"
@@ -28,6 +26,5 @@ DEPEND="
test? (
>=virtual/perl-Test-Simple-0.470.0
)
- virtual/perl-Module-Build
+ >=virtual/perl-Module-Build-0.380.0
"
-SRC_TEST=do
diff --git a/dev-perl/CGI-Application/metadata.xml b/dev-perl/CGI-Application/metadata.xml
index e6fb0d2..c09fac6 100644
--- a/dev-perl/CGI-Application/metadata.xml
+++ b/dev-perl/CGI-Application/metadata.xml
@@ -6,9 +6,6 @@
<email>mb@italpro.net</email>
<name>Michele Beltrame</name>
</maintainer>
- <use>
- <flag name="recommended">Install recommended support for PSGI with <pkg>dev-perl/CGI-PSGI</pkg></flag>
- </use>
<upstream>
<remote-id type="cpan">CGI-Application</remote-id>
<remote-id type="cpan-module">CGI::Application</remote-id>
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-06-13 14:35 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-08 18:40 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CGI-Application/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2015-06-13 14:35 Kent Fredric
2014-07-24 2:12 Kent Fredric
2011-06-28 5:09 Kent Fredric
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