public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Petr Vaněk" <arkamar@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/s3fs/
Date: Tue,  3 Dec 2024 09:25:33 +0000 (UTC)	[thread overview]
Message-ID: <1733217894.6ab83daa3695f8f049b36757d9317af335fed055.arkamar@gentoo> (raw)

commit:     6ab83daa3695f8f049b36757d9317af335fed055
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  3 08:06:20 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Tue Dec  3 09:24:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ab83daa

net-fs/s3fs: drop 1.94

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 net-fs/s3fs/Manifest         |  1 -
 net-fs/s3fs/s3fs-1.94.ebuild | 67 --------------------------------------------
 2 files changed, 68 deletions(-)

diff --git a/net-fs/s3fs/Manifest b/net-fs/s3fs/Manifest
index f769de52a0ae..1ebf37a0f2bc 100644
--- a/net-fs/s3fs/Manifest
+++ b/net-fs/s3fs/Manifest
@@ -1,2 +1 @@
-DIST s3fs-1.94.tar.gz 291170 BLAKE2B 86a0271cfedc38778b4e8a50cb4515a3b921e0c69618ff7b2db411a95c3ed37e43f5e394c47937fd9072530177faf4f014e395feb519e995bf386d538318d3bf SHA512 1a29d4f0b73f844ea1d4ad6e0b36d601fb7ab5818af0a90564b77182564c04fbef308362a9a749038b17f28f07f79b6debb661610f69c039a405b931361abe9c
 DIST s3fs-1.95.tar.gz 285599 BLAKE2B 4cb34f50d4efd0c1e0ef8196c3c9a53c380338317b736dbc229ef37ef22cec9dcf634a5b253bcdd23b25f16badffe39817c8c59530a49963cde17a2721a7b678 SHA512 73fd33895ace0e60fe8df392d474624f913a310c8df136bcc60b7d644ce7a92681ac7ced9bf9fcb9ef248f48b3bee3d4e871c172368c0b07626cb8f2ed3ba1b9

diff --git a/net-fs/s3fs/s3fs-1.94.ebuild b/net-fs/s3fs/s3fs-1.94.ebuild
deleted file mode 100644
index 910f7f8298c2..000000000000
--- a/net-fs/s3fs/s3fs-1.94.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2024 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"
-REQUIRED_USE="nettle? ( gnutls !nss )"
-
-# Requires active internet connection and it tries to download some binaries for later execution
-RESTRICT="test"
-
-DEPEND="
-	dev-libs/libxml2:2
-	net-misc/curl
-	sys-fs/fuse:0
-	nss? ( dev-libs/nss )
-	!nss? (
-		gnutls? (
-			net-libs/gnutls:=
-			nettle? ( dev-libs/nettle:= )
-		)
-		!gnutls? ( dev-libs/openssl:0= )
-	)
-"
-
-RDEPEND="${DEPEND}
-	app-misc/mime-types
-"
-
-BDEPEND="virtual/pkgconfig"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-	default
-
-	sed -i 's/ -D_FORTIFY_SOURCE=3//' configure.ac || die
-
-	eautoreconf
-}
-
-src_configure() {
-	local myeconfargs=(
-		$(use_with nettle)
-	)
-	if use nss; then
-		myeconfargs+=( $(use_with nss) )
-	elif use gnutls; then
-		myeconfargs+=( $(use_with gnutls) )
-	else
-		myeconfargs+=( --with-openssl )
-	fi
-
-	econf "${myeconfargs[@]}"
-}


             reply	other threads:[~2024-12-03  9:25 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-03  9:25 Petr Vaněk [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-30  9:40 [gentoo-commits] repo/gentoo:master commit in: net-fs/s3fs/ 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
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=1733217894.6ab83daa3695f8f049b36757d9317af335fed055.arkamar@gentoo \
    --to=arkamar@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