public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/squashfuse/
Date: Wed, 31 Aug 2022 05:34:51 +0000 (UTC)	[thread overview]
Message-ID: <1661924074.2dae1fb7b2401c61e170bb9a9516520dcce09a14.asturm@gentoo> (raw)

commit:     2dae1fb7b2401c61e170bb9a9516520dcce09a14
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 19:59:17 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Aug 31 05:34:34 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dae1fb7

sys-fs/squashfuse: drop 0.1.100, EAPI-6--

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sys-fs/squashfuse/Manifest                  |  1 -
 sys-fs/squashfuse/squashfuse-0.1.100.ebuild | 34 -----------------------------
 2 files changed, 35 deletions(-)

diff --git a/sys-fs/squashfuse/Manifest b/sys-fs/squashfuse/Manifest
index eef45b65d0f0..14f110c322a7 100644
--- a/sys-fs/squashfuse/Manifest
+++ b/sys-fs/squashfuse/Manifest
@@ -1,2 +1 @@
-DIST squashfuse-0.1.100.tar.gz 393548 BLAKE2B 642f0b00023f1914e6f4efd0e03c77d61c549eed0bff8f3128f415ece7c52d3f917e8856a1dccc3d1be06147ad0b80bdde79397c4f307bc316adb2224260b402 SHA512 e6a56354e71991ccbcbd2f9e6967f1f5a1056edbee286e6a6d6c35f777ed6e6494243633d070da700cf43a8bf7b56269087a0db1d4b2d45ed49f4830caad7927
 DIST squashfuse-0.1.103.tar.gz 399524 BLAKE2B 985ce64052c55a03d4889674682cf8b3bf6fab96de18d38b5b6125a6b2bdf0ec40e9f18a13bb77ea1a963fd0e7debf08d5f4819c543a62a818389b5fa7884815 SHA512 bc640898a5756ceed3260d9dea61dcb54588381b787a50c0fbfce35658fdf7d2788babf4882c369d1981ff853a91f043de8c68727aedc33646c26db4fb0ab2c0

diff --git a/sys-fs/squashfuse/squashfuse-0.1.100.ebuild b/sys-fs/squashfuse/squashfuse-0.1.100.ebuild
deleted file mode 100644
index 5f269a48d15d..000000000000
--- a/sys-fs/squashfuse/squashfuse-0.1.100.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2016-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit flag-o-matic
-
-DESCRIPTION="FUSE filesystem to mount squashfs archives"
-HOMEPAGE="https://github.com/vasi/squashfuse"
-SRC_URI="https://github.com/vasi/squashfuse/releases/download/${PV}/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="lz4 lzma lzo +zlib"
-REQUIRED_USE="|| ( lz4 lzma lzo zlib )"
-
-COMMON_DEPEND="
-	>=sys-fs/fuse-2.8.6:0=
-	lzma? ( >=app-arch/xz-utils-5.0.4:= )
-	zlib? ( >=sys-libs/zlib-1.2.5-r2:= )
-	lzo? ( >=dev-libs/lzo-2.06:= )
-	lz4? ( >=app-arch/lz4-0_p106:= )
-"
-DEPEND="${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}"
-
-src_configure() {
-	filter-flags -flto* -fwhole-program -fno-common
-	econf \
-		$(use lz4 || echo --without-lz4) \
-		$(use lzma || echo  --without-xz) \
-		$(use lzo || echo --without-lzo) \
-		$(use zlib || echo --without-zlib)
-}


             reply	other threads:[~2022-08-31  5:34 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-31  5:34 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-04  1:29 [gentoo-commits] repo/gentoo:master commit in: sys-fs/squashfuse/ Andreas K. Hüttel
2024-10-24  1:03 Sam James
2024-08-16 18:48 Arthur Zamarin
2024-08-16 18:48 Arthur Zamarin
2023-06-24  2:59 Sam James
2023-04-19  1:07 Sam James
2022-10-08 22:29 Zac Medico
2022-10-08 10:08 Agostino Sarubbo
2022-10-07 22:56 Zac Medico
2022-10-04 15:02 Marek Szuba
2019-01-08  9:42 Tim Harder
2018-12-24  8:16 Zac Medico
2018-12-24  7:56 Zac Medico
2016-07-31 19:56 Zac Medico
2016-07-31 19:52 Zac Medico

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=1661924074.2dae1fb7b2401c61e170bb9a9516520dcce09a14.asturm@gentoo \
    --to=asturm@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