diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-07-28 17:30:07 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-07-28 17:37:30 +0200 |
commit | 0da4cf52cb9d442088e30ce02dd9c083c7b63d0e (patch) | |
tree | e02e4d3a0ee88eb7a296ada1730d03aaf41bd054 /kde-plasma | |
parent | kde-plasma/kwayland-integration: drop 5.19.3* (diff) | |
download | gentoo-0da4cf52cb9d442088e30ce02dd9c083c7b63d0e.tar.gz gentoo-0da4cf52cb9d442088e30ce02dd9c083c7b63d0e.tar.bz2 gentoo-0da4cf52cb9d442088e30ce02dd9c083c7b63d0e.zip |
kde-plasma/kwayland-server: drop 5.19.3*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma')
-rw-r--r-- | kde-plasma/kwayland-server/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/kwayland-server/kwayland-server-5.19.3.ebuild | 35 |
2 files changed, 0 insertions, 36 deletions
diff --git a/kde-plasma/kwayland-server/Manifest b/kde-plasma/kwayland-server/Manifest index ba685ce60ea1..b0bbd3a5b992 100644 --- a/kde-plasma/kwayland-server/Manifest +++ b/kde-plasma/kwayland-server/Manifest @@ -1,2 +1 @@ -DIST kwayland-server-5.19.3.tar.xz 229608 BLAKE2B b73a9c79e2c36ea0d1eb8f746fc47091db618be7c0731486d4e14a1df01a855071b4c76eb367cbf96421b1762e917d64620eccda3dc0d167777b14f7190aaccb SHA512 f362d46135f4c2c31ada1363c138fdbd35342f651369032539ec317409501955ae9ff4d3bd8ea9d7fea2b0b094a0d0ede39dbd59f4e2787c8ed632c6aff2d98b DIST kwayland-server-5.19.4.tar.xz 229640 BLAKE2B 32c790bea1d111ec21e95e669b73d80772d64b280045ec655cfe58fbc918d5de0bc6965f83e0e5b4037dc7c20a942cfa487f5ea1aaa7683478e7178ffe1306d9 SHA512 66389bda89851d38aa05861d76d1327a0bd35c1750f7d19cffb77e4ad198de8a211c4561507680c580f176b33b6f787554fae3b045cdc03a37aed3d257e7cc61 diff --git a/kde-plasma/kwayland-server/kwayland-server-5.19.3.ebuild b/kde-plasma/kwayland-server/kwayland-server-5.19.3.ebuild deleted file mode 100644 index 4d73fcd3d6f3..000000000000 --- a/kde-plasma/kwayland-server/kwayland-server-5.19.3.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ECM_QTHELP="true" -ECM_TEST="true" -KFMIN=5.71.0 -PVCUT=$(ver_cut 1-2) -QTMIN=5.14.2 -inherit ecm kde.org - -DESCRIPTION="Wayland Server Components built on KDE Frameworks" -HOMEPAGE="https://invent.kde.org/plasma/kwayland-server" - -LICENSE="LGPL-2.1" -SLOT="5" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" -IUSE="" - -RDEPEND=" - >=dev-libs/wayland-1.15.0 - >=dev-qt/qtconcurrent-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5[egl] - >=dev-qt/qtwayland-${QTMIN}:5 - >=kde-frameworks/kwayland-${KFMIN}:5 - media-libs/mesa[egl] -" -DEPEND="${RDEPEND} - dev-libs/plasma-wayland-protocols - >=dev-libs/wayland-protocols-1.15 -" - -# All failing, I guess we need a virtual wayland server -RESTRICT+=" test" |