sys-devel/autoconf: Port 2.13 to EAPI 6
authorDavid Seifert <soap@gentoo.org>
Wed, 17 Jan 2018 23:31:19 +0000 (00:31 +0100)
committerLars Wendler <polynomial-c@gentoo.org>
Thu, 18 Jan 2018 09:40:33 +0000 (10:40 +0100)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

sys-devel/autoconf/autoconf-2.13.ebuild
sys-devel/autoconf/files/autoconf-2.13-destdir.patch
sys-devel/autoconf/files/autoconf-2.13-gentoo.patch

index 4a48b2723e232e6ea4ce9d04b1d8329519fdcd30..8f10539884d6ede63e0778eda0b0a29a6f706a10 100644 (file)
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI=6
 
 inherit toolchain-autoconf
 
@@ -27,7 +27,8 @@ PATCHES=(
 )
 
 src_configure() {
-       touch configure # make sure configure is newer than configure.in
+       # make sure configure is newer than configure.in
+       touch configure || die
 
        # need to include --exec-prefix and --bindir or our
        # DESTDIR patch will trigger sandbox hate :(
index 858b8bcc1f71b15dee71a718da54b4162c650581..47605af5f59ca1ffd4ff2a18504459a330f4938d 100644 (file)
@@ -1,5 +1,5 @@
---- Makefile.in.orig   2004-10-20 16:44:54.949117496 -0400
-+++ Makefile.in        2004-10-20 16:45:39.999268832 -0400
+--- a/Makefile.in
++++ b/Makefile.in
 @@ -41,18 +41,18 @@
  
  transform=@program_transform_name@
index 8e40d0cae049e984765b50b881c9b5bb17ed4dc9..44f09cba92f0027ca72fb5aa81262bd3001e7d06 100644 (file)
@@ -1,5 +1,5 @@
---- configure.orig     Wed Feb 28 20:51:53 2001
-+++ configure  Wed Feb 28 20:52:03 2001
+--- a/configure
++++ b/configure
 @@ -654,12 +654,10 @@
    echo "$ac_t""no" 1>&6
  fi
@@ -16,8 +16,8 @@
  ac_aux_dir=
  for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
    if test -f $ac_dir/install-sh; then
---- configure.orig     Wed Feb 28 20:53:24 2001
-+++ configure.in       Wed Feb 28 20:53:28 2001
+--- a/configure.in
++++ b/configure.in
 @@ -14,12 +14,10 @@
  AC_PATH_PROG(PERL, perl, no)
  AC_SUBST(PERL)dnl