diff options
author | David Seifert <soap@gentoo.org> | 2020-02-23 15:16:51 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-23 15:16:51 +0100 |
commit | 24d75f9c5369eceacf7fd61ea241f21934545d6b (patch) | |
tree | ea5b16eaaab0d23116edc87a96d9166545e81fc2 /dev-libs | |
parent | net-mail/mailutils: Fix building with GCC 10 (diff) | |
download | gentoo-24d75f9c5369eceacf7fd61ea241f21934545d6b.tar.gz gentoo-24d75f9c5369eceacf7fd61ea241f21934545d6b.tar.bz2 gentoo-24d75f9c5369eceacf7fd61ea241f21934545d6b.zip |
*/*: [QA] Remove redundant --docdir/--htmldir
Closes: https://github.com/gentoo/gentoo/pull/14742
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libatasmart/libatasmart-0.19_p5.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/libclsync/libclsync-0.4.2.ebuild | 1 | ||||
-rw-r--r-- | dev-libs/libdaemon/libdaemon-0.14-r3.ebuild | 1 | ||||
-rw-r--r-- | dev-libs/libpcre2/libpcre2-10.32.ebuild | 1 | ||||
-rw-r--r-- | dev-libs/libpcre2/libpcre2-10.33-r1.ebuild | 1 | ||||
-rw-r--r-- | dev-libs/libpcre2/libpcre2-10.34.ebuild | 1 | ||||
-rw-r--r-- | dev-libs/mongo-c-driver/mongo-c-driver-1.6.2.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/mongo-c-driver/mongo-c-driver-1.8.2.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/mongo-c-driver/mongo-c-driver-1.9.3.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/mpfr/mpfr-4.0.0-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/mpfr/mpfr-4.0.1.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/mpfr/mpfr-4.0.2.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/openct/openct-0.6.20-r4.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/ppl/ppl-1.2-r1.ebuild | 3 | ||||
-rw-r--r-- | dev-libs/uriparser/uriparser-0.9.1.ebuild | 5 |
15 files changed, 18 insertions, 37 deletions
diff --git a/dev-libs/libatasmart/libatasmart-0.19_p5.ebuild b/dev-libs/libatasmart/libatasmart-0.19_p5.ebuild index 3a1a984b101a..449170f19552 100644 --- a/dev-libs/libatasmart/libatasmart-0.19_p5.ebuild +++ b/dev-libs/libatasmart/libatasmart-0.19_p5.ebuild @@ -31,11 +31,7 @@ src_prepare() { } src_configure() { - local myeconfargs=( - --docdir="${EPREFIX}"/usr/share/doc/${PF} - $(use_enable static-libs static) - ) - econf "${myeconfargs[@]}" + econf $(use_enable static-libs static) } src_install() { diff --git a/dev-libs/libclsync/libclsync-0.4.2.ebuild b/dev-libs/libclsync/libclsync-0.4.2.ebuild index 0da70660b854..0dac4bb0c59d 100644 --- a/dev-libs/libclsync/libclsync-0.4.2.ebuild +++ b/dev-libs/libclsync/libclsync-0.4.2.ebuild @@ -40,7 +40,6 @@ src_configure() { use extra-debug && debug_level=2 econf \ - --docdir="${EPREFIX}/usr/share/doc/${PF}" \ --enable-socket-library \ --disable-clsync \ --enable-debug=${debug_level} \ diff --git a/dev-libs/libdaemon/libdaemon-0.14-r3.ebuild b/dev-libs/libdaemon/libdaemon-0.14-r3.ebuild index 3caddc39ff6c..8afbb96151de 100644 --- a/dev-libs/libdaemon/libdaemon-0.14-r3.ebuild +++ b/dev-libs/libdaemon/libdaemon-0.14-r3.ebuild @@ -30,7 +30,6 @@ src_prepare() { multilib_src_configure() { econf \ - --docdir="${EPREFIX}/usr/share/doc/${PF}" \ --localstatedir=/var \ --disable-examples \ --disable-lynx \ diff --git a/dev-libs/libpcre2/libpcre2-10.32.ebuild b/dev-libs/libpcre2/libpcre2-10.32.ebuild index ecbe29ffaa04..9b45a0539d30 100644 --- a/dev-libs/libpcre2/libpcre2-10.32.ebuild +++ b/dev-libs/libpcre2/libpcre2-10.32.ebuild @@ -46,7 +46,6 @@ multilib_src_configure() { local myeconfargs=( --enable-pcre2-8 --enable-shared - --htmldir="${EPREFIX}"/usr/share/doc/${PF}/html --with-match-limit-depth=$(usex recursion-limit 8192 MATCH_LIMIT) $(multilib_native_use_enable bzip2 pcre2grep-libbz2) $(multilib_native_use_enable libedit pcre2test-libedit) diff --git a/dev-libs/libpcre2/libpcre2-10.33-r1.ebuild b/dev-libs/libpcre2/libpcre2-10.33-r1.ebuild index 5dc625424a06..e8f61f2b3516 100644 --- a/dev-libs/libpcre2/libpcre2-10.33-r1.ebuild +++ b/dev-libs/libpcre2/libpcre2-10.33-r1.ebuild @@ -51,7 +51,6 @@ multilib_src_configure() { local myeconfargs=( --enable-pcre2-8 --enable-shared - --htmldir="${EPREFIX}"/usr/share/doc/${PF}/html --with-match-limit-depth=$(usex recursion-limit 8192 MATCH_LIMIT) $(multilib_native_use_enable bzip2 pcre2grep-libbz2) $(multilib_native_use_enable libedit pcre2test-libedit) diff --git a/dev-libs/libpcre2/libpcre2-10.34.ebuild b/dev-libs/libpcre2/libpcre2-10.34.ebuild index 91c82fa3b0a2..c04bb5531392 100644 --- a/dev-libs/libpcre2/libpcre2-10.34.ebuild +++ b/dev-libs/libpcre2/libpcre2-10.34.ebuild @@ -59,7 +59,6 @@ multilib_src_configure() { local myeconfargs=( --enable-pcre2-8 --enable-shared - --htmldir="${EPREFIX}"/usr/share/doc/${PF}/html --with-match-limit-depth=$(usex recursion-limit 8192 MATCH_LIMIT) $(multilib_native_use_enable bzip2 pcre2grep-libbz2) $(multilib_native_use_enable libedit pcre2test-libedit) diff --git a/dev-libs/mongo-c-driver/mongo-c-driver-1.6.2.ebuild b/dev-libs/mongo-c-driver/mongo-c-driver-1.6.2.ebuild index f66b7f0c74b9..574171d957f7 100644 --- a/dev-libs/mongo-c-driver/mongo-c-driver-1.6.2.ebuild +++ b/dev-libs/mongo-c-driver/mongo-c-driver-1.6.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=6 @@ -42,11 +42,11 @@ src_prepare() { } src_configure() { - econf --with-libbson=system \ + econf \ + --with-libbson=system \ --disable-optimizations \ --disable-shm-counters \ --disable-examples \ - --docdir="${EPREFIX}/usr/share/doc/${P}" \ $(use_enable sasl) \ $(use_enable ssl ssl $(usex libressl libressl openssl)) \ $(use_enable debug) \ diff --git a/dev-libs/mongo-c-driver/mongo-c-driver-1.8.2.ebuild b/dev-libs/mongo-c-driver/mongo-c-driver-1.8.2.ebuild index 1c81a8f60b99..044a37200616 100644 --- a/dev-libs/mongo-c-driver/mongo-c-driver-1.8.2.ebuild +++ b/dev-libs/mongo-c-driver/mongo-c-driver-1.8.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=6 @@ -43,13 +43,13 @@ src_prepare() { } src_configure() { - econf --with-libbson=system \ + econf \ + --with-libbson=system \ --with-snappy=system \ --with-zlib=system \ --disable-optimizations \ --disable-shm-counters \ --disable-examples \ - --docdir="${EPREFIX}/usr/share/doc/${P}" \ $(use_enable sasl) \ $(use_enable ssl ssl $(usex libressl libressl openssl)) \ $(use_enable debug) \ diff --git a/dev-libs/mongo-c-driver/mongo-c-driver-1.9.3.ebuild b/dev-libs/mongo-c-driver/mongo-c-driver-1.9.3.ebuild index ab6b5baaaf37..9bc7a5d5f33b 100644 --- a/dev-libs/mongo-c-driver/mongo-c-driver-1.9.3.ebuild +++ b/dev-libs/mongo-c-driver/mongo-c-driver-1.9.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=6 @@ -43,13 +43,13 @@ src_prepare() { } src_configure() { - econf --with-libbson=system \ + econf \ + --with-libbson=system \ --with-snappy=system \ --with-zlib=system \ --disable-optimizations \ --disable-shm-counters \ --disable-examples \ - --docdir="${EPREFIX}/usr/share/doc/${P}" \ $(use_enable sasl) \ $(use_enable ssl ssl $(usex libressl libressl openssl)) \ $(use_enable debug) \ diff --git a/dev-libs/mpfr/mpfr-4.0.0-r1.ebuild b/dev-libs/mpfr/mpfr-4.0.0-r1.ebuild index e17798a663b1..578353773d4c 100644 --- a/dev-libs/mpfr/mpfr-4.0.0-r1.ebuild +++ b/dev-libs/mpfr/mpfr-4.0.0-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 @@ -41,9 +41,7 @@ multilib_src_configure() { # Make sure mpfr doesn't go probing toolchains it shouldn't #476336#19 ECONF_SOURCE=${S} \ user_redefine_cc=yes \ - econf \ - --docdir="\$(datarootdir)/doc/${PF}" \ - $(use_enable static-libs static) + econf $(use_enable static-libs static) } multilib_src_install_all() { diff --git a/dev-libs/mpfr/mpfr-4.0.1.ebuild b/dev-libs/mpfr/mpfr-4.0.1.ebuild index e17798a663b1..578353773d4c 100644 --- a/dev-libs/mpfr/mpfr-4.0.1.ebuild +++ b/dev-libs/mpfr/mpfr-4.0.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=6 @@ -41,9 +41,7 @@ multilib_src_configure() { # Make sure mpfr doesn't go probing toolchains it shouldn't #476336#19 ECONF_SOURCE=${S} \ user_redefine_cc=yes \ - econf \ - --docdir="\$(datarootdir)/doc/${PF}" \ - $(use_enable static-libs static) + econf $(use_enable static-libs static) } multilib_src_install_all() { diff --git a/dev-libs/mpfr/mpfr-4.0.2.ebuild b/dev-libs/mpfr/mpfr-4.0.2.ebuild index eccdc09a8c68..d20f026b1fe5 100644 --- a/dev-libs/mpfr/mpfr-4.0.2.ebuild +++ b/dev-libs/mpfr/mpfr-4.0.2.ebuild @@ -41,9 +41,7 @@ multilib_src_configure() { # Make sure mpfr doesn't go probing toolchains it shouldn't #476336#19 ECONF_SOURCE=${S} \ user_redefine_cc=yes \ - econf \ - --docdir="\$(datarootdir)/doc/${PF}" \ - $(use_enable static-libs static) + econf $(use_enable static-libs static) } multilib_src_install_all() { diff --git a/dev-libs/openct/openct-0.6.20-r4.ebuild b/dev-libs/openct/openct-0.6.20-r4.ebuild index a56bda771ccb..fbc214e2fde2 100644 --- a/dev-libs/openct/openct-0.6.20-r4.ebuild +++ b/dev-libs/openct/openct-0.6.20-r4.ebuild @@ -30,8 +30,6 @@ src_configure() { use debug && append-cppflags -DDEBUG_IFDH econf \ - --docdir="/usr/share/doc/${PF}" \ - --htmldir="/usr/share/doc/${PF}/html" \ --localstatedir=/var \ --with-udev="$(get_udevdir)" \ --enable-non-privileged \ diff --git a/dev-libs/ppl/ppl-1.2-r1.ebuild b/dev-libs/ppl/ppl-1.2-r1.ebuild index f522c2384bc9..12b2ca6d0371 100644 --- a/dev-libs/ppl/ppl-1.2-r1.ebuild +++ b/dev-libs/ppl/ppl-1.2-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" @@ -24,7 +24,6 @@ src_configure() { local interfaces=( c ) use cxx && interfaces+=( cxx ) econf \ - --docdir="${EPREFIX}"/usr/share/doc/${PF} \ --disable-debugging \ --disable-optimization \ $(use_enable doc documentation) \ diff --git a/dev-libs/uriparser/uriparser-0.9.1.ebuild b/dev-libs/uriparser/uriparser-0.9.1.ebuild index b7f5ae2164e9..e5976afb480f 100644 --- a/dev-libs/uriparser/uriparser-0.9.1.ebuild +++ b/dev-libs/uriparser/uriparser-0.9.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 @@ -28,8 +28,7 @@ src_configure() { $(use_enable test) \ --enable-char \ $(use_enable unicode wchar_t) \ - $(use_enable doc) \ - --docdir=/usr/share/doc/${PF}/ + $(use_enable doc) } src_install() { |