Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/iproute2: ChangeLog iproute2-2.6.26-r2.ebuild
Date: Mon, 27 Oct 2008 02:10:49
Message-Id: E1KuHZ9-0006sr-5k@stork.gentoo.org
1 vapier 08/10/27 02:10:47
2
3 Modified: ChangeLog iproute2-2.6.26-r2.ebuild
4 Log:
5 Fix building with linux-2.6.27 headers.
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.26.2 x86_64)
7
8 Revision Changes Path
9 1.113 sys-apps/iproute2/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/iproute2/ChangeLog?rev=1.113&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/iproute2/ChangeLog?rev=1.113&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/iproute2/ChangeLog?r1=1.112&r2=1.113
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v
18 retrieving revision 1.112
19 retrieving revision 1.113
20 diff -u -r1.112 -r1.113
21 --- ChangeLog 9 Sep 2008 14:35:09 -0000 1.112
22 +++ ChangeLog 27 Oct 2008 02:10:47 -0000 1.113
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sys-apps/iproute2
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.112 2008/09/09 14:35:09 cardoe Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.113 2008/10/27 02:10:47 vapier Exp $
28 +
29 + 27 Oct 2008; Mike Frysinger <vapier@g.o>
30 + +files/iproute2-2.6.26-linux-2.6.27-API.patch, iproute2-2.6.26-r2.ebuild:
31 + Fix building with linux-2.6.27 headers.
32
33 *iproute2-2.6.26-r2 (09 Sep 2008)
34
35
36
37
38 1.2 sys-apps/iproute2/iproute2-2.6.26-r2.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/iproute2/iproute2-2.6.26-r2.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/iproute2/iproute2-2.6.26-r2.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/iproute2/iproute2-2.6.26-r2.ebuild?r1=1.1&r2=1.2
43
44 Index: iproute2-2.6.26-r2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.26-r2.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- iproute2-2.6.26-r2.ebuild 9 Sep 2008 14:35:09 -0000 1.1
51 +++ iproute2-2.6.26-r2.ebuild 27 Oct 2008 02:10:47 -0000 1.2
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/iproute2/iproute2-2.6.26-r2.ebuild,v 1.1 2008/09/09 14:35:09 cardoe Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.26-r2.ebuild,v 1.2 2008/10/27 02:10:47 vapier Exp $
57
58 inherit eutils toolchain-funcs
59
60 @@ -35,8 +35,8 @@
61 # build against system headers
62 rm -r include/linux include/netinet #include/ip{,6}tables{,_common}.h include/libiptc
63
64 - # fix LDFLAGS usage bug #236861
65 - epatch "${FILESDIR}"/${PN}-2.6.26-ldflags.patch
66 + epatch "${FILESDIR}"/${P}-ldflags.patch #236861
67 + epatch "${FILESDIR}"/${P}-linux-2.6.27-API.patch
68
69 local check base=${PORTAGE_CONFIGROOT}/etc/portage/patches
70 for check in {${CATEGORY}/${PF},${CATEGORY}/${P},${CATEGORY}/${PN}}; do