summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-04-14 21:46:23 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-04-14 22:01:27 +0200
commit901051e7b603d4b5bda5f77f0ad40929b2ee89dc (patch)
tree4a293043079c238c9c9610d64d101129b7eb909a /kde-frameworks/knotifications
parentkde-frameworks/kjobwidgets: drop 6.0.0-r1 (diff)
downloadgentoo-901051e7b603d4b5bda5f77f0ad40929b2ee89dc.tar.gz
gentoo-901051e7b603d4b5bda5f77f0ad40929b2ee89dc.tar.bz2
gentoo-901051e7b603d4b5bda5f77f0ad40929b2ee89dc.zip
kde-frameworks/knotifications: drop 6.0.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/knotifications')
-rw-r--r--kde-frameworks/knotifications/Manifest1
-rw-r--r--kde-frameworks/knotifications/knotifications-6.0.0.ebuild23
2 files changed, 0 insertions, 24 deletions
diff --git a/kde-frameworks/knotifications/Manifest b/kde-frameworks/knotifications/Manifest
index 4966787caad7..9fd2a831e2cf 100644
--- a/kde-frameworks/knotifications/Manifest
+++ b/kde-frameworks/knotifications/Manifest
@@ -1,3 +1,2 @@
DIST knotifications-5.115.0.tar.xz 2372832 BLAKE2B e5a58830214dc6cf812ca13d217d954da2386e4ef3deb95d8727b1ef39b973656a338cc89b7ebe9e9e095ee8169c25eb0c57064a21ca2cd36373d0b6533c79ea SHA512 5254cf3064fa2ee03332b37651d5fef1aded852c0f8474365bfe20f225d7f59e39c11952793a3a8aefb75206ae09080396e5fc5f2ace528eee5d8df1bda983d3
-DIST knotifications-6.0.0.tar.xz 2343428 BLAKE2B 194d379ca9836527a5bb309585f51d76d8904626e3ae9c09fc807fd88d777f558913911ca28c3ed758214ee451d1e34fdc48e4ca3eb9021aceee80d6c1e8ab13 SHA512 9e78bc1b8414159c128f3d4bc19c1f37e3c48ea523085cc7144a2680e2576c455f76fba1ad03ea8124079b92bd12c4784fbeea51ffa67c32d34890a85c0cf7cc
DIST knotifications-6.1.0.tar.xz 2343596 BLAKE2B ab012336d4cebba6b4f7b77d0ad5a79ad11ca2a02677d649ab4909cefc55695b5f16c963f21e034b2f4157169684f29b94cf8121a9dca6439a7cf16807675b23 SHA512 158706e38320b620153f048cf1075063fb46692e165663222631ca05fbb99953f679bb4a888d06d61ce2671134605b88a767c875eee9c85a042b46a7820b3df1
diff --git a/kde-frameworks/knotifications/knotifications-6.0.0.ebuild b/kde-frameworks/knotifications/knotifications-6.0.0.ebuild
deleted file mode 100644
index 0711aa0a9817..000000000000
--- a/kde-frameworks/knotifications/knotifications-6.0.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="false"
-PVCUT=$(ver_cut 1-2)
-QTMIN=6.6.2
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework for notifying the user of an event"
-
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64"
-
-RDEPEND="
- >=dev-qt/qtbase-${QTMIN}:6[dbus,gui]
- >=dev-qt/qtdeclarative-${QTMIN}:6
- =kde-frameworks/kconfig-${PVCUT}*:6
- media-libs/libcanberra
-"
-DEPEND="${RDEPEND}"
-BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]"