diff options
author | David Seifert <soap@gentoo.org> | 2020-02-22 17:42:31 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-22 17:42:31 +0100 |
commit | 5e41197efe34dac896151dc6d5731e0835b7841b (patch) | |
tree | 04718ce9e1b0899306f5b09bf8dfb844f5655fc7 | |
parent | dev-lang/php: stable 7.3.15 for sparc, bug #710304 (diff) | |
download | gentoo-5e41197efe34dac896151dc6d5731e0835b7841b.tar.gz gentoo-5e41197efe34dac896151dc6d5731e0835b7841b.tar.bz2 gentoo-5e41197efe34dac896151dc6d5731e0835b7841b.zip |
*/*: [QA] Remove redundant --disable-{dependency-tracking,silent-rules}
Closes: https://github.com/gentoo/gentoo/pull/14738
Signed-off-by: David Seifert <soap@gentoo.org>
168 files changed, 129 insertions, 330 deletions
diff --git a/app-arch/dpkg/dpkg-1.19.0.5.ebuild b/app-arch/dpkg/dpkg-1.19.0.5.ebuild index 0660e61b94c6..d6cb3e00ce9b 100644 --- a/app-arch/dpkg/dpkg-1.19.0.5.ebuild +++ b/app-arch/dpkg/dpkg-1.19.0.5.ebuild @@ -68,7 +68,6 @@ src_configure() { $(use_with zlib libz) \ --disable-compiler-warnings \ --disable-dselect \ - --disable-silent-rules \ --disable-start-stop-daemon \ --localstatedir="${EPREFIX}"/var \ --without-libmd diff --git a/app-arch/dpkg/dpkg-1.19.6.ebuild b/app-arch/dpkg/dpkg-1.19.6.ebuild index 8738011eb31b..841e049310cb 100644 --- a/app-arch/dpkg/dpkg-1.19.6.ebuild +++ b/app-arch/dpkg/dpkg-1.19.6.ebuild @@ -71,7 +71,6 @@ src_configure() { $(use_with zlib libz) \ --disable-compiler-warnings \ --disable-dselect \ - --disable-silent-rules \ --disable-start-stop-daemon \ --localstatedir="${EPREFIX}"/var } diff --git a/app-arch/dpkg/dpkg-1.19.7.ebuild b/app-arch/dpkg/dpkg-1.19.7.ebuild index 8738011eb31b..841e049310cb 100644 --- a/app-arch/dpkg/dpkg-1.19.7.ebuild +++ b/app-arch/dpkg/dpkg-1.19.7.ebuild @@ -71,7 +71,6 @@ src_configure() { $(use_with zlib libz) \ --disable-compiler-warnings \ --disable-dselect \ - --disable-silent-rules \ --disable-start-stop-daemon \ --localstatedir="${EPREFIX}"/var } diff --git a/app-arch/lbzip2/lbzip2-2.5_p20181227-r1.ebuild b/app-arch/lbzip2/lbzip2-2.5_p20181227-r1.ebuild index fae4cd992c8d..1ce9c2d04fc6 100644 --- a/app-arch/lbzip2/lbzip2-2.5_p20181227-r1.ebuild +++ b/app-arch/lbzip2/lbzip2-2.5_p20181227-r1.ebuild @@ -29,7 +29,6 @@ src_prepare() { src_configure() { local myeconfargs=( - --disable-silent-rules $(use_enable debug tracing) ) econf "${myeconfargs[@]}" diff --git a/app-cdr/cdck/cdck-0.7.0-r2.ebuild b/app-cdr/cdck/cdck-0.7.0-r2.ebuild index ef491d866157..cfbbfbbd6480 100644 --- a/app-cdr/cdck/cdck-0.7.0-r2.ebuild +++ b/app-cdr/cdck/cdck-0.7.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,8 +19,7 @@ src_prepare() { } src_configure() { - econf --disable-dependency-tracking \ - --disable-shared + econf --disable-shared } src_install() { diff --git a/app-cdr/xcdroast/xcdroast-0.98_alpha16-r3.ebuild b/app-cdr/xcdroast/xcdroast-0.98_alpha16-r3.ebuild index 1f9180da2e72..9aa6eaea2be1 100644 --- a/app-cdr/xcdroast/xcdroast-0.98_alpha16-r3.ebuild +++ b/app-cdr/xcdroast/xcdroast-0.98_alpha16-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -45,7 +45,6 @@ src_configure() { $(use_enable nls) \ $(use_enable suid nonrootmode) \ --enable-gtk2 \ - --disable-dependency-tracking \ --mandir=/usr/share/man \ --sysconfdir=/etc } diff --git a/app-editors/bluefish/bluefish-2.2.10.ebuild b/app-editors/bluefish/bluefish-2.2.10.ebuild index b68e95c70ffe..dba37b3e1c68 100644 --- a/app-editors/bluefish/bluefish-2.2.10.ebuild +++ b/app-editors/bluefish/bluefish-2.2.10.ebuild @@ -65,7 +65,6 @@ src_prepare() { src_configure() { econf \ - --disable-dependency-tracking \ --disable-update-databases \ --disable-xml-catalog-update \ $(use_with !gtk3 gtk2) \ diff --git a/app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild b/app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild index f2170e142c85..ee98d2db2ecf 100644 --- a/app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild +++ b/app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild @@ -40,8 +40,7 @@ src_prepare() { src_configure() { econf \ $(use_enable nls) \ - --disable-static \ - --disable-dependency-tracking + --disable-static } src_install() { diff --git a/app-misc/enum/enum-1.1-r1.ebuild b/app-misc/enum/enum-1.1-r1.ebuild index b18fabf94a6a..7ab9728f2923 100644 --- a/app-misc/enum/enum-1.1-r1.ebuild +++ b/app-misc/enum/enum-1.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -31,7 +31,5 @@ src_prepare() { } src_configure() { - econf \ - --enable-doc-rebuild \ - --disable-dependency-tracking + econf --enable-doc-rebuild } diff --git a/app-misc/joy2key/joy2key-1.6.3-r1.ebuild b/app-misc/joy2key/joy2key-1.6.3-r1.ebuild index 00ef6ed03b4b..ecdf4fe1429b 100644 --- a/app-misc/joy2key/joy2key-1.6.3-r1.ebuild +++ b/app-misc/joy2key/joy2key-1.6.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -22,7 +22,7 @@ DEPEND=" DOCS=( AUTHORS ChangeLog joy2keyrc.sample rawscancodes README TODO ) src_configure() { - econf --disable-dependency-tracking $(use_enable X) + econf $(use_enable X) } src_install() { diff --git a/app-misc/mc/mc-4.8.23-r1.ebuild b/app-misc/mc/mc-4.8.23-r1.ebuild index 7791376a19da..b904bd1d2cc6 100644 --- a/app-misc/mc/mc-4.8.23-r1.ebuild +++ b/app-misc/mc/mc-4.8.23-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -59,8 +59,6 @@ src_configure() { [[ ${CHOST} == *-solaris* ]] && append-ldflags "-lnsl -lsocket" local myeconfargs=( - --disable-dependency-tracking - --disable-silent-rules --enable-charset --enable-vfs --with-homedir=$(usex xdg 'XDG' '.mc') diff --git a/app-misc/mc/mc-4.8.23-r2.ebuild b/app-misc/mc/mc-4.8.23-r2.ebuild index aa4702844356..8de901785a39 100644 --- a/app-misc/mc/mc-4.8.23-r2.ebuild +++ b/app-misc/mc/mc-4.8.23-r2.ebuild @@ -61,8 +61,6 @@ src_configure() { [[ ${CHOST} == *-solaris* ]] && append-ldflags "-lnsl -lsocket" local myeconfargs=( - --disable-dependency-tracking - --disable-silent-rules --enable-charset --enable-vfs --with-homedir=$(usex xdg 'XDG' '.mc') diff --git a/app-misc/mc/mc-4.8.24.ebuild b/app-misc/mc/mc-4.8.24.ebuild index 679bc5a975b6..2fff74e2efc5 100644 --- a/app-misc/mc/mc-4.8.24.ebuild +++ b/app-misc/mc/mc-4.8.24.ebuild @@ -52,8 +52,6 @@ src_configure() { [[ ${CHOST} == *-solaris* ]] && append-ldflags "-lnsl -lsocket" local myeconfargs=( - --disable-dependency-tracking - --disable-silent-rules --enable-charset --enable-vfs --with-homedir=$(usex xdg 'XDG' '.mc') diff --git a/app-misc/mc/mc-9999.ebuild b/app-misc/mc/mc-9999.ebuild index 336a555d2aba..8366ea02b85e 100644 --- a/app-misc/mc/mc-9999.ebuild +++ b/app-misc/mc/mc-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -65,8 +65,6 @@ src_configure() { [[ ${CHOST} == *-solaris* ]] && append-ldflags "-lnsl -lsocket" local myeconfargs=( - --disable-dependency-tracking - --disable-silent-rules --enable-charset --enable-vfs --with-homedir=$(usex xdg 'XDG' '.mc') diff --git a/app-misc/slmon/slmon-0.5.13.ebuild b/app-misc/slmon/slmon-0.5.13.ebuild index d6edcbdd9074..2a3c8e65ff9b 100644 --- a/app-misc/slmon/slmon-0.5.13.ebuild +++ b/app-misc/slmon/slmon-0.5.13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -29,9 +29,7 @@ src_prepare() { } src_configure() { - econf \ - --disable-dependency-tracking \ - $(use_enable debug) + econf $(use_enable debug) } src_install() { diff --git a/app-office/libreoffice/libreoffice-6.3.4.2-r1.ebuild b/app-office/libreoffice/libreoffice-6.3.4.2-r1.ebuild index 13de879df386..0afc2ea5bc14 100644 --- a/app-office/libreoffice/libreoffice-6.3.4.2-r1.ebuild +++ b/app-office/libreoffice/libreoffice-6.3.4.2-r1.ebuild @@ -415,7 +415,6 @@ src_configure() { --disable-breakpad --disable-bundle-mariadb --disable-ccache - --disable-dependency-tracking --disable-epm --disable-fetch-external --disable-gstreamer-0-10 diff --git a/app-office/libreoffice/libreoffice-6.3.9999.ebuild b/app-office/libreoffice/libreoffice-6.3.9999.ebuild index d552a76a932d..d9fdd899143f 100644 --- a/app-office/libreoffice/libreoffice-6.3.9999.ebuild +++ b/app-office/libreoffice/libreoffice-6.3.9999.ebuild @@ -414,7 +414,6 @@ src_configure() { --disable-breakpad --disable-bundle-mariadb --disable-ccache - --disable-dependency-tracking --disable-epm --disable-fetch-external --disable-gstreamer-0-10 diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild index f38debf301b9..b3fa65e19978 100644 --- a/app-office/libreoffice/libreoffice-9999.ebuild +++ b/app-office/libreoffice/libreoffice-9999.ebuild @@ -406,7 +406,6 @@ src_configure() { --disable-breakpad --disable-bundle-mariadb --disable-ccache - --disable-dependency-tracking --disable-epm --disable-fetch-external --disable-gstreamer-0-10 diff --git a/app-shells/rc/rc-1.7.4-r1.ebuild b/app-shells/rc/rc-1.7.4-r1.ebuild index 9e73cae38eae..473941979124 100644 --- a/app-shells/rc/rc-1.7.4-r1.ebuild +++ b/app-shells/rc/rc-1.7.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -23,9 +23,7 @@ src_configure() { use readline && myconf="--with-edit=readline" use libedit && myconf="--with-edit=edit" - econf \ - --disable-dependency-tracking \ - "${myconf}" + econf "${myconf}" } src_install() { diff --git a/app-text/robodoc/robodoc-4.99.43.ebuild b/app-text/robodoc/robodoc-4.99.43.ebuild index e539d2a3d151..2055ffdc5a0a 100644 --- a/app-text/robodoc/robodoc-4.99.43.ebuild +++ b/app-text/robodoc/robodoc-4.99.43.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,12 +15,6 @@ IUSE="examples" RDEPEND=">=dev-util/ctags-5.3.1" DEPEND="${RDEPEND}" -src_configure() { - econf \ - --docdir=/usr/share/doc/${PF} \ - --disable-dependency-tracking -} - src_install() { default diff --git a/dev-dotnet/gtk-sharp/gtk-sharp-2.12.21.ebuild b/dev-dotnet/gtk-sharp/gtk-sharp-2.12.21.ebuild index 34c7c7b18d22..655e59062a4f 100644 --- a/dev-dotnet/gtk-sharp/gtk-sharp-2.12.21.ebuild +++ b/dev-dotnet/gtk-sharp/gtk-sharp-2.12.21.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -43,7 +43,6 @@ src_prepare() { src_configure() { econf --disable-static \ - --disable-dependency-tracking \ --disable-maintainer-mode \ $(use_enable debug) } diff --git a/dev-dotnet/libgdiplus/libgdiplus-2.10.9-r1.ebuild b/dev-dotnet/libgdiplus/libgdiplus-2.10.9-r1.ebuild index fdf0b68ee0b6..fd1110890b57 100644 --- a/dev-dotnet/libgdiplus/libgdiplus-2.10.9-r1.ebuild +++ b/dev-dotnet/libgdiplus/libgdiplus-2.10.9-r1.ebuild @@ -43,9 +43,9 @@ src_prepare() { src_configure() { append-flags -fno-strict-aliasing - econf --disable-dependency-tracking \ - --disable-static \ - --with-cairo=system \ + econf \ + --disable-static \ + --with-cairo=system \ $(use !cairo && printf %s --with-pango) } diff --git a/dev-dotnet/libgdiplus/libgdiplus-2.10.9-r2.ebuild b/dev-dotnet/libgdiplus/libgdiplus-2.10.9-r2.ebuild index cbadbe8eaede..233e2a77fd10 100644 --- a/dev-dotnet/libgdiplus/libgdiplus-2.10.9-r2.ebuild +++ b/dev-dotnet/libgdiplus/libgdiplus-2.10.9-r2.ebuild @@ -44,9 +44,9 @@ src_prepare() { src_configure() { append-flags -fno-strict-aliasing - econf --disable-dependency-tracking \ - --disable-static \ - --with-cairo=system \ + econf \ + --disable-static \ + --with-cairo=system \ $(use !cairo && printf %s --with-pango) } diff --git a/dev-dotnet/libgdiplus/libgdiplus-2.10.9-r3.ebuild b/dev-dotnet/libgdiplus/libgdiplus-2.10.9-r3.ebuild index da6a471d8dd3..4dafca8273bd 100644 --- a/dev-dotnet/libgdiplus/libgdiplus-2.10.9-r3.ebuild +++ b/dev-dotnet/libgdiplus/libgdiplus-2.10.9-r3.ebuild @@ -42,9 +42,9 @@ src_prepare() { src_configure() { append-flags -fno-strict-aliasing - econf --disable-dependency-tracking \ - --disable-static \ - --with-cairo=system \ + econf \ + --disable-static \ + --with-cairo=system \ $(use !cairo && printf %s --with-pango) } diff --git a/dev-dotnet/libgdiplus/libgdiplus-4.2-r2.ebuild b/dev-dotnet/libgdiplus/libgdiplus-4.2-r2.ebuild index 272ae6cfa78a..830e249384ff 100644 --- a/dev-dotnet/libgdiplus/libgdiplus-4.2-r2.ebuild +++ b/dev-dotnet/libgdiplus/libgdiplus-4.2-r2.ebuild @@ -32,7 +32,6 @@ DEPEND="${RDEPEND}" src_configure() { econf \ - --disable-dependency-tracking \ --disable-static \ $(usex cairo "" "--with-pango") } diff --git a/dev-dotnet/libgdiplus/libgdiplus-4.2-r3.ebuild b/dev-dotnet/libgdiplus/libgdiplus-4.2-r3.ebuild index a216a0482478..6c70167a307e 100644 --- a/dev-dotnet/libgdiplus/libgdiplus-4.2-r3.ebuild +++ b/dev-dotnet/libgdiplus/libgdiplus-4.2-r3.ebuild @@ -32,7 +32,6 @@ DEPEND="${RDEPEND}" src_configure() { econf \ - --disable-dependency-tracking \ --disable-static \ $(usex cairo "" "--with-pango") } diff --git a/dev-dotnet/libgdiplus/libgdiplus-5.6.1-r1.ebuild b/dev-dotnet/libgdiplus/libgdiplus-5.6.1-r1.ebuild index ab4664c333ff..912d37ea5186 100644 --- a/dev-dotnet/libgdiplus/libgdiplus-5.6.1-r1.ebuild +++ b/dev-dotnet/libgdiplus/libgdiplus-5.6.1-r1.ebuild @@ -40,7 +40,6 @@ PATCHES=( src_configure() { econf \ - --disable-dependency-tracking \ --disable-static \ $(usex cairo "" "--with-pango") } diff --git a/dev-dotnet/libgdiplus/libgdiplus-6.0.2.ebuild b/dev-dotnet/libgdiplus/libgdiplus-6.0.2.ebuild index f0eb03955cb6..b9e80bf4e2e1 100644 --- a/dev-dotnet/libgdiplus/libgdiplus-6.0.2.ebuild +++ b/dev-dotnet/libgdiplus/libgdiplus-6.0.2.ebuild @@ -33,7 +33,6 @@ DEPEND="${RDEPEND}" src_configure() { econf \ - --disable-dependency-tracking \ --disable-static \ $(usex cairo "" "--with-pango") } diff --git a/dev-games/clanlib/clanlib-0.8.1.ebuild b/dev-games/clanlib/clanlib-0.8.1.ebuild index 1f091eb58fc0..7aa5d3df56ef 100644 --- a/dev-games/clanlib/clanlib-0.8.1.ebuild +++ b/dev-games/clanlib/clanlib-0.8.1.ebuild @@ -53,7 +53,6 @@ src_configure() { econf \ --enable-dyn \ --enable-clanNetwork \ - --disable-dependency-tracking \ $(use_enable x86 asm386) \ $(use_enable doc docs) \ $(use_enable opengl clanGL) \ diff --git a/dev-java/gnu-classpath/gnu-classpath-0.98-r6.ebuild b/dev-java/gnu-classpath/gnu-classpath-0.98-r6.ebuild index 9229206c5f76..e90cd2dce215 100644 --- a/dev-java/gnu-classpath/gnu-classpath-0.98-r6.ebuild +++ b/dev-java/gnu-classpath/gnu-classpath-0.98-r6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -83,7 +83,6 @@ src_configure() { $(use_enable dssi ) \ $(use_with doc gjdoc "${S}/tools/gjdoc.build") \ --enable-jni \ - --disable-dependency-tracking \ --disable-plugin \ --host=${CHOST} \ --prefix="${EPREFIX}"/usr/${PN}-${SLOT} \ diff --git a/dev-java/jamvm/jamvm-2.0.0-r1.ebuild b/dev-java/jamvm/jamvm-2.0.0-r1.ebuild index 457e883de306..9585dcebb6e8 100644 --- a/dev-java/jamvm/jamvm-2.0.0-r1.ebuild +++ b/dev-java/jamvm/jamvm-2.0.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -53,7 +53,6 @@ src_configure() { fi econf ${fficonf} \ - --disable-dependency-tracking \ $(use_enable debug trace) \ --libdir="${EPREFIX}"/usr/$(get_libdir)/${PN} \ --includedir="${EPREFIX}"/usr/include/${PN} \ diff --git a/dev-lang/mono/mono-4.4.1.0.ebuild b/dev-lang/mono/mono-4.4.1.0.ebuild index ed7f9c382979..a977985bffbb 100644 --- a/dev-lang/mono/mono-4.4.1.0.ebuild +++ b/dev-lang/mono/mono-4.4.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -87,7 +87,6 @@ src_prepare() { multilib_src_configure() { local myeconfargs=( - --disable-silent-rules $(use_with xen xen_opt) --without-ikvm-native --disable-dtrace diff --git a/dev-lang/mono/mono-4.8.0.524.ebuild b/dev-lang/mono/mono-4.8.0.524.ebuild index d8a805b9937a..c322410123fd 100644 --- a/dev-lang/mono/mono-4.8.0.524.ebuild +++ b/dev-lang/mono/mono-4.8.0.524.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -83,7 +83,6 @@ src_prepare() { multilib_src_configure() { local myeconfargs=( - --disable-silent-rules $(use_with xen xen_opt) --without-ikvm-native --disable-dtrace diff --git a/dev-lang/mono/mono-5.14.0.177.ebuild b/dev-lang/mono/mono-5.14.0.177.ebuild index da0226a8437e..2c4705fb394e 100644 --- a/dev-lang/mono/mono-5.14.0.177.ebuild +++ b/dev-lang/mono/mono-5.14.0.177.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -81,7 +81,6 @@ src_prepare() { multilib_src_configure() { local myeconfargs=( - --disable-silent-rules $(use_with xen xen_opt) --without-ikvm-native --disable-dtrace diff --git a/dev-lang/mono/mono-5.16.0.220.ebuild b/dev-lang/mono/mono-5.16.0.220.ebuild index be71a2df69b4..bfd372235438 100644 --- a/dev-lang/mono/mono-5.16.0.220.ebuild +++ b/dev-lang/mono/mono-5.16.0.220.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -82,7 +82,6 @@ src_prepare() { multilib_src_configure() { local myeconfargs=( - --disable-silent-rules $(use_with xen xen_opt) --without-ikvm-native --disable-dtrace diff --git a/dev-lang/mono/mono-5.18.1.0.ebuild b/dev-lang/mono/mono-5.18.1.0.ebuild index 9601f0ba02ff..a7c4f35b9adf 100644 --- a/dev-lang/mono/mono-5.18.1.0.ebuild +++ b/dev-lang/mono/mono-5.18.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -77,7 +77,6 @@ src_prepare() { multilib_src_configure() { local myeconfargs=( - --disable-silent-rules $(use_with xen xen_opt) --without-ikvm-native --disable-dtrace diff --git a/dev-lang/mono/mono-5.20.1.19-r1.ebuild b/dev-lang/mono/mono-5.20.1.19-r1.ebuild index ca293dd74532..396a9f30519e 100644 --- a/dev-lang/mono/mono-5.20.1.19-r1.ebuild +++ b/dev-lang/mono/mono-5.20.1.19-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -83,7 +83,6 @@ src_prepare() { multilib_src_configure() { local myeconfargs=( - --disable-silent-rules $(use_with xen xen_opt) --without-ikvm-native --disable-dtrace diff --git a/dev-lang/mono/mono-6.0.0.334.ebuild b/dev-lang/mono/mono-6.0.0.334.ebuild index 8093e9eb4e49..0459e60b1b0a 100644 --- a/dev-lang/mono/mono-6.0.0.334.ebuild +++ b/dev-lang/mono/mono-6.0.0.334.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -79,7 +79,6 @@ src_prepare() { multilib_src_configure() { local myeconfargs=( - --disable-silent-rules $(use_with xen xen_opt) --without-ikvm-native --disable-dtrace diff --git a/dev-lang/mono/mono-6.4.0.198.ebuild b/dev-lang/mono/mono-6.4.0.198.ebuild index 93c5f532ff0b..6b165c57333a 100644 --- a/dev-lang/mono/mono-6.4.0.198.ebuild +++ b/dev-lang/mono/mono-6.4.0.198.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -79,7 +79,6 @@ src_prepare() { multilib_src_configure() { local myeconfargs=( - --disable-silent-rules $(use_with xen xen_opt) --without-ikvm-native --disable-dtrace diff --git a/dev-lang/mono/mono-6.6.0.161.ebuild b/dev-lang/mono/mono-6.6.0.161.ebuild index 93c5f532ff0b..6b165c57333a 100644 --- a/dev-lang/mono/mono-6.6.0.161.ebuild +++ b/dev-lang/mono/mono-6.6.0.161.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -79,7 +79,6 @@ src_prepare() { multilib_src_configure() { local myeconfargs=( - --disable-silent-rules $(use_with xen xen_opt) --without-ikvm-native --disable-dtrace diff --git a/dev-libs/check/check-0.10.0-r1.ebuild b/dev-libs/check/check-0.10.0-r1.ebuild index 7ff7e07cf87f..5ebd3f07b8cb 100644 --- a/dev-libs/check/check-0.10.0-r1.ebuild +++ b/dev-libs/check/check-0.10.0-r1.ebuild @@ -43,7 +43,6 @@ src_prepare() { src_configure() { local myeconfargs=( - --disable-dependency-tracking $(use_enable subunit) --docdir="${EPREFIX}/usr/share/doc/${PF}" ) diff --git a/dev-libs/check/check-0.12.0.ebuild b/dev-libs/check/check-0.12.0.ebuild index d7156aabdd46..5650c9493137 100644 --- a/dev-libs/check/check-0.12.0.ebuild +++ b/dev-libs/check/check-0.12.0.ebuild @@ -45,7 +45,6 @@ src_prepare() { multilib_src_configure() { local myeconfargs=( - --disable-dependency-tracking $(use_enable subunit) ) ECONF_SOURCE="${S}" econf "${myeconfargs[@]}" diff --git a/dev-libs/check/check-0.14.0.ebuild b/dev-libs/check/check-0.14.0.ebuild index c1de319b23d4..4523528ee3e3 100644 --- a/dev-libs/check/check-0.14.0.ebuild +++ b/dev-libs/check/check-0.14.0.ebuild @@ -33,7 +33,6 @@ src_prepare() { multilib_src_configure() { local myeconfargs=( - --disable-dependency-tracking $(use_enable doc build-docs) $(use_enable subunit) $(use_enable test timeout-tests) diff --git a/dev-libs/cxxtools/cxxtools-2.2.1.ebuild b/dev-libs/cxxtools/cxxtools-2.2.1.ebuild index 073a9fc92cfb..70a5b32243c0 100644 --- a/dev-libs/cxxtools/cxxtools-2.2.1.ebuild +++ b/dev-libs/cxxtools/cxxtools-2.2.1.ebuild @@ -17,7 +17,6 @@ DEPEND="${RDEPEND}" src_configure() { econf \ - --disable-dependency-tracking \ --disable-demos \ --disable-unittest } diff --git a/dev-libs/libgcrypt-compat/libgcrypt-compat-1.5.6.ebuild b/dev-libs/libgcrypt-compat/libgcrypt-compat-1.5.6.ebuild index bca8a3b5d9a2..a52e734e1836 100644 --- a/dev-libs/libgcrypt-compat/libgcrypt-compat-1.5.6.ebuild +++ b/dev-libs/libgcrypt-compat/libgcrypt-compat-1.5.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -36,7 +36,6 @@ src_prepare() { multilib_src_configure() { local myeconfargs=( --disable-padlock-support # bug 201917 - --disable-dependency-tracking --enable-noexecstack --disable-O-flag-munging diff --git a/dev-libs/libgcrypt/libgcrypt-1.8.3-r1.ebuild b/dev-libs/libgcrypt/libgcrypt-1.8.3-r1.ebuild index 22ba9221713d..5821d4f4f907 100644 --- a/dev-libs/libgcrypt/libgcrypt-1.8.3-r1.ebuild +++ b/dev-libs/libgcrypt/libgcrypt-1.8.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -40,7 +40,6 @@ multilib_src_configure() { append-cflags -Wa,--divide fi local myeconfargs=( - --disable-dependency-tracking --enable-noexecstack $(use_enable o-flag-munging O-flag-munging) $(use_enable static-libs static) diff --git a/dev-libs/libgcrypt/libgcrypt-1.8.3.ebuild b/dev-libs/libgcrypt/libgcrypt-1.8.3.ebuild index c233727259ac..9421ee98f643 100644 --- a/dev-libs/libgcrypt/libgcrypt-1.8.3.ebuild +++ b/dev-libs/libgcrypt/libgcrypt-1.8.3.ebuild @@ -40,7 +40,6 @@ multilib_src_configure() { append-cflags -Wa,--divide fi local myeconfargs=( - --disable-dependency-tracking --enable-noexecstack $(use_enable o-flag-munging O-flag-munging) $(use_enable static-libs static) diff --git a/dev-libs/libgcrypt/libgcrypt-1.8.4.ebuild b/dev-libs/libgcrypt/libgcrypt-1.8.4.ebuild index 778b99687913..b3008df69b14 100644 --- a/dev-libs/libgcrypt/libgcrypt-1.8.4.ebuild +++ b/dev-libs/libgcrypt/libgcrypt-1.8.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -40,7 +40,6 @@ multilib_src_configure() { append-cflags -Wa,--divide fi local myeconfargs=( - --disable-dependency-tracking --enable-noexecstack $(use_enable o-flag-munging O-flag-munging) $(use_enable static-libs static) diff --git a/dev-libs/libgcrypt/libgcrypt-1.8.5.ebuild b/dev-libs/libgcrypt/libgcrypt-1.8.5.ebuild index 2aa47e6fcf9a..1a36bd5e114d 100644 --- a/dev-libs/libgcrypt/libgcrypt-1.8.5.ebuild +++ b/dev-libs/libgcrypt/libgcrypt-1.8.5.ebuild @@ -40,7 +40,6 @@ multilib_src_configure() { append-cflags -Wa,--divide fi local myeconfargs=( - --disable-dependency-tracking --enable-noexecstack $(use_enable o-flag-munging O-flag-munging) $(use_enable static-libs static) diff --git a/dev-libs/libindicate/libindicate-12.10.1-r3.ebuild b/dev-libs/libindicate/libindicate-12.10.1-r3.ebuild index 5eb278f4e4b7..b3d10dacf948 100644 --- a/dev-libs/libindicate/libindicate-12.10.1-r3.ebuild +++ b/dev-libs/libindicate/libindicate-12.10.1-r3.ebuild @@ -60,7 +60,6 @@ src_configure() { # python bindings are only for GTK+-2.x econf \ - --disable-silent-rules \ --disable-static \ $(use_enable gtk) \ $(use_enable introspection) \ diff --git a/dev-libs/libindicator/libindicator-12.10.1-r201.ebuild b/dev-libs/libindicator/libindicator-12.10.1-r201.ebuild index e3d8f80f60b2..8e59ad01fd19 100644 --- a/dev-libs/libindicator/libindicator-12.10.1-r201.ebuild +++ b/dev-libs/libindicator/libindicator-12.10.1-r201.ebuild @@ -30,7 +30,6 @@ multilib_src_configure() { append-flags -Wno-error myconf=( - --disable-silent-rules --disable-static --with-gtk=2 ) diff --git a/dev-libs/libindicator/libindicator-12.10.1-r301.ebuild b/dev-libs/libindicator/libindicator-12.10.1-r301.ebuild index 04bb88e316ba..7dbbe27af996 100644 --- a/dev-libs/libindicator/libindicator-12.10.1-r301.ebuild +++ b/dev-libs/libindicator/libindicator-12.10.1-r301.ebuild @@ -31,7 +31,6 @@ multilib_src_configure() { append-flags -Wno-error myconf=( - --disable-silent-rules --disable-static --with-gtk=3 ) diff --git a/dev-libs/libmodbus/libmodbus-3.1.4.ebuild b/dev-libs/libmodbus/libmodbus-3.1.4.ebuild index b8b3f359a002..5592a4bbd211 100644 --- a/dev-libs/libmodbus/libmodbus-3.1.4.ebuild +++ b/dev-libs/libmodbus/libmodbus-3.1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -21,7 +21,6 @@ PATCHES=( "${FILESDIR}"/${P}-doc.patch ) src_configure() { econf \ - --disable-silent-rules \ $(use_enable test tests) \ $(use_enable static-libs static) \ $(use_with doc documentation) diff --git a/dev-libs/libnl/libnl-3.4.0.ebuild b/dev-libs/libnl/libnl-3.4.0.ebuild index 04fc2e4dabe6..5d321fe6abf3 100644 --- a/dev-libs/libnl/libnl-3.4.0.ebuild +++ b/dev-libs/libnl/libnl-3.4.0.ebuild @@ -74,8 +74,7 @@ multilib_src_configure() { $(multilib_native_use_enable utils cli) \ $(use_enable debug) \ $(use_enable static-libs static) \ - $(use_enable threads) \ - --disable-silent-rules + $(use_enable threads) } multilib_src_compile() { diff --git a/dev-libs/libnl/libnl-3.5.0.ebuild b/dev-libs/libnl/libnl-3.5.0.ebuild index 28138672f5b2..be977647afa1 100644 --- a/dev-libs/libnl/libnl-3.5.0.ebuild +++ b/dev-libs/libnl/libnl-3.5.0.ebuild @@ -75,8 +75,7 @@ multilib_src_configure() { $(multilib_native_use_enable utils cli) \ $(use_enable debug) \ $(use_enable static-libs static) \ - $(use_enable threads) \ - --disable-silent-rules + $(use_enable threads) } multilib_src_compile() { diff --git a/dev-libs/libnl/libnl-99999999.ebuild b/dev-libs/libnl/libnl-99999999.ebuild index 9a6a52092d76..bbdb3529b765 100644 --- a/dev-libs/libnl/libnl-99999999.ebuild +++ b/dev-libs/libnl/libnl-99999999.ebuild @@ -69,8 +69,7 @@ multilib_src_configure() { $(multilib_native_use_enable utils cli) \ $(use_enable debug) \ $(use_enable static-libs static) \ - $(use_enable threads) \ - --disable-silent-rules + $(use_enable threads) } multilib_src_compile() { diff --git a/dev-libs/libxdg-basedir/libxdg-basedir-1.2.0-r1.ebuild b/dev-libs/libxdg-basedir/libxdg-basedir-1.2.0-r1.ebuild index c52589ef574f..f7055c8310b2 100644 --- a/dev-libs/libxdg-basedir/libxdg-basedir-1.2.0-r1.ebuild +++ b/dev-libs/libxdg-basedir/libxdg-basedir-1.2.0-r1.ebuild @@ -26,7 +26,6 @@ src_prepare() { src_configure() { econf \ - --disable-dependency-tracking \ $(use_enable static-libs static) \ $(use_enable doc doxygen-html) } diff --git a/dev-libs/opencryptoki/opencryptoki-3.4.1.ebuild b/dev-libs/opencryptoki/opencryptoki-3.4.1.ebuild index da43888b4524..99428ccb4f77 100644 --- a/dev-libs/opencryptoki/opencryptoki-3.4.1.ebuild +++ b/dev-libs/opencryptoki/opencryptoki-3.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -63,7 +63,6 @@ src_configure() { econf \ --localstatedir=/var \ --enable-fast-install \ - --disable-dependency-tracking \ --disable-debug \ --enable-daemon \ --enable-library \ diff --git a/dev-libs/opencryptoki/opencryptoki-3.6.1.ebuild b/dev-libs/opencryptoki/opencryptoki-3.6.1.ebuild index 35d8afef5833..f3666b16096e 100644 --- a/dev-libs/opencryptoki/opencryptoki-3.6.1.ebuild +++ b/dev-libs/opencryptoki/opencryptoki-3.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -63,7 +63,6 @@ src_configure() { econf \ --localstatedir=/var \ --enable-fast-install \ - --disable-dependency-tracking \ --disable-debug \ --enable-daemon \ --enable-library \ diff --git a/dev-libs/popt/popt-1.16-r2.ebuild b/dev-libs/popt/popt-1.16-r2.ebuild index 1c1080243583..d3f03ec51fe2 100644 --- a/dev-libs/popt/popt-1.16-r2.ebuild +++ b/dev-libs/popt/popt-1.16-r2.ebuild @@ -25,7 +25,6 @@ src_prepare() { multilib_src_configure() { ECONF_SOURCE=${S} \ econf \ - --disable-dependency-tracking \ $(use_enable static-libs static) \ $(use_enable nls) } diff --git a/dev-scheme/kawa/kawa-1.14-r2.ebuild b/dev-scheme/kawa/kawa-1.14-r2.ebuild index b4b52d1d58c7..686795e227f2 100644 --- a/dev-scheme/kawa/kawa-1.14-r2.ebuild +++ b/dev-scheme/kawa/kawa-1.14-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -51,7 +51,7 @@ src_prepare() { src_configure() { # speeds up one-shot ebuilds. - myconf="--disable-dependency-tracking" + local myconf="" if use jemacs && ! use swing; then echo einfo "Although the swing USE flag is disabled you chose to enable jemacs," diff --git a/dev-util/geany/geany-1.30.1.ebuild b/dev-util/geany/geany-1.30.1.ebuild index a8df8166b6c7..0b432ac99a40 100644 --- a/dev-util/geany/geany-1.30.1.ebuild +++ b/dev-util/geany/geany-1.30.1.ebuild @@ -44,8 +44,6 @@ src_prepare() { src_configure() { econf \ - --disable-dependency-tracking \ - --docdir="${EPREFIX}/usr/share/doc/${PF}" \ $(use_enable gtk3) \ $(use_enable vte) } diff --git a/dev-util/geany/geany-1.34.1.ebuild b/dev-util/geany/geany-1.34.1.ebuild index c6c518ef978c..c5e4a3b2fd3f 100644 --- a/dev-util/geany/geany-1.34.1.ebuild +++ b/dev-util/geany/geany-1.34.1.ebuild @@ -55,9 +55,7 @@ src_prepare() { src_configure() { local myeconfargs=( --disable-html-docs - --disable-dependency-tracking --disable-pdf-docs - --docdir="${EPREFIX}/usr/share/doc/${PF}" $(use_enable gtk3) $(use_enable vte) ) diff --git a/dev-util/geany/geany-1.35.ebuild b/dev-util/geany/geany-1.35.ebuild index 93548e681af7..f8bb6955d661 100644 --- a/dev-util/geany/geany-1.35.ebuild +++ b/dev-util/geany/geany-1.35.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -57,7 +57,6 @@ src_prepare() { src_configure() { local myeconfargs=( --disable-html-docs - --disable-dependency-tracking --disable-pdf-docs $(use_enable gtk3) $(use_enable vte) diff --git a/dev-util/geany/geany-1.36.ebuild b/dev-util/geany/geany-1.36.ebuild index 1f26201787ef..9e7bd814556a 100644 --- a/dev-util/geany/geany-1.36.ebuild +++ b/dev-util/geany/geany-1.36.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -57,7 +57,6 @@ src_prepare() { src_configure() { local myeconfargs=( --disable-html-docs - --disable-dependency-tracking --disable-pdf-docs $(use_enable gtk3) $(use_enable vte) diff --git a/dev-util/geany/geany-9999.ebuild b/dev-util/geany/geany-9999.ebuild index 93548e681af7..f8bb6955d661 100644 --- a/dev-util/geany/geany-9999.ebuild +++ b/dev-util/geany/geany-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -57,7 +57,6 @@ src_prepare() { src_configure() { local myeconfargs=( --disable-html-docs - --disable-dependency-tracking --disable-pdf-docs $(use_enable gtk3) $(use_enable vte) diff --git a/games-board/gtkboard/gtkboard-0.11_pre0-r1.ebuild b/games-board/gtkboard/gtkboard-0.11_pre0-r1.ebuild index fe97dee177fa..b7ae827bf8d1 100644 --- a/games-board/gtkboard/gtkboard-0.11_pre0-r1.ebuild +++ b/games-board/gtkboard/gtkboard-0.11_pre0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -37,7 +37,6 @@ src_prepare() { src_configure() { econf \ - --disable-dependency-tracking \ --enable-gtk2 \ --enable-sdl \ $(use_enable gnome) diff --git a/games-rpg/adonthell/adonthell-0.3.5-r2.ebuild b/games-rpg/adonthell/adonthell-0.3.5-r2.ebuild index f8dc851093b5..020a4c6cbcbb 100644 --- a/games-rpg/adonthell/adonthell-0.3.5-r2.ebuild +++ b/games-rpg/adonthell/adonthell-0.3.5-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -60,7 +60,6 @@ src_prepare() { src_configure() { econf \ - --disable-dependency-tracking \ --disable-py-debug \ $(use_enable nls) \ $(use_enable doc) diff --git a/games-strategy/ufoai/ufoai-2.5.0_p20180603-r1.ebuild b/games-strategy/ufoai/ufoai-2.5.0_p20180603-r1.ebuild index 81b78a01e04d..dea50098a4cb 100644 --- a/games-strategy/ufoai/ufoai-2.5.0_p20180603-r1.ebuild +++ b/games-strategy/ufoai/ufoai-2.5.0_p20180603-r1.ebuild @@ -92,7 +92,6 @@ src_configure() { --datadir="${EPREFIX}${DATADIR}" --libdir="${EPREFIX}"/usr/$(get_libdir)/${PN} --localedir="${EPREFIX}"/usr/share/locale - --disable-dependency-tracking --disable-paranoid --disable-memory --disable-testall diff --git a/media-gfx/geeqie/geeqie-1.5.1.ebuild b/media-gfx/geeqie/geeqie-1.5.1.ebuild index 85d8651bf878..63b12f277dca 100644 --- a/media-gfx/geeqie/geeqie-1.5.1.ebuild +++ b/media-gfx/geeqie/geeqie-1.5.1.ebuild @@ -53,7 +53,6 @@ src_prepare() { src_configure() { local myeconfargs=( - --disable-dependency-tracking --with-readmedir="${EPREFIX}"/usr/share/doc/${PF} $(use_enable debug debug-log) $(use_enable ffmpegthumbnailer) diff --git a/media-gfx/geeqie/geeqie-9999.ebuild b/media-gfx/geeqie/geeqie-9999.ebuild index a0e3b2f1b761..aef56eaf8bab 100644 --- a/media-gfx/geeqie/geeqie-9999.ebuild +++ b/media-gfx/geeqie/geeqie-9999.ebuild @@ -53,7 +53,6 @@ src_prepare() { src_configure() { local myeconfargs=( - --disable-dependency-tracking --with-readmedir="${EPREFIX}"/usr/share/doc/${PF} $(use_enable debug debug-log) $(use_enable ffmpegthumbnailer) diff --git a/media-gfx/gimp/gimp-2.10.8-r2.ebuild b/media-gfx/gimp/gimp-2.10.8-r2.ebuild index 936e49178bae..81f9d5d67b15 100644 --- a/media-gfx/gimp/gimp-2.10.8-r2.ebuild +++ b/media-gfx/gimp/gimp-2.10.8-r2.ebuild @@ -126,10 +126,7 @@ src_configure() { local myconf=( GEGL="${EPREFIX}"/usr/bin/gegl-0.4 GDBUS_CODEGEN="${EPREFIX}"/bin/false - --enable-default-binary - --disable-silent-rules - $(use_with !aqua x) $(use_with aalib aa) $(use_with alsa) diff --git a/media-gfx/gimp/gimp-2.8.22-r2.ebuild b/media-gfx/gimp/gimp-2.8.22-r2.ebuild index 2019f5fca97e..aba75474c081 100644 --- a/media-gfx/gimp/gimp-2.8.22-r2.ebuild +++ b/media-gfx/gimp/gimp-2.8.22-r2.ebuild @@ -75,7 +75,6 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" pkg_setup() { G2CONF="--enable-default-binary \ - --disable-silent-rules \ $(use_with !aqua x) \ $(use_with aalib aa) \ $(use_with alsa) \ diff --git a/media-gfx/gimp/gimp-2.9.8-r1.ebuild b/media-gfx/gimp/gimp-2.9.8-r1.ebuild index 76a5a7bea1a6..1213fde7aff4 100644 --- a/media-gfx/gimp/gimp-2.9.8-r1.ebuild +++ b/media-gfx/gimp/gimp-2.9.8-r1.ebuild @@ -116,10 +116,7 @@ src_configure() { local myconf=( GEGL=${EPREFIX}/usr/bin/gegl-0.3 GDBUS_CODEGEN=${EPREFIX}/bin/false - --enable-default-binary - --disable-silent-rules - $(use_with !aqua x) $(use_with aalib aa) $(use_with alsa) diff --git a/media-libs/gegl/gegl-0.2.0-r6.ebuild b/media-libs/gegl/gegl-0.2.0-r6.ebuild index a5ed72cf6603..a8b67b0bda39 100644 --- a/media-libs/gegl/gegl-0.2.0-r6.ebuild +++ b/media-libs/gegl/gegl-0.2.0-r6.ebuild @@ -121,7 +121,6 @@ src_configure() { # https://bugs.gentoo.org/show_bug.cgi?id=451136 # econf \ - --disable-silent-rules \ --disable-profile \ --without-libspiro \ --disable-docs --disable-workshop \ diff --git a/media-libs/gegl/gegl-0.3.34.ebuild b/media-libs/gegl/gegl-0.3.34.ebuild index f0b3e39ac8c3..6d8e3d45a67c 100644 --- a/media-libs/gegl/gegl-0.3.34.ebuild +++ b/media-libs/gegl/gegl-0.3.34.ebuild @@ -136,7 +136,6 @@ src_configure() { econf \ --disable-docs \ --disable-profile \ - --disable-silent-rules \ --disable-workshop \ --program-suffix=-${SLOT} \ --with-gdk-pixbuf \ diff --git a/media-libs/gegl/gegl-0.4.16.ebuild b/media-libs/gegl/gegl-0.4.16.ebuild index 6db995f70e12..e0e76c54584c 100644 --- a/media-libs/gegl/gegl-0.4.16.ebuild +++ b/media-libs/gegl/gegl-0.4.16.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -113,7 +113,6 @@ src_configure() { --disable-docs # never enable altering of CFLAGS via profile option --disable-profile - --disable-silent-rules # - Parameter --disable-workshop disables any use of Lua, effectivly --disable-workshop --program-suffix=-${SLOT} diff --git a/media-libs/hamlib/hamlib-3.1.ebuild b/media-libs/hamlib/hamlib-3.1.ebuild index a7bc3b024dcb..890f0209c90d 100644 --- a/media-libs/hamlib/hamlib-3.1.ebuild +++ b/media-libs/hamlib/hamlib-3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -66,7 +66,6 @@ src_configure() { $(use_with perl perl-binding) $(use_with python python-binding) $(use_with tcl tcl-binding) - --disable-silent-rules ) autotools-utils_src_configure } diff --git a/media-libs/hamlib/hamlib-3.2.ebuild b/media-libs/hamlib/hamlib-3.2.ebuild index 351a58259c60..bdbd7a2b584c 100644 --- a/media-libs/hamlib/hamlib-3.2.ebuild +++ b/media-libs/hamlib/hamlib-3.2.ebuild @@ -66,7 +66,6 @@ src_configure() { $(use_with perl perl-binding) $(use_with python python-binding) $(use_with tcl tcl-binding) - --disable-silent-rules ) autotools-utils_src_configure } diff --git a/media-libs/libdca/libdca-0.0.5-r3.ebuild b/media-libs/libdca/libdca-0.0.5-r3.ebuild index 93a2bc366d26..793a4fe1a886 100644 --- a/media-libs/libdca/libdca-0.0.5-r3.ebuild +++ b/media-libs/libdca/libdca-0.0.5-r3.ebuild @@ -31,7 +31,6 @@ multilib_src_configure() { append-lfs-flags #328875 ECONF_SOURCE="${S}" econf \ - --disable-dependency-tracking \ $(use_enable debug) \ $(use_enable static-libs static) \ $(use_enable oss) diff --git a/media-libs/libfishsound/libfishsound-1.0.0.ebuild b/media-libs/libfishsound/libfishsound-1.0.0.ebuild index d5fe387728b8..9c9167f6dd94 100644 --- a/media-libs/libfishsound/libfishsound-1.0.0.ebuild +++ b/media-libs/libfishsound/libfishsound-1.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -37,9 +37,7 @@ src_configure() { use flac || myconf="${myconf} --disable-flac" use speex || myconf="${myconf} --disable-speex" - econf \ - --disable-dependency-tracking \ - ${myconf} + econf ${myconf} } src_install() { diff --git a/media-libs/libifp/libifp-1.0.0.2-r1.ebuild b/media-libs/libifp/libifp-1.0.0.2-r1.ebuild index 0e6a83da9e67..c9bb45c9f64b 100644 --- a/media-libs/libifp/libifp-1.0.0.2-r1.ebuild +++ b/media-libs/libifp/libifp-1.0.0.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -28,7 +28,6 @@ src_configure() { use doc || export have_doxygen=no econf \ - --disable-dependency-tracking \ $(use_enable static-libs static) \ $(use_enable examples) \ --with-libusb \ diff --git a/media-libs/libmp3splt/libmp3splt-0.9.2-r1.ebuild b/media-libs/libmp3splt/libmp3splt-0.9.2-r1.ebuild index 0d68ef5a01eb..8c7d738565f9 100644 --- a/media-libs/libmp3splt/libmp3splt-0.9.2-r1.ebuild +++ b/media-libs/libmp3splt/libmp3splt-0.9.2-r1.ebuild @@ -32,7 +32,6 @@ src_prepare() { src_configure() { econf \ - --disable-dependency-tracking \ --disable-static \ $(use_enable pcre) \ $(use_enable flac) \ diff --git a/media-libs/plotutils/plotutils-2.6-r2.ebuild b/media-libs/plotutils/plotutils-2.6-r2.ebuild index 3656dbf26e3f..ae8ee4daa544 100644 --- a/media-libs/plotutils/plotutils-2.6-r2.ebuild +++ b/media-libs/plotutils/plotutils-2.6-r2.ebuild @@ -47,7 +47,6 @@ src_configure() { fi econf \ - --disable-dependency-tracking \ --enable-shared \ --enable-libplotter \ --disable-libxmi \ diff --git a/media-libs/resid/resid-0.16_p2-r1.ebuild b/media-libs/resid/resid-0.16_p2-r1.ebuild index 821b7db6a278..339518007976 100644 --- a/media-libs/resid/resid-0.16_p2-r1.ebuild +++ b/media-libs/resid/resid-0.16_p2-r1.ebuild @@ -34,7 +34,6 @@ src_prepare() { multilib_src_configure() { econf \ $(use_enable static-libs static) \ - --disable-dependency-tracking \ --enable-resid-install \ --enable-shared } diff --git a/media-libs/sdl-gfx/sdl-gfx-2.0.25.ebuild b/media-libs/sdl-gfx/sdl-gfx-2.0.25.ebuild index bb70fbd0442d..9e8dddbdff9f 100644 --- a/media-libs/sdl-gfx/sdl-gfx-2.0.25.ebuild +++ b/media-libs/sdl-gfx/sdl-gfx-2.0.25.ebuild @@ -27,7 +27,6 @@ src_prepare() { multilib_src_configure() { ECONF_SOURCE="${S}" econf \ - --disable-dependency-tracking \ $(use_enable cpu_flags_x86_mmx mmx) \ $(use_enable static-libs static) } diff --git a/media-libs/sdl-gfx/sdl-gfx-2.0.26.ebuild b/media-libs/sdl-gfx/sdl-gfx-2.0.26.ebuild index a785ec3d6742..e0141aadd518 100644 --- a/media-libs/sdl-gfx/sdl-gfx-2.0.26.ebuild +++ b/media-libs/sdl-gfx/sdl-gfx-2.0.26.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -30,7 +30,6 @@ src_prepare() { multilib_src_configure() { ECONF_SOURCE="${S}" econf \ - --disable-dependency-tracking \ $(use_enable cpu_flags_x86_mmx mmx) \ $(use_enable static-libs static) } diff --git a/media-libs/sdl-mixer/sdl-mixer-1.2.12-r4.ebuild b/media-libs/sdl-mixer/sdl-mixer-1.2.12-r4.ebuild index 9e1d72f7543e..c24c05fcb3eb 100644 --- a/media-libs/sdl-mixer/sdl-mixer-1.2.12-r4.ebuild +++ b/media-libs/sdl-mixer/sdl-mixer-1.2.12-r4.ebuild @@ -61,7 +61,6 @@ src_prepare() { multilib_src_configure() { ECONF_SOURCE=${S} \ econf \ - --disable-dependency-tracking \ --disable-music-flac-shared \ --disable-music-fluidsynth-shared \ --disable-music-mod-shared \ diff --git a/media-libs/sdl-net/sdl-net-1.2.8-r1.ebuild b/media-libs/sdl-net/sdl-net-1.2.8-r1.ebuild index 4d5faca8829b..7cbee93304e6 100644 --- a/media-libs/sdl-net/sdl-net-1.2.8-r1.ebuild +++ b/media-libs/sdl-net/sdl-net-1.2.8-r1.ebuild @@ -22,7 +22,6 @@ S=${WORKDIR}/${MY_P} multilib_src_configure() { ECONF_SOURCE="${S}" econf \ - --disable-dependency-tracking \ --disable-gui \ $(use_enable static-libs static) } diff --git a/media-libs/sdl-ttf/sdl-ttf-2.0.11-r1.ebuild b/media-libs/sdl-ttf/sdl-ttf-2.0.11-r1.ebuild index 5b1894fdd075..70a44ce8728a 100644 --- a/media-libs/sdl-ttf/sdl-ttf-2.0.11-r1.ebuild +++ b/media-libs/sdl-ttf/sdl-ttf-2.0.11-r1.ebuild @@ -36,7 +36,6 @@ src_prepare() { multilib_src_configure() { local myeconfargs=( - --disable-dependency-tracking $(use_enable static-libs static) $(use_with X x) ) diff --git a/media-libs/spandsp/spandsp-0.0.6.ebuild b/media-libs/spandsp/spandsp-0.0.6.ebuild index 2900d078f7d2..bdabe752da1a 100644 --- a/media-libs/spandsp/spandsp-0.0.6.ebuild +++ b/media-libs/spandsp/spandsp-0.0.6.ebuild @@ -42,7 +42,6 @@ src_configure() { # from one another. Otherwise, you'd have to do REQUIRED_USE. econf \ - --disable-dependency-tracking \ $(use_enable doc) \ $(use_enable fixed-point) \ $(use_enable cpu_flags_x86_mmx mmx) \ diff --git a/media-plugins/swh-plugins/swh-plugins-0.4.15-r3.ebuild b/media-plugins/swh-plugins/swh-plugins-0.4.15-r3.ebuild index 7c9219066f0b..88acf6e44d88 100644 --- a/media-plugins/swh-plugins/swh-plugins-0.4.15-r3.ebuild +++ b/media-plugins/swh-plugins/swh-plugins-0.4.15-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -59,8 +59,7 @@ multilib_src_configure() { $(use_enable cpu_flags_x86_sse sse) \ $(use_enable cpu_flags_x86_3dnow 3dnow) \ $(use_enable nls) \ - --enable-fast-install \ - --disable-dependency-tracking + --enable-fast-install } pkg_postinst() { diff --git a/media-sound/dvda-author/dvda-author-10.06-r1.ebuild b/media-sound/dvda-author/dvda-author-10.06-r1.ebuild index 57af4246a3b6..965f73db2aae 100644 --- a/media-sound/dvda-author/dvda-author-10.06-r1.ebuild +++ b/media-sound/dvda-author/dvda-author-10.06-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -33,7 +33,6 @@ src_prepare() { src_configure() { econf \ - --disable-dependency-tracking \ --with-config=/etc \ $(use_with debug debug full) } diff --git a/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.125.0.ebuild b/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.125.0.ebuild index b094cc5955cd..e48b7b6831bd 100644 --- a/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.125.0.ebuild +++ b/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.125.0.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit flag-o-matic eutils multilib multilib-minimal +inherit flag-o-matic eutils multilib-minimal DESCRIPTION="A low-latency audio server" HOMEPAGE="http://www.jackaudio.org" @@ -57,8 +57,6 @@ multilib_src_configure() { --disable-firewire \ $(use_enable cpu_flags_x86_sse sse) \ --with-html-dir=/usr/share/doc/${PF} \ - --disable-dependency-tracking \ - --libdir=/usr/$(get_libdir) \ ${myconf} if [ "${ABI}" != "${DEFAULT_ABI}" ] ; then diff --git a/media-sound/mp3splt/mp3splt-2.6.2.ebuild b/media-sound/mp3splt/mp3splt-2.6.2.ebuild index bc6a080f81eb..70287bb74e75 100644 --- a/media-sound/mp3splt/mp3splt-2.6.2.ebuild +++ b/media-sound/mp3splt/mp3splt-2.6.2.ebuild @@ -22,8 +22,7 @@ DEPEND="${RDEPEND} src_configure() { econf \ --enable-oggsplt_symlink \ - $(use_enable flac flacsplt_symlink) \ - --disable-dependency-tracking + $(use_enable flac flacsplt_symlink) } src_install() { diff --git a/media-video/shrip/shrip-0.6.0-r1.ebuild b/media-video/shrip/shrip-0.6.0-r1.ebuild index cfc6ffb404a2..cb6f7bbf2b01 100644 --- a/media-video/shrip/shrip-0.6.0-r1.ebuild +++ b/media-video/shrip/shrip-0.6.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -27,9 +27,7 @@ src_prepare() { } src_configure() { - econf \ - --disable-dependency-tracking \ - $(use_enable nls) + econf $(use_enable nls) } src_install() { diff --git a/media-video/vlc/vlc-3.0.8.ebuild b/media-video/vlc/vlc-3.0.8.ebuild index c67531ccf417..ff05a37e121e 100644 --- a/media-video/vlc/vlc-3.0.8.ebuild +++ b/media-video/vlc/vlc-3.0.8.ebuild @@ -272,7 +272,6 @@ src_prepare() { src_configure() { local myeconfargs=( --disable-aa - --disable-dependency-tracking --disable-optimizations --disable-rpath --disable-update-check diff --git a/media-video/vlc/vlc-3.0.9999.ebuild b/media-video/vlc/vlc-3.0.9999.ebuild index c496201a5ccd..82a971bef812 100644 --- a/media-video/vlc/vlc-3.0.9999.ebuild +++ b/media-video/vlc/vlc-3.0.9999.ebuild @@ -272,7 +272,6 @@ src_prepare() { src_configure() { local myeconfargs=( --disable-aa - --disable-dependency-tracking --disable-optimizations --disable-rpath --disable-update-check diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild index 6eaf6cd072d6..ace48d664597 100644 --- a/media-video/vlc/vlc-9999.ebuild +++ b/media-video/vlc/vlc-9999.ebuild @@ -274,7 +274,6 @@ src_prepare() { src_configure() { local myeconfargs=( - --disable-dependency-tracking --disable-optimizations --disable-rpath --disable-update-check diff --git a/net-dns/libidn/libidn-1.35.ebuild b/net-dns/libidn/libidn-1.35.ebuild index 4210b37cf7de..451f5cc1cc2d 100644 --- a/net-dns/libidn/libidn-1.35.ebuild +++ b/net-dns/libidn/libidn-1.35.ebuild @@ -56,7 +56,6 @@ multilib_src_configure() { $(multilib_native_use_enable mono csharp mono) \ $(use_enable nls) \ $(use_enable static-libs static) \ - --disable-silent-rules \ --disable-valgrind-tests \ --with-lispdir="${EPREFIX}${SITELISP}/${PN}" \ --with-packager-bug-reports="https://bugs.gentoo.org" \ diff --git a/net-dns/libidn2/libidn2-2.1.1a-r1.ebuild b/net-dns/libidn2/libidn2-2.1.1a-r1.ebuild index c2a38b88e310..c67611ebd56b 100644 --- a/net-dns/libidn2/libidn2-2.1.1a-r1.ebuild +++ b/net-dns/libidn2/libidn2-2.1.1a-r1.ebuild @@ -43,8 +43,7 @@ multilib_src_configure() { $(use_enable static-libs static) \ --disable-doc \ --disable-gcc-warnings \ - --disable-gtk-doc \ - --disable-silent-rules + --disable-gtk-doc } multilib_src_install() { diff --git a/net-dns/libidn2/libidn2-2.3.0.ebuild b/net-dns/libidn2/libidn2-2.3.0.ebuild index 423471d58b6e..cd0d6da96bfa 100644 --- a/net-dns/libidn2/libidn2-2.3.0.ebuild +++ b/net-dns/libidn2/libidn2-2.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -43,8 +43,7 @@ multilib_src_configure() { $(use_enable static-libs static) \ --disable-doc \ --disable-gcc-warnings \ - --disable-gtk-doc \ - --disable-silent-rules + --disable-gtk-doc } multilib_src_install() { diff --git a/net-dns/libidn2/libidn2-99999.ebuild b/net-dns/libidn2/libidn2-99999.ebuild index 984e8fbe6c1b..c678e41668b3 100644 --- a/net-dns/libidn2/libidn2-99999.ebuild +++ b/net-dns/libidn2/libidn2-99999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -56,8 +56,7 @@ multilib_src_configure() { $(use_enable static-libs static) \ --disable-doc \ --disable-gcc-warnings \ - --disable-gtk-doc \ - --disable-silent-rules + --disable-gtk-doc } multilib_src_install() { diff --git a/net-dns/pdnsd/pdnsd-1.2.9a-r1.ebuild b/net-dns/pdnsd/pdnsd-1.2.9a-r1.ebuild index b8b063902058..825f04a55574 100644 --- a/net-dns/pdnsd/pdnsd-1.2.9a-r1.ebuild +++ b/net-dns/pdnsd/pdnsd-1.2.9a-r1.ebuild @@ -29,7 +29,6 @@ src_configure() { use urandom && myconf="${myconf} --with-random-device=/dev/urandom" econf \ - --disable-dependency-tracking \ --sysconfdir=/etc/pdnsd \ --with-cachedir=/var/cache/pdnsd \ --with-default-id=pdnsd \ diff --git a/net-fs/netatalk/netatalk-3.1.12.ebuild b/net-fs/netatalk/netatalk-3.1.12.ebuild index 3e812e2ad855..da4f8e1ca7cd 100644 --- a/net-fs/netatalk/netatalk-3.1.12.ebuild +++ b/net-fs/netatalk/netatalk-3.1.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -107,7 +107,6 @@ src_configure() { --with-libevent-lib=/usr/$(get_libdir) --with-bdb=/usr --with-uams-path=/usr/$(get_libdir)/${PN} - --disable-silent-rules --with-init-style=gentoo-openrc --without-libevent --without-tdb diff --git a/net-libs/gupnp-ui/gupnp-ui-0.1.1.ebuild b/net-libs/gupnp-ui/gupnp-ui-0.1.1.ebuild index f75463be4cdb..01c06fadfd32 100644 --- a/net-libs/gupnp-ui/gupnp-ui-0.1.1.ebuild +++ b/net-libs/gupnp-ui/gupnp-ui-0.1.1.ebuild @@ -29,9 +29,7 @@ PATCHES=( ) src_configure() { - econf \ - --disable-dependency-tracking \ - --disable-gtk-doc + econf --disable-gtk-doc } src_install() { diff --git a/net-libs/libesmtp/libesmtp-1.0.6-r3.ebuild b/net-libs/libesmtp/libesmtp-1.0.6-r3.ebuild index 6d17cfa57b38..5e07c50b09ca 100644 --- a/net-libs/libesmtp/libesmtp-1.0.6-r3.ebuild +++ b/net-libs/libesmtp/libesmtp-1.0.6-r3.ebuild @@ -31,7 +31,6 @@ src_prepare() { src_configure() { econf \ - --disable-dependency-tracking \ $(use_enable static-libs static) \ --enable-all \ $(use_enable ntlm) \ diff --git a/net-libs/libnfsidmap/libnfsidmap-0.27.ebuild b/net-libs/libnfsidmap/libnfsidmap-0.27.ebuild index 8f25d649878f..6e45de21adec 100644 --- a/net-libs/libnfsidmap/libnfsidmap-0.27.ebuild +++ b/net-libs/libnfsidmap/libnfsidmap-0.27.ebuild @@ -38,7 +38,6 @@ src_prepare() { src_configure() { local myeconfargs=( - --disable-dependency-tracking $(use_enable static-libs static) $(use_enable ldap) ) diff --git a/net-mail/mu/mu-0.9.18-r2.ebuild b/net-mail/mu/mu-0.9.18-r2.ebuild index 1384e4bd776e..06975fccce4f 100644 --- a/net-mail/mu/mu-0.9.18-r2.ebuild +++ b/net-mail/mu/mu-0.9.18-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -33,7 +33,6 @@ src_prepare() { src_configure() { # Todo: Make a guile USE-flag as soon as >=guile-2 is avaiable - # Note: --disable-silent-rules is included in EAPI-5 econf --disable-guile \ --disable-gtk \ --disable-webkit \ diff --git a/net-mail/mu/mu-1.0.ebuild b/net-mail/mu/mu-1.0.ebuild index 67c1fb0dd25e..608ce7616129 100644 --- a/net-mail/mu/mu-1.0.ebuild +++ b/net-mail/mu/mu-1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -33,7 +33,6 @@ src_prepare() { src_configure() { # Todo: Make a guile USE-flag as soon as >=guile-2 is avaiable - # Note: --disable-silent-rules is included in EAPI-5 econf --disable-guile \ --disable-gtk \ --disable-webkit \ diff --git a/net-misc/icecast/icecast-2.4.4.ebuild b/net-misc/icecast/icecast-2.4.4.ebuild index 0047b2cccc17..9b56924bcfdc 100644 --- a/net-misc/icecast/icecast-2.4.4.ebuild +++ b/net-misc/icecast/icecast-2.4.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -51,8 +51,6 @@ src_prepare() { src_configure() { local myeconfargs=( - --disable-dependency-tracking - --docdir=/usr/share/doc/${PF} --sysconfdir=/etc/icecast2 $(use_enable kate) $(use_enable yp) diff --git a/net-misc/radvd/radvd-2.14.ebuild b/net-misc/radvd/radvd-2.14.ebuild index 8f55c47281ee..10c95d877f76 100644 --- a/net-misc/radvd/radvd-2.14.ebuild +++ b/net-misc/radvd/radvd-2.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -40,7 +40,6 @@ src_prepare() { src_configure() { econf --with-pidfile=/var/run/radvd/radvd.pid \ - --disable-silent-rules \ $(use_with test check) } diff --git a/net-misc/radvd/radvd-2.17-r1.ebuild b/net-misc/radvd/radvd-2.17-r1.ebuild index 4b9d53ef901a..f0fea1c1d0c3 100644 --- a/net-misc/radvd/radvd-2.17-r1.ebuild +++ b/net-misc/radvd/radvd-2.17-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -33,7 +33,6 @@ pkg_setup() { src_configure() { econf --with-pidfile=/run/radvd/radvd.pid \ - --disable-silent-rules \ --with-systemdsystemunitdir=no \ $(use_with test check) } diff --git a/net-misc/radvd/radvd-2.17-r2.ebuild b/net-misc/radvd/radvd-2.17-r2.ebuild index 7ad88c71c468..43a5f5a68013 100644 --- a/net-misc/radvd/radvd-2.17-r2.ebuild +++ b/net-misc/radvd/radvd-2.17-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -37,7 +37,6 @@ pkg_setup() { src_configure() { econf --with-pidfile=/run/radvd/radvd.pid \ - --disable-silent-rules \ --with-systemdsystemunitdir=no \ $(use_with test check) } diff --git a/net-misc/radvd/radvd-2.18.ebuild b/net-misc/radvd/radvd-2.18.ebuild index 083d081966d6..768c32946dbd 100644 --- a/net-misc/radvd/radvd-2.18.ebuild +++ b/net-misc/radvd/radvd-2.18.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -36,7 +36,6 @@ pkg_setup() { src_configure() { econf --with-pidfile=/run/radvd/radvd.pid \ - --disable-silent-rules \ --with-systemdsystemunitdir=no \ $(use_with test check) } diff --git a/net-misc/tigervnc/tigervnc-1.9.0-r1.ebuild b/net-misc/tigervnc/tigervnc-1.9.0-r1.ebuild index 44eb551fcf83..cc9111542258 100644 --- a/net-misc/tigervnc/tigervnc-1.9.0-r1.ebuild +++ b/net-misc/tigervnc/tigervnc-1.9.0-r1.ebuild @@ -131,7 +131,6 @@ src_configure() { --disable-linux-acpi \ --disable-record \ --disable-selective-werror \ - --disable-silent-rules \ --disable-static \ --disable-unit-tests \ --disable-xephyr \ diff --git a/net-p2p/rtorrent/rtorrent-0.9.7-r1.ebuild b/net-p2p/rtorrent/rtorrent-0.9.7-r1.ebuild index d399917e251f..d6c8d7ab36f4 100644 --- a/net-p2p/rtorrent/rtorrent-0.9.7-r1.ebuild +++ b/net-p2p/rtorrent/rtorrent-0.9.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -58,7 +58,6 @@ src_configure() { # configure needs bash or script bombs out on some null shift, bug #291229 CONFIG_SHELL=${BASH} econf \ - --disable-dependency-tracking \ $(use_enable debug) \ $(use_with xmlrpc xmlrpc-c) } diff --git a/net-p2p/rtorrent/rtorrent-0.9.7.ebuild b/net-p2p/rtorrent/rtorrent-0.9.7.ebuild index 065a33969032..6eb4ec073f79 100644 --- a/net-p2p/rtorrent/rtorrent-0.9.7.ebuild +++ b/net-p2p/rtorrent/rtorrent-0.9.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -57,7 +57,6 @@ src_configure() { # configure needs bash or script bombs out on some null shift, bug #291229 CONFIG_SHELL=${BASH} econf \ - --disable-dependency-tracking \ $(use_enable debug) \ $(use_with xmlrpc xmlrpc-c) } diff --git a/net-p2p/rtorrent/rtorrent-0.9.8.ebuild b/net-p2p/rtorrent/rtorrent-0.9.8.ebuild index cfd5c1bf8862..c7f4827b1c19 100644 --- a/net-p2p/rtorrent/rtorrent-0.9.8.ebuild +++ b/net-p2p/rtorrent/rtorrent-0.9.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -52,7 +52,6 @@ src_configure() { # configure needs bash or script bombs out on some null shift, bug #291229 CONFIG_SHELL=${BASH} econf \ - --disable-dependency-tracking \ $(use_enable debug) \ $(use_with xmlrpc xmlrpc-c) } diff --git a/net-proxy/tinyproxy/tinyproxy-1.10.0-r1.ebuild b/net-proxy/tinyproxy/tinyproxy-1.10.0-r1.ebuild index 9dc0d538f5a8..51ab4ab054be 100644 --- a/net-proxy/tinyproxy/tinyproxy-1.10.0-r1.ebuild +++ b/net-proxy/tinyproxy/tinyproxy-1.10.0-r1.ebuild @@ -42,7 +42,6 @@ src_configure() { $(use_enable transparent-proxy transparent) \ $(use_enable upstream-proxy upstream) \ $(use_enable xtinyproxy-header xtinyproxy) \ - --disable-silent-rules \ --localstatedir=/var } diff --git a/net-vpn/tinc/tinc-1.1_pre17.ebuild b/net-vpn/tinc/tinc-1.1_pre17.ebuild index 6eb358d55d46..589684a694b0 100644 --- a/net-vpn/tinc/tinc-1.1_pre17.ebuild +++ b/net-vpn/tinc/tinc-1.1_pre17.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -66,7 +66,6 @@ src_prepare() { src_configure() { econf \ --enable-jumbograms \ - --disable-silent-rules \ --enable-legacy-protocol \ --disable-tunemu \ --with-systemd="$(systemd_get_systemunitdir)" \ diff --git a/sci-electronics/ngspice/ngspice-27-r1.ebuild b/sci-electronics/ngspice/ngspice-27-r1.ebuild index d38410833c7f..ee256f9f179c 100644 --- a/sci-electronics/ngspice/ngspice-27-r1.ebuild +++ b/sci-electronics/ngspice/ngspice-27-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -105,7 +105,6 @@ ngspice_configure() { --enable-xspice \ --enable-cider \ --disable-xgraph \ - --disable-dependency-tracking \ --disable-rpath \ $(use_enable openmp) \ $(use_with fftw fftw3) \ diff --git a/sci-electronics/ngspice/ngspice-27.ebuild b/sci-electronics/ngspice/ngspice-27.ebuild index 8480ac47bc91..44503aaf4bc2 100644 --- a/sci-electronics/ngspice/ngspice-27.ebuild +++ b/sci-electronics/ngspice/ngspice-27.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -74,7 +74,6 @@ src_configure() { --enable-cider \ --enable-ndev \ --disable-xgraph \ - --disable-dependency-tracking \ --disable-rpath \ $(use_enable openmp) \ $(use_with X x) \ diff --git a/sci-electronics/ngspice/ngspice-31-r1.ebuild b/sci-electronics/ngspice/ngspice-31-r1.ebuild index e5e3414ba86b..88d439335b18 100644 --- a/sci-electronics/ngspice/ngspice-31-r1.ebuild +++ b/sci-electronics/ngspice/ngspice-31-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -107,7 +107,6 @@ ngspice_configure() { myeconfargs+=( --enable-xspice --enable-cider - --disable-dependency-tracking --disable-rpath $(use_enable openmp) $(use_with fftw fftw3) diff --git a/sci-electronics/xcircuit/xcircuit-3.7.48.ebuild b/sci-electronics/xcircuit/xcircuit-3.7.48.ebuild index 5d0884acdd7e..84427cbd276f 100644 --- a/sci-electronics/xcircuit/xcircuit-3.7.48.ebuild +++ b/sci-electronics/xcircuit/xcircuit-3.7.48.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -44,7 +44,6 @@ src_prepare() { src_configure() { export loader_run_path="/usr/$(get_libdir)" local myeconfargs=( - --disable-dependency-tracking --with-tcl --with-ngspice ) diff --git a/sci-electronics/xcircuit/xcircuit-3.8.83.ebuild b/sci-electronics/xcircuit/xcircuit-3.8.83.ebuild index 0a9b34650627..d3fb011f9dfb 100644 --- a/sci-electronics/xcircuit/xcircuit-3.8.83.ebuild +++ b/sci-electronics/xcircuit/xcircuit-3.8.83.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -44,7 +44,6 @@ src_prepare() { src_configure() { export loader_run_path="/usr/$(get_libdir)" local myeconfargs=( - --disable-dependency-tracking --with-tcl --with-ngspice ) diff --git a/sys-apps/hwloc/hwloc-1.11.2-r1.ebuild b/sys-apps/hwloc/hwloc-1.11.2-r1.ebuild index 4230766967a0..d4be5c943bbe 100644 --- a/sys-apps/hwloc/hwloc-1.11.2-r1.ebuild +++ b/sys-apps/hwloc/hwloc-1.11.2-r1.ebuild @@ -54,7 +54,6 @@ multilib_src_configure() { export HWLOC_PKG_CONFIG=$(tc-getPKG_CONFIG) #393467 use cuda && local LDFLAGS="${LDFLAGS} -L/opt/cuda/$(get_libdir)" local myeconfargs=( - --disable-silent-rules --docdir="${EPREFIX}"/usr/share/doc/${PF} $(use_enable cairo) $(use_enable cuda) diff --git a/sys-apps/usbguard/usbguard-0.7.6-r1.ebuild b/sys-apps/usbguard/usbguard-0.7.6-r1.ebuild index ec5fcfb642d2..aa7debe0b591 100644 --- a/sys-apps/usbguard/usbguard-0.7.6-r1.ebuild +++ b/sys-apps/usbguard/usbguard-0.7.6-r1.ebuild @@ -52,7 +52,6 @@ src_configure() { $(use_with ldap) $(use_with policykit polkit) $(use_enable systemd) - --disable-dependency-tracking ) econf "${myargs[@]}" diff --git a/sys-auth/fprintd/fprintd-0.8.1-r1.ebuild b/sys-auth/fprintd/fprintd-0.8.1-r1.ebuild index da760b51d700..9a371cd46221 100644 --- a/sys-auth/fprintd/fprintd-0.8.1-r1.ebuild +++ b/sys-auth/fprintd/fprintd-0.8.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -39,7 +39,7 @@ src_prepare() { } src_configure() { - econf --disable-silent-rules \ + econf \ $(use_enable pam) \ $(use_enable static-libs static) \ $(use_enable doc gtk-doc-html) \ diff --git a/sys-auth/fprintd/fprintd-0.8.1.ebuild b/sys-auth/fprintd/fprintd-0.8.1.ebuild index 805e30c92418..f70dff65f81f 100644 --- a/sys-auth/fprintd/fprintd-0.8.1.ebuild +++ b/sys-auth/fprintd/fprintd-0.8.1.ebuild @@ -37,7 +37,7 @@ src_prepare() { } src_configure() { - econf --disable-silent-rules \ + econf \ $(use_enable pam) \ $(use_enable static-libs static) \ $(use_enable doc gtk-doc-html) \ diff --git a/sys-auth/sssd/sssd-1.16.3-r3.ebuild b/sys-auth/sssd/sssd-1.16.3-r3.ebuild index cc419dffd97a..f3cc966874c7 100644 --- a/sys-auth/sssd/sssd-1.16.3-r3.ebuild +++ b/sys-auth/sssd/sssd-1.16.3-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -116,7 +116,6 @@ multilib_src_configure() { --with-nscd --with-unicode-lib="glib2" --disable-rpath - --disable-silent-rules --sbindir=/usr/sbin --without-kcm $(use_with samba libwbclient) diff --git a/sys-auth/sssd/sssd-2.1.0-r1.ebuild b/sys-auth/sssd/sssd-2.1.0-r1.ebuild index 1e5fa63b4082..ce5b4afe5272 100644 --- a/sys-auth/sssd/sssd-2.1.0-r1.ebuild +++ b/sys-auth/sssd/sssd-2.1.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -113,7 +113,6 @@ multilib_src_configure() { --with-nscd --with-unicode-lib="glib2" --disable-rpath - --disable-silent-rules --sbindir=/usr/sbin --without-kcm $(use_with samba libwbclient) diff --git a/sys-auth/sssd/sssd-2.2.0-r1.ebuild b/sys-auth/sssd/sssd-2.2.0-r1.ebuild index 1e5fa63b4082..ce5b4afe5272 100644 --- a/sys-auth/sssd/sssd-2.2.0-r1.ebuild +++ b/sys-auth/sssd/sssd-2.2.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -113,7 +113,6 @@ multilib_src_configure() { --with-nscd --with-unicode-lib="glib2" --disable-rpath - --disable-silent-rules --sbindir=/usr/sbin --without-kcm $(use_with samba libwbclient) diff --git a/sys-auth/sssd/sssd-2.2.2.ebuild b/sys-auth/sssd/sssd-2.2.2.ebuild index 1e5fa63b4082..ce5b4afe5272 100644 --- a/sys-auth/sssd/sssd-2.2.2.ebuild +++ b/sys-auth/sssd/sssd-2.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -113,7 +113,6 @@ multilib_src_configure() { --with-nscd --with-unicode-lib="glib2" --disable-rpath - --disable-silent-rules --sbindir=/usr/sbin --without-kcm $(use_with samba libwbclient) diff --git a/sys-auth/sssd/sssd-2.2.3.ebuild b/sys-auth/sssd/sssd-2.2.3.ebuild index 1e5fa63b4082..ce5b4afe5272 100644 --- a/sys-auth/sssd/sssd-2.2.3.ebuild +++ b/sys-auth/sssd/sssd-2.2.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -113,7 +113,6 @@ multilib_src_configure() { --with-nscd --with-unicode-lib="glib2" --disable-rpath - --disable-silent-rules --sbindir=/usr/sbin --without-kcm $(use_with samba libwbclient) diff --git a/sys-block/parted/parted-3.2-r1.ebuild b/sys-block/parted/parted-3.2-r1.ebuild index daf8c41b8c21..e11c1718e0bb 100644 --- a/sys-block/parted/parted-3.2-r1.ebuild +++ b/sys-block/parted/parted-3.2-r1.ebuild @@ -48,8 +48,7 @@ src_configure() { $(use_enable selinux) \ $(use_enable static-libs static) \ $(use_with readline) \ - --disable-rpath \ - --disable-silent-rules + --disable-rpath } DOCS=( AUTHORS BUGS ChangeLog NEWS README THANKS TODO doc/{API,FAT,USER.jp} ) diff --git a/sys-block/parted/parted-3.2_p23.ebuild b/sys-block/parted/parted-3.2_p23.ebuild index be811be69cf4..23b6fd869b5c 100644 --- a/sys-block/parted/parted-3.2_p23.ebuild +++ b/sys-block/parted/parted-3.2_p23.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -56,8 +56,7 @@ src_configure() { $(use_enable selinux) \ $(use_enable static-libs static) \ $(use_with readline) \ - --disable-rpath \ - --disable-silent-rules + --disable-rpath } DOCS=( AUTHORS BUGS ChangeLog NEWS README THANKS TODO doc/{API,FAT,USER.jp} ) diff --git a/sys-block/parted/parted-3.2_p25.ebuild b/sys-block/parted/parted-3.2_p25.ebuild index abcbbbaedd88..4e4c2d823f4e 100644 --- a/sys-block/parted/parted-3.2_p25.ebuild +++ b/sys-block/parted/parted-3.2_p25.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -56,8 +56,7 @@ src_configure() { $(use_enable selinux) \ $(use_enable static-libs static) \ $(use_with readline) \ - --disable-rpath \ - --disable-silent-rules + --disable-rpath } DOCS=( AUTHORS BUGS ChangeLog NEWS README THANKS TODO doc/{API,FAT,USER.jp} ) diff --git a/sys-block/parted/parted-3.3-r1.ebuild b/sys-block/parted/parted-3.3-r1.ebuild index 4f2c019b732c..aa26a6fbc5b9 100644 --- a/sys-block/parted/parted-3.3-r1.ebuild +++ b/sys-block/parted/parted-3.3-r1.ebuild @@ -48,8 +48,7 @@ src_configure() { $(use_enable selinux) \ $(use_enable static-libs static) \ $(use_with readline) \ - --disable-rpath \ - --disable-silent-rules + --disable-rpath } DOCS=( AUTHORS BUGS ChangeLog NEWS README THANKS TODO doc/{API,FAT,USER.jp} ) diff --git a/sys-block/parted/parted-99999.ebuild b/sys-block/parted/parted-99999.ebuild index a4bb63aa3d01..f107e4023828 100644 --- a/sys-block/parted/parted-99999.ebuild +++ b/sys-block/parted/parted-99999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -51,8 +51,7 @@ src_configure() { $(use_enable static-libs static) \ $(use_with readline) \ --disable-gcc-warnings \ - --disable-rpath \ - --disable-silent-rules + --disable-rpath } DOCS=( AUTHORS BUGS ChangeLog NEWS README THANKS TODO doc/{API,FAT,USER.jp} ) diff --git a/sys-cluster/cluster-glue/cluster-glue-1.0.11.ebuild b/sys-cluster/cluster-glue/cluster-glue-1.0.11.ebuild index 1b4e7d2933cc..0e3f3bd34d57 100644 --- a/sys-cluster/cluster-glue/cluster-glue-1.0.11.ebuild +++ b/sys-cluster/cluster-glue/cluster-glue-1.0.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -54,8 +54,6 @@ src_configure() { $(use_enable libnet) \ $(use_enable static-libs static) \ --disable-fatal-warnings \ - --disable-dependency-tracking \ - --docdir=/usr/share/doc/${PF} \ --localstatedir=/var \ --with-ocf-root=/usr/$(get_libdir)/ocf \ ${myopts} \ diff --git a/sys-cluster/cluster-glue/cluster-glue-1.0.12-r1.ebuild b/sys-cluster/cluster-glue/cluster-glue-1.0.12-r1.ebuild index c067016843b1..ad8181b8ecbb 100644 --- a/sys-cluster/cluster-glue/cluster-glue-1.0.12-r1.ebuild +++ b/sys-cluster/cluster-glue/cluster-glue-1.0.12-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -61,8 +61,6 @@ src_configure() { $(use_enable libnet) \ $(use_enable static-libs static) \ --disable-fatal-warnings \ - --disable-dependency-tracking \ - --docdir=/usr/share/doc/${PF} \ --localstatedir=/var \ --with-ocf-root=/usr/$(get_libdir)/ocf \ ${myopts} \ diff --git a/sys-cluster/cluster-glue/cluster-glue-1.0.12.ebuild b/sys-cluster/cluster-glue/cluster-glue-1.0.12.ebuild index 55d62dcee077..a5c87c155c04 100644 --- a/sys-cluster/cluster-glue/cluster-glue-1.0.12.ebuild +++ b/sys-cluster/cluster-glue/cluster-glue-1.0.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -55,8 +55,6 @@ src_configure() { $(use_enable libnet) \ $(use_enable static-libs static) \ --disable-fatal-warnings \ - --disable-dependency-tracking \ - --docdir=/usr/share/doc/${PF} \ --localstatedir=/var \ --with-ocf-root=/usr/$(get_libdir)/ocf \ ${myopts} \ diff --git a/sys-cluster/glusterfs/glusterfs-4.1.8.ebuild b/sys-cluster/glusterfs/glusterfs-4.1.8.ebuild index f228f9636ade..26ef2c631b2b 100644 --- a/sys-cluster/glusterfs/glusterfs-4.1.8.ebuild +++ b/sys-cluster/glusterfs/glusterfs-4.1.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -102,8 +102,6 @@ src_prepare() { src_configure() { econf \ - --disable-dependency-tracking \ - --disable-silent-rules \ --disable-fusermount \ $(use_enable debug) \ $(use_enable bd-xlator) \ diff --git a/sys-cluster/glusterfs/glusterfs-6.5.ebuild b/sys-cluster/glusterfs/glusterfs-6.5.ebuild index 87b3e519ab27..85b6bebf7113 100644 --- a/sys-cluster/glusterfs/glusterfs-6.5.ebuild +++ b/sys-cluster/glusterfs/glusterfs-6.5.ebuild @@ -92,8 +92,6 @@ src_prepare() { src_configure() { econf \ - --disable-dependency-tracking \ - --disable-silent-rules \ --disable-fusermount \ $(use_enable debug) \ $(use_enable fuse fuse-client) \ diff --git a/sys-cluster/glusterfs/glusterfs-6.7-r1.ebuild b/sys-cluster/glusterfs/glusterfs-6.7-r1.ebuild index d36a647109cf..9635d27bb15d 100644 --- a/sys-cluster/glusterfs/glusterfs-6.7-r1.ebuild +++ b/sys-cluster/glusterfs/glusterfs-6.7-r1.ebuild @@ -99,8 +99,6 @@ src_prepare() { src_configure() { econf \ - --disable-dependency-tracking \ - --disable-silent-rules \ --disable-fusermount \ $(use_enable debug) \ $(use_enable fuse fuse-client) \ diff --git a/sys-cluster/glusterfs/glusterfs-7.2-r1.ebuild b/sys-cluster/glusterfs/glusterfs-7.2-r1.ebuild index d122e64c2265..ea9901f6f53e 100644 --- a/sys-cluster/glusterfs/glusterfs-7.2-r1.ebuild +++ b/sys-cluster/glusterfs/glusterfs-7.2-r1.ebuild @@ -96,8 +96,6 @@ src_prepare() { src_configure() { econf \ - --disable-dependency-tracking \ - --disable-silent-rules \ --disable-fusermount \ $(use_enable debug) \ $(use_enable fuse fuse-client) \ diff --git a/sys-cluster/glusterfs/glusterfs-9999.ebuild b/sys-cluster/glusterfs/glusterfs-9999.ebuild index 4daba19bc765..f4f0006ebc66 100644 --- a/sys-cluster/glusterfs/glusterfs-9999.ebuild +++ b/sys-cluster/glusterfs/glusterfs-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -102,8 +102,6 @@ src_prepare() { src_configure() { econf \ - --disable-dependency-tracking \ - --disable-silent-rules \ --disable-fusermount \ $(use_enable debug) \ $(use_enable bd-xlator) \ diff --git a/sys-cluster/pacemaker/pacemaker-1.1.16.ebuild b/sys-cluster/pacemaker/pacemaker-1.1.16.ebuild index f58cbbd86bea..737be8f19686 100644 --- a/sys-cluster/pacemaker/pacemaker-1.1.16.ebuild +++ b/sys-cluster/pacemaker/pacemaker-1.1.16.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -51,9 +51,7 @@ src_configure() { fi # appends lib to localstatedir automatically econf \ - --libdir=/usr/$(get_libdir) \ --localstatedir=/var \ - --disable-dependency-tracking \ --disable-fatal-warnings \ $(use_with acl) \ --without-cs-quorum \ diff --git a/sys-cluster/pacemaker/pacemaker-1.1.19-r1.ebuild b/sys-cluster/pacemaker/pacemaker-1.1.19-r1.ebuild index 8ad454d732e4..2378565f6dcd 100644 --- a/sys-cluster/pacemaker/pacemaker-1.1.19-r1.ebuild +++ b/sys-cluster/pacemaker/pacemaker-1.1.19-r1.ebuild @@ -46,9 +46,7 @@ src_prepare() { src_configure() { # appends lib to localstatedir automatically local myconf=( - --libdir="/usr/$(get_libdir)" --localstatedir=/var - --disable-dependency-tracking --disable-fatal-warnings --disable-static --without-cs-quorum diff --git a/sys-cluster/pacemaker/pacemaker-1.1.19.ebuild b/sys-cluster/pacemaker/pacemaker-1.1.19.ebuild index eea845a19fe1..0c8299ce0378 100644 --- a/sys-cluster/pacemaker/pacemaker-1.1.19.ebuild +++ b/sys-cluster/pacemaker/pacemaker-1.1.19.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -51,9 +51,7 @@ src_configure() { fi # appends lib to localstatedir automatically econf \ - --libdir=/usr/$(get_libdir) \ --localstatedir=/var \ - --disable-dependency-tracking \ --disable-fatal-warnings \ $(use_with acl) \ --without-cs-quorum \ diff --git a/sys-cluster/resource-agents/resource-agents-3.9.6.ebuild b/sys-cluster/resource-agents/resource-agents-3.9.6.ebuild index 70c075ce6545..fbd5e99fe38e 100644 --- a/sys-cluster/resource-agents/resource-agents-3.9.6.ebuild +++ b/sys-cluster/resource-agents/resource-agents-3.9.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -36,11 +36,8 @@ src_prepare() { src_configure() { econf \ - --disable-dependency-tracking \ --disable-fatal-warnings \ --localstatedir=/var \ - --docdir=/usr/share/doc/${PF} \ - --libdir=/usr/$(get_libdir) \ --with-ocf-root=/usr/$(get_libdir)/ocf \ $(use_enable doc) \ $(use_enable libnet) diff --git a/sys-cluster/resource-agents/resource-agents-4.0.1.ebuild b/sys-cluster/resource-agents/resource-agents-4.0.1.ebuild index dcbb842b6cdc..009b0748efca 100644 --- a/sys-cluster/resource-agents/resource-agents-4.0.1.ebuild +++ b/sys-cluster/resource-agents/resource-agents-4.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -36,11 +36,8 @@ src_prepare() { src_configure() { econf \ - --disable-dependency-tracking \ --disable-fatal-warnings \ --localstatedir=/var \ - --docdir=/usr/share/doc/${PF} \ - --libdir=/usr/$(get_libdir) \ --with-ocf-root=/usr/$(get_libdir)/ocf \ $(use_enable doc) \ $(use_enable libnet) diff --git a/sys-cluster/torque/torque-6.0.4-r1.ebuild b/sys-cluster/torque/torque-6.0.4-r1.ebuild index 93a88643f0d3..456675c959f4 100644 --- a/sys-cluster/torque/torque-6.0.4-r1.ebuild +++ b/sys-cluster/torque/torque-6.0.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -113,7 +113,6 @@ src_configure() { --with-environ=/etc/pbs_environment \ --with-default-server=${PBS_SERVER_NAME} \ --disable-gcc-warnings \ - --disable-silent-rules \ --with-tcp-retry-limit=2 \ --without-loadlibfile } diff --git a/sys-cluster/wulfware/wulfware-2.6.0.ebuild b/sys-cluster/wulfware/wulfware-2.6.0.ebuild index c38cff22bd46..1d6812f51d53 100644 --- a/sys-cluster/wulfware/wulfware-2.6.0.ebuild +++ b/sys-cluster/wulfware/wulfware-2.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -37,7 +37,7 @@ src_prepare() { src_configure() { tc-export CC - econf --disable-dependency-tracking + econf } src_compile() { diff --git a/www-servers/cherokee/cherokee-1.2.104-r1.ebuild b/www-servers/cherokee/cherokee-1.2.104-r1.ebuild index d73f066ac20e..89557f2f8b98 100644 --- a/www-servers/cherokee/cherokee-1.2.104-r1.ebuild +++ b/www-servers/cherokee/cherokee-1.2.104-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -107,7 +107,6 @@ src_configure() { $(use_with ldap) \ $(use_with mysql) \ $(use_with ssl libssl) \ - --disable-dependency-tracking \ --docdir="${EPREFIX}/usr/share/doc/${PF}/html" \ --enable-os-string="Gentoo ${os}" \ --enable-tmpdir="${EPREFIX}/var/tmp" \ diff --git a/x11-libs/cairo/cairo-1.16.0-r3.ebuild b/x11-libs/cairo/cairo-1.16.0-r3.ebuild index 2d3601c7a396..498e3f4cf191 100644 --- a/x11-libs/cairo/cairo-1.16.0-r3.ebuild +++ b/x11-libs/cairo/cairo-1.16.0-r3.ebuild @@ -97,7 +97,6 @@ multilib_src_configure() { ECONF_SOURCE="${S}" \ econf \ - --disable-dependency-tracking \ $(use_with X x) \ $(use_enable X tee) \ $(use_enable X xlib) \ diff --git a/x11-libs/cairo/cairo-9999.ebuild b/x11-libs/cairo/cairo-9999.ebuild index 29d74b12d970..5c02af000a62 100644 --- a/x11-libs/cairo/cairo-9999.ebuild +++ b/x11-libs/cairo/cairo-9999.ebuild @@ -95,7 +95,6 @@ multilib_src_configure() { ECONF_SOURCE="${S}" \ econf \ - --disable-dependency-tracking \ $(use_with X x) \ $(use_enable X tee) \ $(use_enable X xlib) \ diff --git a/x11-libs/gtkdatabox/gtkdatabox-0.9.3.0.ebuild b/x11-libs/gtkdatabox/gtkdatabox-0.9.3.0.ebuild index 9b5ad2d70dda..7e3cc26ba97b 100644 --- a/x11-libs/gtkdatabox/gtkdatabox-0.9.3.0.ebuild +++ b/x11-libs/gtkdatabox/gtkdatabox-0.9.3.0.ebuild @@ -39,7 +39,6 @@ src_configure() { --disable-glade \ $(use_enable static-libs static) \ $(use_enable test gtktest) \ - --disable-dependency-tracking \ --enable-libtool-lock } diff --git a/x11-libs/libfm-extra/libfm-extra-1.2.5.ebuild b/x11-libs/libfm-extra/libfm-extra-1.2.5.ebuild index 6d7836b0ea1d..69258a65c60e 100644 --- a/x11-libs/libfm-extra/libfm-extra-1.2.5.ebuild +++ b/x11-libs/libfm-extra/libfm-extra-1.2.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -58,8 +58,7 @@ src_prepare() { } src_configure() { - econf --sysconfdir="${EPREFIX}/etc" --disable-dependency-tracking \ - --disable-static --with-extra-only + econf --disable-static --with-extra-only } src_install() { diff --git a/x11-libs/libfm-extra/libfm-extra-1.3.1.ebuild b/x11-libs/libfm-extra/libfm-extra-1.3.1.ebuild index b283f140ca1e..23720ac53293 100644 --- a/x11-libs/libfm-extra/libfm-extra-1.3.1.ebuild +++ b/x11-libs/libfm-extra/libfm-extra-1.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -59,8 +59,7 @@ src_prepare() { } src_configure() { - econf --sysconfdir="${EPREFIX}/etc" --disable-dependency-tracking \ - --disable-static --with-extra-only + econf --disable-static --with-extra-only } src_install() { diff --git a/x11-libs/libfm/libfm-1.2.5.ebuild b/x11-libs/libfm/libfm-1.2.5.ebuild index e83944fa6bf8..a94b843ec8e5 100644 --- a/x11-libs/libfm/libfm-1.2.5.ebuild +++ b/x11-libs/libfm/libfm-1.2.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -82,8 +82,6 @@ src_prepare() { src_configure() { econf \ - --sysconfdir="${EPREFIX}/etc" \ - --disable-dependency-tracking \ --disable-static \ $(use_enable examples demo) \ $(use_enable exif) \ diff --git a/x11-libs/libfm/libfm-1.3.1.ebuild b/x11-libs/libfm/libfm-1.3.1.ebuild index 043aed0bea84..1f7612edb4b5 100644 --- a/x11-libs/libfm/libfm-1.3.1.ebuild +++ b/x11-libs/libfm/libfm-1.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -81,8 +81,6 @@ src_prepare() { src_configure() { econf \ - --sysconfdir="${EPREFIX}/etc" \ - --disable-dependency-tracking \ --disable-static \ $(use_enable examples demo) \ $(use_enable exif) \ diff --git a/x11-libs/libfm/libfm-9999.ebuild b/x11-libs/libfm/libfm-9999.ebuild index 5b87cedea7ae..559e07188526 100644 --- a/x11-libs/libfm/libfm-9999.ebuild +++ b/x11-libs/libfm/libfm-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -78,8 +78,6 @@ src_prepare() { src_configure() { econf \ - --sysconfdir="${EPREFIX}/etc" \ - --disable-dependency-tracking \ --disable-static \ $(use_enable examples demo) \ $(use_enable exif) \ diff --git a/x11-misc/redshift/redshift-1.12-r3.ebuild b/x11-misc/redshift/redshift-1.12-r3.ebuild index 609b219706ae..49f09dec435e 100644 --- a/x11-misc/redshift/redshift-1.12-r3.ebuild +++ b/x11-misc/redshift/redshift-1.12-r3.ebuild @@ -41,7 +41,6 @@ src_configure() { use gtk && python_setup econf \ - --disable-silent-rules \ $(use_enable nls) \ --enable-drm \ --enable-randr \ diff --git a/x11-misc/rss-glx/rss-glx-0.9.1-r1.ebuild b/x11-misc/rss-glx/rss-glx-0.9.1-r1.ebuild index 1157f402671d..2faf1cb8c311 100644 --- a/x11-misc/rss-glx/rss-glx-0.9.1-r1.ebuild +++ b/x11-misc/rss-glx/rss-glx-0.9.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -59,7 +59,6 @@ src_configure() { $(use_enable openal sound) \ $(use_with quesoglc) \ --bindir=/usr/$(get_libdir)/misc/xscreensaver \ - --disable-dependency-tracking \ --enable-shared \ --with-configdir=/usr/share/xscreensaver/config } diff --git a/x11-plugins/wmfire/wmfire-1.2.4-r3.ebuild b/x11-plugins/wmfire/wmfire-1.2.4-r3.ebuild index eb4a64478ef2..7058dc5281e5 100644 --- a/x11-plugins/wmfire/wmfire-1.2.4-r3.ebuild +++ b/x11-plugins/wmfire/wmfire-1.2.4-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -35,7 +35,5 @@ src_prepare() { } src_configure() { - econf \ - --disable-dependency-tracking \ - $(use_enable session) + econf $(use_enable session) } diff --git a/x11-themes/gtk-engines-rezlooks/gtk-engines-rezlooks-0.6.ebuild b/x11-themes/gtk-engines-rezlooks/gtk-engines-rezlooks-0.6.ebuild index 9871e3fc7f90..8f1fd5fb0d9e 100644 --- a/x11-themes/gtk-engines-rezlooks/gtk-engines-rezlooks-0.6.ebuild +++ b/x11-themes/gtk-engines-rezlooks/gtk-engines-rezlooks-0.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -31,7 +31,7 @@ src_prepare() { } src_configure() { - econf --disable-dependency-tracking --enable-animation + econf --enable-animation } src_install() { |