summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-03-21 11:46:40 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-03-21 16:36:04 +0100
commit03c2d74bd97b38a4b7d57642164faf3e2f84822b (patch)
tree335e6279c088d03604ea787717d5b17585d43cb5 /kde-apps/ark
parentapp-editors/ghostwriter: drop 24.02.0 (diff)
downloadgentoo-03c2d74bd97b38a4b7d57642164faf3e2f84822b.tar.gz
gentoo-03c2d74bd97b38a4b7d57642164faf3e2f84822b.tar.bz2
gentoo-03c2d74bd97b38a4b7d57642164faf3e2f84822b.zip
kde-apps/ark: drop 24.02.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/ark')
-rw-r--r--kde-apps/ark/Manifest1
-rw-r--r--kde-apps/ark/ark-24.02.0.ebuild80
2 files changed, 0 insertions, 81 deletions
diff --git a/kde-apps/ark/Manifest b/kde-apps/ark/Manifest
index a91c4bdd8752..f485f4f8c2b5 100644
--- a/kde-apps/ark/Manifest
+++ b/kde-apps/ark/Manifest
@@ -1,3 +1,2 @@
DIST ark-23.08.5.tar.xz 3018696 BLAKE2B 482a17aa9bf72abbaa75510451ba0dd59812d2cd2aca97efda0f4f1c78f98060d9f654efd0387aeae35d5220304f00139520a6836451056b84064cc8d8b12d16 SHA512 8fab4281f5cfe34938f7a958e2889ad4dabff6613b1e3a8fed1efb2039dbf35a71d99494869037fd821515ecfba6e44304bb0907c27afd646fe7496783735336
-DIST ark-24.02.0.tar.xz 3017080 BLAKE2B 076f92221e807613cf986a70fa631b0a3cb5d13d860d720f6f2b6bcba57cb990cc79b5f29547315fb4bf253a7221160823a09c40ba2f622a949f5a35584bdf55 SHA512 9f1018b950078aa0c3d3017fb435e20ce413d077a9dca3fb801176eaf2b70441f708c1cee20d48d1347ad6d1be028df0f1506cb2f32f3dfe1a3c94659c2d1b54
DIST ark-24.02.1.tar.xz 3017152 BLAKE2B d55d3aa0aba4214b526d179d689c3d5a7fdaf367acf24ca51c663b2546d7cf1e61adc6b9a24ee3967dc2581e3783070791a113001ffdfb00a6f4bb5801497fe1 SHA512 585ced6d6d070c30ebffbb0a88c99617fd4397137d6636c2eb4ca3e03f3c6ca6a3ee7d3286c6feaf490d44757655a0e001c835accce1b43391afc9fc478170ab
diff --git a/kde-apps/ark/ark-24.02.0.ebuild b/kde-apps/ark/ark-24.02.0.ebuild
deleted file mode 100644
index 51e0dfcaf45a..000000000000
--- a/kde-apps/ark/ark-24.02.0.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-ECM_TEST="optional"
-KFMIN=6.0
-QTMIN=6.6.2
-inherit ecm gear.kde.org optfeature
-
-DESCRIPTION="File archiver by KDE"
-HOMEPAGE="https://apps.kde.org/ark/"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="6"
-KEYWORDS="~amd64"
-IUSE="zip"
-
-RDEPEND="
- >=app-arch/libarchive-3.5.3:=[bzip2,lzma]
- >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
- >=kde-frameworks/kcompletion-${KFMIN}:6
- >=kde-frameworks/kconfig-${KFMIN}:6
- >=kde-frameworks/kconfigwidgets-${KFMIN}:6
- >=kde-frameworks/kcoreaddons-${KFMIN}:6
- >=kde-frameworks/kcrash-${KFMIN}:6
- >=kde-frameworks/kdbusaddons-${KFMIN}:6
- >=kde-frameworks/kfilemetadata-${KFMIN}:6
- >=kde-frameworks/ki18n-${KFMIN}:6
- >=kde-frameworks/kio-${KFMIN}:6
- >=kde-frameworks/kjobwidgets-${KFMIN}:6
- >=kde-frameworks/kparts-${KFMIN}:6
- >=kde-frameworks/kpty-${KFMIN}:6
- >=kde-frameworks/kservice-${KFMIN}:6
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
- >=kde-frameworks/kwindowsystem-${KFMIN}:6
- >=kde-frameworks/kxmlgui-${KFMIN}:6
- sys-libs/zlib
- zip? ( >=dev-libs/libzip-1.6.0:= )
-"
-DEPEND="${RDEPEND}
- >=kde-frameworks/kiconthemes-${KFMIN}:6
- >=dev-qt/qtbase-${QTMIN}:6[concurrent]
- test? ( >=dev-libs/libzip-1.6.0:= )
-"
-# app-arch/rar is binary only
-BDEPEND="
- sys-devel/gettext
- elibc_glibc? ( test? ( amd64? ( app-arch/rar ) x86? ( app-arch/rar ) ) )
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package zip LibZip)
- )
-
- ecm_src_configure
-}
-
-src_test() {
- local myctestargs=(
- # bug 822177: kerfuffle-addtoarchivetest: may segfault or hang indefinitely
- # bug 827840: plugins-clirartest: continuously broken with translations installed
- -E "(kerfuffle-addtoarchivetest|plugins-clirartest)"
- )
-
- ecm_src_test
-}
-
-pkg_postinst() {
- if [[ -z "${REPLACING_VERSIONS}" ]]; then
- optfeature "rar archive creation/extraction" "app-arch/rar"
- optfeature "rar archive extraction only" "app-arch/unar" "app-arch/unrar"
- optfeature "7-Zip archive support" "app-arch/p7zip"
- optfeature "lrz archive support" "app-arch/lrzip"
- optfeature "Markdown support in text previews" "kde-misc/markdownpart:${SLOT}"
- fi
- ecm_pkg_postinst
-}