Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/mtd-utils: mtd-utils-9999.ebuild ChangeLog
Date: Mon, 23 Jun 2008 00:54:44
Message-Id: E1KAaKM-0003NJ-AB@stork.gentoo.org
1 zmedico 08/06/23 00:54:38
2
3 Modified: mtd-utils-9999.ebuild ChangeLog
4 Log:
5 Add -f to rm arguments in src_install since ${D}/usr/include doesn't
6 necessarily exist. Also add emake -j1 option to avoid make failures.
7 (Portage version: 2.2_rc1_p10759/cvs/Linux 2.6.25-0619-x86-64 i686)
8
9 Revision Changes Path
10 1.4 sys-fs/mtd-utils/mtd-utils-9999.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtd-utils/mtd-utils-9999.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtd-utils/mtd-utils-9999.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtd-utils/mtd-utils-9999.ebuild?r1=1.3&r2=1.4
15
16 Index: mtd-utils-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/mtd-utils-9999.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- mtd-utils-9999.ebuild 1 Feb 2008 13:58:30 -0000 1.3
23 +++ mtd-utils-9999.ebuild 23 Jun 2008 00:54:37 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 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-9999.ebuild,v 1.3 2008/02/01 13:58:30 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/mtd-utils-9999.ebuild,v 1.4 2008/06/23 00:54:37 zmedico Exp $
29
30 ECVS_USER="anoncvs"
31 ECVS_PASS="anoncvs"
32 @@ -34,8 +34,8 @@
33 }
34
35 src_compile() {
36 - local myflags=""
37 - use xattr || myflags="WITHOUT_XATTR=1"
38 + local myflags="-j1"
39 + use xattr || myflags+=" WITHOUT_XATTR=1"
40 emake DESTDIR="${D}" \
41 OPTFLAGS="${CFLAGS}" \
42 LDFLAGS="${LDFLAGS}" \
43 @@ -45,7 +45,7 @@
44
45 src_install() {
46 emake install DESTDIR="${D}" || die
47 - rm -r "${D}"/usr/include || die
48 + rm -rf "${D}"/usr/include || die
49 dodoc *.txt
50 # TODO: check ubi-utils for docs+scripts
51 }
52
53
54
55 1.14 sys-fs/mtd-utils/ChangeLog
56
57 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtd-utils/ChangeLog?rev=1.14&view=markup
58 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtd-utils/ChangeLog?rev=1.14&content-type=text/plain
59 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtd-utils/ChangeLog?r1=1.13&r2=1.14
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/ChangeLog,v
64 retrieving revision 1.13
65 retrieving revision 1.14
66 diff -u -r1.13 -r1.14
67 --- ChangeLog 16 Jun 2008 02:00:50 -0000 1.13
68 +++ ChangeLog 23 Jun 2008 00:54:37 -0000 1.14
69 @@ -1,6 +1,10 @@
70 # ChangeLog for sys-fs/mtd-utils
71 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/ChangeLog,v 1.13 2008/06/16 02:00:50 solar Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/ChangeLog,v 1.14 2008/06/23 00:54:37 zmedico Exp $
74 +
75 + 22 Jun 2008; Zac Medico <zmedico@g.o> mtd-utils-9999.ebuild:
76 + Add -f to rm arguments in src_install since ${D}/usr/include doesn't
77 + necessarily exist. Also add emake -j1 option to avoid make failures.
78
79 16 Jun 2008; <solar@g.o> mtd-utils-20080102.ebuild:
80 - don't use argp.h http://patchwork.ozlabs.org/linux-mtd/patch?id=17501
81
82
83
84 --
85 gentoo-commits@l.g.o mailing list