summaryrefslogtreecommitdiff
path: root/kde-frameworks/kio
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-09-13 19:58:45 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-09-13 19:58:45 +0200
commitc4013fd71e75d4a13a985529ce935c6006819107 (patch)
treeeee9702b8e67f07d71dbeff8609bd2a9ad4a5bb8 /kde-frameworks/kio
parentf1104d5d659505864bf33156aa306c47cf6c9c71 (diff)
downloadkde-c4013fd71e75d4a13a985529ce935c6006819107.tar.gz
kde-c4013fd71e75d4a13a985529ce935c6006819107.tar.bz2
kde-c4013fd71e75d4a13a985529ce935c6006819107.zip
kde-frameworks/kio: drop 6.6.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kio')
-rw-r--r--kde-frameworks/kio/Manifest1
-rw-r--r--kde-frameworks/kio/kio-6.6.0.ebuild92
2 files changed, 0 insertions, 93 deletions
diff --git a/kde-frameworks/kio/Manifest b/kde-frameworks/kio/Manifest
deleted file mode 100644
index 5dd69fff5c4..00000000000
--- a/kde-frameworks/kio/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kio-6.6.0.tar.xz 3353340 BLAKE2B fdba9f11ff714df01e55664234e05efa2eb84a94fa27686bf77a13e5f12d6179770df82a4437c4f8c1e5302d2cef34ccab1532ae4e642fc2a8f9826f6f810cd7 SHA512 9fc1d89efdfa7c375380b54ca7a71881c3a1cf2226d2935c821a6c1186faee5c3f99cbca3ee9b323e668ed99879f9935e62c9d4b35fa1715f16d1613add86639
diff --git a/kde-frameworks/kio/kio-6.6.0.ebuild b/kde-frameworks/kio/kio-6.6.0.ebuild
deleted file mode 100644
index 1fd5b0f0d08..00000000000
--- a/kde-frameworks/kio/kio-6.6.0.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_DESIGNERPLUGIN="true"
-ECM_HANDBOOK="optional"
-ECM_HANDBOOK_DIR="docs"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-2)
-QTMIN=6.6.2
-inherit ecm frameworks.kde.org xdg-utils
-
-DESCRIPTION="Framework providing transparent file and data management"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="acl +kwallet wayland X"
-
-# tests hang
-RESTRICT="test"
-
-# slot op: Uses Qt6::GuiPrivate for qtx11extras_p.h
-COMMON_DEPEND="
- >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,ssl,widgets]
- >=dev-qt/qt5compat-${QTMIN}:6
- >=dev-qt/qtdeclarative-${QTMIN}:6
- =kde-frameworks/kauth-${PVCUT}*:6
- =kde-frameworks/kbookmarks-${PVCUT}*:6
- =kde-frameworks/kcodecs-${PVCUT}*:6
- =kde-frameworks/kcolorscheme-${PVCUT}*:6
- =kde-frameworks/kcompletion-${PVCUT}*:6
- =kde-frameworks/kconfig-${PVCUT}*:6
- =kde-frameworks/kconfigwidgets-${PVCUT}*:6
- =kde-frameworks/kcoreaddons-${PVCUT}*:6
- =kde-frameworks/kcrash-${PVCUT}*:6
- =kde-frameworks/kdbusaddons-${PVCUT}*:6
- =kde-frameworks/kguiaddons-${PVCUT}*:6
- =kde-frameworks/ki18n-${PVCUT}*:6
- =kde-frameworks/kiconthemes-${PVCUT}*:6
- =kde-frameworks/kitemviews-${PVCUT}*:6
- =kde-frameworks/kjobwidgets-${PVCUT}*:6
- =kde-frameworks/knotifications-${PVCUT}*:6
- =kde-frameworks/kservice-${PVCUT}*:6
- =kde-frameworks/ktextwidgets-${PVCUT}*:6
- =kde-frameworks/kwidgetsaddons-${PVCUT}*:6
- =kde-frameworks/kwindowsystem-${PVCUT}*:6[wayland?,X?]
- =kde-frameworks/kxmlgui-${PVCUT}*:6
- =kde-frameworks/solid-${PVCUT}*:6
- sys-power/switcheroo-control
- acl? (
- sys-apps/attr
- virtual/acl
- )
- handbook? (
- dev-libs/libxml2
- dev-libs/libxslt
- =kde-frameworks/karchive-${PVCUT}*:6
- =kde-frameworks/kdoctools-${PVCUT}*:6
- )
- kwallet? ( =kde-frameworks/kwallet-${PVCUT}*:6 )
- X? ( >=dev-qt/qtbase-${QTMIN}:6=[gui] )
-"
-DEPEND="${COMMON_DEPEND}
- >=dev-qt/qtbase-${QTMIN}:6[concurrent]
-"
-RDEPEND="${COMMON_DEPEND}
- >=dev-qt/qtbase-${QTMIN}:6[libproxy]
- sys-power/switcheroo-control
-"
-PDEPEND=">=kde-frameworks/kded-${PVCUT}:6"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package acl ACL)
- $(cmake_use_find_package kwallet KF6Wallet)
- -DWITH_WAYLAND=$(usex wayland)
- -DWITH_X11=$(usex X)
- )
-
- ecm_src_configure
-}
-
-pkg_postinst() {
- ecm_pkg_postinst
- xdg_desktop_database_update
-}
-
-pkg_postrm() {
- ecm_pkg_postrm
- xdg_desktop_database_update
-}