From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7CB47139694 for ; Fri, 21 Apr 2017 06:43:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AEA06E0BA3; Fri, 21 Apr 2017 06:43:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 89BCAE0BA3 for ; Fri, 21 Apr 2017 06:43:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C8E7F33BEAE for ; Fri, 21 Apr 2017 06:43:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 184AC743B for ; Fri, 21 Apr 2017 06:43:04 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1492756962.9426f6d9d1e1433136731010d7b40f6caf3fc328.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/knotifications/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/knotifications/knotifications-5.33.0.ebuild X-VCS-Directories: kde-frameworks/knotifications/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9426f6d9d1e1433136731010d7b40f6caf3fc328 X-VCS-Branch: master Date: Fri, 21 Apr 2017 06:43:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c81bc10f-b5ce-4b02-bc9a-470d392601e0 X-Archives-Hash: 4888bb4e06b2a1abd5dae809bb7c9f94 commit: 9426f6d9d1e1433136731010d7b40f6caf3fc328 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Apr 21 06:41:34 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Apr 21 06:42:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9426f6d9 kde-frameworks/knotifications: Really drop 5.33.0 (r0) Package-Manager: Portage-2.3.3, Repoman-2.3.1 .../knotifications/knotifications-5.33.0.ebuild | 45 ---------------------- 1 file changed, 45 deletions(-) diff --git a/kde-frameworks/knotifications/knotifications-5.33.0.ebuild b/kde-frameworks/knotifications/knotifications-5.33.0.ebuild deleted file mode 100644 index d6901a20aa6..00000000000 --- a/kde-frameworks/knotifications/knotifications-5.33.0.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2017 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 ~x86" -IUSE="dbus nls speech X" - -# drop qtgui subslot operator when QT_MINIMAL >= 5.7.0 -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 '' '' '5=') - $(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-proto/xproto ) -" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package dbus DBusMenuQt5) - $(cmake-utils_use_find_package speech Qt5TextToSpeech) - $(cmake-utils_use_find_package X X11) - ) - - kde5_src_configure -}