Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/mtd-utils: mtd-utils-20060907.ebuild ChangeLog
Date: Wed, 26 Dec 2007 05:52:21
Message-Id: E1J7PBb-0005bM-S9@stork.gentoo.org
1 robbat2 07/12/26 05:52:11
2
3 Modified: mtd-utils-20060907.ebuild ChangeLog
4 Log:
5 Fix the deps, acl is only needed to build, as the headers are used. No linking.
6 (Portage version: 2.1.4_rc10)
7
8 Revision Changes Path
9 1.2 sys-fs/mtd-utils/mtd-utils-20060907.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtd-utils/mtd-utils-20060907.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtd-utils/mtd-utils-20060907.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtd-utils/mtd-utils-20060907.ebuild?r1=1.1&r2=1.2
14
15 Index: mtd-utils-20060907.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/mtd-utils-20060907.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -p -w -b -B -u -u -r1.1 -r1.2
21 --- mtd-utils-20060907.ebuild 8 Sep 2006 01:02:10 -0000 1.1
22 +++ mtd-utils-20060907.ebuild 26 Dec 2007 05:52:11 -0000 1.2
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/mtd-utils-20060907.ebuild,v 1.1 2006/09/08 01:02:10 robbat2 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/mtd-utils-20060907.ebuild,v 1.2 2007/12/26 05:52:11 robbat2 Exp $
29
30 inherit toolchain-funcs flag-o-matic
31
32 @@ -15,9 +15,11 @@ IUSE=""
33
34 S=${WORKDIR}/${PN}
35
36 -DEPEND="sys-libs/zlib
37 - sys-apps/acl
38 - !sys-fs/mtd"
39 +RDEPEND="!sys-fs/mtd
40 + sys-libs/zlib"
41 +# ACL is only required for the <sys/acl.h> header file to build mkfs.jffs2
42 +DEPEND="sys-apps/acl
43 + ${DEPEND}"
44
45 src_unpack() {
46 unpack ${A}
47
48
49
50 1.4 sys-fs/mtd-utils/ChangeLog
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtd-utils/ChangeLog?rev=1.4&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtd-utils/ChangeLog?rev=1.4&content-type=text/plain
54 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtd-utils/ChangeLog?r1=1.3&r2=1.4
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/ChangeLog,v
59 retrieving revision 1.3
60 retrieving revision 1.4
61 diff -p -w -b -B -u -u -r1.3 -r1.4
62 --- ChangeLog 8 Sep 2006 01:02:10 -0000 1.3
63 +++ ChangeLog 26 Dec 2007 05:52:11 -0000 1.4
64 @@ -1,6 +1,10 @@
65 # ChangeLog for sys-fs/mtd-utils
66 -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/ChangeLog,v 1.3 2006/09/08 01:02:10 robbat2 Exp $
68 +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
69 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/ChangeLog,v 1.4 2007/12/26 05:52:11 robbat2 Exp $
70 +
71 + 26 Dec 2007; Robin H. Johnson <robbat2@g.o>
72 + mtd-utils-20060907.ebuild:
73 + Fix the deps, acl is only needed to build, as the headers are used. No linking.
74
75 *mtd-utils-20060907 (08 Sep 2006)
76
77
78
79
80 --
81 gentoo-commits@g.o mailing list