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/IPC-ShareLite/
Date: Mon, 21 Jun 2021 21:17:51
Message-Id: 1624310250.54a2676c95a010c33182e83da23a8822a0df3867.dilfridge@gentoo
1 commit: 54a2676c95a010c33182e83da23a8822a0df3867
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 21 21:10:48 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 21 21:17:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54a2676c
7
8 dev-perl/IPC-ShareLite: EAPI=7 bump
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 ....170.0-r1.ebuild => IPC-ShareLite-0.170.0-r2.ebuild} | 17 ++++++-----------
14 1 file changed, 6 insertions(+), 11 deletions(-)
15
16 diff --git a/dev-perl/IPC-ShareLite/IPC-ShareLite-0.170.0-r1.ebuild b/dev-perl/IPC-ShareLite/IPC-ShareLite-0.170.0-r2.ebuild
17 similarity index 58%
18 rename from dev-perl/IPC-ShareLite/IPC-ShareLite-0.170.0-r1.ebuild
19 rename to dev-perl/IPC-ShareLite/IPC-ShareLite-0.170.0-r2.ebuild
20 index 7b5120c1e48..5dcf27b3d12 100644
21 --- a/dev-perl/IPC-ShareLite/IPC-ShareLite-0.170.0-r1.ebuild
22 +++ b/dev-perl/IPC-ShareLite/IPC-ShareLite-0.170.0-r2.ebuild
23 @@ -1,10 +1,10 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=5
29 +EAPI=7
30
31 -MODULE_AUTHOR=ANDYA
32 -MODULE_VERSION=0.17
33 +DIST_AUTHOR=ANDYA
34 +DIST_VERSION=0.17
35 inherit perl-module
36
37 DESCRIPTION="IPC::ShareLite module for perl"
38 @@ -14,12 +14,7 @@ KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~x86-solaris"
39 IUSE="test"
40 RESTRICT="!test? ( test )"
41
42 -DEPEND="test? ( virtual/perl-Test-Simple )"
43 RDEPEND=""
44 +BDEPEND="test? ( virtual/perl-Test-Simple )"
45
46 -SRC_TEST=do
47 -
48 -src_test() {
49 - perl_rm_files t/pod.t
50 - perl-module_src_test
51 -}
52 +PERL_RM_FILES=( t/pod.t )