diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2025-11-06 17:46:17 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2025-11-06 17:50:41 +0100 |
| commit | e3b08c271f10c700b78118c120b1feae22e5e1bf (patch) | |
| tree | 6bd4eeeee845102792a7734fe018182e54a1eb09 /kde-apps | |
| parent | 59d794135c6363953d30f58f0157b19b4dce8a06 (diff) | |
| download | kde-e3b08c271f10c700b78118c120b1feae22e5e1bf.tar.gz kde-e3b08c271f10c700b78118c120b1feae22e5e1bf.tar.bz2 kde-e3b08c271f10c700b78118c120b1feae22e5e1bf.zip | |
kde-apps/ark: drop 25.08.49.9999
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps')
| -rw-r--r-- | kde-apps/ark/ark-25.08.49.9999.ebuild | 80 |
1 files changed, 0 insertions, 80 deletions
diff --git a/kde-apps/ark/ark-25.08.49.9999.ebuild b/kde-apps/ark/ark-25.08.49.9999.ebuild deleted file mode 100644 index 2e81cd8c2d6..00000000000 --- a/kde-apps/ark/ark-25.08.49.9999.ebuild +++ /dev/null @@ -1,80 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_HANDBOOK="optional" -ECM_TEST="true" -KFMIN=6.16.0 -QTMIN=6.9.1 -inherit ecm gear.kde.org optfeature xdg - -DESCRIPTION="File archiver by KDE" -HOMEPAGE="https://apps.kde.org/ark/" - -LICENSE="GPL-2" # TODO: CHECK -SLOT="6" -KEYWORDS="" -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 - virtual/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/7zip-24.09[symlink(+)]" "app-arch/p7zip" - optfeature "lrz archive support" "app-arch/lrzip" - optfeature "Markdown support in text previews" "kde-misc/markdownpart:${SLOT}" - fi - xdg_pkg_postinst -} |
