From: "Benda XU" <heroxbd@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/distcc/
Date: Tue, 20 Mar 2018 13:24:07 +0000 (UTC) [thread overview]
Message-ID: <1521552230.957d5f5efb896a9fdff5320fde6c579d609e8b4a.heroxbd@gentoo> (raw)
commit: 957d5f5efb896a9fdff5320fde6c579d609e8b4a
Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 20 13:23:27 2018 +0000
Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Tue Mar 20 13:23:50 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=957d5f5e
sys-devel/distcc: version bump to 3.3.
Closes: https://bugs.gentoo.org/525838
Closes: https://bugs.gentoo.org/573064
Closes: https://bugs.gentoo.org/650704
Package-Manager: Portage-2.3.24, Repoman-2.3.6
sys-devel/distcc/Manifest | 1 +
sys-devel/distcc/distcc-3.3.ebuild | 193 +++++++++++++++++++++++++++++++++++++
2 files changed, 194 insertions(+)
diff --git a/sys-devel/distcc/Manifest b/sys-devel/distcc/Manifest
index ecdcbfcbdb0..fecfec3da50 100644
--- a/sys-devel/distcc/Manifest
+++ b/sys-devel/distcc/Manifest
@@ -1,2 +1,3 @@
DIST distcc-3.1.tar.bz2 588820 BLAKE2B fbd00a9cf8af0b2a0c901a60086901e505d9859827a8249ed7937cb8298fc946f6f72470e40dba17e143dbf1525cb0aef4deec3d083268d608f24f1447301df0 SHA512 0ca7167309badf5d36d2783bab398295b52c43fde0355cf1902032c70b27fc40c21729c98af0ee4c0aeea0c48755e4626308e9385d938b7822de27cdb048e7bd
DIST distcc-3.2rc1.tar.bz2 609904 BLAKE2B e6b928f3b9231524d37bdf86b39cd6a3601b6cdb1e03d913ae562286794240b4dd364d5d01da2176f9bb440809b166b4b877443459751adf8bd3ecf92ceb8476 SHA512 98b2e8423d724bbb6a615d946d170441a8e293310785f867d7a277b318c043a37b0af39ae8ed1f7a0667803de9db1d1925199bad85130cf9bd9cb347635125ee
+DIST distcc-3.3.tar.gz 1171281 BLAKE2B f637cacbfdaaca6efb56e912de55fcfa49e3fffcb8f34649e339f16376250e18a20d30281a46f207992c0b300c726427a3ad5a77bd8976d2993f8f49b9b6b970 SHA512 459c175c8ac905bc70299e77ac11b6d24782bd69c9152126249c9af8fbb4c269e6f7317b02abf50cf6cc0405dd0f887e803320e19dc528a19c4c488640c615dc
diff --git a/sys-devel/distcc/distcc-3.3.ebuild b/sys-devel/distcc/distcc-3.3.ebuild
new file mode 100644
index 00000000000..b79f9b9f756
--- /dev/null
+++ b/sys-devel/distcc/distcc-3.3.ebuild
@@ -0,0 +1,193 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{5,6} )
+
+inherit autotools flag-o-matic python-single-r1 systemd toolchain-funcs user xdg-utils
+
+MY_P="${P/_}"
+DESCRIPTION="Distribute compilation of C code across several machines on a network"
+HOMEPAGE="http://distcc.org/"
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="gnome gssapi gtk hardened ipv6 selinux xinetd zeroconf"
+
+RESTRICT="test"
+
+CDEPEND="${PYTHON_DEPS}
+ dev-libs/popt
+ gnome? (
+ >=gnome-base/libgnome-2
+ >=gnome-base/libgnomeui-2
+ x11-libs/gtk+:2
+ x11-libs/pango
+ )
+ gssapi? ( net-libs/libgssglue )
+ gtk? ( x11-libs/gtk+:2 )
+ zeroconf? ( >=net-dns/avahi-0.6[dbus] )
+"
+DEPEND="${CDEPEND}
+ sys-libs/binutils-libs
+ virtual/pkgconfig"
+RDEPEND="${CDEPEND}
+ !net-misc/pump
+ dev-util/shadowman
+ >=sys-devel/gcc-config-1.4.1
+ selinux? ( sec-policy/selinux-distcc )
+ xinetd? ( sys-apps/xinetd )"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+S="${WORKDIR}/${MY_P}"
+
+pkg_setup() {
+ enewuser distcc 240 -1 -1 daemon
+ python-single-r1_pkg_setup
+
+ DCCC_PATH="/usr/$(get_libdir)/distcc/bin"
+ DISTCC_VERBOSE="0"
+}
+
+src_prepare() {
+ eapply "${FILESDIR}/${PN}-3.0-xinetd.patch"
+ # bug #255188
+ eapply "${FILESDIR}/${PN}-3.2_rc1-freedesktop.patch"
+ # SOCKSv5 support needed for Portage, bug #537616
+ eapply "${FILESDIR}/${PN}-3.2_rc1-socks5.patch"
+ eapply_user
+
+ # Bugs #120001, #167844 and probably more. See patch for description.
+ use hardened && eapply "${FILESDIR}/distcc-hardened.patch"
+
+ sed -i \
+ -e "/PATH/s:\$distcc_location:${EPREFIX}${DCCC_PATH}:" \
+ -e "s:@PYTHON@:${EPYTHON}:" \
+ pump.in || die "sed failed"
+
+ sed \
+ -e "s:@EPREFIX@:${EPREFIX:-/}:" \
+ -e "s:@libdir@:/usr/$(get_libdir):" \
+ "${FILESDIR}/3.2/distcc-config" > "${T}/distcc-config" || die
+
+ eaclocal -Im4 --output=aclocal.m4
+ eautoconf
+}
+
+src_configure() {
+ local myconf="--disable-Werror"
+
+ # --disable-rfc2553 b0rked, bug #254176
+ use ipv6 && myconf="${myconf} --enable-rfc2553"
+
+ econf \
+ $(use_with gtk) \
+ $(use_with gnome) \
+ $(use_with gssapi auth) \
+ $(use_with zeroconf avahi) \
+ ${myconf}
+}
+
+src_install() {
+ default
+ python_optimize
+
+ newinitd "${FILESDIR}/3.2/init" distccd
+ systemd_dounit "${FILESDIR}/distccd.service"
+ systemd_install_serviced "${FILESDIR}/distccd.service.conf"
+
+ cp "${FILESDIR}/3.2/conf" "${T}/distccd" || die
+ if use zeroconf; then
+ cat >> "${T}/distccd" <<-EOF || die
+
+ # Enable zeroconf support in distccd
+ DISTCCD_OPTS="\${DISTCCD_OPTS} --zeroconf"
+ EOF
+
+ sed -i '/ExecStart/ s|$| --zeroconf|' "${D}$(systemd_get_systemunitdir)"/distccd.service || die
+ fi
+ doconfd "${T}/distccd" || die
+
+ cat > "${T}/02distcc" <<-EOF || die
+ # This file is managed by distcc-config; use it to change these settings.
+ # DISTCC_LOG and DISTCC_DIR should not be set.
+ DISTCC_VERBOSE="${DISTCC_VERBOSE:-0}"
+ DISTCC_FALLBACK="${DISTCC_FALLBACK:-1}"
+ DISTCC_SAVE_TEMPS="${DISTCC_SAVE_TEMPS:-0}"
+ DISTCC_TCP_CORK="${DISTCC_TCP_CORK}"
+ DISTCC_SSH="${DISTCC_SSH}"
+ UNCACHED_ERR_FD="${UNCACHED_ERR_FD}"
+ DISTCC_ENABLE_DISCREPANCY_EMAIL="${DISTCC_ENABLE_DISCREPANCY_EMAIL}"
+ DCC_EMAILLOG_WHOM_TO_BLAME="${DCC_EMAILLOG_WHOM_TO_BLAME}"
+ EOF
+ doenvd "${T}/02distcc" || die
+
+ keepdir "${DCCC_PATH}" || die
+
+ dobin "${T}/distcc-config" || die
+
+ if use gnome || use gtk; then
+ einfo "Renaming /usr/bin/distccmon-gnome to /usr/bin/distccmon-gui"
+ einfo "This is to have a little sensability in naming schemes between distccmon programs"
+ mv "${ED}/usr/bin/distccmon-gnome" "${ED}/usr/bin/distccmon-gui" || die
+ dosym distccmon-gui /usr/bin/distccmon-gnome || die
+ fi
+
+ if use xinetd; then
+ insinto /etc/xinetd.d || die
+ newins "doc/example/xinetd" distcc || die
+ fi
+
+ insinto /usr/share/shadowman/tools
+ newins - distcc <<<"${EPREFIX}${DCCC_PATH}"
+
+ rm -r "${ED}/etc/default" || die
+ rm "${ED}/etc/distcc/clients.allow" || die
+ rm "${ED}/etc/distcc/commands.allow.sh" || die
+}
+
+pkg_postinst() {
+ if [[ ${ROOT} == / ]]; then
+ eselect compiler-shadow update distcc
+ fi
+
+ use gnome && xdg_desktop_database_update
+
+ elog
+ elog "Tips on using distcc with Gentoo can be found at"
+ elog "https://wiki.gentoo.org/wiki/Distcc"
+ elog
+ elog "How to use pump mode with Gentoo:"
+ elog "# distcc-config --set-hosts \"foo,cpp,lzo bar,cpp,lzo baz,cpp,lzo\""
+ elog "# echo 'FEATURES=\"\${FEATURES} distcc distcc-pump\"' >> /etc/portage/make.conf"
+ elog "# emerge -u world"
+ elog
+ elog "To use the distccmon programs with Gentoo you should use this command:"
+ elog "# DISTCC_DIR=\"${DISTCC_DIR:-${BUILD_PREFIX}/.distcc}\" distccmon-text 5"
+
+ if use gnome || use gtk; then
+ elog "Or:"
+ elog "# DISTCC_DIR=\"${DISTCC_DIR:-${BUILD_PREFIX}/.distcc}\" distccmon-gnome"
+ fi
+
+ elog
+ elog "***SECURITY NOTICE***"
+ elog "Since distcc-3.3, whitelist is used for what distccd could execute. The whilelist"
+ elog "has to be generated manually by invoking `update-distcc-symlinks`. To revert"
+ elog "to the old behavior, you need to pass --make-me-a-botnet to distccd in"
+ elog "/etc/conf.d/distccd. Cf. https://github.com/distcc/distcc/pull/243."
+}
+
+pkg_prerm() {
+ if [[ -z ${REPLACED_BY_VERSION} && ${ROOT} == / ]]; then
+ eselect compiler-shadow remove distcc
+ fi
+}
+
+pkg_postrm() {
+ use gnome && xdg_desktop_database_update
+}
next reply other threads:[~2018-03-20 13:24 UTC|newest]
Thread overview: 130+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-20 13:24 Benda XU [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-03 16:19 [gentoo-commits] repo/gentoo:master commit in: sys-devel/distcc/ Mike Gilbert
2024-10-12 15:56 Mike Gilbert
2024-10-07 19:18 Mike Gilbert
2024-05-29 12:15 Sam James
2024-05-29 11:47 Sam James
2024-05-29 6:26 Jakov Smolić
2024-05-28 17:01 Sam James
2024-05-27 17:24 Michał Górny
2023-07-04 22:42 Sam James
2023-07-04 22:42 Sam James
2023-07-04 22:42 Sam James
2023-07-04 22:42 Sam James
2023-07-04 22:42 Sam James
2023-07-04 22:42 Sam James
2023-07-04 22:42 Sam James
2023-04-08 13:30 Michał Górny
2023-01-13 9:32 Sam James
2022-09-01 17:54 Matt Turner
2022-06-23 6:42 Agostino Sarubbo
2022-06-23 5:59 Agostino Sarubbo
2022-06-22 13:25 Agostino Sarubbo
2022-06-22 13:23 Agostino Sarubbo
2022-06-22 13:22 Agostino Sarubbo
2022-06-22 5:49 Agostino Sarubbo
2022-06-21 15:25 Agostino Sarubbo
2022-05-31 7:19 Michał Górny
2021-08-12 17:36 Michał Górny
2021-07-08 3:53 Sam James
2021-07-06 1:48 Sam James
2021-07-05 6:58 Agostino Sarubbo
2021-07-03 1:32 Sam James
2021-07-03 1:30 Sam James
2021-07-03 1:28 Sam James
2021-05-28 15:36 Marek Szuba
2021-05-11 19:23 Michał Górny
2021-02-25 13:55 Michał Górny
2021-02-25 13:47 Sam James
2021-02-21 7:29 Sam James
2021-02-19 17:21 Sam James
2021-02-19 16:11 Sam James
2021-02-19 3:43 Sam James
2021-02-19 2:54 Sam James
2021-02-19 2:45 Sam James
2021-02-19 1:51 Thomas Deutschmann
2021-01-04 11:49 Michał Górny
2020-06-05 13:57 Michał Górny
2020-05-31 9:44 Michał Górny
2020-05-31 9:44 Michał Górny
2020-05-31 9:44 Michał Górny
2020-05-31 9:44 Michał Górny
2020-03-18 19:43 Rick Farina
2019-12-29 20:51 Michał Górny
2019-09-21 7:23 Matt Turner
2019-09-20 6:39 Sergei Trofimovich
2019-09-13 18:27 Mikle Kolyada
2019-09-09 6:02 Agostino Sarubbo
2019-09-09 5:54 Agostino Sarubbo
2019-09-09 1:13 Aaron Bauman
2019-09-08 19:15 Thomas Deutschmann
2019-09-08 18:30 Sergei Trofimovich
2019-09-08 18:26 Sergei Trofimovich
2019-09-08 18:21 Sergei Trofimovich
2019-09-08 10:22 Agostino Sarubbo
2019-08-14 23:04 Michał Górny
2019-06-01 8:14 Sergei Trofimovich
2019-04-13 0:37 Aaron Bauman
2019-04-10 15:07 Michał Górny
2019-04-08 6:54 Mikle Kolyada
2019-03-16 22:55 Sergei Trofimovich
2019-03-16 21:57 Sergei Trofimovich
2019-03-16 14:06 Mikle Kolyada
2019-03-15 23:14 Mikle Kolyada
2019-03-12 17:06 Mikle Kolyada
2019-03-11 22:42 Sergei Trofimovich
2019-03-10 22:17 Sergei Trofimovich
2019-02-16 13:31 Mikle Kolyada
2019-02-16 13:31 Mikle Kolyada
2019-02-16 13:31 Mikle Kolyada
2019-02-12 12:42 Mikle Kolyada
2019-02-12 12:42 Mikle Kolyada
2019-02-12 12:42 Mikle Kolyada
2018-12-16 10:00 Michał Górny
2018-12-09 8:35 Georgy Yakovlev
2018-12-09 8:35 Georgy Yakovlev
2018-12-09 8:04 Georgy Yakovlev
2018-12-08 17:53 Michał Górny
2018-12-02 16:32 Michał Górny
2018-12-02 8:38 Michał Górny
2018-12-02 8:38 Michał Górny
2018-12-02 8:38 Michał Górny
2018-12-02 8:38 Michał Górny
2018-12-02 8:38 Michał Górny
2018-12-02 8:38 Michał Górny
2018-12-02 8:38 Michał Górny
2018-04-13 4:25 Benda XU
2018-03-28 4:22 Matt Turner
2018-03-28 4:22 Matt Turner
2018-03-20 15:23 Jeroen Roovers
2018-03-20 14:47 Benda XU
2018-03-20 13:55 Benda XU
2018-03-17 21:42 Matt Turner
2018-03-17 21:42 Matt Turner
2018-03-17 19:45 Matt Turner
2018-03-11 22:20 Sergei Trofimovich
2018-03-11 6:08 Matt Turner
2018-01-06 20:13 Markus Meier
2018-01-06 18:34 Sergei Trofimovich
2017-10-02 5:51 Benda XU
2017-08-26 16:10 Michał Górny
2017-08-26 13:37 Michał Górny
2017-08-26 13:37 Michał Górny
2017-08-26 13:37 Michał Górny
2017-08-17 7:44 Michał Górny
2017-03-13 4:51 Mike Frysinger
2017-02-24 21:45 Michael Weber
2016-10-02 12:37 Pacho Ramos
2016-06-12 9:12 Benda XU
2015-11-18 9:37 Sergey Popov
2015-11-16 14:19 Agostino Sarubbo
2015-11-05 20:58 Markus Meier
2015-11-05 11:20 Agostino Sarubbo
2015-11-03 16:18 Agostino Sarubbo
2015-11-01 14:56 Tobias Klausmann
2015-10-30 10:15 Agostino Sarubbo
2015-10-28 13:36 Justin Lecher
2015-10-27 12:18 Agostino Sarubbo
2015-10-24 6:39 Jeroen Roovers
2015-10-22 15:39 Sergey Popov
2015-10-22 14:53 Sergey Popov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1521552230.957d5f5efb896a9fdff5320fde6c579d609e8b4a.heroxbd@gentoo \
--to=heroxbd@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox