diff options
author | 2019-12-23 00:39:43 +0100 | |
---|---|---|
committer | 2019-12-24 21:39:38 +0100 | |
commit | 1784c6ddd3e4296a181e39776cfb147f1c46e14d (patch) | |
tree | 451a416f6e7aca641a352038e3e6ccb475ec39f4 /kde-plasma/kdecoration | |
parent | dev-util/gtk-update-icon-cache: stable 3.24.11 for hppa, bug #702260 (diff) | |
download | gentoo-1784c6ddd3e4296a181e39776cfb147f1c46e14d.tar.gz gentoo-1784c6ddd3e4296a181e39776cfb147f1c46e14d.tar.bz2 gentoo-1784c6ddd3e4296a181e39776cfb147f1c46e14d.zip |
kde-plasma: Drop KDE Plasma 5.16.5
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kdecoration')
-rw-r--r-- | kde-plasma/kdecoration/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/kdecoration/kdecoration-5.16.5.ebuild | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/kde-plasma/kdecoration/Manifest b/kde-plasma/kdecoration/Manifest index ce928d69d646..9aec65821b53 100644 --- a/kde-plasma/kdecoration/Manifest +++ b/kde-plasma/kdecoration/Manifest @@ -1,2 +1 @@ -DIST kdecoration-5.16.5.tar.xz 42780 BLAKE2B 4e96b007550f5913c1c0d08b76a882a4ec8196340fec74c8c626c65f9ef8f84a80503945c506117961431aad18c4fa9e2794e9c111f36befde3292aab379ec1d SHA512 aaf7c24f7f6c77661902bc219ac1448cf2542645fb96fcc18f5751ed775a722c745f6d71c2d6b0285103a99b68446bb3ae59ff9bd8279dcb635dee6927fc000e DIST kdecoration-5.17.4.tar.xz 43052 BLAKE2B 1db2205bd8486b7da5049cf9357f0c5c1308d8168a7a678596dfc3e7584ee967145169cfa8d1ffbf9991e27fbd252f8c0a13a555a37b0d2bd61ac8f22be4afc8 SHA512 ec3c5a53711b320934a2fe16347ea9f96acf1deab6b15716bf3f3b8c59e9c4cff05f5e980a13e42d357a1ce3bace7d9ed5878a9eadb982ff04fd8399b2a78d86 diff --git a/kde-plasma/kdecoration/kdecoration-5.16.5.ebuild b/kde-plasma/kdecoration/kdecoration-5.16.5.ebuild deleted file mode 100644 index 72892131a52e..000000000000 --- a/kde-plasma/kdecoration/kdecoration-5.16.5.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_TEST="forceoptional" -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="Plugin based library to create window decorations" -LICENSE="|| ( LGPL-2.1 LGPL-3 )" -KEYWORDS="amd64 ~arm arm64 x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep ki18n) - $(add_qt_dep qtgui) -" -RDEPEND="${DEPEND}" |