summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-02-19 11:22:02 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-02-19 11:46:15 +0100
commit4e7f9a4dc65b05787bb096a752624e727d8cbbd5 (patch)
tree35562ee5ba9842b0e813f9f858d1d2e1751f46eb /kde-plasma/kdecoration
parentkde-plasma: Add KDE Plasma 5.18.1 (diff)
downloadgentoo-4e7f9a4dc65b05787bb096a752624e727d8cbbd5.tar.gz
gentoo-4e7f9a4dc65b05787bb096a752624e727d8cbbd5.tar.bz2
gentoo-4e7f9a4dc65b05787bb096a752624e727d8cbbd5.zip
kde-plasma: Drop KDE Plasma 5.18.0
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kdecoration')
-rw-r--r--kde-plasma/kdecoration/Manifest1
-rw-r--r--kde-plasma/kdecoration/kdecoration-5.18.0.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/kde-plasma/kdecoration/Manifest b/kde-plasma/kdecoration/Manifest
index f97f146fcc5b..1c748e241076 100644
--- a/kde-plasma/kdecoration/Manifest
+++ b/kde-plasma/kdecoration/Manifest
@@ -1,3 +1,2 @@
DIST kdecoration-5.17.5.tar.xz 43256 BLAKE2B 6ae568d7f0e2ce70ac119e61a25c599da91702bdd5bbcf5f54f2d045c3ffe4b55ff7554bd65378d9209c7464001e88308598ba47eb1ec272be80793265ec4e07 SHA512 16a46ec6b4db366f501dc72a70c1867f7acc77bae68a13db406cd72d3587a851504eed8bcf8f6c3f908598c1d6d0061ad61e4226b98ad95f4871f828626f332b
-DIST kdecoration-5.18.0.tar.xz 43868 BLAKE2B 2e2824192c62f5945e6102a28da497c4d38c49dd6eecc86c57caecf5069a552de273140a87604b6072cf43361667bd734e69b85b2cda06ebd448d427589a8821 SHA512 b8f1c79664c4cb11cc26bb5114cb0bf41fbf31c8f71c8d55a3fb38b8eef111fb3d87493a7a8bdfaa6d299775d66e70b4b4c5801687b98087d0a6e7e30bdd6274
DIST kdecoration-5.18.1.tar.xz 43880 BLAKE2B cd4276b66b1abe0109424cd440d8c8c0ce097408633fe0592ec9993e2258ce74ae8ec0415eb3bda43e685118c7f0dc2acf9d225e5fb0d9bcb05fbf96873145f9 SHA512 58df912b78a467021f8d8cef24cfc384476d91d0d13d55cbf0b5b6056a0f4e69d008fd6c37abb6224fa7e1a248f9951f0af69fcdd1b791aad90ace8168d7febc
diff --git a/kde-plasma/kdecoration/kdecoration-5.18.0.ebuild b/kde-plasma/kdecoration/kdecoration-5.18.0.ebuild
deleted file mode 100644
index 558c5fc281df..000000000000
--- a/kde-plasma/kdecoration/kdecoration-5.18.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="forceoptional"
-KFMIN=5.66.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.12.3
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Plugin based library to create window decorations"
-
-LICENSE="|| ( LGPL-2.1 LGPL-3 )"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64"
-IUSE=""
-
-DEPEND="
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
-"
-RDEPEND="${DEPEND}"