diff options
Diffstat (limited to 'sys-fs/s3fs/s3fs-0_p177.ebuild')
-rw-r--r-- | sys-fs/s3fs/s3fs-0_p177.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/sys-fs/s3fs/s3fs-0_p177.ebuild b/sys-fs/s3fs/s3fs-0_p177.ebuild deleted file mode 100644 index 9f070f768d4f..000000000000 --- a/sys-fs/s3fs/s3fs-0_p177.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/s3fs/s3fs-0_p177.ebuild,v 1.2 2011/01/05 01:04:06 xmw Exp $ - -MY_PV="r177-source" - -DESCRIPTION="Amazon mounting S3 via fuse" -HOMEPAGE="http://s3fs.googlecode.com/" -SRC_URI="http://s3fs.googlecode.com/files/${PN}-${MY_PV}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -S=${WORKDIR}/${PN} - -DEPEND=">=net-misc/curl-7.17.1 - >=sys-fs/fuse-2.6.0 - dev-libs/libxml2 - dev-libs/openssl" - -RDEPEND="${DEPEND}" - -src_compile() { - emake || die "emake failed" -} - -src_install() { - dobin s3fs -} |