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 mtd-utils-20090630.ebuild mtd-utils-99999999.ebuild
Date: Tue, 29 Dec 2009 06:23:13
Message-Id: E1NPVU1-0003Oi-J4@stork.gentoo.org
1 vapier 09/12/29 06:23:05
2
3 Modified: ChangeLog mtd-utils-20080907.ebuild
4 mtd-utils-20090630.ebuild mtd-utils-99999999.ebuild
5 Log:
6 Pull in util-linux for libuuid.
7
8 Revision Changes Path
9 1.26 sys-fs/mtd-utils/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtd-utils/ChangeLog?rev=1.26&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtd-utils/ChangeLog?rev=1.26&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtd-utils/ChangeLog?r1=1.25&r2=1.26
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/ChangeLog,v
18 retrieving revision 1.25
19 retrieving revision 1.26
20 diff -u -r1.25 -r1.26
21 --- ChangeLog 4 Dec 2009 21:23:15 -0000 1.25
22 +++ ChangeLog 29 Dec 2009 06:23:04 -0000 1.26
23 @@ -1,6 +1,10 @@
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.25 2009/12/04 21:23:15 flameeyes Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/ChangeLog,v 1.26 2009/12/29 06:23:04 vapier Exp $
28 +
29 + 29 Dec 2009; Mike Frysinger <vapier@g.o> mtd-utils-20080907.ebuild,
30 + mtd-utils-20090630.ebuild, mtd-utils-99999999.ebuild:
31 + Pull in util-linux for libuuid.
32
33 04 Dec 2009; Diego E. Pettenò <flameeyes@g.o>
34 mtd-utils-20090630.ebuild:
35
36
37
38 1.8 sys-fs/mtd-utils/mtd-utils-20080907.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtd-utils/mtd-utils-20080907.ebuild?rev=1.8&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtd-utils/mtd-utils-20080907.ebuild?rev=1.8&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtd-utils/mtd-utils-20080907.ebuild?r1=1.7&r2=1.8
43
44 Index: mtd-utils-20080907.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/mtd-utils-20080907.ebuild,v
47 retrieving revision 1.7
48 retrieving revision 1.8
49 diff -u -r1.7 -r1.8
50 --- mtd-utils-20080907.ebuild 1 Dec 2009 03:27:10 -0000 1.7
51 +++ mtd-utils-20080907.ebuild 29 Dec 2009 06:23:04 -0000 1.8
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-fs/mtd-utils/mtd-utils-20080907.ebuild,v 1.7 2009/12/01 03:27:10 vapier Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/mtd-utils-20080907.ebuild,v 1.8 2009/12/29 06:23:04 vapier Exp $
57
58 inherit toolchain-funcs eutils
59
60 @@ -31,11 +31,13 @@
61 sed -i 's:-Werror::' $(find . -name Makefile)
62 epatch "${FILESDIR}"/mtd-utils-fixup.patch
63 sed -i -e 's:\<ar\>:$(AR):' tests/ubi-tests/Makefile || die
64 + sed -i -e 's:\<ranlib\>:$(RANLIB):' ubi-utils/new-utils/Makefile || die
65 }
66
67 src_compile() {
68 tc-export AR RANLIB
69 - emake \
70 + # -j1 for #276374
71 + emake -j1 \
72 CC="$(tc-getCC)" \
73 OPTFLAGS="${CFLAGS}" \
74 $(use xattr || echo WITHOUT_XATTR=1) \
75
76
77
78 1.4 sys-fs/mtd-utils/mtd-utils-20090630.ebuild
79
80 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtd-utils/mtd-utils-20090630.ebuild?rev=1.4&view=markup
81 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtd-utils/mtd-utils-20090630.ebuild?rev=1.4&content-type=text/plain
82 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtd-utils/mtd-utils-20090630.ebuild?r1=1.3&r2=1.4
83
84 Index: mtd-utils-20090630.ebuild
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/mtd-utils-20090630.ebuild,v
87 retrieving revision 1.3
88 retrieving revision 1.4
89 diff -u -r1.3 -r1.4
90 --- mtd-utils-20090630.ebuild 4 Dec 2009 21:23:15 -0000 1.3
91 +++ mtd-utils-20090630.ebuild 29 Dec 2009 06:23:04 -0000 1.4
92 @@ -1,6 +1,6 @@
93 # Copyright 1999-2009 Gentoo Foundation
94 # Distributed under the terms of the GNU General Public License v2
95 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/mtd-utils-20090630.ebuild,v 1.3 2009/12/04 21:23:15 flameeyes Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/mtd-utils-20090630.ebuild,v 1.4 2009/12/29 06:23:04 vapier Exp $
97
98 inherit eutils
99
100 @@ -15,9 +15,11 @@
101 KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86"
102 IUSE="xattr"
103
104 +# We need libuuid
105 RDEPEND="!sys-fs/mtd
106 dev-libs/lzo
107 - sys-libs/zlib"
108 + sys-libs/zlib
109 + >=sys-apps/util-linux-2.16"
110 # ACL is only required for the <sys/acl.h> header file to build mkfs.jffs2
111 # And ACL brings in Attr as well.
112 DEPEND="${RDEPEND}
113
114
115
116 1.3 sys-fs/mtd-utils/mtd-utils-99999999.ebuild
117
118 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtd-utils/mtd-utils-99999999.ebuild?rev=1.3&view=markup
119 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtd-utils/mtd-utils-99999999.ebuild?rev=1.3&content-type=text/plain
120 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtd-utils/mtd-utils-99999999.ebuild?r1=1.2&r2=1.3
121
122 Index: mtd-utils-99999999.ebuild
123 ===================================================================
124 RCS file: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/mtd-utils-99999999.ebuild,v
125 retrieving revision 1.2
126 retrieving revision 1.3
127 diff -u -r1.2 -r1.3
128 --- mtd-utils-99999999.ebuild 1 Dec 2009 03:13:00 -0000 1.2
129 +++ mtd-utils-99999999.ebuild 29 Dec 2009 06:23:04 -0000 1.3
130 @@ -1,6 +1,6 @@
131 # Copyright 1999-2009 Gentoo Foundation
132 # Distributed under the terms of the GNU General Public License v2
133 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/mtd-utils-99999999.ebuild,v 1.2 2009/12/01 03:13:00 vapier Exp $
134 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/mtd-utils-99999999.ebuild,v 1.3 2009/12/29 06:23:04 vapier Exp $
135
136 ECVS_USER="anoncvs"
137 ECVS_PASS="anoncvs"
138 @@ -16,9 +16,11 @@
139 KEYWORDS=""
140 IUSE="xattr"
141
142 +# We need libuuid
143 RDEPEND="!sys-fs/mtd
144 dev-libs/lzo
145 - sys-libs/zlib"
146 + sys-libs/zlib
147 + >=sys-apps/util-linux-2.16"
148 # ACL is only required for the <sys/acl.h> header file to build mkfs.jffs2
149 # And ACL brings in Attr as well.
150 DEPEND="xattr? ( sys-apps/acl )