diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-02-17 01:03:48 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-02-17 01:03:48 +0000 |
commit | fe78a4efc89c3aedc7c299bb8dafc87a3d228026 (patch) | |
tree | 608cad0847cbe601fbc750ad23437c7fced88248 /sys-fs | |
parent | Version bump, for slot 2. (diff) | |
download | gentoo-2-fe78a4efc89c3aedc7c299bb8dafc87a3d228026.tar.gz gentoo-2-fe78a4efc89c3aedc7c299bb8dafc87a3d228026.tar.bz2 gentoo-2-fe78a4efc89c3aedc7c299bb8dafc87a3d228026.zip |
Remove old.
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/s3fs/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/s3fs/s3fs-0_p177.ebuild | 30 |
2 files changed, 4 insertions, 31 deletions
diff --git a/sys-fs/s3fs/ChangeLog b/sys-fs/s3fs/ChangeLog index 5b9f5c12adaf..6c4d6dd9acd3 100644 --- a/sys-fs/s3fs/ChangeLog +++ b/sys-fs/s3fs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/s3fs # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/s3fs/ChangeLog,v 1.15 2012/02/16 18:13:57 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/s3fs/ChangeLog,v 1.16 2012/02/17 01:03:48 radhermit Exp $ + + 17 Feb 2012; Tim Harder <radhermit@gentoo.org> -s3fs-0_p177.ebuild: + Remove old. 16 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> s3fs-1.61.ebuild: x86 stable wrt bug #400509 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 -} |