summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-08-08 13:03:45 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-08-08 21:55:25 +0200
commitb2dfc2e3f1015e6ef94fce7f68696ad160321e00 (patch)
tree5ad6fd9fda01aafc243b6b05119957cad3341f8d /kde-frameworks/knotifications/knotifications-5.72.0.ebuild
parentkde-frameworks/kjobwidgets: drop 5.72.0* (diff)
downloadgentoo-b2dfc2e3f1015e6ef94fce7f68696ad160321e00.tar.gz
gentoo-b2dfc2e3f1015e6ef94fce7f68696ad160321e00.tar.bz2
gentoo-b2dfc2e3f1015e6ef94fce7f68696ad160321e00.zip
kde-frameworks/knotifications: drop 5.72.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/knotifications/knotifications-5.72.0.ebuild')
-rw-r--r--kde-frameworks/knotifications/knotifications-5.72.0.ebuild49
1 files changed, 0 insertions, 49 deletions
diff --git a/kde-frameworks/knotifications/knotifications-5.72.0.ebuild b/kde-frameworks/knotifications/knotifications-5.72.0.ebuild
deleted file mode 100644
index ff0e98f739aa..000000000000
--- a/kde-frameworks/knotifications/knotifications-5.72.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.14.2
-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[qt5(+)] )
- 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
-}