public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/s3fs/
Date: Tue, 20 Mar 2018 04:40:49 +0000 (UTC)	[thread overview]
Message-ID: <1521520783.f4c9ccc45a309798692a3a07ef2ea650c5484dff.radhermit@gentoo> (raw)

commit:     f4c9ccc45a309798692a3a07ef2ea650c5484dff
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 20 04:32:04 2018 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Tue Mar 20 04:39:43 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4c9ccc4

net-fs/s3fs: version bump to 1.83

 net-fs/s3fs/Manifest         |  1 +
 net-fs/s3fs/s3fs-1.83.ebuild | 55 ++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

diff --git a/net-fs/s3fs/Manifest b/net-fs/s3fs/Manifest
index 9073a17b380..5368ee70191 100644
--- a/net-fs/s3fs/Manifest
+++ b/net-fs/s3fs/Manifest
@@ -1,3 +1,4 @@
 DIST s3fs-1.74.tar.gz 199120 BLAKE2B 4b2d3be59c443fe015ce2198218a6b87b258524edb6b290f333f20998eef58907c62abf904a7d8f007c5b0da8176a645972d51e864c56b877346ffc48f92fb72 SHA512 c9f6e2a113d2cfb9d6ac485d58ae8ebf317b9fc29b2fab34de427f206902eda22de056cbcdbc0e8cdebeff7900793e96a87f4ad8a3b1add85433a617ba53889d
 DIST s3fs-1.78.tar.gz 99538 BLAKE2B 635369651f8a695390fb96efbb25076f8fb9eeb575e1dfa5324de59c3de08972a0602456fb255dcb072d5ccd4436c19415ed50db7a23e6270de8aebae863a5a4 SHA512 ba0ad1ee5fc3c31d5b98dc7511abc8e74e91649af27aaaf5ecdca76cc7503bf66118638f983199bcdcaa51897f1bfa802310db9e2b72538d9f345f6942a3a8d0
 DIST s3fs-1.80.tar.gz 135891 BLAKE2B a2e38154e1721a88042e49db22bbd607ce0776758a351f5a54e76cb1654518a4d3e30cf9faf3d6d04f6d45d3224491f6e55cbae83ee5b88c27211044255d51d0 SHA512 c98c61198a6c2132f98ef5a8c8f600787cf359c6f79010366f786a3758281257cbf79b4bb47892fd1e9e50d8e46a389125ea67f3828c1c8131cbee5462c74141
+DIST s3fs-1.83.tar.gz 150816 BLAKE2B 1b567708ea6264a619b664c5be3186374dcd3f50f01ac7d9aa093a82520f4685b7adc49a2d9c5a30e64334439c4c2676ae6cc74079251b4e47fe4ff7ad1f5945 SHA512 a925fb09c5786f2ff7fcb458e3cc37cce0eb2bd431b24e582cf02e7656716bfd9b7ffa3647f6f3c56ccfa313d2238cd263f28c2321850c1de082c48ebd9af5cb

diff --git a/net-fs/s3fs/s3fs-1.83.ebuild b/net-fs/s3fs/s3fs-1.83.ebuild
new file mode 100644
index 00000000000..434d6f6bf7a
--- /dev/null
+++ b/net-fs/s3fs/s3fs-1.83.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+MY_PN=${PN}-fuse
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Amazon S3 mounting via fuse"
+HOMEPAGE="https://github.com/s3fs-fuse/s3fs-fuse/"
+SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="openssl nss gnutls nettle"
+REQUIRED_USE="
+	^^ ( openssl nss gnutls )
+	nettle? ( gnutls )"
+
+CDEPEND="
+	>=dev-libs/libxml2-2.6:2
+	openssl? ( dev-libs/openssl:0= )
+	nss? ( dev-libs/nss )
+	gnutls? ( net-libs/gnutls:= )
+	nettle? ( dev-libs/nettle:= )
+	>=net-misc/curl-7.0
+	>=sys-fs/fuse-2.8.4:0"
+
+RDEPEND="
+	${CDEPEND}
+	app-misc/mime-types"
+
+DEPEND="
+	${CDEPEND}
+	virtual/pkgconfig"
+
+RESTRICT="test"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		$(use_with nss) \
+		$(use_with nettle) \
+		$(use_with gnutls) \
+		$(use_with openssl)
+}


             reply	other threads:[~2018-03-20  4:40 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-20  4:40 Tim Harder [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-03  9:25 [gentoo-commits] repo/gentoo:master commit in: net-fs/s3fs/ Petr Vaněk
2024-10-30  9:40 Petr Vaněk
2024-03-28  7:09 Petr Vaněk
2024-03-27 12:46 Arthur Zamarin
2024-03-27 12:46 Arthur Zamarin
2024-02-25  8:24 Petr Vaněk
2023-12-04 12:30 Petr Vaněk
2023-09-11  9:33 Sam James
2023-09-11  9:33 Sam James
2023-08-11  7:29 Joonas Niilola
2023-08-11  7:29 Joonas Niilola
2023-07-14 16:23 Arthur Zamarin
2023-07-14 16:19 Arthur Zamarin
2023-05-27  7:49 Joonas Niilola
2023-05-27  7:49 Joonas Niilola
2022-12-18 12:26 Sam James
2022-12-18 11:39 Sam James
2022-03-11 18:43 Matthew Smith
2022-03-09  7:06 Jakov Smolić
2022-03-09  7:06 Jakov Smolić
2022-03-08 20:20 Matthew Smith
2022-02-25 10:29 Yixun Lan
2021-04-10  7:45 Joonas Niilola
2021-04-10  7:45 Joonas Niilola
2021-03-31  2:23 Sam James
2021-03-30 16:26 Thomas Deutschmann
2021-03-20  8:25 Joonas Niilola
2020-10-05 11:43 Joonas Niilola
2020-02-06  6:20 Joonas Niilola
2019-11-12  5:36 Joonas Niilola
2019-11-12  5:36 Joonas Niilola
2018-03-20  4:40 Tim Harder
2017-11-26 23:11 David Seifert
2016-12-22 10:45 Göktürk Yüksek
2016-12-22 10:45 Göktürk Yüksek
2016-12-20 20:09 Thomas Deutschmann
2016-12-20 18:08 Tobias Klausmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1521520783.f4c9ccc45a309798692a3a07ef2ea650c5484dff.radhermit@gentoo \
    --to=radhermit@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox