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/pciutils: ChangeLog pciutils-3.1.0.ebuild
Date: Thu, 29 Jan 2009 18:26:01
Message-Id: E1LSbaR-0001xc-If@stork.gentoo.org
1 vapier 09/01/29 18:25:59
2
3 Modified: ChangeLog pciutils-3.1.0.ebuild
4 Log:
5 Force LC_ALL=C with tr since upper/lower don't work #256447 by Gürkan Gür.
6 (Portage version: 2.2_rc23/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.157 sys-apps/pciutils/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pciutils/ChangeLog?rev=1.157&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pciutils/ChangeLog?rev=1.157&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pciutils/ChangeLog?r1=1.156&r2=1.157
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v
18 retrieving revision 1.156
19 retrieving revision 1.157
20 diff -u -r1.156 -r1.157
21 --- ChangeLog 26 Jan 2009 21:54:32 -0000 1.156
22 +++ ChangeLog 29 Jan 2009 18:25:59 -0000 1.157
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sys-apps/pciutils
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v 1.156 2009/01/26 21:54:32 ranger Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v 1.157 2009/01/29 18:25:59 vapier Exp $
28 +
29 + 29 Jan 2009; Mike Frysinger <vapier@g.o> pciutils-3.1.0.ebuild:
30 + Force LC_ALL=C with tr since upper/lower don't work #256447 by Gürkan
31 + Gür.
32
33 26 Jan 2009; Brent Baude <ranger@g.o> pciutils-3.0.2.ebuild:
34 stable ppc64, bug 256377
35
36
37
38 1.3 sys-apps/pciutils/pciutils-3.1.0.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pciutils/pciutils-3.1.0.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pciutils/pciutils-3.1.0.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pciutils/pciutils-3.1.0.ebuild?r1=1.2&r2=1.3
43
44 Index: pciutils-3.1.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-3.1.0.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- pciutils-3.1.0.ebuild 26 Jan 2009 15:58:52 -0000 1.2
51 +++ pciutils-3.1.0.ebuild 29 Jan 2009 18:25:59 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-3.1.0.ebuild,v 1.2 2009/01/26 15:58:52 vapier Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-3.1.0.ebuild,v 1.3 2009/01/29 18:25:59 vapier Exp $
57
58 inherit eutils multilib
59
60 @@ -22,7 +22,7 @@
61 epatch "${FILESDIR}"/pcimodules-${PN}-3.1.0.patch
62 epatch "${FILESDIR}"/${PN}-2.2.7-update-pciids-both-forms.patch
63 cp "${FILESDIR}"/pcimodules.c . || die
64 - sed -i -e 's|A-Z|:upper:|' -e 's|a-z|:lower:|' lib/configure
65 + sed -i -e 's:| tr:| LC_ALL=C tr:' lib/configure
66 sed -i -e "/^LIBDIR=/s:/lib:/$(get_libdir):" Makefile
67 }