summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-10-26 15:31:56 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-10-26 15:50:39 +0200
commit8acac90581e274143a4e2dec35df5879ad95119a (patch)
tree167b4abeb033ab268dd7e33866e47f7bbbd4ef52 /kde-plasma/kdecoration
parentkde-plasma/kde-gtk-config: drop 5.26.1 (diff)
downloadgentoo-8acac90581e274143a4e2dec35df5879ad95119a.tar.gz
gentoo-8acac90581e274143a4e2dec35df5879ad95119a.tar.bz2
gentoo-8acac90581e274143a4e2dec35df5879ad95119a.zip
kde-plasma/kdecoration: drop 5.26.1
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.26.1.ebuild25
2 files changed, 0 insertions, 26 deletions
diff --git a/kde-plasma/kdecoration/Manifest b/kde-plasma/kdecoration/Manifest
index 556b65694643..7de6ca317e8b 100644
--- a/kde-plasma/kdecoration/Manifest
+++ b/kde-plasma/kdecoration/Manifest
@@ -1,3 +1,2 @@
DIST kdecoration-5.25.5.tar.xz 49476 BLAKE2B 2cfc7975bc8d6c1d54022b42a62a447b9e787697fdb51693fd7d36c820886a9076314cae49c72c600c2f971fd216098f22645526d9721b74170c74742fdc65a7 SHA512 78b0aebd7f6b1242780fb51af3891df1c3dc1f7ec7d2cf6f9c76048048f19efd7b9bd95366d8f6a03ceb4a1a4616caccc3fbbba1b6972108244f6ba6baa1edec
-DIST kdecoration-5.26.1.tar.xz 52128 BLAKE2B fe77698676ff9a8b73f7321cf3eaa83aaede02525fc68c67568dfb45389a416b893f35ad8da2d9dbd80fd5f8ac6c42f39cdc5948dc33412bc3bbbebac366d0ca SHA512 59cd87fd54202de151dc8d46e4ef21dbda5a81eaf0a8a136ed40e35b7db35710bf132992b88500309f2988f218ac4d9677db980bdf3a30ea55fcd73b6c19f91f
DIST kdecoration-5.26.2.tar.xz 52224 BLAKE2B cc8c15b48dfa5a586aa8b3ac46c2e3cdb3bd056a589f6e5be51611cf226b726231a720741f27d75eef9b00e701c534203769a6849104c4f4b863db7827aad2b1 SHA512 419fc9fb45bac14738273d7a23f31c947410b15515cbf9aacfeb1299309493e0b3910a78939ee2bf428760b0f82ef6ae4e19cfd75a3f9ea53f231925e93d64d8
diff --git a/kde-plasma/kdecoration/kdecoration-5.26.1.ebuild b/kde-plasma/kdecoration/kdecoration-5.26.1.ebuild
deleted file mode 100644
index 723910816a08..000000000000
--- a/kde-plasma/kdecoration/kdecoration-5.26.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="forceoptional"
-KFMIN=5.99.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.5
-VIRTUALX_REQUIRED="test"
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Plugin based library to create window decorations"
-
-LICENSE="|| ( LGPL-2.1 LGPL-3 )"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtgui-${QTMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
-"
-RDEPEND="${DEPEND}"