Gentoo Archives: gentoo-commits

From: "Matsuu Takuto (matsuu)" <matsuu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/nilfs-utils: ChangeLog nilfs-utils-2.0.18.ebuild
Date: Sat, 10 Apr 2010 17:50:48
Message-Id: 20100410175043.D824D2C04A@corvid.gentoo.org
1 matsuu 10/04/10 17:50:43
2
3 Modified: ChangeLog
4 Added: nilfs-utils-2.0.18.ebuild
5 Log:
6 Version bumped.
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.10 sys-fs/nilfs-utils/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/nilfs-utils/ChangeLog?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/nilfs-utils/ChangeLog?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/nilfs-utils/ChangeLog?r1=1.9&r2=1.10
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-fs/nilfs-utils/ChangeLog,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- ChangeLog 14 Mar 2010 04:08:38 -0000 1.9
23 +++ ChangeLog 10 Apr 2010 17:50:43 -0000 1.10
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sys-fs/nilfs-utils
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/nilfs-utils/ChangeLog,v 1.9 2010/03/14 04:08:38 matsuu Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/nilfs-utils/ChangeLog,v 1.10 2010/04/10 17:50:43 matsuu Exp $
29 +
30 +*nilfs-utils-2.0.18 (10 Apr 2010)
31 +
32 + 10 Apr 2010; MATSUU Takuto <matsuu@g.o> +nilfs-utils-2.0.18.ebuild:
33 + Version bumped.
34
35 *nilfs-utils-2.0.17 (14 Mar 2010)
36
37
38
39
40 1.1 sys-fs/nilfs-utils/nilfs-utils-2.0.18.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/nilfs-utils/nilfs-utils-2.0.18.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/nilfs-utils/nilfs-utils-2.0.18.ebuild?rev=1.1&content-type=text/plain
44
45 Index: nilfs-utils-2.0.18.ebuild
46 ===================================================================
47 # Copyright 1999-2010 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/sys-fs/nilfs-utils/nilfs-utils-2.0.18.ebuild,v 1.1 2010/04/10 17:50:43 matsuu Exp $
50
51 EAPI=2
52
53 DESCRIPTION="A New Implementation of a Log-structured File System for Linux"
54 HOMEPAGE="http://www.nilfs.org/"
55 SRC_URI="http://www.nilfs.org/download/${P}.tar.bz2"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86"
60 IUSE=""
61
62 RDEPEND="sys-libs/e2fsprogs-libs"
63 DEPEND="${DEPEND}
64 sys-kernel/linux-headers"
65
66 src_install() {
67 emake DESTDIR="${D}" install || die
68
69 dodoc AUTHORS ChangeLog NEWS README || die
70 }