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-fs/mtd-utils: ChangeLog mtd-utils-20080907.ebuild
Date: Tue, 29 Dec 2009 06:24:29
Message-Id: E1NPVVL-0003S3-2c@stork.gentoo.org
1 vapier 09/12/29 06:24:27
2
3 Modified: ChangeLog mtd-utils-20080907.ebuild
4 Log:
5 committed wrong hunk for previous change to this ebuild; this commit adds the rest; oh well
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.27 sys-fs/mtd-utils/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtd-utils/ChangeLog?rev=1.27&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtd-utils/ChangeLog?rev=1.27&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtd-utils/ChangeLog?r1=1.26&r2=1.27
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/ChangeLog,v
18 retrieving revision 1.26
19 retrieving revision 1.27
20 diff -u -r1.26 -r1.27
21 --- ChangeLog 29 Dec 2009 06:23:04 -0000 1.26
22 +++ ChangeLog 29 Dec 2009 06:24:26 -0000 1.27
23 @@ -1,6 +1,9 @@
24 # ChangeLog for sys-fs/mtd-utils
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/ChangeLog,v 1.26 2009/12/29 06:23:04 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/ChangeLog,v 1.27 2009/12/29 06:24:26 vapier Exp $
28 +
29 + 29 Dec 2009; Mike Frysinger <vapier@g.o> mtd-utils-20080907.ebuild:
30 + Add -j1 for #276374 and fix more ranlib issues #295932.
31
32 29 Dec 2009; Mike Frysinger <vapier@g.o> mtd-utils-20080907.ebuild,
33 mtd-utils-20090630.ebuild, mtd-utils-99999999.ebuild:
34
35
36
37 1.9 sys-fs/mtd-utils/mtd-utils-20080907.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtd-utils/mtd-utils-20080907.ebuild?rev=1.9&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtd-utils/mtd-utils-20080907.ebuild?rev=1.9&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtd-utils/mtd-utils-20080907.ebuild?r1=1.8&r2=1.9
42
43 Index: mtd-utils-20080907.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/mtd-utils-20080907.ebuild,v
46 retrieving revision 1.8
47 retrieving revision 1.9
48 diff -u -r1.8 -r1.9
49 --- mtd-utils-20080907.ebuild 29 Dec 2009 06:23:04 -0000 1.8
50 +++ mtd-utils-20080907.ebuild 29 Dec 2009 06:24:26 -0000 1.9
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/mtd-utils-20080907.ebuild,v 1.8 2009/12/29 06:23:04 vapier Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/mtd-utils-20080907.ebuild,v 1.9 2009/12/29 06:24:26 vapier Exp $
56
57 inherit toolchain-funcs eutils
58
59 @@ -15,9 +15,11 @@
60 KEYWORDS="amd64 arm ~mips ppc x86"
61 IUSE="xattr"
62
63 +# We need libuuid
64 RDEPEND="!sys-fs/mtd
65 dev-libs/lzo
66 - sys-libs/zlib"
67 + sys-libs/zlib
68 + >=sys-apps/util-linux-2.16"
69 # ACL is only required for the <sys/acl.h> header file to build mkfs.jffs2
70 # And ACL brings in Attr as well.
71 DEPEND="${RDEPEND}