Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: perl-core/Module-Load/
Date: Sat, 24 Apr 2021 17:14:58
Message-Id: 1619284472.525493bc331a692d4eb6e898a485c47e844e7fa2.dilfridge@gentoo
1 commit: 525493bc331a692d4eb6e898a485c47e844e7fa2
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 24 17:03:57 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 24 17:14:32 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=525493bc
7
8 perl-core/Module-Load: Add 0.36
9
10 Package-Manager: Portage-3.0.17, Repoman-3.0.2
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 perl-core/Module-Load/Manifest | 1 +
14 perl-core/Module-Load/Module-Load-0.360.0.ebuild | 14 ++++++++++++++
15 perl-core/Module-Load/metadata.xml | 8 ++++++++
16 3 files changed, 23 insertions(+)
17
18 diff --git a/perl-core/Module-Load/Manifest b/perl-core/Module-Load/Manifest
19 new file mode 100644
20 index 00000000000..bf8aabf3ca3
21 --- /dev/null
22 +++ b/perl-core/Module-Load/Manifest
23 @@ -0,0 +1 @@
24 +DIST Module-Load-0.36.tar.gz 8709 BLAKE2B 8a5747dc13c5cc7631e3480dadb4a5e7285336bbbc021149808ec5c17e283d78d879d04f95ec40741f608e8f1309c9d53adb73e4bd8267411a604533943fd9b9 SHA512 0683da332484b192b0b9edddf8f99b76c51e58ad9675fe42301d4776101bf84131e45820067e55633f429349f20f86dbc4d919c47a7ab7dbb0c327192c20e130
25
26 diff --git a/perl-core/Module-Load/Module-Load-0.360.0.ebuild b/perl-core/Module-Load/Module-Load-0.360.0.ebuild
27 new file mode 100644
28 index 00000000000..538c3a1548c
29 --- /dev/null
30 +++ b/perl-core/Module-Load/Module-Load-0.360.0.ebuild
31 @@ -0,0 +1,14 @@
32 +# Copyright 1999-2021 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +DIST_AUTHOR=BINGOS
38 +DIST_VERSION=0.36
39 +inherit perl-module
40 +
41 +DESCRIPTION="Runtime require of both modules and files"
42 +
43 +SLOT="0"
44 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
45 +IUSE=""
46
47 diff --git a/perl-core/Module-Load/metadata.xml b/perl-core/Module-Load/metadata.xml
48 new file mode 100644
49 index 00000000000..2b9a936fc0a
50 --- /dev/null
51 +++ b/perl-core/Module-Load/metadata.xml
52 @@ -0,0 +1,8 @@
53 +<?xml version="1.0" encoding="UTF-8"?>
54 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
55 +<pkgmetadata>
56 + <maintainer type="project">
57 + <email>perl@g.o</email>
58 + <name>Gentoo Perl Project</name>
59 + </maintainer>
60 +</pkgmetadata>