File tree Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ f095fe12baf0d5899d8a5a6b735da014f8e087ff5cf5183e03b6c0b454be2f30 autogen-5.18.1
131302a426e82a52d4a2cd7e73fe3dc5a2c58b3ed100f24a92c57e42511fd86e247c automake-1.10.3_0.tar.bz2
141434925adeaa2876a5e068adeb17b71fe7c7105244c3cb5439d33f7406310674da automake-1.11.2_0.tar.bz2
15157e36e9e4b3957c95b6de8ff475c9b37aa007e2f9735b01c0eaf14b711fdd112f automake-1.15.1_0.tar.bz2
16- 57100612d902537b72ee2fd3dfecc903f2ea3959f1a480af87c6a1ef9a9d7c03 automake-1.16.3_0.tar.bz2
16+ a7f8c17dbc6e4ec5ff0186a0ddf2266a23c1579321c52c2faf8e11fafa232281 automake-1.16.3_0.tar.bz2
17171c7e09ac08f156960420fca1f6e8560c1855bf01b001a0648b56153d6ceb9c28 automake-1.6.3_0.tar.bz2
1818444131776779d1f27628088a817bfb8c9aa85f4b036b934794a71e484ec9bd70 automake-1.6.3_1.tar.bz2
1919ef08694bf8e78ffcf56f9c8a63b0f189e301c06f02ab240e15e4c7fe354c2a0d automake-1.7_0.tar.bz2
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ src_prepare() {
77 default
88
99 rm -f doc/amhello-1.0.tar.gz doc/automake.info* doc/aclocal-1.11.1 doc/automake-1.11.1
10+ rm tests/parallel-tests.am
1011
1112 # Building doc often causes race conditions, skip it
1213 awk ' /SUBDIRS/{sub("doc ", "", $0)} {print}' Makefile.am > Makefile.am.tmp
Original file line number Diff line number Diff line change 66src_prepare () {
77 default
88
9- rm doc/amhello-1.0.tar.gz
9+ rm doc/amhello-1.0.tar.gz doc/automake-history.info doc/automake.info*
10+ grep " DO NOT EDIT BY HAND" -r t -l | while read f; do
11+ rm " $f "
12+ done
1013
1114 # Building doc often causes race conditions, skip it
1215 sed -i ' /doc\/Makefile.inc/d' Makefile.am
1316 sed -i ' /t\/Makefile.inc/d' Makefile.am
1417
1518 AUTOCONF=" autoconf-2.69 -f" AUTOM4TE=autom4te-2.69 ./bootstrap
16-
17- rm doc/automake-history.info doc/automake.info*
1819}
1920
2021src_configure () {
Original file line number Diff line number Diff line change 11# SPDX-FileCopyrightText: 2021 Andrius Štikonas <[email protected] >2+ # SPDX-FileCopyrightText: 2025 fosslinux <[email protected] >23#
34# SPDX-License-Identifier: GPL-3.0-or-later
45
56src_prepare () {
7+ # Disable amhello, it is not reproducible
8+ rm doc/amhello-1.0.tar.gz
9+ sed -i " /^dist_doc_DATA =/d" doc/local.mk
10+
611 AUTOMAKE=automake-1.15 ACLOCAL=aclocal-1.15 AUTOCONF=autoconf-2.69 AUTOM4TE=autom4te-2.69 ./bootstrap
712
813 rm doc/automake-history.info doc/automake.info*
14+ grep " DO NOT EDIT BY HAND" -r t -l | while read f; do
15+ rm " $f "
16+ done
917
1018 cp " ${PREFIX} /bin/help2man" doc/
1119}
You can’t perform that action at this time.
0 commit comments