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/Date-Pcalc/
Date: Sat, 15 May 2021 23:32:27
Message-Id: 1621121527.a0a8f6ceb56043a65d6558be06505c2b85889d1c.dilfridge@gentoo
1 commit: a0a8f6ceb56043a65d6558be06505c2b85889d1c
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 15 23:30:56 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat May 15 23:32:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0a8f6ce
7
8 dev-perl/Date-Pcalc: Stable for all
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/Date-Pcalc/Date-Pcalc-6.100.0-r2.ebuild | 12 ++++++++----
14 1 file changed, 8 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r2.ebuild b/dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r2.ebuild
17 index 80dfc035191..fc7b7a81462 100644
18 --- a/dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r2.ebuild
19 +++ b/dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -10,25 +10,29 @@ inherit perl-module
27 DESCRIPTION="Gregorian calendar date calculations"
28 LICENSE="|| ( Artistic GPL-1+ ) LGPL-2+"
29 SLOT="0"
30 -KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sparc ~x86"
31 +KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~m68k ppc ~ppc64 ~s390 ~sparc x86"
32 +IUSE=""
33
34 RDEPEND="
35 - >=dev-perl/Bit-Vector-7.1
36 - >=dev-perl/Carp-Clan-5.3
37 + >=dev-perl/Bit-Vector-7.100.0
38 + >=dev-perl/Carp-Clan-5.300.0
39 "
40 BDEPEND="${DEPEND}"
41
42 mydoc="ToDo"
43 +
44 PATCHES=(
45 "${FILESDIR}"/6.100.0_identifier_before_numeric_constant.patch
46 "${FILESDIR}/${PN}-6.100.0-unescaped-left-brace-5.26.patch"
47 "${FILESDIR}/${PN}-6.100.0-datestamp-window-move.patch"
48 )
49 +
50 src_configure() {
51 unset LD
52 [[ -n "${CCLD}" ]] && export LD="${CCLD}"
53 perl-module_src_configure
54 }
55 +
56 src_compile() {
57 mymake=(
58 "OPTIMIZE=${CFLAGS}"