From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0024415800A for ; Fri, 11 Aug 2023 07:29:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44ED12BC01A; Fri, 11 Aug 2023 07:29:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 247D42BC016 for ; Fri, 11 Aug 2023 07:29:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2858E33E690 for ; Fri, 11 Aug 2023 07:29:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A536CB8B for ; Fri, 11 Aug 2023 07:29:22 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1691738957.a66bf5fd3b2c9984651762e1acde98d7575d63d5.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/s3fs/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/s3fs/Manifest net-fs/s3fs/metadata.xml net-fs/s3fs/s3fs-1.91.ebuild X-VCS-Directories: net-fs/s3fs/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: a66bf5fd3b2c9984651762e1acde98d7575d63d5 X-VCS-Branch: master Date: Fri, 11 Aug 2023 07:29:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9922b08b-5ca6-423d-8d94-8c9d2dd0925f X-Archives-Hash: 1f97e504f2c718545ef4415b9cbf5c88 commit: a66bf5fd3b2c9984651762e1acde98d7575d63d5 Author: Petr Vaněk atlas cz> AuthorDate: Thu Jul 20 07:03:43 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Aug 11 07:29:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a66bf5fd net-fs/s3fs: drop 1.91 Closes: https://bugs.gentoo.org/895676 Signed-off-by: Petr Vaněk atlas.cz> Signed-off-by: Joonas Niilola gentoo.org> net-fs/s3fs/Manifest | 1 - net-fs/s3fs/metadata.xml | 1 - net-fs/s3fs/s3fs-1.91.ebuild | 57 -------------------------------------------- 3 files changed, 59 deletions(-) diff --git a/net-fs/s3fs/Manifest b/net-fs/s3fs/Manifest index 698cf9099571..35ccd5b67036 100644 --- a/net-fs/s3fs/Manifest +++ b/net-fs/s3fs/Manifest @@ -1,2 +1 @@ -DIST s3fs-1.91.tar.gz 242590 BLAKE2B b65119f480b35a6325fa6d498e260309f65778abf97fc9f82bf423004e142f998a1c4b5c80c74a2932a6fa714956fd4f6a0b71e102061ff4f08ff0a82bdbb05c SHA512 5b57af18395f34885b4b8a98e93b0e3f9043c9af78e415a0a6c15489611d7e21ae619e69655737de369edee15762d8726b82bc2651b5b7f5c20e26fe866a96bc DIST s3fs-1.92.tar.gz 283295 BLAKE2B 7286d3c8a83d87252db1b18b063f6704b128abdd957a9baeb204834b534a16a09d60a46507ae03633ce789e8127c7a480fb1e81b1fc1a3c8c7b69a79541abf11 SHA512 375492d63626f0b71583e735e43985045dd5d4ccad2e66ae5d1c7ea9d8e5e881993bf00e31bae96d55aa441fae555bc71ebcfd47f3d189f6c322ba441853a95f diff --git a/net-fs/s3fs/metadata.xml b/net-fs/s3fs/metadata.xml index eb7977bc87e6..b9a262d42a8d 100644 --- a/net-fs/s3fs/metadata.xml +++ b/net-fs/s3fs/metadata.xml @@ -3,7 +3,6 @@ - Enable dev-libs/openssl crypto backend Enable dev-libs/nss crypto backend Enable net-libs/gnutls crypto backend Use dev-libs/nettle network functions with GnuTLS. diff --git a/net-fs/s3fs/s3fs-1.91.ebuild b/net-fs/s3fs/s3fs-1.91.ebuild deleted file mode 100644 index fded3ccf1ec6..000000000000 --- a/net-fs/s3fs/s3fs-1.91.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -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 ~riscv x86" -IUSE="gnutls nettle nss +openssl test" -REQUIRED_USE=" - ^^ ( gnutls nss openssl ) - nettle? ( gnutls )" - -# Requires active internet connection -RESTRICT="test" - -DEPEND=" - dev-libs/libxml2:2 - net-misc/curl - sys-fs/fuse:0 - gnutls? ( net-libs/gnutls:= ) - nettle? ( dev-libs/nettle:= ) - nss? ( dev-libs/nss ) - openssl? ( dev-libs/openssl:0= ) -" - -RDEPEND="${DEPEND} - app-misc/mime-types -" - -BDEPEND="virtual/pkgconfig" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - default - eautoreconf -} - -src_configure() { - local myeconfargs=( - $(use_with gnutls) - $(use_with nettle) - $(use_with nss) - $(use_with openssl) - ) - econf "${myeconfargs[@]}" -}