kde-frameworks/karchive: drop 5.102.0

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2023-04-22 18:10:08 +02:00
parent 38903f309c
commit 9c87e7311b
2 changed files with 0 additions and 35 deletions

View File

@@ -1,3 +1,2 @@
DIST karchive-5.102.0.tar.xz 1006616 BLAKE2B 34c8e71632f3e415dc9e8474a47e4d59f7a4d2054028359d87451a28127aaae1aa4b9b400100db33c2200692e23fac1aa20d70a007554c38055191e2106c022a SHA512 0bd0dc60180d0610f2a2770680519c7a8bd83b11f8674214fdc057e8e734e771db4467b4d4b09f3bb6c3c392e3506dccbfa500f7ede4e1c7ca9f815a057c89ec
DIST karchive-5.104.0.tar.xz 1011112 BLAKE2B dce32005cd753d41a4389003bb28fc92000bf9cb63f29e5b3c3871eb8c9cc9bed64110f2baa62b581a46bb5764e0f8f55393ebd905684c7c72b6076b93f329c3 SHA512 c987fe5d217d259e87b41cdfef0f480c1c80e2fc3f5701354842c0f5cc773c2c5a6f81ff29fce37bcd3175d572c3ded59e08e09e89b0ae9ef135331d995b6336
DIST karchive-5.105.0.tar.xz 1015156 BLAKE2B 867a85ea75cb1dead8ef12a8d351b7ddb880804fba7c668834585dccad02732703002d894ad6f3ea583f0b9e8c2d1b171dcade69f886f1781eb164541e1e8e8a SHA512 10c31768cc470a626a5acbaf4f46cab388b34a50d768b88e9924de8254592b8d3d29396bdfd86f911a3a6def7f63b032de4a8219a06cfc5744c9bdb454771e42

View File

@@ -1,34 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
QTMIN=5.15.5
inherit ecm frameworks.kde.org
DESCRIPTION="Framework for reading, creation, and manipulation of various archive formats"
LICENSE="GPL-2 LGPL-2.1"
KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
IUSE="+zstd"
DEPEND="
app-arch/bzip2
app-arch/xz-utils
sys-libs/zlib
zstd? ( app-arch/zstd:= )
"
RDEPEND="${DEPEND}"
BDEPEND="
>=dev-qt/linguist-tools-${QTMIN}:5
zstd? ( virtual/pkgconfig )
"
src_prepare() {
ecm_src_prepare
# TODO: try to get a build switch upstreamed
if ! use zstd; then
sed -e "s/^pkg_check_modules.*LibZstd/#&/" -i CMakeLists.txt || die
fi
}