summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-02-26 00:01:58 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-02-26 00:02:42 +0100
commit26bb6ee4ac005c9909486e32762f524cd9e6105d (patch)
tree79541c15557ccf9aa4d85d3885e08002f972d234 /kde-plasma/plasma-integration
parentsys-power/iasl: Revbump for fixes (diff)
downloadgentoo-26bb6ee4ac005c9909486e32762f524cd9e6105d.tar.gz
gentoo-26bb6ee4ac005c9909486e32762f524cd9e6105d.tar.bz2
gentoo-26bb6ee4ac005c9909486e32762f524cd9e6105d.zip
kde-plasma: Drop KDE Plasma 5.18.1
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/plasma-integration')
-rw-r--r--kde-plasma/plasma-integration/Manifest1
-rw-r--r--kde-plasma/plasma-integration/plasma-integration-5.18.1.ebuild48
2 files changed, 0 insertions, 49 deletions
diff --git a/kde-plasma/plasma-integration/Manifest b/kde-plasma/plasma-integration/Manifest
index f3194f52fa9e..c51637b4ae87 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,3 +1,2 @@
DIST plasma-integration-5.17.5.tar.xz 56836 BLAKE2B aa22d2f362f07e33ca75ada88b05a93ee9bc6f2bb6e136d9a08526e54a1e68a5c7947e617085f068363f40d5748b9fdcb7a93ad57016dd6844718d843c01897f SHA512 9341ca525e1c02b0ee00d01221a68f683717f89c19408f5b94004fa13fb63fa7983609756ce64fd0b21301fb2a51a3e531c0b2bc1c46ca656dc41b08076baca2
-DIST plasma-integration-5.18.1.tar.xz 57708 BLAKE2B 938c8b5043dabf45a90148618f00d77d67616ec554dfa8070ef03961f8e96504f45d1771d71d8482cecd725b7ffb8ee527d70f5f276095eadfc61adaa0e9b4f1 SHA512 a4ff74dc6822ad8e75d16f173312557af03b65ea30bf4aa1918046fd0a469380435d80f2fd0465ad3fc6a6a4d9e97393ae8f558c210544297cb30b044be9cf30
DIST plasma-integration-5.18.2.tar.xz 57696 BLAKE2B 0f10965c5137189ec29d9db0154c1a7140db9ac4f4730a33d04271a0d28a01865b78f356df82fe5e45cd0686d9058ff884545cbc05978e8e33fc36addadc994c SHA512 d605bba7e1ac1786bbdceecd38a571cf8f9d71f95b31a9beb66100af85d0d607304ee00d7df135e7f76c295e4832ccd197e666dd2ea3c3842307fb649ff53559
diff --git a/kde-plasma/plasma-integration/plasma-integration-5.18.1.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.18.1.ebuild
deleted file mode 100644
index e89d7d9482dd..000000000000
--- a/kde-plasma/plasma-integration/plasma-integration-5.18.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.66.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.12.3
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
- >=kde-frameworks/kcompletion-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kconfigwidgets-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kiconthemes-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kjobwidgets-${KFMIN}:5
- >=kde-frameworks/knotifications-${KFMIN}:5
- >=kde-frameworks/kwayland-${KFMIN}:5
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
- >=kde-frameworks/kwindowsystem-${KFMIN}:5
- >=kde-frameworks/kxmlgui-${KFMIN}:5
- >=kde-plasma/breeze-${PVCUT}:5
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5=[dbus]
- >=dev-qt/qtquickcontrols2-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=dev-qt/qtx11extras-${QTMIN}:5
- x11-libs/libXcursor
- x11-libs/libxcb
-"
-RDEPEND="${DEPEND}
- media-fonts/hack
- media-fonts/noto
-"
-
-# requires running kde environment
-RESTRICT+=" test"