mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
*/*: [QA] Remove redundant --disable-{dependency-tracking,silent-rules}
Closes: https://github.com/gentoo/gentoo/pull/14738 Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -29,7 +29,6 @@ src_prepare() {
|
||||
|
||||
src_configure() {
|
||||
local myeconfargs=(
|
||||
--disable-silent-rules
|
||||
$(use_enable debug tracing)
|
||||
)
|
||||
econf "${myeconfargs[@]}"
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -65,7 +65,6 @@ src_prepare() {
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
--disable-dependency-tracking \
|
||||
--disable-update-databases \
|
||||
--disable-xml-catalog-update \
|
||||
$(use_with !gtk3 gtk2) \
|
||||
|
||||
@@ -40,8 +40,7 @@ src_prepare() {
|
||||
src_configure() {
|
||||
econf \
|
||||
$(use_enable nls) \
|
||||
--disable-static \
|
||||
--disable-dependency-tracking
|
||||
--disable-static
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -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')
|
||||
|
||||
@@ -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')
|
||||
|
||||
@@ -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')
|
||||
|
||||
@@ -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')
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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)
|
||||
}
|
||||
|
||||
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
@@ -32,7 +32,6 @@ DEPEND="${RDEPEND}"
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
--disable-dependency-tracking \
|
||||
--disable-static \
|
||||
$(usex cairo "" "--with-pango")
|
||||
}
|
||||
|
||||
@@ -32,7 +32,6 @@ DEPEND="${RDEPEND}"
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
--disable-dependency-tracking \
|
||||
--disable-static \
|
||||
$(usex cairo "" "--with-pango")
|
||||
}
|
||||
|
||||
@@ -40,7 +40,6 @@ PATCHES=(
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
--disable-dependency-tracking \
|
||||
--disable-static \
|
||||
$(usex cairo "" "--with-pango")
|
||||
}
|
||||
|
||||
@@ -33,7 +33,6 @@ DEPEND="${RDEPEND}"
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
--disable-dependency-tracking \
|
||||
--disable-static \
|
||||
$(usex cairo "" "--with-pango")
|
||||
}
|
||||
|
||||
@@ -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) \
|
||||
|
||||
@@ -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} \
|
||||
|
||||
@@ -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} \
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -43,7 +43,6 @@ src_prepare() {
|
||||
|
||||
src_configure() {
|
||||
local myeconfargs=(
|
||||
--disable-dependency-tracking
|
||||
$(use_enable subunit)
|
||||
--docdir="${EPREFIX}/usr/share/doc/${PF}"
|
||||
)
|
||||
|
||||
@@ -45,7 +45,6 @@ src_prepare() {
|
||||
|
||||
multilib_src_configure() {
|
||||
local myeconfargs=(
|
||||
--disable-dependency-tracking
|
||||
$(use_enable subunit)
|
||||
)
|
||||
ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -17,7 +17,6 @@ DEPEND="${RDEPEND}"
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
--disable-dependency-tracking \
|
||||
--disable-demos \
|
||||
--disable-unittest
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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) \
|
||||
|
||||
@@ -30,7 +30,6 @@ multilib_src_configure() {
|
||||
append-flags -Wno-error
|
||||
|
||||
myconf=(
|
||||
--disable-silent-rules
|
||||
--disable-static
|
||||
--with-gtk=2
|
||||
)
|
||||
|
||||
@@ -31,7 +31,6 @@ multilib_src_configure() {
|
||||
append-flags -Wno-error
|
||||
|
||||
myconf=(
|
||||
--disable-silent-rules
|
||||
--disable-static
|
||||
--with-gtk=3
|
||||
)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -26,7 +26,6 @@ src_prepare() {
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
--disable-dependency-tracking \
|
||||
$(use_enable static-libs static) \
|
||||
$(use_enable doc doxygen-html)
|
||||
}
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -25,7 +25,6 @@ src_prepare() {
|
||||
multilib_src_configure() {
|
||||
ECONF_SOURCE=${S} \
|
||||
econf \
|
||||
--disable-dependency-tracking \
|
||||
$(use_enable static-libs static) \
|
||||
$(use_enable nls)
|
||||
}
|
||||
|
||||
@@ -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,"
|
||||
|
||||
@@ -44,8 +44,6 @@ src_prepare() {
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
--disable-dependency-tracking \
|
||||
--docdir="${EPREFIX}/usr/share/doc/${PF}" \
|
||||
$(use_enable gtk3) \
|
||||
$(use_enable vte)
|
||||
}
|
||||
|
||||
@@ -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)
|
||||
)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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) \
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -136,7 +136,6 @@ src_configure() {
|
||||
econf \
|
||||
--disable-docs \
|
||||
--disable-profile \
|
||||
--disable-silent-rules \
|
||||
--disable-workshop \
|
||||
--program-suffix=-${SLOT} \
|
||||
--with-gdk-pixbuf \
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -32,7 +32,6 @@ src_prepare() {
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
--disable-dependency-tracking \
|
||||
--disable-static \
|
||||
$(use_enable pcre) \
|
||||
$(use_enable flac) \
|
||||
|
||||
@@ -47,7 +47,6 @@ src_configure() {
|
||||
fi
|
||||
|
||||
econf \
|
||||
--disable-dependency-tracking \
|
||||
--enable-shared \
|
||||
--enable-libplotter \
|
||||
--disable-libxmi \
|
||||
|
||||
@@ -34,7 +34,6 @@ src_prepare() {
|
||||
multilib_src_configure() {
|
||||
econf \
|
||||
$(use_enable static-libs static) \
|
||||
--disable-dependency-tracking \
|
||||
--enable-resid-install \
|
||||
--enable-shared
|
||||
}
|
||||
|
||||
@@ -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)
|
||||
}
|
||||
|
||||
@@ -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)
|
||||
}
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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)
|
||||
}
|
||||
|
||||
@@ -36,7 +36,6 @@ src_prepare() {
|
||||
|
||||
multilib_src_configure() {
|
||||
local myeconfargs=(
|
||||
--disable-dependency-tracking
|
||||
$(use_enable static-libs static)
|
||||
$(use_with X x)
|
||||
)
|
||||
|
||||
@@ -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) \
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -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)
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -272,7 +272,6 @@ src_prepare() {
|
||||
src_configure() {
|
||||
local myeconfargs=(
|
||||
--disable-aa
|
||||
--disable-dependency-tracking
|
||||
--disable-optimizations
|
||||
--disable-rpath
|
||||
--disable-update-check
|
||||
|
||||
@@ -272,7 +272,6 @@ src_prepare() {
|
||||
src_configure() {
|
||||
local myeconfargs=(
|
||||
--disable-aa
|
||||
--disable-dependency-tracking
|
||||
--disable-optimizations
|
||||
--disable-rpath
|
||||
--disable-update-check
|
||||
|
||||
@@ -274,7 +274,6 @@ src_prepare() {
|
||||
|
||||
src_configure() {
|
||||
local myeconfargs=(
|
||||
--disable-dependency-tracking
|
||||
--disable-optimizations
|
||||
--disable-rpath
|
||||
--disable-update-check
|
||||
|
||||
@@ -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" \
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user