summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-05-07 09:13:34 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-05-07 09:54:01 +0200
commitedec50860f7acd5dd09f600243ca49966d66322a (patch)
treecafd912bdadad932bd9ae59d7790839fcbc65aa1 /kde-plasma/kwayland-integration
parentkde-apps: Re-add ~x86 keyword to 20.04.0 (diff)
downloadgentoo-edec50860f7acd5dd09f600243ca49966d66322a.tar.gz
gentoo-edec50860f7acd5dd09f600243ca49966d66322a.tar.bz2
gentoo-edec50860f7acd5dd09f600243ca49966d66322a.zip
kde-plasma: Drop KDE Plasma 5.18.4.1
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kwayland-integration')
-rw-r--r--kde-plasma/kwayland-integration/Manifest1
-rw-r--r--kde-plasma/kwayland-integration/kwayland-integration-5.18.4.1.ebuild30
2 files changed, 0 insertions, 31 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest
index 9219f979290f..ef1f57c85bc6 100644
--- a/kde-plasma/kwayland-integration/Manifest
+++ b/kde-plasma/kwayland-integration/Manifest
@@ -1,3 +1,2 @@
DIST kwayland-integration-5.17.5.tar.xz 20184 BLAKE2B 4597ae60ddc805745d519cfe7959c9d423a01ff41d3c3565600d807943950cb1008265d8cb685ee038be0950af7a2237e4de78d4574aad3aba816cb09419a21e SHA512 50ac96f4ed957ed264e8f700dc9bdb71ce04cb4a6385c2316890171943c4b7a23ebba08eb7047eebd99ad7c6d485f440c8ae7375c040088ddfffbf7f5824634c
-DIST kwayland-integration-5.18.4.1.tar.xz 20504 BLAKE2B f19f2c65d51f92bb23f8495d5775b4eec23e7eca69afcb7ddd9699817c6241ce8cd03ff9a34110c28cd6c76c19514c03a39d3878feae3dc656ba8203bde060d8 SHA512 0ed673ad47091d946aca199d7e28db4ccac0b7274b2e5c774765cc8d6f9e91dc531bbffc50c448947cd144ad8c0766d7efc4b31826b7bf250bcbe9c9844a22fd
DIST kwayland-integration-5.18.5.tar.xz 20496 BLAKE2B 74d2396b475a462710fe28f1ee710935a927579e852bd7105785159309ba745acddf527b4ee335ef0e233fd4a43404778af88cbc50e0413d393896d9eed2d299 SHA512 65d87f1e9e9c957e9e9e73dc04da65e23d0c12cb93eb52c86912f4b15a360d6848cc26edbb97be3444c9a5d7a16ade1aebf2d241d4d1a1530aaa5523d1e9f9b1
diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.18.4.1.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.18.4.1.ebuild
deleted file mode 100644
index c23dadc1b568..000000000000
--- a/kde-plasma/kwayland-integration/kwayland-integration-5.18.4.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="true"
-KFMIN=5.66.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.12.3
-inherit ecm kde.org
-
-DESCRIPTION="Provides integration plugins for various KDE frameworks for Wayland"
-HOMEPAGE="https://cgit.kde.org/kwayland-integration.git"
-
-LICENSE="LGPL-2.1"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
- >=kde-frameworks/kguiaddons-${KFMIN}:5
- >=kde-frameworks/kidletime-${KFMIN}:5
- >=kde-frameworks/kwayland-${KFMIN}:5
- >=kde-frameworks/kwindowsystem-${KFMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
-"
-RDEPEND="${DEPEND}"
-
-RESTRICT+=" test" # bug 668872