summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-12-12 16:36:08 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-12-12 18:58:11 +0100
commitdf36b07b07e4f5593b0527d9013d63479fba11e9 (patch)
tree5700534226c178a984276b73c9f8a310ff681261 /kde-frameworks/knotifications
parentkde-frameworks/kjobwidgets: drop 5.76.0* (diff)
downloadgentoo-df36b07b07e4f5593b0527d9013d63479fba11e9.tar.gz
gentoo-df36b07b07e4f5593b0527d9013d63479fba11e9.tar.bz2
gentoo-df36b07b07e4f5593b0527d9013d63479fba11e9.zip
kde-frameworks/knotifications: drop 5.76.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-5.76.0.ebuild49
2 files changed, 0 insertions, 50 deletions
diff --git a/kde-frameworks/knotifications/Manifest b/kde-frameworks/knotifications/Manifest
index 7096888bb63b..437906f73323 100644
--- a/kde-frameworks/knotifications/Manifest
+++ b/kde-frameworks/knotifications/Manifest
@@ -1,3 +1,2 @@
DIST knotifications-5.74.0.tar.xz 120668 BLAKE2B 114978dce5de16aa8c78c59cc844a45bd60df135f918ac8f20a0ed0fc1d65384ce02a1d9f9dc38bbb6a9de58eea953a7152eb2309184973e326b0e454f4782e0 SHA512 a44d0b0ebb7e825adc8c0c5b99f999769149cb3a12c147b81570737736030449136f86b9934b3b2287131f3c41f639c8cba92256ea1ebd39f5083fd6b7158bff
-DIST knotifications-5.76.0.tar.xz 120212 BLAKE2B 4a412db500736a8fff16b6caa47101c326f32924ad947e72bdd8e816d1c774a47655ba8c38527b358b07b4dd222adb3a33538e49420ab8e67d8e2e9e9c939fac SHA512 daad5e8164c08847c625928d9d126b03c7ba6687daaa1da20e025502a1d66d781a5592181be9d9e9763ca7f20fa635c3376e250e9f206e0295cb54fa5c770b22
DIST knotifications-5.77.0.tar.xz 120364 BLAKE2B 1a041bda51f9fe4aa1819aecc25206daa34e8918cdb8d65aa089a6c2e60409afd64cef5c85bfd77908f432e3bed5591af2cff59382005a4e6214f20c6b705bc8 SHA512 93f017e490c5c25cac74742e08ecc6639d9f13793bca4d1fd33b1d76e45388a60d93211ad627fbe66e2a6cb34e7c53bc8ef59da8b04a48fa45829fcccf2d6cd4
diff --git a/kde-frameworks/knotifications/knotifications-5.76.0.ebuild b/kde-frameworks/knotifications/knotifications-5.76.0.ebuild
deleted file mode 100644
index 09c2193bbc46..000000000000
--- a/kde-frameworks/knotifications/knotifications-5.76.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="false"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.1
-inherit ecm kde.org
-
-DESCRIPTION="Framework for notifying the user of an event"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="dbus nls phonon speech X"
-
-BDEPEND="
- nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
-"
-RDEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- =kde-frameworks/kconfig-${PVCUT}*:5
- =kde-frameworks/kcoreaddons-${PVCUT}*:5
- =kde-frameworks/kwindowsystem-${PVCUT}*:5
- dbus? ( dev-libs/libdbusmenu-qt[qt5(+)] )
- !phonon? ( media-libs/libcanberra )
- phonon? ( >=media-libs/phonon-4.11.0 )
- speech? ( >=dev-qt/qtspeech-${QTMIN}:5 )
- X? (
- >=dev-qt/qtx11extras-${QTMIN}:5
- x11-libs/libX11
- x11-libs/libXtst
- )
-"
-DEPEND="${RDEPEND}
- X? ( x11-base/xorg-proto )
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package dbus dbusmenu-qt5)
- $(cmake_use_find_package !phonon Canberra)
- $(cmake_use_find_package speech Qt5TextToSpeech)
- $(cmake_use_find_package X X11)
- )
-
- ecm_src_configure
-}