summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-22 17:42:31 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-22 17:42:31 +0100
commit5e41197efe34dac896151dc6d5731e0835b7841b (patch)
tree04718ce9e1b0899306f5b09bf8dfb844f5655fc7 /sys-cluster
parentdev-lang/php: stable 7.3.15 for sparc, bug #710304 (diff)
downloadgentoo-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>
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/cluster-glue/cluster-glue-1.0.11.ebuild4
-rw-r--r--sys-cluster/cluster-glue/cluster-glue-1.0.12-r1.ebuild4
-rw-r--r--sys-cluster/cluster-glue/cluster-glue-1.0.12.ebuild4
-rw-r--r--sys-cluster/glusterfs/glusterfs-4.1.8.ebuild4
-rw-r--r--sys-cluster/glusterfs/glusterfs-6.5.ebuild2
-rw-r--r--sys-cluster/glusterfs/glusterfs-6.7-r1.ebuild2
-rw-r--r--sys-cluster/glusterfs/glusterfs-7.2-r1.ebuild2
-rw-r--r--sys-cluster/glusterfs/glusterfs-9999.ebuild4
-rw-r--r--sys-cluster/pacemaker/pacemaker-1.1.16.ebuild4
-rw-r--r--sys-cluster/pacemaker/pacemaker-1.1.19-r1.ebuild2
-rw-r--r--sys-cluster/pacemaker/pacemaker-1.1.19.ebuild4
-rw-r--r--sys-cluster/resource-agents/resource-agents-3.9.6.ebuild5
-rw-r--r--sys-cluster/resource-agents/resource-agents-4.0.1.ebuild5
-rw-r--r--sys-cluster/torque/torque-6.0.4-r1.ebuild3
-rw-r--r--sys-cluster/wulfware/wulfware-2.6.0.ebuild4
15 files changed, 12 insertions, 41 deletions
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() {