Gentoo Archives: gentoo-commits

From: "Matsuu Takuto (matsuu)" <matsuu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/distcc: distcc-3.0-r3.ebuild distcc-2.18.3-r10.ebuild
Date: Mon, 27 Oct 2008 21:37:09
Message-Id: E1KuZlq-0007kp-Vx@stork.gentoo.org
1 matsuu 08/10/27 21:37:06
2
3 Modified: distcc-3.0-r3.ebuild distcc-2.18.3-r10.ebuild
4 Log:
5 Ditto.
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo x86_64)
7
8 Revision Changes Path
9 1.3 sys-devel/distcc/distcc-3.0-r3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/distcc/distcc-3.0-r3.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/distcc/distcc-3.0-r3.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/distcc/distcc-3.0-r3.ebuild?r1=1.2&r2=1.3
14
15 Index: distcc-3.0-r3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-3.0-r3.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- distcc-3.0-r3.ebuild 27 Oct 2008 21:29:44 -0000 1.2
22 +++ distcc-3.0-r3.ebuild 27 Oct 2008 21:37:06 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-3.0-r3.ebuild,v 1.2 2008/10/27 21:29:44 matsuu Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-3.0-r3.ebuild,v 1.3 2008/10/27 21:37:06 matsuu Exp $
28
29 inherit eutils fdo-mime flag-o-matic multilib toolchain-funcs
30
31 @@ -79,7 +79,7 @@
32 cp "${FILESDIR}/${PV}/conf" "${T}/distccd"
33 if use avahi; then
34 cat >> "${T}/distccd" <<-EOF
35 -
36 +
37 # Enable zeroconf support in distccd
38 DISTCCD_OPTS="\${DISTCCD_OPTS} --zeroconf"
39 EOF
40 @@ -108,10 +108,10 @@
41 fowners distcc:daemon /var/run/distccd
42
43 if use gnome || use gtk; then
44 - einfo "Renaming /usr/bin/distccmon-gnome to /usr/bin/distccmon-gui"
45 - einfo "This is to have a little sensability in naming schemes between distccmon programs"
46 - mv "${D}/usr/bin/distccmon-gnome" "${D}/usr/bin/distccmon-gui" || die
47 - dosym distccmon-gui /usr/bin/distccmon-gnome
48 + einfo "Renaming /usr/bin/distccmon-gnome to /usr/bin/distccmon-gui"
49 + einfo "This is to have a little sensability in naming schemes between distccmon programs"
50 + mv "${D}/usr/bin/distccmon-gnome" "${D}/usr/bin/distccmon-gui" || die
51 + dosym distccmon-gui /usr/bin/distccmon-gnome
52 fi
53
54 if use xinetd; then
55
56
57
58 1.10 sys-devel/distcc/distcc-2.18.3-r10.ebuild
59
60 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r10.ebuild?rev=1.10&view=markup
61 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r10.ebuild?rev=1.10&content-type=text/plain
62 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r10.ebuild?r1=1.9&r2=1.10
63
64 Index: distcc-2.18.3-r10.ebuild
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r10.ebuild,v
67 retrieving revision 1.9
68 retrieving revision 1.10
69 diff -u -r1.9 -r1.10
70 --- distcc-2.18.3-r10.ebuild 17 Aug 2008 03:24:18 -0000 1.9
71 +++ distcc-2.18.3-r10.ebuild 27 Oct 2008 21:37:06 -0000 1.10
72 @@ -1,6 +1,6 @@
73 # Copyright 1999-2008 Gentoo Foundation
74 # Distributed under the terms of the GNU General Public License v2
75 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r10.ebuild,v 1.9 2008/08/17 03:24:18 mr_bones_ Exp $
76 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r10.ebuild,v 1.10 2008/10/27 21:37:06 matsuu Exp $
77
78 # If you change this in any way please email lisa@g.o and make an
79 # entry in the ChangeLog (this means you spanky :P). (2004-04-11) Lisa Seelye
80 @@ -39,13 +39,13 @@
81
82 src_unpack() {
83 unpack ${A}
84 - cd ${S}
85 + cd "${S}"
86
87 # -Wl,--as-needed to close bug #128605
88 - epatch ${FILESDIR}/distcc-as-needed.patch
89 + epatch "${FILESDIR}/distcc-as-needed.patch"
90
91 # See bug #75420 for more multilib stuff
92 - epatch ${FILESDIR}/distcc-gentoo-multilib-r1.patch
93 + epatch "${FILESDIR}/distcc-gentoo-multilib-r1.patch"
94 einfo "Please report to bug #75420 success or failure of this patch."
95 }
96
97 @@ -98,7 +98,7 @@
98 if use gnome || use gtk; then
99 einfo "Renaming /usr/bin/distccmon-gnome to /usr/bin/distccmon-gui"
100 einfo "This is to have a little sensability in naming schemes between distccmon programs"
101 - mv ${D}/usr/bin/distccmon-gnome ${D}/usr/bin/distccmon-gui
102 + mv "${D}/usr/bin/distccmon-gnome" "${D}/usr/bin/distccmon-gui"
103 dosym /usr/bin/distccmon-gui /usr/bin/distccmon-gnome
104 fi
105
106 @@ -138,7 +138,7 @@
107 ewarn "after booting or chrooting into ${ROOT}"
108 fi
109 einfo "Setting permissions on ${ROOT}var/run/distccd"
110 - chown -R distcc:daemon ${ROOT}var/run/distccd
111 + chown -R distcc:daemon "${ROOT}var/run/distccd"
112 echo ""
113
114 einfo "Tips on using distcc with Gentoo can be found at"