x11-libs/snorenotify: remove 0.7.0-r0
authorMichael Palimaka <kensington@gentoo.org>
Tue, 26 Sep 2017 12:41:21 +0000 (22:41 +1000)
committerMichael Palimaka <kensington@gentoo.org>
Tue, 26 Sep 2017 12:43:09 +0000 (22:43 +1000)
Package-Manager: Portage-2.3.8, Repoman-2.3.3

x11-libs/snorenotify/snorenotify-0.7.0.ebuild [deleted file]

diff --git a/x11-libs/snorenotify/snorenotify-0.7.0.ebuild b/x11-libs/snorenotify/snorenotify-0.7.0.ebuild
deleted file mode 100644 (file)
index 4aac568..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils gnome2-utils virtualx
-
-DESCRIPTION="Multi platform Qt notification framework"
-HOMEPAGE="https://techbase.kde.org/Projects/Snorenotify"
-SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE="sound test"
-
-RDEPEND="
-       dev-qt/qtcore:5
-       dev-qt/qtdbus:5
-       dev-qt/qtdeclarative:5
-       dev-qt/qtgui:5
-       dev-qt/qtnetwork:5
-       dev-qt/qtwebsockets:5
-       dev-qt/qtwidgets:5
-       sound? ( dev-qt/qtmultimedia:5 )
-"
-DEPEND="${RDEPEND}
-       dev-qt/linguist-tools:5
-       kde-frameworks/extra-cmake-modules
-       test? ( dev-qt/qttest:5 )
-"
-
-src_configure() {
-       local mycmakeargs=(
-               $(cmake-utils_use_find_package sound Qt5Multimedia)
-               $(cmake-utils_use_find_package test Qt5Test)
-       )
-
-       cmake-utils_src_configure
-}
-
-src_test() {
-       virtx cmake-utils_src_test
-}
-
-pkg_preinst() {
-       gnome2_icon_savelist
-}
-
-pkg_postinst() {
-       gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-       gnome2_icon_cache_update
-}