mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
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@gentoo.org>
This commit is contained in:
35
dev-perl/CGI-Application/CGI-Application-4.610.0.ebuild
Normal file
35
dev-perl/CGI-Application/CGI-Application-4.610.0.ebuild
Normal file
@@ -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
|
||||
)
|
||||
"
|
||||
1
dev-perl/CGI-Application/Manifest
Normal file
1
dev-perl/CGI-Application/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST CGI-Application-4.61.tar.gz 77687 BLAKE2B 9cf29f2e691e5b296bd404708ac52961af3aa46cfab600d54e0fafbd4b17cb8e501f19636458e6088806a9ef46b532edb435d12929e41c5e1ff3ec5d8c93057b SHA512 8923323d1c78997f2990303b46177b6b4b725c8b512391e81709acb06c2f8d73417443fa85f441b9d28de5aa75e52b62e6eac1f638c6e629d3661a818f229e4a
|
||||
13
dev-perl/CGI-Application/metadata.xml
Normal file
13
dev-perl/CGI-Application/metadata.xml
Normal file
@@ -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>
|
||||
Reference in New Issue
Block a user