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 A1C49138334 for ; Tue, 7 Aug 2018 17:36:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1CFFE0830; Tue, 7 Aug 2018 17:36:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 902A1E0830 for ; Tue, 7 Aug 2018 17:36:47 +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 1630D335C2B for ; Tue, 7 Aug 2018 17:36:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 43ECA2BA for ; Tue, 7 Aug 2018 17:36:44 +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: <1533663387.166bf8fc0ebee875594d6d2a996f1907c903b46c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-pa/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/plasma-pa/plasma-pa-5.13.4-r1.ebuild X-VCS-Directories: kde-plasma/plasma-pa/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 166bf8fc0ebee875594d6d2a996f1907c903b46c X-VCS-Branch: master Date: Tue, 7 Aug 2018 17:36:44 +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: 4a18d210-e988-449d-bb84-1ec25c6b2a91 X-Archives-Hash: 2b963293f4881545012acc3af1996089 commit: 166bf8fc0ebee875594d6d2a996f1907c903b46c Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Aug 7 17:35:04 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Aug 7 17:36:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=166bf8fc kde-plasma/plasma-pa: Drop obsolete deps Accidentally re-introduced. Closes: https://bugs.gentoo.org/663024 Package-Manager: Portage-2.3.44, Repoman-2.3.10 kde-plasma/plasma-pa/plasma-pa-5.13.4-r1.ebuild | 28 +++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/kde-plasma/plasma-pa/plasma-pa-5.13.4-r1.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.13.4-r1.ebuild new file mode 100644 index 00000000000..81b3f937328 --- /dev/null +++ b/kde-plasma/plasma-pa/plasma-pa-5.13.4-r1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Plasma applet for audio volume management using PulseAudio" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdeclarative) + $(add_frameworks_dep kglobalaccel) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep plasma) + $(add_qt_dep qtdbus) + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + media-libs/libcanberra + media-sound/pulseaudio +" +RDEPEND="${DEPEND}" + +PATCHES=( "${FILESDIR}/${PN}-5.13.3-automagic_gconf.patch" )