diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-19 16:08:39 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-19 16:08:52 +0100 |
commit | a9211382130de01503fc810e129afb95f271e2f1 (patch) | |
tree | ed64b23448b395c9184e798e3c8c0af21af0c05b /kde-plasma/kdecoration | |
parent | x11-wm/dwm: fix fontconfig path for Prefix by Susan Wilson (diff) | |
download | gentoo-a9211382130de01503fc810e129afb95f271e2f1.tar.gz gentoo-a9211382130de01503fc810e129afb95f271e2f1.tar.bz2 gentoo-a9211382130de01503fc810e129afb95f271e2f1.zip |
kde-plasma: Drop KDE Plasma 5.15.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'kde-plasma/kdecoration')
-rw-r--r-- | kde-plasma/kdecoration/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/kdecoration/kdecoration-5.15.0.ebuild | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/kde-plasma/kdecoration/Manifest b/kde-plasma/kdecoration/Manifest index 033a9b4cf5f1..f0de64aba4f3 100644 --- a/kde-plasma/kdecoration/Manifest +++ b/kde-plasma/kdecoration/Manifest @@ -1,3 +1,2 @@ DIST kdecoration-5.14.5.tar.xz 42236 BLAKE2B 5d541e977e971e64c2906535ed1232d8c7b293f3b3caad203e1c80e6c33018befeef056b4c28720a7acc23e1775513fbf87cd11e491f80409a046e359c524d9b SHA512 c5e06b46c009722eae68495142445e276a979010259f728f7df326e7e5dfba280d90a0ceee6a482a333c1bc1e8106ed5c6f9f25bb86eac15755ac1a5e357abb5 -DIST kdecoration-5.15.0.tar.xz 42248 BLAKE2B c5776c4d748f3582aedc0a726d3d00671648a60bbcd08fc5bb8f50de2bcb891e96c8c443e5c458f3248a84d69d5631da0c6bd460ed54be8e2c76c97296c26101 SHA512 9a54e5326da2806fb64aa81ad1e346bf81746ffee3f14e5efcddcf7989cca97028c5a7203f35c665904836e2b0d677cc54d62faf5970a4423361528709aed4bd DIST kdecoration-5.15.1.tar.xz 42456 BLAKE2B ec6bd42e8d65ce1106f26f4dfbf1b8fd760773df3ac654b017d1cc6ed631eb137bcacd4b4269b39d44fee8bad70fc7a33a786f7a05418debb7d314c1c0748803 SHA512 9672870a3539b467f7855d4bd5578f298d5f68cca75971d0dc91f7e054ffd0b5b97907324c332cf1ba14a0a58f829616d77a499b75097c3dcb1db14ba7bd69c0 diff --git a/kde-plasma/kdecoration/kdecoration-5.15.0.ebuild b/kde-plasma/kdecoration/kdecoration-5.15.0.ebuild deleted file mode 100644 index 7b8168624497..000000000000 --- a/kde-plasma/kdecoration/kdecoration-5.15.0.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}" |