public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/rar2fs/
Date: Sat, 16 Mar 2024 09:26:51 +0000 (UTC)	[thread overview]
Message-ID: <1710581207.7ab266e9cd3e6e9351143e69ad66cea4bd11b62d.juippis@gentoo> (raw)

commit:     7ab266e9cd3e6e9351143e69ad66cea4bd11b62d
Author:     François Degros <fdegros <AT> chromium <DOT> org>
AuthorDate: Fri Feb 16 01:02:21 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Mar 16 09:26:47 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ab266e9

sys-fs/rar2fs: Remove old rar2fs 1.29.5

Signed-off-by: François Degros <fdegros <AT> chromium.org>
Closes: https://github.com/gentoo/gentoo/pull/35366
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sys-fs/rar2fs/Manifest             |  1 -
 sys-fs/rar2fs/rar2fs-1.29.5.ebuild | 36 ------------------------------------
 2 files changed, 37 deletions(-)

diff --git a/sys-fs/rar2fs/Manifest b/sys-fs/rar2fs/Manifest
index a5e6db1080aa..0f66c4942f49 100644
--- a/sys-fs/rar2fs/Manifest
+++ b/sys-fs/rar2fs/Manifest
@@ -1,2 +1 @@
-DIST rar2fs-1.29.5.tar.gz 268706 BLAKE2B cdc88672976c99868dedb65d772d6ad76bad7b1891845d09f575701005ab58cf79b5b19cb5de79d81bf1ef6ea8a734cd9755e002b6bf141f4166fdb73a667e2e SHA512 78962d614d66eeb09c013212d8bd373907d8a55489d9bc544f43ba1f34989cd777bba38a6af5899fea0b01e4cfdc0ee18462776e2d4cc529e05d5c6d30a899bf
 DIST rar2fs-1.29.6.tar.gz 269026 BLAKE2B df2b33561898b8e23bd54481f275058442be7b8616d7107614f98e6cc478c400ad764fff35ccab29f4a907ba9ac2afbb58f3093976e5b191b1e844f28a64f6a0 SHA512 c046f51c7047c3d04c3e9d1b69c72c019c32c70f83776f8179b608e8c21a7a3edfd4229434285a4234fd65ad48ffd5cbae3b2fa2d285cecf1a84a3a30ab3c256

diff --git a/sys-fs/rar2fs/rar2fs-1.29.5.ebuild b/sys-fs/rar2fs/rar2fs-1.29.5.ebuild
deleted file mode 100644
index 88a18a26d4e7..000000000000
--- a/sys-fs/rar2fs/rar2fs-1.29.5.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="A FUSE based filesystem that can mount one or multiple RAR archive(s)"
-HOMEPAGE="https://hasse69.github.io/rar2fs/ https://github.com/hasse69/rar2fs"
-SRC_URI="https://github.com/hasse69/${PN}/releases/download/v${PV}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-# Note that upstream unrar sometimes breaks ABI without updating the SONAME
-# version so try rebuilding rar2fs if it doesn't work following an unrar
-# upgrade.
-RDEPEND=">=app-arch/unrar-5:=
-	sys-fs/fuse:0"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-	default
-	eautoreconf
-}
-
-src_configure() {
-	export USER_CFLAGS="${CFLAGS}"
-
-	econf \
-		--with-unrar="${ESYSROOT}"/usr/include/libunrar \
-		--disable-static-unrar \
-		$(use_enable debug)
-}


             reply	other threads:[~2024-03-16  9:26 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-16  9:26 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-22 15:05 [gentoo-commits] repo/gentoo:master commit in: sys-fs/rar2fs/ Joonas Niilola
2023-09-15  6:50 Florian Schmaus
2023-09-15  6:50 Florian Schmaus
2021-06-16 14:02 Sam James
2021-01-22  4:15 Sam James
2021-01-04 22:27 Lars Wendler
2020-10-07  0:20 Sam James
2020-10-07  0:20 Sam James
2020-03-26  7:22 Joonas Niilola
2020-03-26  7:22 Joonas Niilola
2019-11-18  5:27 Tim Harder
2019-11-17  6:07 Tim Harder
2019-10-08 14:40 Tim Harder
2019-05-12  4:53 Tim Harder
2019-05-12  4:53 Tim Harder
2019-05-10 20:33 Tim Harder
2019-05-10 20:33 Tim Harder
2018-12-13  9:07 Tim Harder
2018-06-04 23:38 Tim Harder
2018-03-20  2:21 Tim Harder
2017-10-29  6:18 Tim Harder
2017-08-31 15:46 Tim Harder
2017-08-31 15:46 Tim Harder
2017-07-10  7:37 Tim Harder
2017-05-04  8:45 Tim Harder
2017-04-02  8:31 Tim Harder
2016-12-09  6:00 Tim Harder
2016-09-06  0:37 Tim Harder
2016-08-16 22:51 Tim Harder
2016-08-16 22:51 Tim Harder
2016-08-06 10:17 Pacho Ramos
2016-01-11  4:20 Tim Harder
2015-12-01  6:39 Tim Harder

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=1710581207.7ab266e9cd3e6e9351143e69ad66cea4bd11b62d.juippis@gentoo \
    --to=juippis@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