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/Palm/
Date: Thu, 22 Jul 2021 17:48:47
Message-Id: 1626976113.e449d2cc436d8a99b56095114c9a33aecec5428e.dilfridge@gentoo
1 commit: e449d2cc436d8a99b56095114c9a33aecec5428e
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 22 17:47:41 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 22 17:48:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e449d2cc
7
8 dev-perl/Palm: EAPI=8 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 dev-perl/Palm/{Palm-1.400.0.ebuild => Palm-1.400.0-r1.ebuild} | 11 ++++++-----
14 1 file changed, 6 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-perl/Palm/Palm-1.400.0.ebuild b/dev-perl/Palm/Palm-1.400.0-r1.ebuild
17 similarity index 86%
18 rename from dev-perl/Palm/Palm-1.400.0.ebuild
19 rename to dev-perl/Palm/Palm-1.400.0-r1.ebuild
20 index 903a10689e4..ba1fc40eed4 100644
21 --- a/dev-perl/Palm/Palm-1.400.0.ebuild
22 +++ b/dev-perl/Palm/Palm-1.400.0-r1.ebuild
23 @@ -1,7 +1,7 @@
24 -# Copyright 1999-2019 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=6
29 +EAPI=8
30
31 DIST_AUTHOR=CJM
32 DIST_VERSION=1.400
33 @@ -11,24 +11,25 @@ DESCRIPTION="Read & write Palm OS databases (both PDB and PRC)"
34
35 SLOT="0"
36 KEYWORDS="amd64 ppc x86"
37 -IUSE="test examples"
38 -RESTRICT="!test? ( test )"
39 +IUSE="examples"
40
41 # Palm::Raw -> Palm-PDB
42 RDEPEND="
43 virtual/perl-Exporter
44 dev-perl/Palm-PDB
45 "
46 -DEPEND="
47 +BDEPEND="
48 virtual/perl-ExtUtils-MakeMaker
49 test? (
50 virtual/perl-Test-Simple
51 )
52 "
53 +
54 src_test() {
55 perl_rm_files "t/pod.t" "t/pod_coverage.t"
56 perl-module_src_test
57 }
58 +
59 src_install() {
60 perl-module_src_install
61 if use examples; then