Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/icecream: icecream-0.9.7.ebuild ChangeLog
Date: Fri, 13 Jan 2012 18:46:37
Message-Id: 20120113184625.EFA612004C@flycatcher.gentoo.org
1 xarthisius 12/01/13 18:46:25
2
3 Modified: icecream-0.9.7.ebuild ChangeLog
4 Log:
5 Fix autoreconf with >=automake-1.11.2 wrt bug #397715 by Jason Mours <jason.mours@×××××××.net>
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sys-devel/icecream/icecream-0.9.7.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/icecream/icecream-0.9.7.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/icecream/icecream-0.9.7.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/icecream/icecream-0.9.7.ebuild?r1=1.1&r2=1.2
15
16 Index: icecream-0.9.7.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/icecream/icecream-0.9.7.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- icecream-0.9.7.ebuild 25 Sep 2011 13:28:17 -0000 1.1
23 +++ icecream-0.9.7.ebuild 13 Jan 2012 18:46:25 -0000 1.2
24 @@ -1,12 +1,12 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/icecream/icecream-0.9.7.ebuild,v 1.1 2011/09/25 13:28:17 scarabeus Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/icecream/icecream-0.9.7.ebuild,v 1.2 2012/01/13 18:46:25 xarthisius Exp $
30
31 EAPI=4
32
33 -inherit base autotools
34 +inherit autotools base
35
36 -MY_P="icecc-${PV}"
37 +MY_P=icecc-${PV}
38
39 DESCRIPTION="icecc is a program for distributed compiling of C(++) code across several machines; based on distcc"
40 HOMEPAGE="http://en.opensuse.org/Icecream"
41 @@ -17,11 +17,12 @@
42 KEYWORDS="~amd64 ~arm ~hppa ~ppc ~sparc ~x86"
43 IUSE=""
44
45 -S="${WORKDIR}/${MY_P}"
46 +S=${WORKDIR}/${MY_P}
47
48 PATCHES=(
49 "${FILESDIR}/0.9.6-symlinks.patch"
50 "${FILESDIR}/0.9.6-crosscompile.patch"
51 + "${FILESDIR}/0.9.7-automake-1.11.2.patch"
52 "${FILESDIR}/${PN}-conf.d-verbosity.patch"
53 "${FILESDIR}/${PN}-gentoo-multilib.patch"
54 )
55
56
57
58 1.41 sys-devel/icecream/ChangeLog
59
60 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/icecream/ChangeLog?rev=1.41&view=markup
61 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/icecream/ChangeLog?rev=1.41&content-type=text/plain
62 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/icecream/ChangeLog?r1=1.40&r2=1.41
63
64 Index: ChangeLog
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/sys-devel/icecream/ChangeLog,v
67 retrieving revision 1.40
68 retrieving revision 1.41
69 diff -u -r1.40 -r1.41
70 --- ChangeLog 25 Sep 2011 13:28:17 -0000 1.40
71 +++ ChangeLog 13 Jan 2012 18:46:25 -0000 1.41
72 @@ -1,6 +1,11 @@
73 # ChangeLog for sys-devel/icecream
74 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
75 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/icecream/ChangeLog,v 1.40 2011/09/25 13:28:17 scarabeus Exp $
76 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
77 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/icecream/ChangeLog,v 1.41 2012/01/13 18:46:25 xarthisius Exp $
78 +
79 + 13 Jan 2012; Kacper Kowalik <xarthisius@g.o>
80 + +files/0.9.7-automake-1.11.2.patch, icecream-0.9.7.ebuild:
81 + Fix autoreconf with >=automake-1.11.2 wrt bug #397715 by Jason Mours
82 + <jason.mours@×××××××.net>
83
84 *icecream-0.9.7 (25 Sep 2011)