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/hwsetup: ChangeLog hwsetup-1.2-r1.ebuild
Date: Tue, 16 Jun 2009 12:04:13
Message-Id: E1MGXOd-00087v-HJ@stork.gentoo.org
1 flameeyes 09/06/16 12:04:11
2
3 Modified: ChangeLog hwsetup-1.2-r1.ebuild
4 Log:
5 Avoid mucking with flags you shouldn't.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.60 sys-apps/hwsetup/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/ChangeLog?rev=1.60&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/ChangeLog?rev=1.60&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/ChangeLog?r1=1.59&r2=1.60
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/ChangeLog,v
18 retrieving revision 1.59
19 retrieving revision 1.60
20 diff -u -r1.59 -r1.60
21 --- ChangeLog 22 Dec 2008 05:36:05 -0000 1.59
22 +++ ChangeLog 16 Jun 2009 12:04:11 -0000 1.60
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sys-apps/hwsetup
25 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/ChangeLog,v 1.59 2008/12/22 05:36:05 jer Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/ChangeLog,v 1.60 2009/06/16 12:04:11 flameeyes Exp $
29 +
30 + 16 Jun 2009; Diego E. Pettenò <flameeyes@g.o>
31 + hwsetup-1.2-r1.ebuild:
32 + Avoid mucking with flags you shouldn't.
33
34 22 Dec 2008; Jeroen Roovers <jer@g.o> +files/1.2-strip.patch,
35 hwsetup-1.2-r1.ebuild:
36
37
38
39 1.5 sys-apps/hwsetup/hwsetup-1.2-r1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2-r1.ebuild?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2-r1.ebuild?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2-r1.ebuild?r1=1.4&r2=1.5
44
45 Index: hwsetup-1.2-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2-r1.ebuild,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- hwsetup-1.2-r1.ebuild 22 Dec 2008 05:36:05 -0000 1.4
52 +++ hwsetup-1.2-r1.ebuild 16 Jun 2009 12:04:11 -0000 1.5
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2008 Gentoo Foundation
55 +# Copyright 1999-2009 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2-r1.ebuild,v 1.4 2008/12/22 05:36:05 jer Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2-r1.ebuild,v 1.5 2009/06/16 12:04:11 flameeyes Exp $
59
60 inherit eutils toolchain-funcs flag-o-matic
61
62 @@ -38,8 +38,6 @@
63 }
64
65 src_compile() {
66 - append-ldflags -s
67 - filter-ldflags -Wl,--as-needed --as-needed
68 if use zlib ; then
69 sed -i \
70 -e '/^LIBS=/s,-lpci,-lz -lpci,g' \