diff options
author | 2013-09-07 20:00:08 +0000 | |
---|---|---|
committer | 2013-09-07 20:00:08 +0000 | |
commit | 01772fd4b30c94bcf7b0683a16b0805ff6aeff6d (patch) | |
tree | c9064c171c810fd62d38f14c74b5da98bd192bb1 /sys-fs/s3fs | |
parent | Add missing 'autotools' inherit for 'eautoreconf'. (diff) | |
download | gentoo-2-01772fd4b30c94bcf7b0683a16b0805ff6aeff6d.tar.gz gentoo-2-01772fd4b30c94bcf7b0683a16b0805ff6aeff6d.tar.bz2 gentoo-2-01772fd4b30c94bcf7b0683a16b0805ff6aeff6d.zip |
Version bump.
(Portage version: 2.2.1/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.73.ebuild | 26 |
2 files changed, 32 insertions, 1 deletions
diff --git a/sys-fs/s3fs/ChangeLog b/sys-fs/s3fs/ChangeLog index 95ed99ff9468..f2f8e9487678 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.28 2013/07/11 03:12:15 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/s3fs/ChangeLog,v 1.29 2013/09/07 20:00:08 radhermit Exp $ + +*s3fs-1.73 (07 Sep 2013) + + 07 Sep 2013; Tim Harder <radhermit@gentoo.org> +s3fs-1.73.ebuild: + Version bump. *s3fs-1.71 (11 Jul 2013) diff --git a/sys-fs/s3fs/s3fs-1.73.ebuild b/sys-fs/s3fs/s3fs-1.73.ebuild new file mode 100644 index 000000000000..da46c95faff6 --- /dev/null +++ b/sys-fs/s3fs/s3fs-1.73.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.73.ebuild,v 1.1 2013/09/07 20:00:08 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" |