diff options
author | Sam James <sam@gentoo.org> | 2024-05-01 04:11:57 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-01 04:49:38 +0100 |
commit | b40e6cc71348d5833f442998f78878ff3e660ab9 (patch) | |
tree | 23bb2a40e77c1204a5a052aa6fef64d4b27bffd1 /perl-core | |
parent | dev-perl/Finance-Quote: add 1.610.0 (diff) | |
download | gentoo-b40e6cc71348d5833f442998f78878ff3e660ab9.tar.gz gentoo-b40e6cc71348d5833f442998f78878ff3e660ab9.tar.bz2 gentoo-b40e6cc71348d5833f442998f78878ff3e660ab9.zip |
perl-core/Getopt-Long: new package, add 2.570.0
Needed for pending dev-perl/Getopt-Long-Descriptive bump.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/Getopt-Long/Getopt-Long-2.570.0.ebuild | 14 | ||||
-rw-r--r-- | perl-core/Getopt-Long/Manifest | 1 | ||||
-rw-r--r-- | perl-core/Getopt-Long/metadata.xml | 14 |
3 files changed, 29 insertions, 0 deletions
diff --git a/perl-core/Getopt-Long/Getopt-Long-2.570.0.ebuild b/perl-core/Getopt-Long/Getopt-Long-2.570.0.ebuild new file mode 100644 index 000000000000..9636b5ce919c --- /dev/null +++ b/perl-core/Getopt-Long/Getopt-Long-2.570.0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=JV +DIST_VERSION=2.57 +DIST_TEST=do +inherit perl-module + +DESCRIPTION="Advanced handling of command line options" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" diff --git a/perl-core/Getopt-Long/Manifest b/perl-core/Getopt-Long/Manifest new file mode 100644 index 000000000000..9b03c1ec32cb --- /dev/null +++ b/perl-core/Getopt-Long/Manifest @@ -0,0 +1 @@ +DIST Getopt-Long-2.57.tar.gz 45259 BLAKE2B 4fb66b51d14f48416893de0349dbdd3212d9668e90adbe02df17af08ef6df0c1cba2028b7db2565ffecbce1ad359c1463cd631718134df13556cc47be493d69c SHA512 6b07f683b6f1371bc7f9b018ec659c049d58de25194965c6e2ba3a288e6802ba07257aa5d447bc082f0481d0956798d9f17521faf6a31d896bb3be0d17953b49 diff --git a/perl-core/Getopt-Long/metadata.xml b/perl-core/Getopt-Long/metadata.xml new file mode 100644 index 000000000000..52ddf8d5bd12 --- /dev/null +++ b/perl-core/Getopt-Long/metadata.xml @@ -0,0 +1,14 @@ +<?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">Getopt-Long</remote-id> + <remote-id type="cpan-module">Getopt::Long</remote-id> + <remote-id type="cpan-module">Getopt::Long::CallBack</remote-id> + <remote-id type="cpan-module">Getopt::Long::Parser</remote-id> + </upstream> +</pkgmetadata> |