diff options
Diffstat (limited to 'packages/sys-devel')
-rw-r--r-- | packages/sys-devel/distcc/distcc-scm.exheres-0 | 50 | ||||
-rw-r--r-- | packages/sys-devel/qconf/qconf-scm.exheres-0 | 34 |
2 files changed, 42 insertions, 42 deletions
diff --git a/packages/sys-devel/distcc/distcc-scm.exheres-0 b/packages/sys-devel/distcc/distcc-scm.exheres-0 index 55d6b69..b0a56ec 100644 --- a/packages/sys-devel/distcc/distcc-scm.exheres-0 +++ b/packages/sys-devel/distcc/distcc-scm.exheres-0 @@ -16,24 +16,24 @@ HOMEPAGE="http://distcc.org/" PLATFORMS="~amd64 ~x86" MYOPTIONS=" - gnome [[ description = [ Add GNOME 2 support ] ]] - gtk - hardened [[ description = [ Activate default security enhancements for toolchain (gcc, glibc, binutils) ] ]] - ipv6 [[ description = [ Not recommended, great security risk ] ]] - xinetd [[ description = [ Add support for the xinetd super-server ] ]] - zeroconf [[ description = [ Support for DNS Service Discovery (DNS-SD) via net-dns/avahi ] ]] + gnome [[ description = [ Add GNOME 2 support ] ]] + gtk + hardened [[ description = [ Activate default security enhancements for toolchain (gcc, glibc, binutils) ] ]] + ipv6 [[ description = [ Not recommended, great security risk ] ]] + xinetd [[ description = [ Add support for the xinetd super-server ] ]] + zeroconf [[ description = [ Support for DNS Service Discovery (DNS-SD) via net-dns/avahi ] ]] " DEPENDENCIES=" build: dev-lang/python[>=3.1] - build+run: - dev-libs/popt - gnome? ( - gnome-platform/libgnome:2 - gnome-platform/libgnomeui:2 - x11-libs/pango - ) + build+run: + dev-libs/popt + gnome? ( + gnome-platform/libgnome:2 + gnome-platform/libgnomeui:2 + x11-libs/pango + ) gtk? ( x11-libs/gtk+:2 ) xinetd? ( sys-apps/xinetd ) zeroconf? ( net-dns/avahi ) @@ -44,20 +44,20 @@ DEPENDENCIES=" src_prepare() { - expatch "${FILES}/${PN}-3.0-xinetd.patch" - expatch "${FILES}/${PN}-3.2_rc1-socks5.patch" - option hardened && expatch "${FILES}/distcc-hardened.patch" - autotools_src_prepare + expatch "${FILES}/${PN}-3.0-xinetd.patch" + expatch "${FILES}/${PN}-3.2_rc1-socks5.patch" + option hardened && expatch "${FILES}/distcc-hardened.patch" + autotools_src_prepare } src_configure() { - local myconf="--disable-Werror" - option ipv6 && myconf="${myconf} --enable-rfc2553" - econf \ - --disable-auth \ - $(option_with gtk) \ - $(option_with gnome) \ - $(option_with zeroconf avahi) \ - ${myconf} + local myconf="--disable-Werror" + option ipv6 && myconf="${myconf} --enable-rfc2553" + econf \ + --disable-auth \ + $(option_with gtk) \ + $(option_with gnome) \ + $(option_with zeroconf avahi) \ + ${myconf} } diff --git a/packages/sys-devel/qconf/qconf-scm.exheres-0 b/packages/sys-devel/qconf/qconf-scm.exheres-0 index bf94a54..539dc90 100644 --- a/packages/sys-devel/qconf/qconf-scm.exheres-0 +++ b/packages/sys-devel/qconf/qconf-scm.exheres-0 @@ -10,31 +10,31 @@ require qmake [ slot=5 ] require scm-git MYOPTIONS=" - ( - qt4 - qt5 - ) - [[ number-selected = exactly-one ]] + ( + qt4 + qt5 + ) + [[ number-selected = exactly-one ]] " DEPENDENCIES=" - build+run: - qt4? ( x11-libs/qt:4 ) - qt5? ( x11-libs/qtbase:5 ) + build+run: + qt4? ( x11-libs/qt:4 ) + qt5? ( x11-libs/qtbase:5 ) " src_configure() { - option qt4 && QTVERSION=4 - option qt5 && QTVERSION=5 - econf \ - --qtselect="${QTVERSION}" \ - --extraconf=QMAKE_STRIP= \ - --verbose || die - # this currently works only for qt5 - eqmake + option qt4 && QTVERSION=4 + option qt5 && QTVERSION=5 + econf \ + --qtselect="${QTVERSION}" \ + --extraconf=QMAKE_STRIP= \ + --verbose || die + # this currently works only for qt5 + eqmake } src_install() { - default_src_install + default_src_install } |