diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-09-26 22:41:21 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-09-26 22:43:09 +1000 |
commit | ea6cf242620328f72ec40e13fbfaca870c95b6b8 (patch) | |
tree | 03d92cd35648c3a0883f764f66f5e88e3762053c /x11-libs/snorenotify | |
parent | x11-libs/snorenotify: stabilise 0.7.0-r1 for amd64/x86 (diff) | |
download | gentoo-ea6cf242620328f72ec40e13fbfaca870c95b6b8.tar.gz gentoo-ea6cf242620328f72ec40e13fbfaca870c95b6b8.tar.bz2 gentoo-ea6cf242620328f72ec40e13fbfaca870c95b6b8.zip |
x11-libs/snorenotify: remove 0.7.0-r0
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'x11-libs/snorenotify')
-rw-r--r-- | x11-libs/snorenotify/snorenotify-0.7.0.ebuild | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/x11-libs/snorenotify/snorenotify-0.7.0.ebuild b/x11-libs/snorenotify/snorenotify-0.7.0.ebuild deleted file mode 100644 index 4aac568b006c..000000000000 --- a/x11-libs/snorenotify/snorenotify-0.7.0.ebuild +++ /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 -} |