commit:     403c6fc6c06e94cccd45d7c4d0297a12c2108c68
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 25 08:33:59 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Jul 25 08:35:36 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=403c6fc6

dev-perl/Date-Pcalc: -r bump for EAPI7 & toolchain love

- EAPI7
- More correctly map LICENSE
- Make patch paths bump-invariant
- Ensure compile/configure doesn't fail weirdly when LD!=ccld
- Ensure CFLAGS passed to make/compiler
- Remove empty/unused variable assignments

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r2.ebuild | 37 ++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

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
new file mode 100644
index 00000000000..80dfc035191
--- /dev/null
+++ b/dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=STBEY
+DIST_VERSION=6.1
+inherit perl-module
+
+DESCRIPTION="Gregorian calendar date calculations"
+LICENSE="|| ( Artistic GPL-1+ ) LGPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sparc ~x86"
+
+RDEPEND="
+       >=dev-perl/Bit-Vector-7.1
+       >=dev-perl/Carp-Clan-5.3
+"
+BDEPEND="${DEPEND}"
+
+mydoc="ToDo"
+PATCHES=(
+       "${FILESDIR}"/6.100.0_identifier_before_numeric_constant.patch
+       "${FILESDIR}/${PN}-6.100.0-unescaped-left-brace-5.26.patch"
+       "${FILESDIR}/${PN}-6.100.0-datestamp-window-move.patch"
+)
+src_configure() {
+       unset LD
+       [[ -n "${CCLD}" ]] && export LD="${CCLD}"
+       perl-module_src_configure
+}
+src_compile() {
+       mymake=(
+               "OPTIMIZE=${CFLAGS}"
+       )
+       perl-module_src_compile
+}

Reply via email to