Gentoo Archives: gentoo-commits

From: "Ned Ludd (solar)" <solar@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/util-linux: ChangeLog util-linux-2.16.2.ebuild
Date: Sun, 03 Jan 2010 20:38:06
Message-Id: E1NRXD9-0000K1-Km@stork.gentoo.org
1 solar 10/01/03 20:38:03
2
3 Modified: ChangeLog util-linux-2.16.2.ebuild
4 Log:
5 - cross compile love. default libtool files try to link with the host libc.so so we call elibtoolize to work the magic
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.292 sys-apps/util-linux/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/util-linux/ChangeLog?rev=1.292&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/util-linux/ChangeLog?rev=1.292&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/util-linux/ChangeLog?r1=1.291&r2=1.292
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v
18 retrieving revision 1.291
19 retrieving revision 1.292
20 diff -u -r1.291 -r1.292
21 --- ChangeLog 7 Dec 2009 11:09:20 -0000 1.291
22 +++ ChangeLog 3 Jan 2010 20:38:03 -0000 1.292
23 @@ -1,6 +1,10 @@
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.291 2009/12/07 11:09:20 ssuominen Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.292 2010/01/03 20:38:03 solar Exp $
29 +
30 + 03 Jan 2010; <solar@g.o> util-linux-2.16.2.ebuild:
31 + - cross compile love. default libtool files try to link with the host
32 + libc.so so we call elibtoolize to work the magic
33
34 07 Dec 2009; Samuli Suominen <ssuominen@g.o>
35 util-linux-2.16.1.ebuild:
36
37
38
39 1.3 sys-apps/util-linux/util-linux-2.16.2.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/util-linux/util-linux-2.16.2.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/util-linux/util-linux-2.16.2.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.16.2.ebuild?r1=1.2&r2=1.3
44
45 Index: util-linux-2.16.2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.16.2.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- util-linux-2.16.2.ebuild 1 Dec 2009 04:52:17 -0000 1.2
52 +++ util-linux-2.16.2.ebuild 3 Jan 2010 20:38:03 -0000 1.3
53 @@ -1,11 +1,11 @@
54 -# Copyright 1999-2009 Gentoo Foundation
55 +# Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.16.2.ebuild,v 1.2 2009/12/01 04:52:17 vapier Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.16.2.ebuild,v 1.3 2010/01/03 20:38:03 solar Exp $
59
60 EAPI="2"
61
62 EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git"
63 -inherit eutils toolchain-funcs
64 +inherit eutils toolchain-funcs libtool
65 [[ ${PV} == "9999" ]] && inherit git autotools
66
67 MY_PV=${PV/_/-}
68 @@ -47,6 +47,7 @@
69 use loop-aes && epatch "${WORKDIR}"/${PN}-2.16.1-loop-aes.patch
70 fi
71 use uclibc && sed -i -e s/versionsort/alphasort/g -e s/strverscmp.h/dirent.h/g mount/lomount.c
72 + elibtoolize
73 }
74
75 src_configure() {