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 655BF138334 for ; Tue, 7 Aug 2018 17:36:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C649E0831; Tue, 7 Aug 2018 17:36:48 +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 F008CE0831 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 3D413335C47 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 577C5395 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.699723f63b29e3d9b730953878193f4b7ea18183.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.ebuild X-VCS-Directories: kde-plasma/plasma-pa/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 699723f63b29e3d9b730953878193f4b7ea18183 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: 743d777d-99de-4fea-b7a4-13248491c48e X-Archives-Hash: 2bbd76cc9e58bbf48ed271ebf78139b7 commit: 699723f63b29e3d9b730953878193f4b7ea18183 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Aug 7 17:35:49 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=699723f6 kde-plasma/plasma-pa: Drop 5.13.4 (r0) Package-Manager: Portage-2.3.44, Repoman-2.3.10 kde-plasma/plasma-pa/plasma-pa-5.13.4.ebuild | 30 ---------------------------- 1 file changed, 30 deletions(-) diff --git a/kde-plasma/plasma-pa/plasma-pa-5.13.4.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.13.4.ebuild deleted file mode 100644 index ffe41fc041d..00000000000 --- a/kde-plasma/plasma-pa/plasma-pa-5.13.4.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# 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) - dev-libs/glib:2 - gnome-base/gconf:2 - media-libs/libcanberra - media-sound/pulseaudio -" -RDEPEND="${DEPEND}" - -PATCHES=( "${FILESDIR}/${PN}-5.13.3-automagic_gconf.patch" )