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-apps/gawk: gawk-3.1.7.ebuild ChangeLog
Date: Sun, 25 Apr 2010 23:09:44
Message-Id: 20100425230931.3EA4C2C04B@corvid.gentoo.org
1 flameeyes 10/04/25 23:09:31
2
3 Modified: gawk-3.1.7.ebuild ChangeLog
4 Log:
5 Remove libsigsegv USE flag: the dependency, at a minimum, was off (it never uses system copy); nothing in the tree require this enabled, the bundled copy does not work properly with gcc-4.5, and upstream is clueless about autotools so it's impossible to properly patch this to make it right.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 sys-apps/gawk/gawk-3.1.7.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/gawk/gawk-3.1.7.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/gawk/gawk-3.1.7.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/gawk/gawk-3.1.7.ebuild?r1=1.1&r2=1.2
14
15 Index: gawk-3.1.7.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/gawk/gawk-3.1.7.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- gawk-3.1.7.ebuild 15 Aug 2009 23:53:29 -0000 1.1
22 +++ gawk-3.1.7.ebuild 25 Apr 2010 23:09:30 -0000 1.2
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2009 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/gawk-3.1.7.ebuild,v 1.1 2009/08/15 23:53:29 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/gawk-3.1.7.ebuild,v 1.2 2010/04/25 23:09:30 flameeyes Exp $
29
30 inherit eutils toolchain-funcs multilib
31
32 @@ -11,9 +11,9 @@
33 LICENSE="GPL-2"
34 SLOT="0"
35 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
36 -IUSE="libsigsegv nls"
37 +IUSE="nls"
38
39 -RDEPEND="libsigsegv? ( dev-libs/libsigsegv )"
40 +RDEPEND=""
41 DEPEND="${RDEPEND}
42 nls? ( sys-devel/gettext )"
43
44 @@ -36,7 +36,7 @@
45 --bindir=${bindir} \
46 --libexec='$(libdir)/misc' \
47 $(use_enable nls) \
48 - $(use_enable libsigsegv) \
49 + --disable-libsigsegv \
50 --enable-switch \
51 || die
52 emake || die "emake failed"
53
54
55
56 1.129 sys-apps/gawk/ChangeLog
57
58 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/gawk/ChangeLog?rev=1.129&view=markup
59 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/gawk/ChangeLog?rev=1.129&content-type=text/plain
60 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/gawk/ChangeLog?r1=1.128&r2=1.129
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/sys-apps/gawk/ChangeLog,v
65 retrieving revision 1.128
66 retrieving revision 1.129
67 diff -u -r1.128 -r1.129
68 --- ChangeLog 15 Aug 2009 23:53:29 -0000 1.128
69 +++ ChangeLog 25 Apr 2010 23:09:30 -0000 1.129
70 @@ -1,6 +1,13 @@
71 # ChangeLog for sys-apps/gawk
72 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/ChangeLog,v 1.128 2009/08/15 23:53:29 vapier Exp $
74 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
75 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/ChangeLog,v 1.129 2010/04/25 23:09:30 flameeyes Exp $
76 +
77 + 25 Apr 2010; Diego E. Pettenò <flameeyes@g.o> gawk-3.1.7.ebuild:
78 + Remove libsigsegv USE flag: the dependency, at a minimum, was off (it
79 + never uses system copy); nothing in the tree require this enabled, the
80 + bundled copy does not work properly with gcc-4.5, and upstream is clueless
81 + about autotools so it's impossible to properly patch this to make it
82 + right.
83
84 *gawk-3.1.7 (15 Aug 2009)