diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-09-03 16:06:05 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-09-03 18:39:54 +0200 |
commit | 84e5eb2ebd408dd40446e400cf049a9015c7faf8 (patch) | |
tree | 653e4effdcbb37fc5e4ffcf24d194601eee0b758 /kde-plasma/plasma-integration | |
parent | kde-plasma: Add KDE Plasma 5.16.5 (diff) | |
download | gentoo-84e5eb2ebd408dd40446e400cf049a9015c7faf8.tar.gz gentoo-84e5eb2ebd408dd40446e400cf049a9015c7faf8.tar.bz2 gentoo-84e5eb2ebd408dd40446e400cf049a9015c7faf8.zip |
kde-plasma: Drop KDE Plasma 5.16.4
Package-Manager: Portage-2.3.69, Repoman-2.3.16
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.16.4.ebuild | 43 |
2 files changed, 0 insertions, 44 deletions
diff --git a/kde-plasma/plasma-integration/Manifest b/kde-plasma/plasma-integration/Manifest index cb971350a392..9d022fd13126 100644 --- a/kde-plasma/plasma-integration/Manifest +++ b/kde-plasma/plasma-integration/Manifest @@ -1,3 +1,2 @@ DIST plasma-integration-5.15.5.tar.xz 55380 BLAKE2B 8388641685477a1778d0ba455c4d2bbff36b0c64224c9a616e6174b1be4e7b7d1b800ac976f1ec90f84ca5945ec4ccac4db5c84d5a3862f6e485d55f8d134486 SHA512 544fce9aae17eb9bbf07267a6d05a8ca34bcb8d33fddb9021dd844e1f20f26df985ddc659b2996be01e49023650893c56748c7d5572810fab7e3e8b6d74b3837 -DIST plasma-integration-5.16.4.tar.xz 55812 BLAKE2B 03a22c27688ba1b2152ab45affd75b7cce5ed03af1b633fe4c96c66af0c40725b62895998e3ede2a620b7415687671ea370b7a39fe6b08ed2cabe5fab24363b6 SHA512 a106aa1fb36faeb022501361434c66dbdc68a9506c395df2246fbb263ab69753dc243690b31292c35da44505482373078dad60cbaa1d5169840edf31b5b8103b DIST plasma-integration-5.16.5.tar.xz 55696 BLAKE2B 5f5526900e7c706f7bbc6f8caf63c1f69eb8850aa7509c65670b54ca28b3b7ac703b4775b2c36ad474e02257018f667c74b2a6a69bb4c8096a10d6fba18dd717 SHA512 158664bd55737774997902127962f0b65c29bbeb8e01c81f4936c3cbbdc6ef939d8ce4670ee382413a0fb20263325757c999c14172a0ea4c857559732eb6ab9f diff --git a/kde-plasma/plasma-integration/plasma-integration-5.16.4.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.16.4.ebuild deleted file mode 100644 index b28163426a43..000000000000 --- a/kde-plasma/plasma-integration/plasma-integration-5.16.4.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces" -LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kjobwidgets) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep kwayland) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_frameworks_dep kxmlgui) - $(add_plasma_dep breeze) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui 'dbus' '' '5=') - $(add_qt_dep qtquickcontrols2) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtx11extras) - x11-libs/libXcursor - x11-libs/libxcb -" -RDEPEND="${DEPEND} - media-fonts/hack - media-fonts/noto -" - -# requires running kde environment -RESTRICT+=" test" |