From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8D4E91381F3 for ; Sun, 2 Jun 2013 16:59:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B59EE0993; Sun, 2 Jun 2013 16:58:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F1C48E0993 for ; Sun, 2 Jun 2013 16:58:58 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B342033E3B7 for ; Sun, 2 Jun 2013 16:58:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E2F72E468F for ; Sun, 2 Jun 2013 16:58:54 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1370192335.0f77df725d4d99f565f3590a3182cceff6c75319.sping@gentoo> Subject: [gentoo-commits] proj/betagarden:master commit in: sys-apps/linux-ftools/ X-VCS-Repository: proj/betagarden X-VCS-Files: sys-apps/linux-ftools/linux-ftools-0_p20120419.ebuild X-VCS-Directories: sys-apps/linux-ftools/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 0f77df725d4d99f565f3590a3182cceff6c75319 X-VCS-Branch: master Date: Sun, 2 Jun 2013 16:58:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3eef544a-4f39-4fc6-8f58-3c686cd762bf X-Archives-Hash: 5124805f852db5bad8b9dda78a49d583 commit: 0f77df725d4d99f565f3590a3182cceff6c75319 Author: Sebastian Pipping pipping org> AuthorDate: Sun Jun 2 16:58:55 2013 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sun Jun 2 16:58:55 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=0f77df72 sys-apps/linux-ftools: 0_p20120419 --- .../linux-ftools/linux-ftools-0_p20120419.ebuild | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/sys-apps/linux-ftools/linux-ftools-0_p20120419.ebuild b/sys-apps/linux-ftools/linux-ftools-0_p20120419.ebuild new file mode 100644 index 0000000..f153fab --- /dev/null +++ b/sys-apps/linux-ftools/linux-ftools-0_p20120419.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="4" + +inherit autotools + +DESCRIPTION="Linux command line tools for fallocate, fincore, fadvise" +HOMEPAGE="https://code.google.com/p/linux-ftools/" +SRC_URI="http://www.hartwork.org/public/${P}.tar.xz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DOCS=( README ) + +src_prepare() { + # Re-generate out of sync files: + rm configure Makefile.in || die + eautoreconf +}