Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/distcc: ChangeLog distcc-2.18.3-r12.ebuild
Date: Fri, 25 Apr 2008 12:15:21
Message-Id: E1JpMpi-0000dq-TO@stork.gentoo.org
1 flameeyes 08/04/25 12:15:18
2
3 Modified: ChangeLog distcc-2.18.3-r12.ebuild
4 Log:
5 Always run eautoreconf so that --docdir will be always recognised. Depend on autoconf 2.60 at least so that it supports --docdir for sure.
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.172 sys-devel/distcc/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/distcc/ChangeLog?rev=1.172&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/distcc/ChangeLog?rev=1.172&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/distcc/ChangeLog?r1=1.171&r2=1.172
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v
18 retrieving revision 1.171
19 retrieving revision 1.172
20 diff -u -r1.171 -r1.172
21 --- ChangeLog 22 Apr 2008 10:57:37 -0000 1.171
22 +++ ChangeLog 25 Apr 2008 12:15:18 -0000 1.172
23 @@ -1,6 +1,11 @@
24 # ChangeLog for sys-devel/distcc
25 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.171 2008/04/22 10:57:37 flameeyes Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.172 2008/04/25 12:15:18 flameeyes Exp $
28 +
29 + 25 Apr 2008; Diego Pettenò <flameeyes@g.o>
30 + distcc-2.18.3-r12.ebuild:
31 + Always run eautoreconf so that --docdir will be always recognised. Depend
32 + on autoconf 2.60 at least so that it supports --docdir for sure.
33
34 22 Apr 2008; Diego Pettenò <flameeyes@g.o>
35 files/distcc-avahi-configure.patch, distcc-2.18.3-r12.ebuild:
36
37
38
39 1.4 sys-devel/distcc/distcc-2.18.3-r12.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r12.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r12.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r12.ebuild?r1=1.3&r2=1.4
44
45 Index: distcc-2.18.3-r12.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r12.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- distcc-2.18.3-r12.ebuild 22 Apr 2008 10:57:37 -0000 1.3
52 +++ distcc-2.18.3-r12.ebuild 25 Apr 2008 12:15:18 -0000 1.4
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r12.ebuild,v 1.3 2008/04/22 10:57:37 flameeyes Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r12.ebuild,v 1.4 2008/04/25 12:15:18 flameeyes Exp $
58
59 # If you change this in any way please email lisa@g.o and make an
60 # entry in the ChangeLog (this means you spanky :P). (2004-04-11) Lisa Seelye
61 @@ -25,6 +25,7 @@
62 userland_GNU? ( sys-apps/shadow )
63 dev-util/pkgconfig
64 || ( dev-util/unifdef sys-freebsd/freebsd-ubin )
65 + >=sys-devel/autoconf-2.60
66 ${COMMON_DEP}"
67 RDEPEND="
68 gnome? (
69 @@ -68,8 +69,9 @@
70 if use avahi; then
71 epatch "${DISTDIR}/${PN}-2.18-avahi.patch.bz2"
72 epatch "${FILESDIR}/${PN}-avahi-configure.patch"
73 - eautoreconf
74 fi
75 +
76 + eautoreconf
77 }
78
79 src_compile() {
80
81
82
83 --
84 gentoo-commits@l.g.o mailing list