diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-12-01 19:45:23 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-12-01 20:21:49 +0100 |
commit | b5dd9d0cdbce9030ac8b2a9a7e134e7e90d0ad13 (patch) | |
tree | 86b0ce9a1b1511b707ef78cca6feddfebd6f024e /kde-frameworks/knotifications | |
parent | kde-apps: Drop KDE Applications 18.04.3 (diff) | |
download | gentoo-b5dd9d0cdbce9030ac8b2a9a7e134e7e90d0ad13.tar.gz gentoo-b5dd9d0cdbce9030ac8b2a9a7e134e7e90d0ad13.tar.bz2 gentoo-b5dd9d0cdbce9030ac8b2a9a7e134e7e90d0ad13.zip |
kde-frameworks: Drop KDE Frameworks 5.50.0
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/knotifications')
-rw-r--r-- | kde-frameworks/knotifications/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/knotifications/knotifications-5.50.0.ebuild | 46 |
2 files changed, 0 insertions, 47 deletions
diff --git a/kde-frameworks/knotifications/Manifest b/kde-frameworks/knotifications/Manifest index a25f56783e6a..7be4c6d968ca 100644 --- a/kde-frameworks/knotifications/Manifest +++ b/kde-frameworks/knotifications/Manifest @@ -1,2 +1 @@ -DIST knotifications-5.50.0.tar.xz 102596 BLAKE2B d1d3f09981bc8abeac2f1eefd2617a957227bd6045e8e2aebb7622a92e814442bf48ca995ec01b713fb5bc81e7c4d1f9f96d4fc50afa0dc4410e15b915440d86 SHA512 3128717e747baf8a3fecc3147ebfbd256fe1f330e1199222f276eabd17321c8e63272f0b252bdbf3372f712436046e4f7a725abfcee5345a9c1f823da218ab28 DIST knotifications-5.52.0.tar.xz 102836 BLAKE2B 04f9538001d44f85247c442cf4bee8b41f51881b28e2c26153ed56af6dbf89dd897df7345028a7741a9ebce5ac8489245cd34a5cde7fa18b167943b1c33542ff SHA512 c595088859170c17819d0b6eee75b39166bf247e47ae675685b55df542981b0bb8757ca8428852b0f5ad85f0f1ffd59d682f561534581ebd43ee90abc4c8ba39 diff --git a/kde-frameworks/knotifications/knotifications-5.50.0.ebuild b/kde-frameworks/knotifications/knotifications-5.50.0.ebuild deleted file mode 100644 index 58124a84ebf6..000000000000 --- a/kde-frameworks/knotifications/knotifications-5.50.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# 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 phonon 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) - dbus? ( dev-libs/libdbusmenu-qt[qt5(+)] ) - !phonon? ( media-libs/libcanberra ) - phonon? ( media-libs/phonon[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 !phonon Canberra) - $(cmake-utils_use_find_package speech Qt5TextToSpeech) - $(cmake-utils_use_find_package X X11) - ) - - kde5_src_configure -} |