summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2018-12-22 19:26:10 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2018-12-22 19:28:01 +0100
commitd45b9034d1d769d69a881d3470524b82c87236c3 (patch)
tree26dd3990c557dfa42e33131b11f84bceb3e9f366 /sys-devel/autoconf/autoconf-2.64-r1.ebuild
parentdev-python/lxml-4.2.5: alpha stable, bug 672874 (diff)
downloadgentoo-d45b9034d1d769d69a881d3470524b82c87236c3.tar.gz
gentoo-d45b9034d1d769d69a881d3470524b82c87236c3.tar.bz2
gentoo-d45b9034d1d769d69a881d3470524b82c87236c3.zip
sys-devel/autoconf: Revision bump 2.64-r1 for Perl 5.26
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 <dilfridge@gentoo.org>
Diffstat (limited to 'sys-devel/autoconf/autoconf-2.64-r1.ebuild')
-rw-r--r--sys-devel/autoconf/autoconf-2.64-r1.ebuild26
1 files changed, 26 insertions, 0 deletions
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
+)