summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-10-10 20:10:17 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-10-11 20:35:09 +0200
commit64b9d917ddaf5e7bff1169be27e97a00dec2302f (patch)
tree784c54b43e1ca41e4b13714ef114bd4722796eb6 /kde-frameworks/knotifications
parentkde-frameworks/extra-cmake-modules: allarches stable (diff)
downloadgentoo-64b9d917ddaf5e7bff1169be27e97a00dec2302f.tar.gz
gentoo-64b9d917ddaf5e7bff1169be27e97a00dec2302f.tar.bz2
gentoo-64b9d917ddaf5e7bff1169be27e97a00dec2302f.zip
kde-frameworks: Drop 5.46.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'kde-frameworks/knotifications')
-rw-r--r--kde-frameworks/knotifications/Manifest1
-rw-r--r--kde-frameworks/knotifications/knotifications-5.46.0.ebuild44
2 files changed, 0 insertions, 45 deletions
diff --git a/kde-frameworks/knotifications/Manifest b/kde-frameworks/knotifications/Manifest
index f05934536d5c..a42b743e3860 100644
--- a/kde-frameworks/knotifications/Manifest
+++ b/kde-frameworks/knotifications/Manifest
@@ -1,2 +1 @@
-DIST knotifications-5.46.0.tar.xz 100756 BLAKE2B 39eb614b73e148388d8983e70e88cacbd0c1cde37471fb7364dfeed81ded8e23492cda65b77f827012baa6ce0eee5509665abad49cdb03c58650b030949207aa SHA512 d8caf9929e8dfd6889bd48721fdb8784737f4e4037e80885a817e89f63c0d165df137a2a5d44de399a586e754f70a19e235f1d58fdaa568c586f242e6755f2ec
DIST knotifications-5.50.0.tar.xz 102596 BLAKE2B d1d3f09981bc8abeac2f1eefd2617a957227bd6045e8e2aebb7622a92e814442bf48ca995ec01b713fb5bc81e7c4d1f9f96d4fc50afa0dc4410e15b915440d86 SHA512 3128717e747baf8a3fecc3147ebfbd256fe1f330e1199222f276eabd17321c8e63272f0b252bdbf3372f712436046e4f7a725abfcee5345a9c1f823da218ab28
diff --git a/kde-frameworks/knotifications/knotifications-5.46.0.ebuild b/kde-frameworks/knotifications/knotifications-5.46.0.ebuild
deleted file mode 100644
index 9fe40b872b55..000000000000
--- a/kde-frameworks/knotifications/knotifications-5.46.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_TEST="false"
-inherit kde5
-
-DESCRIPTION="Framework for notifying the user of an event"
-LICENSE="LGPL-2.1+"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-IUSE="dbus nls speech X"
-
-RDEPEND="
- $(add_frameworks_dep kcodecs)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kwindowsystem)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
- media-libs/phonon[qt5(+)]
- dbus? ( dev-libs/libdbusmenu-qt[qt5(+)] )
- speech? ( $(add_qt_dep qtspeech) )
- X? (
- $(add_qt_dep qtx11extras)
- x11-libs/libX11
- x11-libs/libXtst
- )
-"
-DEPEND="${RDEPEND}
- nls? ( $(add_qt_dep linguist-tools) )
- X? ( x11-base/xorg-proto )
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package dbus dbusmenu-qt5)
- $(cmake-utils_use_find_package speech Qt5TextToSpeech)
- $(cmake-utils_use_find_package X X11)
- )
-
- kde5_src_configure
-}