Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/hwinfo: hwinfo-16.0.ebuild ChangeLog
Date: Tue, 29 Jun 2010 18:38:07
Message-Id: 20100629182921.8EA982C3ED@corvid.gentoo.org
1 ssuominen 10/06/29 18:29:21
2
3 Modified: hwinfo-16.0.ebuild ChangeLog
4 Log:
5 Fix building with -Wl,--as-needed wrt #313369 by Kacper Kowalik.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.5 sys-apps/hwinfo/hwinfo-16.0.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/hwinfo-16.0.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/hwinfo-16.0.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/hwinfo-16.0.ebuild?r1=1.4&r2=1.5
14
15 Index: hwinfo-16.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/hwinfo-16.0.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- hwinfo-16.0.ebuild 23 Feb 2010 17:30:54 -0000 1.4
22 +++ hwinfo-16.0.ebuild 29 Jun 2010 18:29:21 -0000 1.5
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/hwinfo-16.0.ebuild,v 1.4 2010/02/23 17:30:54 hwoarang Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/hwinfo-16.0.ebuild,v 1.5 2010/06/29 18:29:21 ssuominen Exp $
28
29 EAPI=2
30 inherit eutils
31 @@ -51,6 +51,10 @@
32 echo 'libs: subdirs' >>"${S}"/Makefile
33 echo 'ranlib: $(LIBHD) subdirs' >>"${S}"/Makefile
34 echo -e "\tranlib \$(LIBHD)" >>"${S}"/Makefile
35 +
36 + sed -i -e 's/LDFLAGS = /LDFLAGS := $(LDFLAGS) /' "${S}"/Makefile.common || die
37 + sed -i -e 's/(CFLAGS)/& $(LDFLAGS)/' "${S}"/src/ids/Makefile || die
38 + epatch "${FILESDIR}"/${PN}-16.0-asneeded.patch
39 }
40
41 src_compile(){
42
43
44
45 1.15 sys-apps/hwinfo/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/ChangeLog?rev=1.15&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/ChangeLog?rev=1.15&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/ChangeLog?r1=1.14&r2=1.15
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/ChangeLog,v
54 retrieving revision 1.14
55 retrieving revision 1.15
56 diff -u -r1.14 -r1.15
57 --- ChangeLog 23 Feb 2010 17:30:54 -0000 1.14
58 +++ ChangeLog 29 Jun 2010 18:29:21 -0000 1.15
59 @@ -1,6 +1,10 @@
60 # ChangeLog for sys-apps/hwinfo
61 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/ChangeLog,v 1.14 2010/02/23 17:30:54 hwoarang Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/ChangeLog,v 1.15 2010/06/29 18:29:21 ssuominen Exp $
64 +
65 + 29 Jun 2010; Samuli Suominen <ssuominen@g.o> hwinfo-16.0.ebuild,
66 + +files/hwinfo-16.0-asneeded.patch:
67 + Fix building with -Wl,--as-needed wrt #313369 by Kacper Kowalik.
68
69 23 Feb 2010; Markos Chandras <hwoarang@g.o> hwinfo-16.0.ebuild:
70 Stable on amd64 wrt bug #305499