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: dev-perl/indirect/
Date: Sun, 11 Jul 2021 20:15:12
Message-Id: 1626034461.23eb0ab1b582ce2ac8d63d40e1bbd2243edb1f5b.dilfridge@gentoo
1 commit: 23eb0ab1b582ce2ac8d63d40e1bbd2243edb1f5b
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 11 14:35:52 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 11 20:14:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23eb0ab1
7
8 dev-perl/indirect: Version bump 0.39
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 dev-perl/indirect/Manifest | 1 +
14 dev-perl/indirect/indirect-0.390.0.ebuild | 23 +++++++++++++++++++++++
15 2 files changed, 24 insertions(+)
16
17 diff --git a/dev-perl/indirect/Manifest b/dev-perl/indirect/Manifest
18 index b4c1305968a..1efac779088 100644
19 --- a/dev-perl/indirect/Manifest
20 +++ b/dev-perl/indirect/Manifest
21 @@ -1 +1,2 @@
22 DIST indirect-0.37.tar.gz 54892 BLAKE2B 28ccc890a61eb6c6ad0c164d408580f2959b4b41cdbd2231a34a136ed16b0af33f90d300b1146c68ca0cf14b2b6aa056e1e3a55e9bf1c290b3e5e737a454f668 SHA512 8d46ff62c86b23519b030474155f7d8aa4872a9a4a2bb1e3199ac506aee60343b4c572eae8fa41dc5148c115de3c80bcb7f21900ad30822dc9eb437033defe09
23 +DIST indirect-0.39.tar.gz 52231 BLAKE2B 8e2f9765ece6c2878e77eec2da0807b6e28c46868de213b99208bc5952443829a18083452abb806b37e4272029c16aa5db371bc757d944edb6b8f7710c06fcb2 SHA512 d3275a2cab2eeceef61756e08947d3072c0ce5cea2e8b70870c5fcbd9c63e56cf70568395002b7d02060cad3482f7f56723b1ad85fcf0a4c4ee2568b5035816c
24
25 diff --git a/dev-perl/indirect/indirect-0.390.0.ebuild b/dev-perl/indirect/indirect-0.390.0.ebuild
26 new file mode 100644
27 index 00000000000..a03713f8702
28 --- /dev/null
29 +++ b/dev-perl/indirect/indirect-0.390.0.ebuild
30 @@ -0,0 +1,23 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +DIST_AUTHOR=VPIT
37 +DIST_VERSION=0.39
38 +inherit perl-module
39 +
40 +DESCRIPTION="Lexically warn about using the indirect method call syntax"
41 +
42 +SLOT="0"
43 +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
44 +
45 +RDEPEND="
46 + virtual/perl-Carp
47 + virtual/perl-XSLoader
48 +"
49 +BDEPEND="${RDEPEND}
50 + virtual/perl-ExtUtils-MakeMaker
51 + virtual/perl-Socket
52 + test? ( virtual/perl-Test-Simple )
53 +"