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/util-linux: ChangeLog util-linux-2.15-r1.ebuild
Date: Fri, 29 May 2009 23:49:31
Message-Id: E1MABpI-0006it-Ec@stork.gentoo.org
1 vapier 09/05/29 23:49:28
2
3 Modified: ChangeLog util-linux-2.15-r1.ebuild
4 Log:
5 Add fix from upstream for locale build failure on uClibc #271154 by Gianluigi Tiesi.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.268 sys-apps/util-linux/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/util-linux/ChangeLog?rev=1.268&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/util-linux/ChangeLog?rev=1.268&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/util-linux/ChangeLog?r1=1.267&r2=1.268
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v
18 retrieving revision 1.267
19 retrieving revision 1.268
20 diff -u -r1.267 -r1.268
21 --- ChangeLog 24 May 2009 18:38:00 -0000 1.267
22 +++ ChangeLog 29 May 2009 23:49:28 -0000 1.268
23 @@ -1,6 +1,11 @@
24 # ChangeLog for sys-apps/util-linux
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.267 2009/05/24 18:38:00 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.268 2009/05/29 23:49:28 vapier Exp $
28 +
29 + 29 May 2009; Mike Frysinger <vapier@g.o> util-linux-2.15-r1.ebuild,
30 + +files/util-linux-2.15-locale.patch:
31 + Add fix from upstream for locale build failure on uClibc #271154 by
32 + Gianluigi Tiesi.
33
34 24 May 2009; Mike Frysinger <vapier@g.o> util-linux-2.15-r1.ebuild:
35 Re-order patches when USE=loop-aes #271041 by Lars Wendler and add
36
37
38
39 1.3 sys-apps/util-linux/util-linux-2.15-r1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/util-linux/util-linux-2.15-r1.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/util-linux/util-linux-2.15-r1.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/util-linux/util-linux-2.15-r1.ebuild?r1=1.2&r2=1.3
44
45 Index: util-linux-2.15-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.15-r1.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- util-linux-2.15-r1.ebuild 24 May 2009 18:38:00 -0000 1.2
52 +++ util-linux-2.15-r1.ebuild 29 May 2009 23:49:28 -0000 1.3
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.15-r1.ebuild,v 1.2 2009/05/24 18:38:00 vapier Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.15-r1.ebuild,v 1.3 2009/05/29 23:49:28 vapier Exp $
58
59 EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git"
60 inherit eutils autotools
61 @@ -51,6 +51,7 @@
62 epatch "${FILESDIR}"/${P}-losetup-symlinks.patch #269264
63 fi
64 epatch "${FILESDIR}"/${P}-old-libselinux.patch #270168
65 + epatch "${FILESDIR}"/${P}-locale.patch #271154
66 eautoreconf
67 fi
68 use uclibc && sed -i -e s/versionsort/alphasort/g -e s/strverscmp.h/dirent.h/g mount/lomount.c