From d45b9034d1d769d69a881d3470524b82c87236c3 Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Sat, 22 Dec 2018 19:26:10 +0100 Subject: sys-devel/autoconf: Revision bump 2.64-r1 for Perl 5.26 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This fixes the Perl 5.26 - related failures. I observe one more failure (both with and without the patches) which may point at some other problem: 221: Unusual Automake input files FAILED (torture.at:1517) Bug: https://bugs.gentoo.org/625576 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas K. Hüttel --- sys-devel/autoconf/autoconf-2.64-r1.ebuild | 26 ++++++++++++++++++++++++++ sys-devel/autoconf/autoconf-2.64.ebuild | 21 --------------------- 2 files changed, 26 insertions(+), 21 deletions(-) create mode 100644 sys-devel/autoconf/autoconf-2.64-r1.ebuild delete mode 100644 sys-devel/autoconf/autoconf-2.64.ebuild (limited to 'sys-devel') diff --git a/sys-devel/autoconf/autoconf-2.64-r1.ebuild b/sys-devel/autoconf/autoconf-2.64-r1.ebuild new file mode 100644 index 000000000000..f5e7f1703a20 --- /dev/null +++ b/sys-devel/autoconf/autoconf-2.64-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit toolchain-autoconf + +DESCRIPTION="Used to create autoconfiguration files" +HOMEPAGE="https://www.gnu.org/software/autoconf/autoconf.html" +SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="${PV}" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" +IUSE="" + +DEPEND=">=sys-devel/m4-1.4.6 + dev-lang/perl" +RDEPEND="${DEPEND} + !~sys-devel/${P}:2.5 + >=sys-devel/autoconf-wrapper-13" + +PATCHES=( + "${FILESDIR}"/${PN}-2.69-perl-5.26.patch + "${FILESDIR}"/${PN}-2.69-perl-5.26-2.patch +) diff --git a/sys-devel/autoconf/autoconf-2.64.ebuild b/sys-devel/autoconf/autoconf-2.64.ebuild deleted file mode 100644 index 06375db737db..000000000000 --- a/sys-devel/autoconf/autoconf-2.64.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit toolchain-autoconf - -DESCRIPTION="Used to create autoconfiguration files" -HOMEPAGE="https://www.gnu.org/software/autoconf/autoconf.html" -SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="${PV}" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="" - -DEPEND=">=sys-devel/m4-1.4.6 - dev-lang/perl" -RDEPEND="${DEPEND} - !~sys-devel/${P}:2.5 - >=sys-devel/autoconf-wrapper-13" -- cgit v1.2.3-65-gdbad