diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-06-23 15:47:53 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-06-23 15:48:44 +0200 |
commit | 2d48fc9ceff181dcae9995917a15f3c9249e82a1 (patch) | |
tree | a3cdc85a264eae3365af743058325b5cafba4de5 /kde-plasma/plasma-integration | |
parent | kde-plasma/plasma-vault: systray [4/4]: Fix unreadable text w/ Breeze Dark (diff) | |
download | gentoo-2d48fc9ceff181dcae9995917a15f3c9249e82a1.tar.gz gentoo-2d48fc9ceff181dcae9995917a15f3c9249e82a1.tar.bz2 gentoo-2d48fc9ceff181dcae9995917a15f3c9249e82a1.zip |
kde-plasma: Drop 5.19.1
Package-Manager: Portage-2.3.102, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/plasma-integration')
-rw-r--r-- | kde-plasma/plasma-integration/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/plasma-integration/plasma-integration-5.19.1.ebuild | 48 |
2 files changed, 0 insertions, 49 deletions
diff --git a/kde-plasma/plasma-integration/Manifest b/kde-plasma/plasma-integration/Manifest index 4f37dbcf4da3..58a97d7931a7 100644 --- a/kde-plasma/plasma-integration/Manifest +++ b/kde-plasma/plasma-integration/Manifest @@ -1,3 +1,2 @@ DIST plasma-integration-5.18.5.tar.xz 57656 BLAKE2B 3cf445f5d84de07e82369a3057a0ac390961634f8926d3491ca8dd0d603d4e4ff9e7487b69c1fbea44a4296c8960f4e3ef677e1bfd183154a36799fc95dbf3c8 SHA512 d217c49555ee17e3b18d006368ec7aa4d8585c05070bcf3a3c7e471b1c7dc830080d0405209979d8a27c7c2fc2adcd3d248e595f43f0b4a2928683f93c6d4b48 -DIST plasma-integration-5.19.1.tar.xz 57552 BLAKE2B d13ccf7c008684176de42df5760bfd32c96766e05af5b7e7a05fc399ce16cc21c7a9790416d35ac6110718196b7cb6477ef8b3523a3f0cbbab00007e1c07dd61 SHA512 0cdd5927ecd42f23a0002de3070b986b75792700e7f959489a6af794df1c46a023ba7051beb3028cf562bcb49f8518dfbcfa7590e78c4cff0502bde5590f3011 DIST plasma-integration-5.19.2.tar.xz 57424 BLAKE2B 263dbe29784248377705f5148b59e1e882d54ecf352c7d30c439fe5a872f77927692982065684a3a54ef03fcb92e155dbb349ac5f0ac446c7823ab56375b12de SHA512 c7a23cd0b78dbed78c026d4b15d6236b90c876b07a87b086d3ab4b854f43aeae67f0fbd31873984f7e6adf60a86127ed6807cbb0f4ab554046c6e257001154ef diff --git a/kde-plasma/plasma-integration/plasma-integration-5.19.1.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.19.1.ebuild deleted file mode 100644 index dfe49d28e7aa..000000000000 --- a/kde-plasma/plasma-integration/plasma-integration-5.19.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.70.0 -PVCUT=$(ver_cut 1-3) -QTMIN=5.14.2 -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" |