diff options
author | 2024-06-27 18:52:46 +0200 | |
---|---|---|
committer | 2024-06-27 19:18:10 +0200 | |
commit | 4b0d364eba6893bf16ba776581d9def9380183cd (patch) | |
tree | 97370aa4636aeb6e89bae53f3946cd775dd9fce1 /kde-plasma/kdecoration | |
parent | kde-plasma/kde-gtk-config: drop 6.1.0 (diff) | |
download | gentoo-4b0d364eba6893bf16ba776581d9def9380183cd.tar.gz gentoo-4b0d364eba6893bf16ba776581d9def9380183cd.tar.bz2 gentoo-4b0d364eba6893bf16ba776581d9def9380183cd.zip |
kde-plasma/kdecoration: drop 6.1.0
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-6.1.0.ebuild | 22 |
2 files changed, 0 insertions, 23 deletions
diff --git a/kde-plasma/kdecoration/Manifest b/kde-plasma/kdecoration/Manifest index 6e5c9092a621..76e9b5854159 100644 --- a/kde-plasma/kdecoration/Manifest +++ b/kde-plasma/kdecoration/Manifest @@ -1,3 +1,2 @@ DIST kdecoration-5.27.11.tar.xz 52748 BLAKE2B 8d3e7bd7e27dddd3b1f6ceb728291235fe1ae58c39d5eb242643aa27553c942062cf85d5f638c6a47fc45ad93f7a9ec8609dd1815c1b70ca7ebd246d32270966 SHA512 dd687d9925a56630df9b9e7b1ac58c1536efea97307a75b3f0fc43357d2f118c8727ed425cf4267ffee13fc9ec96c0f592d94b77835ce819b576dba00bb25037 -DIST kdecoration-6.1.0.tar.xz 54984 BLAKE2B 71c348cf873ce79df8203415ec9d47af9bb551fa5157bd25cf3738a79bf205f910338e0b448cbb1ad567f4af73295e5783b59f88b21c973ee55087bf43593937 SHA512 03360f54110ebc5b8c81ae909eb945c0373d26cba36ca66c2e695d3faf4769b22719128b4a4a120d2e370e90a3d1586403a96382b491fe4ff1b99776a58a9e2b DIST kdecoration-6.1.1.tar.xz 55016 BLAKE2B c84f12d07ca02cfaee06d6578aff2c47d511dd40cd60ad4b66e3ae958e8725af50a3c045070fa165017918affff6d11f7ae399f6d4f63ec9fe403f372c4bb3be SHA512 7d5d1a3df8352d97a90373c436f7c70ef5cc8b9bc5988980aecdddf4ee8003e2587033566ac42c064827f2e9ffcd12f77f4fad68c40524894d980a1f9bc60510 diff --git a/kde-plasma/kdecoration/kdecoration-6.1.0.ebuild b/kde-plasma/kdecoration/kdecoration-6.1.0.ebuild deleted file mode 100644 index 252d807699b5..000000000000 --- a/kde-plasma/kdecoration/kdecoration-6.1.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="forceoptional" -KFMIN=6.3.0 -QTMIN=6.7.1 -inherit ecm plasma.kde.org - -DESCRIPTION="Plugin based library to create window decorations" - -LICENSE="|| ( LGPL-2.1 LGPL-3 )" -SLOT="6" -KEYWORDS="~amd64 ~arm64" -IUSE="" - -DEPEND=" - >=dev-qt/qtbase-${QTMIN}:6[gui] - >=kde-frameworks/ki18n-${KFMIN}:6 -" -RDEPEND="${DEPEND}" |