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 DA9C8138334 for ; Wed, 3 Apr 2019 14:28:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EEB14E0827; Wed, 3 Apr 2019 14:28:21 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C4AF8E0827 for ; Wed, 3 Apr 2019 14:28:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 69745335CF4 for ; Wed, 3 Apr 2019 14:28:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2DCB6570 for ; Wed, 3 Apr 2019 14:28:18 +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: <1554301687.45a93a5c056145b8ec64bda428247452d80dfed1.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.15.4.ebuild X-VCS-Directories: kde-plasma/plasma-pa/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 45a93a5c056145b8ec64bda428247452d80dfed1 X-VCS-Branch: master Date: Wed, 3 Apr 2019 14:28:18 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 45a3b5e0-9cd2-4d73-8ea0-ba71ba62f664 X-Archives-Hash: 3b5a0bb7a16501c90ab2b053cb85c28a commit: 45a93a5c056145b8ec64bda428247452d80dfed1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Apr 3 14:28:07 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Apr 3 14:28:07 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45a93a5c kde-plasma/plasma-pa: Drop 5.15.4 (r0) Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-pa/plasma-pa-5.15.4.ebuild | 33 ---------------------------- 1 file changed, 33 deletions(-) diff --git a/kde-plasma/plasma-pa/plasma-pa-5.15.4.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.15.4.ebuild deleted file mode 100644 index 58e2347df23..00000000000 --- a/kde-plasma/plasma-pa/plasma-pa-5.15.4.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_HANDBOOK="forceoptional" -inherit kde5 - -DESCRIPTION="Plasma applet for audio volume management using PulseAudio" -KEYWORDS="~amd64 ~arm ~arm64 ~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} - $(add_frameworks_dep kirigami) - $(add_qt_dep qtquickcontrols) - media-libs/libcanberra - x11-themes/sound-theme-freedesktop -" - -PATCHES=( "${FILESDIR}/${PN}-5.13.3-automagic_gconf.patch" )