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-9999.ebuild
Date: Thu, 27 Dec 2007 21:13:21
Message-Id: E1J802R-0004h2-1I@stork.gentoo.org
1 vapier 07/12/27 21:13:11
2
3 Modified: ChangeLog
4 Added: mtd-utils-9999.ebuild
5 Log:
6 Live cvs ebuild.
7 (Portage version: 2.1.4_rc11)
8
9 Revision Changes Path
10 1.5 sys-fs/mtd-utils/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtd-utils/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtd-utils/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtd-utils/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 26 Dec 2007 05:52:11 -0000 1.4
23 +++ ChangeLog 27 Dec 2007 21:13:10 -0000 1.5
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sys-fs/mtd-utils
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/ChangeLog,v 1.4 2007/12/26 05:52:11 robbat2 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/ChangeLog,v 1.5 2007/12/27 21:13:10 vapier Exp $
29 +
30 +*mtd-utils-9999 (27 Dec 2007)
31 +
32 + 27 Dec 2007; Mike Frysinger <vapier@g.o> +mtd-utils-9999.ebuild:
33 + Live cvs ebuild.
34
35 26 Dec 2007; Robin H. Johnson <robbat2@g.o>
36 mtd-utils-20060907.ebuild:
37
38
39
40 1.1 sys-fs/mtd-utils/mtd-utils-9999.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtd-utils/mtd-utils-9999.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/mtd-utils/mtd-utils-9999.ebuild?rev=1.1&content-type=text/plain
44
45 Index: mtd-utils-9999.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/mtd-utils-9999.ebuild,v 1.1 2007/12/27 21:13:10 vapier Exp $
50
51 ECVS_USER="anoncvs"
52 ECVS_PASS="anoncvs"
53 ECVS_SERVER="cvs.infradead.org:/home/cvs"
54 ECVS_MODULE="mtd"
55 inherit toolchain-funcs flag-o-matic cvs
56
57 DESCRIPTION="MTD userspace tools"
58 HOMEPAGE="http://sources.redhat.com/jffs2/"
59 SRC_URI=""
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS=""
64 IUSE=""
65
66 S=${WORKDIR}/mtd/util
67
68 DEPEND="!sys-fs/mtd
69 sys-libs/zlib"
70
71 src_unpack() {
72 cvs_src_unpack
73 sed -i \
74 -e 's!^MANDIR.*!MANDIR = /usr/share/man!g' \
75 -e 's!-include.*!!g' \
76 "${S}"/Makefile
77 }
78
79 src_compile() {
80 emake \
81 CFLAGS="${CFLAGS} -I../include -Wall" \
82 LDFLAGS="${LDFLAGS}" \
83 CC="$(tc-getCC)" \
84 DESTDIR="${D}" \
85 || die
86 }
87
88 src_install() {
89 emake install DESTDIR="${D}" || die
90 rm -r "${D}"/usr/include || die
91 dodoc *.txt
92 }
93
94
95
96 --
97 gentoo-commits@g.o mailing list