kde-frameworks/karchive: drop 5.99.0

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2023-02-14 20:18:56 +01:00
parent 3264aafa66
commit d00e54b763
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.103.0.tar.xz 1008648 BLAKE2B 8495b4d2193cde722f539c0f74816557b3b83c2d1ce93437b523b1184a2864346e6804a650151b27581b96e3b10976e671e9803c297722bd561a6561c4f0222e SHA512 746a8bd1bd2b87b8d967bda7c9512f81859803ba22e5cd8a4a6dbac4283c1ed1621b7f429c73c55fd323fca417cbeee9c9b0b205e404c0bd2f9ac164874a4438
DIST karchive-5.99.0.tar.xz 986620 BLAKE2B c04ad2e2791967fdfeeb20ca16bd79dac09392a378bd54b7011df5a59181d446a41e00a8f93aab8964b71ad69d0565cef60dc1aa42c322da3032f02f16aebc59 SHA512 51b5443c593c8733b1d2e071c0310ece308275d598cb7b9610be626bcfc3b9111e28625501d2678e83e3af66232d6436090d93d29f4bf9fcd38f9d7362f0d9ec

View File

@@ -1,34 +0,0 @@
# Copyright 1999-2022 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
}