Redesign for new eclass

This commit is contained in:
Mario Fetka
2013-12-06 13:43:46 +01:00
parent 5c682a138e
commit dc6524d56f
75 changed files with 2025 additions and 956 deletions

View File

@@ -0,0 +1,27 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild,v 1.5 2012/05/04 19:09:18 jdhore Exp $
EAPI="4"
inherit autotools git-2
EGIT_REPO_URI="git://git.code.sf.net/p/posixovl/posixovl"
DESCRIPTION="Fuse-filesystem utilizing the Fat POSIX Overlay"
HOMEPAGE="http://sourceforge.net/projects/posixovl/"
LICENSE="GPL-2"
KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
SLOT="0"
IUSE=""
CDEPEND=">=sys-fs/fuse-2.6.0_pre3"
RDEPEND="${CDEPEND}"
DEPEND="${CDEPEND}
virtual/pkgconfig"
src_prepare() {
eautoreconf
}
#DOCS=( README NEWS ChangeLog AUTHORS FAQ.txt )