Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/autogen/
Date: Mon, 23 Dec 2019 22:40:34
Message-Id: 1577140673.4801839742e20785630c9e8b3985b2bdb2c887c5.slyfox@gentoo
1 commit: 4801839742e20785630c9e8b3985b2bdb2c887c5
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 23 22:37:53 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 23 22:37:53 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48018397
7
8 sys-devel/autogen: drop old
9
10 Package-Manager: Portage-2.3.82, Repoman-2.3.20
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 sys-devel/autogen/Manifest | 3 --
14 sys-devel/autogen/autogen-5.18.10.ebuild | 44 --------------------------
15 sys-devel/autogen/autogen-5.18.12.ebuild | 50 ------------------------------
16 sys-devel/autogen/autogen-5.18.4-r1.ebuild | 42 -------------------------
17 sys-devel/autogen/autogen-5.18.4.ebuild | 40 ------------------------
18 5 files changed, 179 deletions(-)
19
20 diff --git a/sys-devel/autogen/Manifest b/sys-devel/autogen/Manifest
21 index abdf8d50447..e8bc3f691f1 100644
22 --- a/sys-devel/autogen/Manifest
23 +++ b/sys-devel/autogen/Manifest
24 @@ -1,5 +1,2 @@
25 -DIST autogen-5.18.10.tar.xz 1017960 BLAKE2B 3869abb5b0b97f480d4b50b205f25d54da2b9c5227c13a55e11754b5ceff4afd74576efc17a748d40762b7345e3c02c60fa38f6d20893671089e9de48b0e0240 SHA512 cfb06566aebe2aa833f2a032c513aa1d57a803eee82f03d6f6fe3806a0f570d5dbf8331015d2afde89a3d4e4c967b6a367d3e2820addb3ff6a5ac6d481a058be
26 -DIST autogen-5.18.12.tar.xz 1018412 BLAKE2B f8ac1efbd6c6afdaa248e3063cf43fe0d32da6bd1160397f8bf736970f15047c70772a6e21d6010c8103aecce6ea2c3d90a63b9c5cbd6199a97c82384630a341 SHA512 46de5910e2786a9b0ec96989d3e11be3ed12e5600f01d6fa9291bfbfae42a66994aeca2949837b471827ae3285ec4caafb42bc19ca91146cd7ea7a355aaffd03
27 DIST autogen-5.18.16-gnulib-3b57ddee0acffd23cc51bc8910a15cf879f90619-lib-verify.h 11231 BLAKE2B 4f38f6ae84cf5cc4ba47d8a7da3b38b06f58e30ac8b70f2b10936cbb7a775179b67f22ca8e636588515c4ace7410f98835218e3222d4a793378cdafc4aa84d0f SHA512 b8ff80fd764a3f21040b0054e71a443e3d9ec18dd631843f2de999aa54776964b36366b35fd158dbbe5f2ece146fab12c6ff5008e18c52188b718c89972f867b
28 DIST autogen-5.18.16.tar.xz 1046276 BLAKE2B 23f9e0948f24ada715fb2bcbbfecba768cf51d169ea3ff4724a97b18f598d2d7fb2ffa7e23919ec8dcc0e352f9d3280f3740dab279a0af1412919cf10c6cb0bf SHA512 5f12c982dbe27873f5649a96049bf019ff183c90cc0c8a9196556b0ca02e72940cd422f6d6601f68cc7d8763b1124f2765c3b1a6335fc92ba07f84b03d2a53a1
29 -DIST autogen-5.18.4.tar.xz 1017936 BLAKE2B bc2b4d7143642baa923c49bfe37d60c0d3a0a3a09a9af504c5dc865f1054e4d510ca3144737c2098a75189a7335bc560ec26318689ebf6d1291969d5a081cfa2 SHA512 a02363484de5019bd90fb6f2cf52b1b9556d6cf310c62a68830d0b2408ea4870d3c262fe5d1c27e3586ed3af4a7487d7422ad117760ac2a01ef3cfcfc1f2bfb6
30
31 diff --git a/sys-devel/autogen/autogen-5.18.10.ebuild b/sys-devel/autogen/autogen-5.18.10.ebuild
32 deleted file mode 100644
33 index ddb0e9c23cc..00000000000
34 --- a/sys-devel/autogen/autogen-5.18.10.ebuild
35 +++ /dev/null
36 @@ -1,44 +0,0 @@
37 -# Copyright 1999-2017 Gentoo Foundation
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI="5"
41 -
42 -inherit eutils toolchain-funcs
43 -
44 -DESCRIPTION="Program and text file generation"
45 -HOMEPAGE="https://www.gnu.org/software/autogen/"
46 -SRC_URI="mirror://gnu/${PN}/rel${PV}/${P}.tar.xz"
47 -
48 -LICENSE="GPL-2"
49 -SLOT="0"
50 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
51 -IUSE="libopts static-libs"
52 -
53 -# This should be guile-1.8+, but upstream has a bug with older versions:
54 -# https://savannah.gnu.org/support/index.php?109051
55 -RDEPEND=">=dev-scheme/guile-2.0:=
56 - dev-libs/libxml2"
57 -DEPEND="${RDEPEND}"
58 -
59 -src_prepare() {
60 - # https://savannah.gnu.org/support/index.php?109050
61 - sed -i \
62 - -e "/--cflags-only-I/s:pkg-config:$(tc-getPKG_CONFIG):" \
63 - configure || die
64 -}
65 -
66 -src_configure() {
67 - # suppress possibly incorrect -R flag
68 - export ag_cv_test_ldflags=
69 -
70 - econf $(use_enable static-libs static)
71 -}
72 -
73 -src_install() {
74 - default
75 - prune_libtool_files
76 -
77 - if ! use libopts ; then
78 - rm "${ED}"/usr/share/autogen/libopts-*.tar.gz || die
79 - fi
80 -}
81
82 diff --git a/sys-devel/autogen/autogen-5.18.12.ebuild b/sys-devel/autogen/autogen-5.18.12.ebuild
83 deleted file mode 100644
84 index eebface9f0f..00000000000
85 --- a/sys-devel/autogen/autogen-5.18.12.ebuild
86 +++ /dev/null
87 @@ -1,50 +0,0 @@
88 -# Copyright 1999-2017 Gentoo Foundation
89 -# Distributed under the terms of the GNU General Public License v2
90 -
91 -EAPI=6
92 -
93 -inherit ltprune toolchain-funcs
94 -
95 -DESCRIPTION="Program and text file generation"
96 -HOMEPAGE="https://www.gnu.org/software/autogen/"
97 -SRC_URI="mirror://gnu/${PN}/rel${PV}/${P}.tar.xz"
98 -
99 -LICENSE="GPL-2"
100 -SLOT="0"
101 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
102 -IUSE="libopts static-libs"
103 -
104 -# This should be guile-1.8+, but upstream has a bug with older versions:
105 -# https://savannah.gnu.org/support/index.php?109051
106 -RDEPEND=">=dev-scheme/guile-2.0:=
107 - dev-libs/libxml2"
108 -DEPEND="${RDEPEND}"
109 -
110 -PATCHES=(
111 - "${FILESDIR}/${PN}-guile-2.2.patch"
112 -)
113 -
114 -src_prepare() {
115 - default
116 -
117 - # https://savannah.gnu.org/support/index.php?109050
118 - sed -i \
119 - -e "/--cflags-only-I/s:pkg-config:$(tc-getPKG_CONFIG):" \
120 - configure || die
121 -}
122 -
123 -src_configure() {
124 - # suppress possibly incorrect -R flag
125 - export ag_cv_test_ldflags=
126 -
127 - econf $(use_enable static-libs static)
128 -}
129 -
130 -src_install() {
131 - default
132 - prune_libtool_files
133 -
134 - if ! use libopts ; then
135 - rm "${ED}"/usr/share/autogen/libopts-*.tar.gz || die
136 - fi
137 -}
138
139 diff --git a/sys-devel/autogen/autogen-5.18.4-r1.ebuild b/sys-devel/autogen/autogen-5.18.4-r1.ebuild
140 deleted file mode 100644
141 index 4e8ebe88601..00000000000
142 --- a/sys-devel/autogen/autogen-5.18.4-r1.ebuild
143 +++ /dev/null
144 @@ -1,42 +0,0 @@
145 -# Copyright 1999-2018 Gentoo Foundation
146 -# Distributed under the terms of the GNU General Public License v2
147 -
148 -EAPI=6
149 -
150 -inherit ltprune
151 -
152 -DESCRIPTION="Program and text file generation"
153 -HOMEPAGE="https://www.gnu.org/software/autogen/"
154 -SRC_URI="mirror://gnu/${PN}/rel${PV}/${P}.tar.xz"
155 -
156 -LICENSE="GPL-2"
157 -SLOT="0"
158 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
159 -IUSE="libopts static-libs"
160 -
161 -RDEPEND="
162 - >=dev-scheme/guile-1.8:=
163 - dev-libs/libxml2
164 -"
165 -DEPEND="${RDEPEND}"
166 -
167 -PATCHES=(
168 - "${FILESDIR}"/${PN}-5.18.4-tmp-log.patch #563352
169 - "${FILESDIR}"/${PN}-5.18.4_fix_format.test_for_dash.patch #576674
170 -)
171 -
172 -src_configure() {
173 - # suppress possibly incorrect -R flag
174 - export ag_cv_test_ldflags=
175 -
176 - econf $(use_enable static-libs static)
177 -}
178 -
179 -src_install() {
180 - default
181 - prune_libtool_files
182 -
183 - if ! use libopts ; then
184 - rm "${ED}"/usr/share/autogen/libopts-*.tar.gz || die
185 - fi
186 -}
187
188 diff --git a/sys-devel/autogen/autogen-5.18.4.ebuild b/sys-devel/autogen/autogen-5.18.4.ebuild
189 deleted file mode 100644
190 index df05f7d08a3..00000000000
191 --- a/sys-devel/autogen/autogen-5.18.4.ebuild
192 +++ /dev/null
193 @@ -1,40 +0,0 @@
194 -# Copyright 1999-2017 Gentoo Foundation
195 -# Distributed under the terms of the GNU General Public License v2
196 -
197 -EAPI="4"
198 -
199 -inherit eutils
200 -
201 -DESCRIPTION="Program and text file generation"
202 -HOMEPAGE="https://www.gnu.org/software/autogen/"
203 -SRC_URI="mirror://gnu/${PN}/rel${PV}/${P}.tar.xz"
204 -
205 -LICENSE="GPL-2"
206 -SLOT="0"
207 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
208 -IUSE="libopts static-libs"
209 -
210 -RDEPEND=">=dev-scheme/guile-1.8
211 - dev-libs/libxml2"
212 -DEPEND="${RDEPEND}"
213 -
214 -src_prepare() {
215 - epatch "${FILESDIR}"/${PN}-5.18.4-tmp-log.patch #563352
216 - epatch "${FILESDIR}"/${PN}-5.18.4_fix_format.test_for_dash.patch #576674
217 -}
218 -
219 -src_configure() {
220 - # suppress possibly incorrect -R flag
221 - export ag_cv_test_ldflags=
222 -
223 - econf $(use_enable static-libs static)
224 -}
225 -
226 -src_install() {
227 - default
228 - prune_libtool_files
229 -
230 - if ! use libopts ; then
231 - rm "${ED}"/usr/share/autogen/libopts-*.tar.gz || die
232 - fi
233 -}