diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-12-01 19:45:23 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-12-01 20:21:49 +0100 |
commit | b5dd9d0cdbce9030ac8b2a9a7e134e7e90d0ad13 (patch) | |
tree | 86b0ce9a1b1511b707ef78cca6feddfebd6f024e /kde-frameworks/kwindowsystem | |
parent | kde-apps: Drop KDE Applications 18.04.3 (diff) | |
download | gentoo-b5dd9d0cdbce9030ac8b2a9a7e134e7e90d0ad13.tar.gz gentoo-b5dd9d0cdbce9030ac8b2a9a7e134e7e90d0ad13.tar.bz2 gentoo-b5dd9d0cdbce9030ac8b2a9a7e134e7e90d0ad13.zip |
kde-frameworks: Drop KDE Frameworks 5.50.0
Package-Manager: Portage-2.3.52, Repoman-2.3.12
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.50.0.ebuild | 40 |
2 files changed, 0 insertions, 41 deletions
diff --git a/kde-frameworks/kwindowsystem/Manifest b/kde-frameworks/kwindowsystem/Manifest index acf8f8d03759..354f459ed2ad 100644 --- a/kde-frameworks/kwindowsystem/Manifest +++ b/kde-frameworks/kwindowsystem/Manifest @@ -1,2 +1 @@ -DIST kwindowsystem-5.50.0.tar.xz 169768 BLAKE2B 415233449722da8d5b0911420e544a10030873cd687d13774bd686759efd69cde0273760a4f385676a898f05cdea13d1570f5b0d5cc37eb972354adb87e24647 SHA512 7e83e07ab587ef4a0edd58ca22ecba8277f97ca6438f537b6475bf03225559d207e80c2fde4c1ce5ebdb78b5a4c1e04407af9cba0a5dacbbaeacf3d7b14a9ed6 DIST kwindowsystem-5.52.0.tar.xz 169764 BLAKE2B 986cc65ec3d3eb9bf22181b1acac817dcd932762c7a807b166f8c8775df182b7a87a69e17a8df73c60336919775ad377a6a3a2d51f50e95383e8e2722ddd37e1 SHA512 fa24a29cc814c226cb3f80784f8e07ffdcfe77e03ad3f010ea0b9da3365ca24416c3f3d920fdc557688c3a5a1465cdb946a8dde7962b3bc15dca0a58785fc098 diff --git a/kde-frameworks/kwindowsystem/kwindowsystem-5.50.0.ebuild b/kde-frameworks/kwindowsystem/kwindowsystem-5.50.0.ebuild deleted file mode 100644 index 66dd0a12a1d0..000000000000 --- a/kde-frameworks/kwindowsystem/kwindowsystem-5.50.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 -} |