* [gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Application/
@ 2020-08-21 14:23 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2020-08-21 14:23 UTC (permalink / raw
  To: gentoo-commits
commit:     cc26e0dfd2473de5f42d4e09e9f7d99e1f0c3ded
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 21 09:49:25 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Aug 21 14:21:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc26e0df
dev-perl/CGI-Application: Add w/ v=4.610.0
Required by:
- dev-perl/CGI-Application-Server
 - via dev-perl/Feed-Find (-r1 patch to avoid network usage)
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
 .../CGI-Application/CGI-Application-4.610.0.ebuild | 35 ++++++++++++++++++++++
 dev-perl/CGI-Application/Manifest                  |  1 +
 dev-perl/CGI-Application/metadata.xml              | 13 ++++++++
 3 files changed, 49 insertions(+)
diff --git a/dev-perl/CGI-Application/CGI-Application-4.610.0.ebuild b/dev-perl/CGI-Application/CGI-Application-4.610.0.ebuild
new file mode 100644
index 00000000000..16233b13da9
--- /dev/null
+++ b/dev-perl/CGI-Application/CGI-Application-4.610.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=MARTO
+DIST_VERSION=4.61
+inherit perl-module
+
+DESCRIPTION="Framework for building reusable web-applications"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="minimal test"
+RESTRICT="!test? ( test )"
+RDEPEND="
+	!minimal? (
+		>=dev-perl/CGI-PSGI-0.90.0
+	)
+	>=dev-perl/CGI-4.210.0
+	virtual/perl-Carp
+	dev-perl/Class-ISA
+	dev-perl/HTML-Template
+	virtual/perl-Scalar-List-Utils
+	virtual/perl-libnet
+"
+DEPEND="
+	dev-perl/Module-Build
+"
+BDEPEND="${RDEPEND}
+	>=dev-perl/Module-Build-0.420.0
+	test? (
+		dev-perl/Test-Requires
+		>=virtual/perl-Test-Simple-0.470.0
+	)
+"
diff --git a/dev-perl/CGI-Application/Manifest b/dev-perl/CGI-Application/Manifest
new file mode 100644
index 00000000000..85c54d8c311
--- /dev/null
+++ b/dev-perl/CGI-Application/Manifest
@@ -0,0 +1 @@
+DIST CGI-Application-4.61.tar.gz 77687 BLAKE2B 9cf29f2e691e5b296bd404708ac52961af3aa46cfab600d54e0fafbd4b17cb8e501f19636458e6088806a9ef46b532edb435d12929e41c5e1ff3ec5d8c93057b SHA512 8923323d1c78997f2990303b46177b6b4b725c8b512391e81709acb06c2f8d73417443fa85f441b9d28de5aa75e52b62e6eac1f638c6e629d3661a818f229e4a
diff --git a/dev-perl/CGI-Application/metadata.xml b/dev-perl/CGI-Application/metadata.xml
new file mode 100644
index 00000000000..43fb06cc153
--- /dev/null
+++ b/dev-perl/CGI-Application/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>perl@gentoo.org</email>
+    <name>Gentoo Perl Project</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="cpan">CGI-Application</remote-id>
+    <remote-id type="cpan-module">CGI::Application</remote-id>
+    <remote-id type="cpan-module">CGI::Application::Mailform</remote-id>
+  </upstream>
+</pkgmetadata>
^ permalink raw reply related	[flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Application/
@ 2021-05-29 14:12 Andreas K. Hüttel
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas K. Hüttel @ 2021-05-29 14:12 UTC (permalink / raw
  To: gentoo-commits
commit:     5b96cd4bbc24be782b9c41658a4c61b9e7100211
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat May 29 13:55:39 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat May 29 14:11:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b96cd4b
dev-perl/CGI-Application: Stable for amd64
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
 dev-perl/CGI-Application/CGI-Application-4.610.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/CGI-Application/CGI-Application-4.610.0.ebuild b/dev-perl/CGI-Application/CGI-Application-4.610.0.ebuild
index 16233b13da9..84876038df4 100644
--- a/dev-perl/CGI-Application/CGI-Application-4.610.0.ebuild
+++ b/dev-perl/CGI-Application/CGI-Application-4.610.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Framework for building reusable web-applications"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="minimal test"
 RESTRICT="!test? ( test )"
 RDEPEND="
^ permalink raw reply related	[flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-05-29 14:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-21 14:23 [gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Application/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2021-05-29 14:12 Andreas K. Hüttel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox