sys-fs/mount-zip: remove mount-zip 1.0.10

now that mount-zip 1.0.12 is available

Closes: https://bugs.gentoo.org/914375
Signed-off-by: François Degros <fdegros@chromium.org>
Closes: https://github.com/gentoo/gentoo/pull/35237
Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
François Degros 2024-02-09 10:37:57 +11:00 committed by Florian Schmaus
parent 88cea83bb4
commit 349c853211
No known key found for this signature in database
GPG Key ID: 2239A7E8F5852052
2 changed files with 0 additions and 35 deletions

View File

@ -1,2 +1 @@
DIST mount-zip-1.0.10.tar.gz 723679 BLAKE2B 01abab5d34a3ca4621049780d7477e13356aa0299dd026acc95813cfa91e556165db872660ba328cf0f4c6ff7526b30cbd2f91b854ae1b5765176fb9cab34155 SHA512 d64bcc0d79b8ba45892cb0c1d997f1a4e31df7f7509d0caaefa0779a29e1c78ffa9a88dd63098255eb25067aef2eede2839ba8273911b6b0d693b24d2ee1e22a
DIST mount-zip-1.0.12.tar.gz 723368 BLAKE2B 524d2681a4311975ca7d30362d28776f5258b5eab9fb52e5283ff5a20e17b9fae9aa03d19838424c1ce8a2822f90d2d03870153da654b21acc557400e6040117 SHA512 05608420d8a17d4bd940bb735e6f8bcfb696cbe4a120267b5dde3f9e04094e221b9a67e0a71125df7df02c4fdef102123d71e00fa7dda62dde28bdf57e599aa0

View File

@ -1,34 +0,0 @@
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="FUSE file system for ZIP archives"
HOMEPAGE="https://github.com/google/mount-zip"
SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
RDEPEND="
dev-libs/icu:=
dev-libs/libzip:=
sys-fs/fuse:0=
"
DEPEND="
${RDEPEND}
dev-libs/boost
"
BDEPEND="
virtual/pkgconfig
"
DOCS=( changelog README.md )
src_install() {
default
doman mount-zip.1
}