diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-02-08 14:05:04 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-02-08 14:10:00 +0100 |
commit | c03f17a8e90787119cd53100555430f534a01d96 (patch) | |
tree | 4a379ba0d98129e56ea031a6c2dd5fb5e6483482 /kde-plasma/kdecoration | |
parent | kde-plasma/kde-gtk-config: drop 5.23.90* (diff) | |
download | gentoo-c03f17a8e90787119cd53100555430f534a01d96.tar.gz gentoo-c03f17a8e90787119cd53100555430f534a01d96.tar.bz2 gentoo-c03f17a8e90787119cd53100555430f534a01d96.zip |
kde-plasma/kdecoration: drop 5.23.90*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kdecoration')
-rw-r--r-- | kde-plasma/kdecoration/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/kdecoration/kdecoration-5.23.90.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/kde-plasma/kdecoration/Manifest b/kde-plasma/kdecoration/Manifest index 5a9ee8849c0d..852847f70356 100644 --- a/kde-plasma/kdecoration/Manifest +++ b/kde-plasma/kdecoration/Manifest @@ -1,3 +1,2 @@ DIST kdecoration-5.23.5.tar.xz 47348 BLAKE2B d7e2f26dbb2ef6d4e1f8862e3ef62c6856dc6f9283d7cc640fede20fafc2b8d02e38950d188861b87d907b609075edc849f129513cb1cc488fe65ef857b157cf SHA512 e4619ff8918e9ac2fb1d167267846155b5305b4709534c111a256b15efa6f7a193fd3d68f55fef7f49bd6e0970339e3fea38743670afd7cb7f596c36088e4c7f -DIST kdecoration-5.23.90.tar.xz 48400 BLAKE2B 4135a7f29ac75ec8b1c43f32e831bb7621da1d7de3002461e4c09c986593d0cb2c2d74ab986379e5e5db476fdc261d03f51a0f39e2d96fd325aebb6156b028e6 SHA512 3f4472a19a10a3dca004af6eae62850230c1f91b8e6f58ae9fc5a800d6370afcd7cf9550bb1056ec1a1016e9500f05d5c9ba380d2b3789bfc70f3403fef08bbb DIST kdecoration-5.24.0.tar.xz 48496 BLAKE2B 1012b50584f45c6b5c5513d4a2e2a187610edbf76f42a721a8bf2930b3ee7133fe0bfc6550cb0215c658a9f9d5cd62fc58a98e91452e4a82b2559d05914374cf SHA512 3c4b7b6da3b5ecd58e74e534e8226cb506be9d980c47dc8f49dd5b8f84be132c3d7b7cd2ae535a6e1d6407aa6968cdff5c2334a6bb53139fa3443c37c7e19962 diff --git a/kde-plasma/kdecoration/kdecoration-5.23.90.ebuild b/kde-plasma/kdecoration/kdecoration-5.23.90.ebuild deleted file mode 100644 index 8b05ae4be600..000000000000 --- a/kde-plasma/kdecoration/kdecoration-5.23.90.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.90.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/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 -" -RDEPEND="${DEPEND}" |