Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/autoconf/files/, sys-devel/autoconf/
Date: Thu, 28 Jan 2021 23:49:49
Message-Id: 1611877781.f0ed20d57458611ba0b0c2e83af67c0260a3ca00.polynomial-c@gentoo
1 commit: f0ed20d57458611ba0b0c2e83af67c0260a3ca00
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 28 23:47:14 2021 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 28 23:49:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0ed20d5
7
8 sys-devel/autoconf: Removed old
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 sys-devel/autoconf/autoconf-2.70-r1.ebuild | 66 ----------------------
14 .../files/autoconf-2.70-fix_c99_check.patch | 15 -----
15 2 files changed, 81 deletions(-)
16
17 diff --git a/sys-devel/autoconf/autoconf-2.70-r1.ebuild b/sys-devel/autoconf/autoconf-2.70-r1.ebuild
18 deleted file mode 100644
19 index 5ed98221921..00000000000
20 --- a/sys-devel/autoconf/autoconf-2.70-r1.ebuild
21 +++ /dev/null
22 @@ -1,66 +0,0 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=7
27 -
28 -if [[ ${PV} == "9999" ]] ; then
29 - EGIT_REPO_URI="https://git.savannah.gnu.org/git/autoconf.git"
30 - inherit git-r3
31 -else
32 - # For _beta handling replace with real version number
33 - MY_PV="${PV}"
34 - MY_P="${PN}-${MY_PV}"
35 - SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.xz -> ${P}.tar.xz
36 - https://alpha.gnu.org/pub/gnu/${PN}/${MY_P}.tar.xz -> ${P}.tar.xz"
37 - [[ "${PV}" == *_beta* ]] || \
38 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
39 - S="${WORKDIR}/${MY_P}"
40 -fi
41 -
42 -inherit toolchain-autoconf
43 -
44 -DESCRIPTION="Used to create autoconfiguration files"
45 -HOMEPAGE="https://www.gnu.org/software/autoconf/autoconf.html"
46 -
47 -LICENSE="GPL-3"
48 -SLOT="${PV/_*}"
49 -IUSE="emacs"
50 -
51 -BDEPEND=">=sys-devel/m4-1.4.16
52 - >=dev-lang/perl-5.6"
53 -RDEPEND="${BDEPEND}
54 - >=sys-devel/autoconf-wrapper-14
55 - sys-devel/gnuconfig
56 - !~sys-devel/${P}:2.5"
57 -[[ ${PV} == "9999" ]] && BDEPEND+=" >=sys-apps/texinfo-4.3"
58 -PDEPEND="emacs? ( app-emacs/autoconf-mode )"
59 -
60 -PATCHES=(
61 - "${FILESDIR}/${P}-fix_c99_check.patch"
62 -)
63 -
64 -src_prepare() {
65 - # usr/bin/libtool is provided by binutils-apple, need gnu libtool
66 - if [[ ${CHOST} == *-darwin* ]] ; then
67 - PATCHES+=( "${FILESDIR}"/${PN}-2.61-darwin.patch )
68 - fi
69 -
70 - # Save timestamp to avoid later makeinfo call
71 - touch -r doc/{,old_}autoconf.texi || die
72 -
73 - toolchain-autoconf_src_prepare
74 -
75 - # Restore timestamp to avoid makeinfo call
76 - # We already have an up to date autoconf.info page at this point.
77 - touch -r doc/{old_,}autoconf.texi || die
78 -}
79 -
80 -src_install() {
81 - default
82 -
83 - local f
84 - for f in config.{guess,sub} ; do
85 - ln -fs ../../gnuconfig/${f} \
86 - "${ED}"/usr/share/autoconf-*/build-aux/${f} || die
87 - done
88 -}
89
90 diff --git a/sys-devel/autoconf/files/autoconf-2.70-fix_c99_check.patch b/sys-devel/autoconf/files/autoconf-2.70-fix_c99_check.patch
91 deleted file mode 100644
92 index 2174e75afeb..00000000000
93 --- a/sys-devel/autoconf/files/autoconf-2.70-fix_c99_check.patch
94 +++ /dev/null
95 @@ -1,15 +0,0 @@
96 -X-Git-Url: http://git.savannah.gnu.org/gitweb/?p=autoconf.git;a=blobdiff_plain;f=lib%2Fautoconf%2Fc.m4;h=601c2df41bd4ee602065ce041a1173aca8a0f52e;hp=fe217cad679f2f4506c3e20dee64e7e3e3b83a24;hb=efc940dc82763b7b2d6e65f04d15d5972d829c0a;hpb=b693e208691c54fbe07cdf49b9a98358baadcfe2
97 -
98 -diff --git a/lib/autoconf/c.m4 b/lib/autoconf/c.m4
99 -index fe217ca..601c2df 100644
100 ---- a/lib/autoconf/c.m4
101 -+++ b/lib/autoconf/c.m4
102 -@@ -1559,7 +1559,7 @@ dnl SVR4 -Xc -D__EXTENSIONS__
103 - # option to output variable CC to make it so.
104 - AC_DEFUN([_AC_PROG_CC_C99],
105 - [AC_REQUIRE([_AC_C_C99_TEST_PROGRAM])]dnl
106 --[_AC_C_STD_TRY([c99], [ac_c_conftest_c89_program],
107 -+[_AC_C_STD_TRY([c99], [ac_c_conftest_c99_program],
108 - dnl Try
109 - dnl GCC -std=gnu99 (unused restrictive modes: -std=c99 -std=iso9899:1999)
110 - dnl IBM XL C -qlanglvl=extc1x (V12.1; does not pass C11 test)