diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-12-01 19:15:21 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-12-01 20:20:32 +0100 |
commit | e20e8fd60228502d41b0cee117f8792f8829c161 (patch) | |
tree | 7a8a1bc18288f2e94dc9a581fe0364bf83aca343 /kde-plasma/kdecoration | |
parent | profiles: net-vpn/strongswan: don't enable padlock on amd64 (diff) | |
download | gentoo-e20e8fd60228502d41b0cee117f8792f8829c161.tar.gz gentoo-e20e8fd60228502d41b0cee117f8792f8829c161.tar.bz2 gentoo-e20e8fd60228502d41b0cee117f8792f8829c161.zip |
kde-plasma: Drop KDE Plasma 5.13.5
Package-Manager: Portage-2.3.52, Repoman-2.3.12
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.13.5.ebuild | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/kde-plasma/kdecoration/Manifest b/kde-plasma/kdecoration/Manifest index a4bf1ab14438..00504adaccde 100644 --- a/kde-plasma/kdecoration/Manifest +++ b/kde-plasma/kdecoration/Manifest @@ -1,3 +1,2 @@ -DIST kdecoration-5.13.5.tar.xz 41808 BLAKE2B 319094f68cfb8ac9f6664f6b0548c60a3961e29571386e0acc22956d83bd8ce6b98aab37b281751c2c35c168c344c906a36d7531a64c5c6616c0c80b3d96683e SHA512 a40dc81dc51fda184253986e2b9e4b9b4e5e0ac543a03ae67c80d7ec6dad07f857d05bfa757fd37a77cbe51ee4c43c7185e52a62ed344ddca6f8f10e54cf4ad8 DIST kdecoration-5.14.3.tar.xz 42196 BLAKE2B 4fc93f64d151d83c539ba7f1504c5f44b12d9a3e6c804e702c31ecdd0d8f67cdac2f8c4b71b19eefb49de2bf7333c0891102084279907f35cef06ee02a587650 SHA512 f43368fbb4799c12452232b1a8d28d5befaaa81922f7b189192a73343dd5a4ce21f5ff9b779cf552cabd95a4721ef2d937518f34759d3cdc90c76d3152ec5915 DIST kdecoration-5.14.4.tar.xz 42084 BLAKE2B 75696d96602a6b089d4ab32751cba9299a219c82075260f723393e62071bdb5a843d34de7d40ecd011c90356706b1d8df6caa741304bf6707a273c09516bb744 SHA512 9349c0470f1c82db4730a6381355e8d9b8a2e2144b442050747901bcff5dcc9c9bcc4f701f1859dbdc3d64c893c9db4fe81293465bf675fd5f3f9235396461d6 diff --git a/kde-plasma/kdecoration/kdecoration-5.13.5.ebuild b/kde-plasma/kdecoration/kdecoration-5.13.5.ebuild deleted file mode 100644 index d960122c5180..000000000000 --- a/kde-plasma/kdecoration/kdecoration-5.13.5.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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}" |