Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/betagarden:master commit in: sys-apps/linux-ftools/
Date: Sun, 02 Jun 2013 16:59:00
Message-Id: 1370192335.0f77df725d4d99f565f3590a3182cceff6c75319.sping@gentoo
1 commit: 0f77df725d4d99f565f3590a3182cceff6c75319
2 Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
3 AuthorDate: Sun Jun 2 16:58:55 2013 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 2 16:58:55 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=0f77df72
7
8 sys-apps/linux-ftools: 0_p20120419
9
10 ---
11 .../linux-ftools/linux-ftools-0_p20120419.ebuild | 24 ++++++++++++++++++++++
12 1 file changed, 24 insertions(+)
13
14 diff --git a/sys-apps/linux-ftools/linux-ftools-0_p20120419.ebuild b/sys-apps/linux-ftools/linux-ftools-0_p20120419.ebuild
15 new file mode 100644
16 index 0000000..f153fab
17 --- /dev/null
18 +++ b/sys-apps/linux-ftools/linux-ftools-0_p20120419.ebuild
19 @@ -0,0 +1,24 @@
20 +# Copyright 1999-2013 Gentoo Foundation
21 +# Distributed under the terms of the GNU General Public License v2
22 +# $Header: $
23 +
24 +EAPI="4"
25 +
26 +inherit autotools
27 +
28 +DESCRIPTION="Linux command line tools for fallocate, fincore, fadvise"
29 +HOMEPAGE="https://code.google.com/p/linux-ftools/"
30 +SRC_URI="http://www.hartwork.org/public/${P}.tar.xz"
31 +
32 +LICENSE="GPL-2+"
33 +SLOT="0"
34 +KEYWORDS="~amd64 ~x86"
35 +IUSE=""
36 +
37 +DOCS=( README )
38 +
39 +src_prepare() {
40 + # Re-generate out of sync files:
41 + rm configure Makefile.in || die
42 + eautoreconf
43 +}