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/Pod-LaTeX/
Date: Tue, 18 May 2021 22:48:58
Message-Id: 1621378116.939610f2cc20a9d51a78047598c73a09d5a6d709.dilfridge@gentoo
1 commit: 939610f2cc20a9d51a78047598c73a09d5a6d709
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 18 22:45:34 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Tue May 18 22:48:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=939610f2
7
8 dev-perl/Pod-LaTeX: EAPI bump
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0-r1.ebuild | 9 ++++++---
14 1 file changed, 6 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0-r1.ebuild b/dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0-r1.ebuild
17 index 47243469aa1..fd63e8f5abb 100644
18 --- a/dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0-r1.ebuild
19 +++ b/dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0-r1.ebuild
20 @@ -1,7 +1,7 @@
21 # Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 +EAPI=7
26
27 DIST_AUTHOR=TJENNESS
28 DIST_VERSION=0.61
29 @@ -11,12 +11,15 @@ DESCRIPTION="Convert Pod data to formatted LaTeX"
30
31 SLOT="0"
32 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
33 -IUSE=""
34 +IUSE="test"
35
36 RDEPEND="
37 virtual/perl-Pod-Parser
38 virtual/perl-if
39 "
40 -DEPEND="${RDEPEND}
41 +BDEPEND="${RDEPEND}
42 dev-perl/Module-Build
43 + test? (
44 + virtual/perl-Test-Simple
45 + )
46 "