summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-10-31 03:15:54 +0000
committerSam James <sam@gentoo.org>2021-10-31 03:15:54 +0000
commit4d36b6fb5760671744ad238123707d418c3f11e4 (patch)
tree698a642577662ac1e076f4ddb0014863f3c2e72b /kde-plasma/kdecoration
parentkde-plasma/kde-gtk-config: drop 5.23.1* (diff)
downloadgentoo-4d36b6fb5760671744ad238123707d418c3f11e4.tar.gz
gentoo-4d36b6fb5760671744ad238123707d418c3f11e4.tar.bz2
gentoo-4d36b6fb5760671744ad238123707d418c3f11e4.zip
kde-plasma/kdecoration: drop 5.23.1*
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'kde-plasma/kdecoration')
-rw-r--r--kde-plasma/kdecoration/Manifest1
-rw-r--r--kde-plasma/kdecoration/kdecoration-5.23.1.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/kde-plasma/kdecoration/Manifest b/kde-plasma/kdecoration/Manifest
index d52973a9af43..1877d3d93f39 100644
--- a/kde-plasma/kdecoration/Manifest
+++ b/kde-plasma/kdecoration/Manifest
@@ -1,3 +1,2 @@
DIST kdecoration-5.22.5.tar.xz 47256 BLAKE2B 20b173e3364e0d40cd864cc985ee1d5a27ce8103cec7d2006e25117c231eedd6e6c6f42cd1144df1674bb809d334ad3b90b71ac588ec6fd2bd6e4a2641681b84 SHA512 cbb707cda299d8f2938c63a382e1ea65853754a130711ac4df16300d16b7d215a1d7150faabae04c32ac8e79218739cb9493fc481921b65a0c188ae66ebd7beb
-DIST kdecoration-5.23.1.tar.xz 47340 BLAKE2B b7f0f1ae3148fb4ab343570ec092a17b583d03460718f1afda7a43af929c24de8fe93fc6e6114506dc400ac15c209165e36b19dfe60de03c8b6ee2a1bbe28c74 SHA512 14537f1a7751fd96e167f198d9dc06fe3dc1c55d0a99fad9d092e4796cf79e86e23f830bcf691a0feab10a1a11db52b20e990a8b785ca607932d767350a93065
DIST kdecoration-5.23.2.tar.xz 47316 BLAKE2B a1454d7f1cf37eae683fa7fd7078ad25aa8781ad31257c3fe3b95c36d8bc77b416442ec44d625bf64b57bb6800edc39955639e0048dd8c78d323406770ed49d5 SHA512 a0b955465cd8a13d3ef0d162057155fa3935ef5b5a194efc86887a0a25f0706362ad487913dd1c206c5b12875d3cf1917e698059d33fda192593d85de29df46c
diff --git a/kde-plasma/kdecoration/kdecoration-5.23.1.ebuild b/kde-plasma/kdecoration/kdecoration-5.23.1.ebuild
deleted file mode 100644
index be4395b9d913..000000000000
--- a/kde-plasma/kdecoration/kdecoration-5.23.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="forceoptional"
-KFMIN=5.86.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-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 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtgui-${QTMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
-"
-RDEPEND="${DEPEND}"