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: ChangeLog mtd-utils-1.4.5.ebuild mtd-utils-99999999.ebuild
Date: Thu, 28 Jul 2011 09:53:10
Message-Id: 20110728095250.D94F62004B@flycatcher.gentoo.org
1 zmedico 11/07/28 09:52:50
2
3 Modified: ChangeLog mtd-utils-1.4.5.ebuild
4 mtd-utils-99999999.ebuild
5 Log:
6 Fix for prefix.
7
8 (Portage version: 2.2.0_alpha47_p5/cvs/Linux i686)
9
10 Revision Changes Path
11 1.39 sys-fs/mtd-utils/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mtd-utils/ChangeLog?rev=1.39&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mtd-utils/ChangeLog?rev=1.39&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mtd-utils/ChangeLog?r1=1.38&r2=1.39
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/ChangeLog,v
20 retrieving revision 1.38
21 retrieving revision 1.39
22 diff -u -r1.38 -r1.39
23 --- ChangeLog 11 Jul 2011 02:48:49 -0000 1.38
24 +++ ChangeLog 28 Jul 2011 09:52:50 -0000 1.39
25 @@ -1,6 +1,10 @@
26 # ChangeLog for sys-fs/mtd-utils
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/ChangeLog,v 1.38 2011/07/11 02:48:49 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/ChangeLog,v 1.39 2011/07/28 09:52:50 zmedico Exp $
30 +
31 + 28 Jul 2011; Zac Medico <zmedico@g.o> mtd-utils-1.4.5.ebuild,
32 + mtd-utils-99999999.ebuild:
33 + Fix for prefix.
34
35 *mtd-utils-1.4.5 (11 Jul 2011)
36
37
38
39
40 1.2 sys-fs/mtd-utils/mtd-utils-1.4.5.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mtd-utils/mtd-utils-1.4.5.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mtd-utils/mtd-utils-1.4.5.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mtd-utils/mtd-utils-1.4.5.ebuild?r1=1.1&r2=1.2
45
46 Index: mtd-utils-1.4.5.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/mtd-utils-1.4.5.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- mtd-utils-1.4.5.ebuild 11 Jul 2011 02:48:49 -0000 1.1
53 +++ mtd-utils-1.4.5.ebuild 28 Jul 2011 09:52:50 -0000 1.2
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/mtd-utils-1.4.5.ebuild,v 1.1 2011/07/11 02:48:49 vapier Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/mtd-utils-1.4.5.ebuild,v 1.2 2011/07/28 09:52:50 zmedico Exp $
59
60 EAPI="3"
61
62 @@ -53,7 +53,7 @@
63
64 src_install() {
65 cd "${S}"*
66 - emake $(makeopts) install DESTDIR="${D}" || die
67 + emake $(makeopts) install DESTDIR="${ED}" || die
68 dodoc *.txt
69 newdoc mkfs.ubifs/README README.mkfs.ubifs
70 # TODO: check ubi-utils for docs+scripts
71
72
73
74 1.7 sys-fs/mtd-utils/mtd-utils-99999999.ebuild
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mtd-utils/mtd-utils-99999999.ebuild?rev=1.7&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mtd-utils/mtd-utils-99999999.ebuild?rev=1.7&content-type=text/plain
78 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mtd-utils/mtd-utils-99999999.ebuild?r1=1.6&r2=1.7
79
80 Index: mtd-utils-99999999.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/mtd-utils-99999999.ebuild,v
83 retrieving revision 1.6
84 retrieving revision 1.7
85 diff -u -r1.6 -r1.7
86 --- mtd-utils-99999999.ebuild 6 Apr 2011 19:58:29 -0000 1.6
87 +++ mtd-utils-99999999.ebuild 28 Jul 2011 09:52:50 -0000 1.7
88 @@ -1,6 +1,6 @@
89 -# Copyright 1999-2010 Gentoo Foundation
90 +# Copyright 1999-2011 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/mtd-utils-99999999.ebuild,v 1.6 2011/04/06 19:58:29 vapier Exp $
93 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/mtd-utils-99999999.ebuild,v 1.7 2011/07/28 09:52:50 zmedico Exp $
94
95 EAPI="3"
96
97 @@ -53,7 +53,7 @@
98
99 src_install() {
100 cd "${S}"*
101 - emake $(makeopts) install DESTDIR="${D}" || die
102 + emake $(makeopts) install DESTDIR="${ED}" || die
103 dodoc *.txt
104 newdoc mkfs.ubifs/README README.mkfs.ubifs
105 # TODO: check ubi-utils for docs+scripts