Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@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: Mon, 22 Dec 2008 05:36:08
Message-Id: E1LEdSX-00053B-GI@stork.gentoo.org
1 jer 08/12/22 05:36:05
2
3 Modified: ChangeLog hwsetup-1.2-r1.ebuild
4 Log:
5 Do not let the Makefile append LDFLAGS (bug #252059).
6 (Portage version: 2.2_rc17/cvs/Linux 2.6.25-gentoo-r7-JeR i686)
7
8 Revision Changes Path
9 1.59 sys-apps/hwsetup/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/ChangeLog?rev=1.59&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/ChangeLog?rev=1.59&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/ChangeLog?r1=1.58&r2=1.59
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/ChangeLog,v
18 retrieving revision 1.58
19 retrieving revision 1.59
20 diff -u -r1.58 -r1.59
21 --- ChangeLog 14 Oct 2008 09:30:11 -0000 1.58
22 +++ ChangeLog 22 Dec 2008 05:36:05 -0000 1.59
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.58 2008/10/14 09:30:11 robbat2 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/ChangeLog,v 1.59 2008/12/22 05:36:05 jer Exp $
28 +
29 + 22 Dec 2008; Jeroen Roovers <jer@g.o> +files/1.2-strip.patch,
30 + hwsetup-1.2-r1.ebuild:
31 + Do not let the Makefile append LDFLAGS (bug #252059).
32
33 14 Oct 2008; Robin H. Johnson <robbat2@g.o> hwsetup-1.2-r1.ebuild:
34 Bug #226923, fix append-ldflags usage.
35
36
37
38 1.4 sys-apps/hwsetup/hwsetup-1.2-r1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2-r1.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2-r1.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2-r1.ebuild?r1=1.3&r2=1.4
43
44 Index: hwsetup-1.2-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2-r1.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- hwsetup-1.2-r1.ebuild 14 Oct 2008 09:30:11 -0000 1.3
51 +++ hwsetup-1.2-r1.ebuild 22 Dec 2008 05:36:05 -0000 1.4
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2-r1.ebuild,v 1.3 2008/10/14 09:30:11 robbat2 Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2-r1.ebuild,v 1.4 2008/12/22 05:36:05 jer Exp $
57
58 inherit eutils toolchain-funcs flag-o-matic
59
60 @@ -33,7 +33,8 @@
61 epatch \
62 "${FILESDIR}"/${MY_PV}-dyn_blacklist.patch \
63 "${FILESDIR}"/${PV}-3-fastprobe.patch \
64 - "${FILESDIR}"/${MY_PV}-gentoo.patch
65 + "${FILESDIR}"/${MY_PV}-gentoo.patch \
66 + "${FILESDIR}"/${PV}-strip.patch
67 }
68
69 src_compile() {