Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/knotifications/
Date: Sun, 03 Sep 2017 16:13:19
Message-Id: 1504455073.82f9e7de78142649cb2c1f2d2489939b1bb8ffb7.asturm@gentoo
1 commit: 82f9e7de78142649cb2c1f2d2489939b1bb8ffb7
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 3 16:11:13 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 3 16:11:13 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82f9e7de
7
8 kde-frameworks/knotifications: Drop 5.37.0 (r0)
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 .../knotifications/knotifications-5.37.0.ebuild | 44 ----------------------
13 1 file changed, 44 deletions(-)
14
15 diff --git a/kde-frameworks/knotifications/knotifications-5.37.0.ebuild b/kde-frameworks/knotifications/knotifications-5.37.0.ebuild
16 deleted file mode 100644
17 index 46d46ca122e..00000000000
18 --- a/kde-frameworks/knotifications/knotifications-5.37.0.ebuild
19 +++ /dev/null
20 @@ -1,44 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -KDE_TEST="false"
27 -inherit kde5
28 -
29 -DESCRIPTION="Framework for notifying the user of an event"
30 -LICENSE="LGPL-2.1+"
31 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
32 -IUSE="dbus nls speech X"
33 -
34 -RDEPEND="
35 - $(add_frameworks_dep kcodecs)
36 - $(add_frameworks_dep kconfig)
37 - $(add_frameworks_dep kcoreaddons)
38 - $(add_frameworks_dep kwindowsystem)
39 - $(add_qt_dep qtdbus)
40 - $(add_qt_dep qtgui)
41 - $(add_qt_dep qtwidgets)
42 - media-libs/phonon[qt5(+)]
43 - dbus? ( dev-libs/libdbusmenu-qt[qt5(+)] )
44 - speech? ( $(add_qt_dep qtspeech) )
45 - X? (
46 - $(add_qt_dep qtx11extras)
47 - x11-libs/libX11
48 - x11-libs/libXtst
49 - )
50 -"
51 -DEPEND="${RDEPEND}
52 - nls? ( $(add_qt_dep linguist-tools) )
53 - X? ( x11-proto/xproto )
54 -"
55 -
56 -src_configure() {
57 - local mycmakeargs=(
58 - $(cmake-utils_use_find_package dbus dbusmenu-qt5)
59 - $(cmake-utils_use_find_package speech Qt5TextToSpeech)
60 - $(cmake-utils_use_find_package X X11)
61 - )
62 -
63 - kde5_src_configure
64 -}