diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-02 18:14:29 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-03 06:03:06 +0100 |
commit | 697ee44dcb59db19f9949754a1fc6c22edfecb59 (patch) | |
tree | 2cb4c32bcf0cf9166ba6f30c97c0578824269b54 /kde-frameworks/kwindowsystem | |
parent | kde-frameworks/extra-cmake-modules: ALLARCHES stable (diff) | |
download | gentoo-697ee44dcb59db19f9949754a1fc6c22edfecb59.tar.gz gentoo-697ee44dcb59db19f9949754a1fc6c22edfecb59.tar.bz2 gentoo-697ee44dcb59db19f9949754a1fc6c22edfecb59.zip |
kde-frameworks: Drop KDE Frameworks 5.60.0
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kwindowsystem')
-rw-r--r-- | kde-frameworks/kwindowsystem/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/kwindowsystem/kwindowsystem-5.60.0.ebuild | 42 |
2 files changed, 0 insertions, 43 deletions
diff --git a/kde-frameworks/kwindowsystem/Manifest b/kde-frameworks/kwindowsystem/Manifest index b9afeb733022..28d12a0227af 100644 --- a/kde-frameworks/kwindowsystem/Manifest +++ b/kde-frameworks/kwindowsystem/Manifest @@ -1,2 +1 @@ -DIST kwindowsystem-5.60.0.tar.xz 171080 BLAKE2B 2a6f348795d24236569ed5c21e2bc1c0f972b75b3009ae9f43612cfb854cea52ccfca92831b94f58a811e6e64da083707a3e69173a2d3626798edfe76b5858c1 SHA512 460a676fa0c0985979de19152bd61a7b8507b09d612ee693843ec586789845d4896bb240bc4cce51120f847f8564a85a31b0f7cef504091dec81bf6d18a99143 DIST kwindowsystem-5.64.0.tar.xz 171764 BLAKE2B 9364f7ad647f10475c4044b3f87a13d416275c44d76c81e6a23a937edc728e4c3b28380c201c08a94008ec0ffa3261b958476a5e65cf5652acd14cb946d4a714 SHA512 0d5e47ea61f03ae1fd3c8b6d92419d729040523d73976292c702d2897efad01e0b356b0d6230740f656ab59120f8ab8bae02fa513f87f7baa1da3e5cf28fc884 diff --git a/kde-frameworks/kwindowsystem/kwindowsystem-5.60.0.ebuild b/kde-frameworks/kwindowsystem/kwindowsystem-5.60.0.ebuild deleted file mode 100644 index e114ab974055..000000000000 --- a/kde-frameworks/kwindowsystem/kwindowsystem-5.60.0.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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" - -BDEPEND=" - nls? ( $(add_qt_dep linguist-tools) ) -" -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} - 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 -} |