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: Tue, 22 Apr 2008 10:57:41
Message-Id: E1JoGBu-0004gc-7j@stork.gentoo.org
1 flameeyes 08/04/22 10:57:38
2
3 Modified: ChangeLog distcc-2.18.3-r12.ebuild
4 Log:
5 Fix building with autoconf 2.62 (error in AC_HELP_STRING parameters), closes bug #218237. Also install documentation in the canonical directory, closes bug #179586.
6 (Portage version: 2.1.5_rc5)
7
8 Revision Changes Path
9 1.171 sys-devel/distcc/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/distcc/ChangeLog?rev=1.171&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/distcc/ChangeLog?rev=1.171&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/distcc/ChangeLog?r1=1.170&r2=1.171
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v
18 retrieving revision 1.170
19 retrieving revision 1.171
20 diff -u -r1.170 -r1.171
21 --- ChangeLog 18 Feb 2008 00:32:03 -0000 1.170
22 +++ ChangeLog 22 Apr 2008 10:57:37 -0000 1.171
23 @@ -1,6 +1,12 @@
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.170 2008/02/18 00:32:03 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.171 2008/04/22 10:57:37 flameeyes Exp $
28 +
29 + 22 Apr 2008; Diego Pettenò <flameeyes@g.o>
30 + files/distcc-avahi-configure.patch, distcc-2.18.3-r12.ebuild:
31 + Fix building with autoconf 2.62 (error in AC_HELP_STRING parameters),
32 + closes bug #218237. Also install documentation in the canonical directory,
33 + closes bug #179586.
34
35 17 Feb 2008; Alexis Ballier <aballier@g.o>
36 distcc-2.18.3-r12.ebuild:
37
38
39
40 1.3 sys-devel/distcc/distcc-2.18.3-r12.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r12.ebuild?rev=1.3&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r12.ebuild?rev=1.3&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r12.ebuild?r1=1.2&r2=1.3
45
46 Index: distcc-2.18.3-r12.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r12.ebuild,v
49 retrieving revision 1.2
50 retrieving revision 1.3
51 diff -u -r1.2 -r1.3
52 --- distcc-2.18.3-r12.ebuild 18 Feb 2008 00:32:04 -0000 1.2
53 +++ distcc-2.18.3-r12.ebuild 22 Apr 2008 10:57:37 -0000 1.3
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2008 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r12.ebuild,v 1.2 2008/02/18 00:32:04 aballier Exp $
58 +# $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 $
59
60 # If you change this in any way please email lisa@g.o and make an
61 # entry in the ChangeLog (this means you spanky :P). (2004-04-11) Lisa Seelye
62 @@ -73,7 +73,7 @@
63 }
64
65 src_compile() {
66 - local myconf="--without-included-popt "
67 + local myconf="--without-included-popt --docdir=/usr/share/doc/${PF}"
68
69 #More legacy stuff?
70 [ `gcc-major-version` -eq 2 ] && filter-lfs-flags
71 @@ -98,8 +98,7 @@
72 src_install() {
73 make DESTDIR="${D%/}" install
74
75 - insinto /usr/share/doc/${PN}
76 - doins "${S}/survey.txt"
77 + dodoc "${S}/survey.txt"
78
79 exeinto /usr/bin
80 doexe "${FILESDIR}/distcc-config"
81
82
83
84 --
85 gentoo-commits@l.g.o mailing list