Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/snorenotify/
Date: Tue, 26 Sep 2017 12:43:22
Message-Id: 1506429789.ea6cf242620328f72ec40e13fbfaca870c95b6b8.kensington@gentoo
1 commit: ea6cf242620328f72ec40e13fbfaca870c95b6b8
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 26 12:41:21 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 26 12:43:09 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea6cf242
7
8 x11-libs/snorenotify: remove 0.7.0-r0
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 x11-libs/snorenotify/snorenotify-0.7.0.ebuild | 56 ---------------------------
13 1 file changed, 56 deletions(-)
14
15 diff --git a/x11-libs/snorenotify/snorenotify-0.7.0.ebuild b/x11-libs/snorenotify/snorenotify-0.7.0.ebuild
16 deleted file mode 100644
17 index 4aac568b006..00000000000
18 --- a/x11-libs/snorenotify/snorenotify-0.7.0.ebuild
19 +++ /dev/null
20 @@ -1,56 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -inherit cmake-utils gnome2-utils virtualx
27 -
28 -DESCRIPTION="Multi platform Qt notification framework"
29 -HOMEPAGE="https://techbase.kde.org/Projects/Snorenotify"
30 -SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
31 -
32 -LICENSE="LGPL-3+"
33 -SLOT="0"
34 -KEYWORDS="amd64 ~arm x86"
35 -IUSE="sound test"
36 -
37 -RDEPEND="
38 - dev-qt/qtcore:5
39 - dev-qt/qtdbus:5
40 - dev-qt/qtdeclarative:5
41 - dev-qt/qtgui:5
42 - dev-qt/qtnetwork:5
43 - dev-qt/qtwebsockets:5
44 - dev-qt/qtwidgets:5
45 - sound? ( dev-qt/qtmultimedia:5 )
46 -"
47 -DEPEND="${RDEPEND}
48 - dev-qt/linguist-tools:5
49 - kde-frameworks/extra-cmake-modules
50 - test? ( dev-qt/qttest:5 )
51 -"
52 -
53 -src_configure() {
54 - local mycmakeargs=(
55 - $(cmake-utils_use_find_package sound Qt5Multimedia)
56 - $(cmake-utils_use_find_package test Qt5Test)
57 - )
58 -
59 - cmake-utils_src_configure
60 -}
61 -
62 -src_test() {
63 - virtx cmake-utils_src_test
64 -}
65 -
66 -pkg_preinst() {
67 - gnome2_icon_savelist
68 -}
69 -
70 -pkg_postinst() {
71 - gnome2_icon_cache_update
72 -}
73 -
74 -pkg_postrm() {
75 - gnome2_icon_cache_update
76 -}