summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-02-06 14:43:47 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-02-06 18:11:58 +0100
commit3e586a4fe33ce59708dcbc24a6d7eada5ea4cc76 (patch)
treeaa823559d7a1728a6301bd947b648f323d4690af /kde-frameworks/kwindowsystem
parentmedia-plugins/kodi-pvr-hts: 4.4.13 version bump (diff)
downloadgentoo-3e586a4fe33ce59708dcbc24a6d7eada5ea4cc76.tar.gz
gentoo-3e586a4fe33ce59708dcbc24a6d7eada5ea4cc76.tar.bz2
gentoo-3e586a4fe33ce59708dcbc24a6d7eada5ea4cc76.zip
kde-frameworks: Drop KDE Frameworks 5.52.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'kde-frameworks/kwindowsystem')
-rw-r--r--kde-frameworks/kwindowsystem/Manifest1
-rw-r--r--kde-frameworks/kwindowsystem/kwindowsystem-5.52.0.ebuild40
2 files changed, 0 insertions, 41 deletions
diff --git a/kde-frameworks/kwindowsystem/Manifest b/kde-frameworks/kwindowsystem/Manifest
index a93a2a9efba7..7cec78f997ee 100644
--- a/kde-frameworks/kwindowsystem/Manifest
+++ b/kde-frameworks/kwindowsystem/Manifest
@@ -1,2 +1 @@
-DIST kwindowsystem-5.52.0.tar.xz 169764 BLAKE2B 986cc65ec3d3eb9bf22181b1acac817dcd932762c7a807b166f8c8775df182b7a87a69e17a8df73c60336919775ad377a6a3a2d51f50e95383e8e2722ddd37e1 SHA512 fa24a29cc814c226cb3f80784f8e07ffdcfe77e03ad3f010ea0b9da3365ca24416c3f3d920fdc557688c3a5a1465cdb946a8dde7962b3bc15dca0a58785fc098
DIST kwindowsystem-5.54.0.tar.xz 169772 BLAKE2B 0aadf9bde45f6bd3532fd9eb411bcca3a059449d673ed6af3f493ddf260496d5b115e70f7935a059abf34b58445066e333b4351385846556308fd5b364333f8d SHA512 144181636b5f272a4a248bfa90ebc2410ab4b0adca034b086ce86fc208d63607f00f1b8e2193647d5fc72c696f3b02d5d718a3125d4703c548e7a8a85da47690
diff --git a/kde-frameworks/kwindowsystem/kwindowsystem-5.52.0.ebuild b/kde-frameworks/kwindowsystem/kwindowsystem-5.52.0.ebuild
deleted file mode 100644
index 66dd0a12a1d0..000000000000
--- a/kde-frameworks/kwindowsystem/kwindowsystem-5.52.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Framework providing access to properties and features of the window manager"
-LICENSE="|| ( LGPL-2.1 LGPL-3 ) MIT"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
-IUSE="nls X"
-
-RDEPEND="
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
- X? (
- $(add_qt_dep qtx11extras)
- x11-libs/libX11
- x11-libs/libXfixes
- x11-libs/libxcb
- x11-libs/xcb-util-keysyms
- )
-"
-DEPEND="${RDEPEND}
- nls? ( $(add_qt_dep linguist-tools) )
- X? ( x11-base/xorg-proto )
-"
-
-RESTRICT+=" test"
-
-DOCS=( "docs/README.kstartupinfo" )
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package X X11)
- )
-
- kde5_src_configure
-}