Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/f2fs-tools: metadata.xml ChangeLog f2fs-tools-1.1.0.ebuild
Date: Sun, 24 Feb 2013 18:21:15
Message-Id: 20130224182111.76EFF2171D@flycatcher.gentoo.org
1 blueness 13/02/24 18:21:11
2
3 Added: metadata.xml ChangeLog f2fs-tools-1.1.0.ebuild
4 Log:
5 Initial commit, bug #458872
6
7 (Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
8
9 Revision Changes Path
10 1.1 sys-fs/f2fs-tools/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/f2fs-tools/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/f2fs-tools/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <maintainer>
21 <email>blueness@g.o</email>
22 <name>Anthony G. Basile</name>
23 </maintainer>
24 </pkgmetadata>
25
26
27
28 1.1 sys-fs/f2fs-tools/ChangeLog
29
30 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/f2fs-tools/ChangeLog?rev=1.1&view=markup
31 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/f2fs-tools/ChangeLog?rev=1.1&content-type=text/plain
32
33 Index: ChangeLog
34 ===================================================================
35 # ChangeLog for sys-fs/f2fs-tools
36 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
37 # $Header: /var/cvsroot/gentoo-x86/sys-fs/f2fs-tools/ChangeLog,v 1.1 2013/02/24 18:21:11 blueness Exp $
38
39 *f2fs-tools-1.1.0 (24 Feb 2013)
40
41 24 Feb 2013; Anthony G. Basile <blueness@g.o>
42 +f2fs-tools-1.1.0.ebuild, +metadata.xml:
43 Initial commit, bug #458872
44
45
46
47
48 1.1 sys-fs/f2fs-tools/f2fs-tools-1.1.0.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/f2fs-tools/f2fs-tools-1.1.0.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/f2fs-tools/f2fs-tools-1.1.0.ebuild?rev=1.1&content-type=text/plain
52
53 Index: f2fs-tools-1.1.0.ebuild
54 ===================================================================
55 # Copyright 1999-2013 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Header: /var/cvsroot/gentoo-x86/sys-fs/f2fs-tools/f2fs-tools-1.1.0.ebuild,v 1.1 2013/02/24 18:21:11 blueness Exp $
58
59 EAPI=4
60
61 DESCRIPTION="Tools for Flash-Friendly File System (F2FS) "
62 HOMEPAGE="http://git.kernel.org/?p=linux/kernel/git/jaegeuk/f2fs-tools.git;a=summary"
63 SRC_URI="http://dev.gentoo.org/~blueness/f2fs-tools/${P}.tar.gz"
64
65 LICENSE="GPL-2"
66 SLOT="0"
67 KEYWORDS="~amd64"
68 IUSE=""
69
70 DEPEND=""
71 RDEPEND="${DEPEND}"
72
73 src_configure () {
74 econf --prefix=/
75 }