summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-09-14 10:06:39 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-09-14 11:03:17 +0200
commit09ae10a06593875a3d6cd54da4bec3015b32afb8 (patch)
tree3232548801dc64b1ad7427c76bca9cf21840ab03 /kde-frameworks/kguiaddons
parentkde-frameworks/kdnssd: drop 5.82.0* (diff)
downloadgentoo-09ae10a06593875a3d6cd54da4bec3015b32afb8.tar.gz
gentoo-09ae10a06593875a3d6cd54da4bec3015b32afb8.tar.bz2
gentoo-09ae10a06593875a3d6cd54da4bec3015b32afb8.zip
kde-frameworks/kguiaddons: drop 5.82.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kguiaddons')
-rw-r--r--kde-frameworks/kguiaddons/Manifest1
-rw-r--r--kde-frameworks/kguiaddons/kguiaddons-5.82.0.ebuild35
2 files changed, 0 insertions, 36 deletions
diff --git a/kde-frameworks/kguiaddons/Manifest b/kde-frameworks/kguiaddons/Manifest
index 7daadaf4e3f9..ed66574debf4 100644
--- a/kde-frameworks/kguiaddons/Manifest
+++ b/kde-frameworks/kguiaddons/Manifest
@@ -1,3 +1,2 @@
-DIST kguiaddons-5.82.0.tar.xz 59020 BLAKE2B 7954f85a013b0ea5a69f524a7a8e4f715aae3a6e526c9f574e8d185bb3d840fc16a7556424c9183b51782007f39df2470d2f511ab9fb486ac61da245b7df1970 SHA512 8713b2036371240e92503e4be51bdd16a354bc08f1831fe242f64841945ce99e1c1e3a62d367f1c07c4769768d724341733c6f1360985e215bfd3a85d2574ca6
DIST kguiaddons-5.85.0.tar.xz 60620 BLAKE2B 11910055959a4d257969c665be64f6e1933ae7afcbfa16f3fd5e31503935ffe5b62188f0da7e0b9621cb158e01512c88eb07d7e2c4e6ec1600fa932157a08b53 SHA512 0f2b1f0201028da520ac0b04fd66c753a953a675cd29249bab79807b08739979601499530be119b5bda124bda4dd09e10c8e11b68d0bcaf8a1a2283e853cadc5
DIST kguiaddons-5.86.0.tar.xz 60736 BLAKE2B b0d64662023600c7d3dc7baadb4cae84a690f9c6caffdf791fb4dc950cb87d0e491a2d48d1a2a2bc0f7c372bcc18dfd80b44b92c02ab7b0378b6cacdea958b93 SHA512 24ecf0ee7c646bd5ac4f1072269e353a821d2af6e741f2a652765c5e098c6c2f5d2c62861600d587214cc5d864f1648998ef7ea95caa899d98e06c87c4ebc8b4
diff --git a/kde-frameworks/kguiaddons/kguiaddons-5.82.0.ebuild b/kde-frameworks/kguiaddons/kguiaddons-5.82.0.ebuild
deleted file mode 100644
index 7d5fb2750491..000000000000
--- a/kde-frameworks/kguiaddons/kguiaddons-5.82.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Framework providing assorted high-level user interface components"
-LICENSE="LGPL-2+"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
-IUSE="wayland"
-
-RDEPEND="
- >=dev-qt/qtgui-${QTMIN}:5[wayland?]
- >=dev-qt/qtx11extras-${QTMIN}:5
- x11-libs/libX11
- wayland? (
- dev-libs/wayland
- >=dev-qt/qtwayland-${QTMIN}:5
- )
-"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto
- x11-libs/libxcb
-"
-
-src_configure() {
- local mycmakeargs=(
- -DCMAKE_DISABLE_FIND_PACKAGE_PythonModuleGeneration=ON # bug 746866
- -DWITH_WAYLAND=$(usex wayland)
- )
- ecm_src_configure
-}