diff options
author | 2013-05-16 10:24:47 +0000 | |
---|---|---|
committer | 2013-05-16 10:24:47 +0000 | |
commit | a80c764aa66cef682934cb1b6c09ca1d3350b64a (patch) | |
tree | 6e93a760b243f93bff8f0668ac37423b6a1b2711 /sys-fs/s3fs | |
parent | Initial import, ebuild based on work by Carlos Silva. (diff) | |
download | gentoo-2-a80c764aa66cef682934cb1b6c09ca1d3350b64a.tar.gz gentoo-2-a80c764aa66cef682934cb1b6c09ca1d3350b64a.tar.bz2 gentoo-2-a80c764aa66cef682934cb1b6c09ca1d3350b64a.zip |
Version bump.
(Portage version: 2.2.0_alpha175/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'sys-fs/s3fs')
-rw-r--r-- | sys-fs/s3fs/ChangeLog | 7 | ||||
-rw-r--r-- | sys-fs/s3fs/s3fs-1.69.ebuild | 26 |
2 files changed, 32 insertions, 1 deletions
diff --git a/sys-fs/s3fs/ChangeLog b/sys-fs/s3fs/ChangeLog index c56ee04fc52c..87a40862acaa 100644 --- a/sys-fs/s3fs/ChangeLog +++ b/sys-fs/s3fs/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-fs/s3fs # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/s3fs/ChangeLog,v 1.25 2013/05/02 04:30:44 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/s3fs/ChangeLog,v 1.26 2013/05/16 10:24:47 radhermit Exp $ + +*s3fs-1.69 (16 May 2013) + + 16 May 2013; Tim Harder <radhermit@gentoo.org> +s3fs-1.69.ebuild: + Version bump. *s3fs-1.68 (02 May 2013) diff --git a/sys-fs/s3fs/s3fs-1.69.ebuild b/sys-fs/s3fs/s3fs-1.69.ebuild new file mode 100644 index 000000000000..c20c8c66f62b --- /dev/null +++ b/sys-fs/s3fs/s3fs-1.69.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/s3fs/s3fs-1.69.ebuild,v 1.1 2013/05/16 10:24:47 radhermit Exp $ + +EAPI=5 + +inherit toolchain-funcs + +DESCRIPTION="Amazon mounting S3 via fuse" +HOMEPAGE="http://s3fs.googlecode.com/" +SRC_URI="http://s3fs.googlecode.com/files/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +CDEPEND=">=dev-libs/libxml2-2.6:2 + dev-libs/openssl + >=net-misc/curl-7.0 + >=sys-fs/fuse-2.8.4" +RDEPEND="${CDEPEND} + app-misc/mime-types" +DEPEND="${CDEPEND} + virtual/pkgconfig" + +RESTRICT="test" |