diff options
author | Tim Harder <radhermit@gentoo.org> | 2013-06-08 20:10:09 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2013-06-08 20:10:09 +0000 |
commit | bd8b58e1be1f30be0ab2437cf1bc07c0e57fdb6d (patch) | |
tree | e951546063e6dfee31c2871061219de9326c8926 | |
parent | bump (diff) | |
download | gentoo-2-bd8b58e1be1f30be0ab2437cf1bc07c0e57fdb6d.tar.gz gentoo-2-bd8b58e1be1f30be0ab2437cf1bc07c0e57fdb6d.tar.bz2 gentoo-2-bd8b58e1be1f30be0ab2437cf1bc07c0e57fdb6d.zip |
Version bump.
(Portage version: 2.2.0_alpha178/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
-rw-r--r-- | sys-fs/s3fs/ChangeLog | 7 | ||||
-rw-r--r-- | sys-fs/s3fs/s3fs-1.70.ebuild | 26 |
2 files changed, 32 insertions, 1 deletions
diff --git a/sys-fs/s3fs/ChangeLog b/sys-fs/s3fs/ChangeLog index 87a40862acaa..0f111b06b7cf 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.26 2013/05/16 10:24:47 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/s3fs/ChangeLog,v 1.27 2013/06/08 20:10:09 radhermit Exp $ + +*s3fs-1.70 (08 Jun 2013) + + 08 Jun 2013; Tim Harder <radhermit@gentoo.org> +s3fs-1.70.ebuild: + Version bump. *s3fs-1.69 (16 May 2013) diff --git a/sys-fs/s3fs/s3fs-1.70.ebuild b/sys-fs/s3fs/s3fs-1.70.ebuild new file mode 100644 index 000000000000..2968fdc757c9 --- /dev/null +++ b/sys-fs/s3fs/s3fs-1.70.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.70.ebuild,v 1.1 2013/06/08 20:10:09 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" |