diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-07-10 14:28:01 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-07-10 15:31:28 +0200 |
commit | 61fbfbd405472bdd1c323a5b6ea83ad52d0e59db (patch) | |
tree | 92543d248d5ee735400f8708dab0eb81a090e619 /kde-plasma/kwayland-integration | |
parent | app-mobilephone/heimdall: update source URIs (diff) | |
download | gentoo-61fbfbd405472bdd1c323a5b6ea83ad52d0e59db.tar.gz gentoo-61fbfbd405472bdd1c323a5b6ea83ad52d0e59db.tar.bz2 gentoo-61fbfbd405472bdd1c323a5b6ea83ad52d0e59db.zip |
kde-plasma: Drop KDE Plasma 5.13.2
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'kde-plasma/kwayland-integration')
-rw-r--r-- | kde-plasma/kwayland-integration/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/kwayland-integration/kwayland-integration-5.13.2.ebuild | 22 |
2 files changed, 0 insertions, 23 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest index c5d19d1b5aee..93f8ad7fe96f 100644 --- a/kde-plasma/kwayland-integration/Manifest +++ b/kde-plasma/kwayland-integration/Manifest @@ -1,4 +1,3 @@ DIST kwayland-integration-5.12.5.tar.xz 18580 BLAKE2B a40a33e09af47fcc036167a4d7228a7a160b0e7fa6a2520afbef1cdaf707b96a7cbda52c0a4486bb44d4dd9129834fe48bb582fe31adc0b3d01e73d364eb94f3 SHA512 6fab883acaf5bd7dc5d1cf4e5eda78240b358e3e4aec8c0ec53f9e5b20db613df04cb9547dc5a977811421a121a623a121dbeda183ce2f9a415a781275b98de0 DIST kwayland-integration-5.12.6.tar.xz 18508 BLAKE2B aaf8ea243200b692233afeeb678d0a891bd10c2580a6727b76892d9f59d8efd63eddaf8f89e368a32b91ac7d19e642552fe35e00f71f7bda92d0722fdc21d120 SHA512 697279d6ecbb9d1287ef864a9e522e4930163442235ef81902d6ca60e28acfa58ca4878b1d823a35d0c07d6f2157c037fa645314f97c16d5b74f2135a9a23940 -DIST kwayland-integration-5.13.2.tar.xz 18516 BLAKE2B 55f070912618b3ac78fa34759c0ef4f1d6136c2286ab5a76fc4e18370c57a8aeb91453149c354d1081980615dcdc9f0abdf010602c2e80d9ca4410950c001329 SHA512 ad383f68570c2b66bdfaa06b8b151426840d9789a34d2ca25d0ebfb9cbc4484406d5b35dee22a688584d3bb9c7b1b45a424a1ae53c05c0dce7376e9f21fbf61e DIST kwayland-integration-5.13.3.tar.xz 18508 BLAKE2B 0ad151a32637ae94bd4bc3d5287d72a0f6897b58e3c2ecae785448691658f51f3f1b0d22a14ee63edde1b15e381aaf87f327899f5922bfaf9cd5d43a18241705 SHA512 4c605d1ecfd2903195ea393e11e58a18f8854df2eb329f5dc733fe7eac7e16399c0e4ef7b69f849d651cc0955e950adc2161fd3dc156365abc2b3dc7e81df494 diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.13.2.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.13.2.ebuild deleted file mode 100644 index a2771a46748b..000000000000 --- a/kde-plasma/kwayland-integration/kwayland-integration-5.13.2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit kde5 - -DESCRIPTION="Provides integration plugins for various KDE frameworks for Wayland" -HOMEPAGE="https://cgit.kde.org/kwayland-integration.git" - -LICENSE="LGPL-2.1" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kidletime) - $(add_frameworks_dep kwayland) - $(add_frameworks_dep kwindowsystem) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) -" -RDEPEND="${DEPEND}" |