summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-03-10 21:29:20 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-03-10 21:44:46 +0100
commitabb777c50e5f2df0b004f44f2d9dcf796af48545 (patch)
treead86f106efc6a003c7cea50930cd64232c9d0416 /kde-plasma/kdecoration
parentkde-plasma: Add KDE Plasma 5.18.3 (diff)
downloadgentoo-abb777c50e5f2df0b004f44f2d9dcf796af48545.tar.gz
gentoo-abb777c50e5f2df0b004f44f2d9dcf796af48545.tar.bz2
gentoo-abb777c50e5f2df0b004f44f2d9dcf796af48545.zip
kde-plasma: Drop KDE Plasma 5.18.2
Package-Manager: Portage-2.3.93, 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.2.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/kde-plasma/kdecoration/Manifest b/kde-plasma/kdecoration/Manifest
index c5db66df89c1..af77ca9378f0 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.2.tar.xz 43872 BLAKE2B b8903479e89cde57b5dbd6167b2cbe8fde4bb109340808afda99696a5f3b60560d5796642530fcbe2384f7a760c1c93b68f6a7569e180495d751dfa764851055 SHA512 b7408a3c57951d6038c1a603bfe34093a95848b7fa341352a19ead272c8e9241876138321b135c1ee6461b4bdfcc10a8606f2650cf2444733ba2038dae105462
DIST kdecoration-5.18.3.tar.xz 43900 BLAKE2B 742875d268f0b95d39bcbbf19cd5b77cde23db9f9366e84ef9510e12a46b0c9a34ee8e347d9e25427ddbae03a4371574dfe24da5805751a45aad395a72e966d0 SHA512 607abf1a66260f7855545ea75ad6a7fcc402f2b8f3defa63d17c2601953465a60907b40fa6427fc11e8362e7dbfe7c3dbb1d7519489872c75c47e4f8c0b58d47
diff --git a/kde-plasma/kdecoration/kdecoration-5.18.2.ebuild b/kde-plasma/kdecoration/kdecoration-5.18.2.ebuild
deleted file mode 100644
index 0bf22cdaf7e0..000000000000
--- a/kde-plasma/kdecoration/kdecoration-5.18.2.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 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
-"
-RDEPEND="${DEPEND}"