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 1C823138239 for ; Sun, 12 Apr 2020 16:39:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B363E09D8; Sun, 12 Apr 2020 16:39:33 +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 42CC9E09CE for ; Sun, 12 Apr 2020 16:39:33 +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 59A5834F1A1 for ; Sun, 12 Apr 2020 16:39:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AFEA21CF for ; Sun, 12 Apr 2020 16:39:28 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1586708543.aa9e4898f72ffe7fd53c36731d739b2f006b8d88.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: kde-misc/plasma-applet-thermal-monitor/ X-VCS-Repository: repo/proj/guru X-VCS-Files: kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.2.9.ebuild X-VCS-Directories: kde-misc/plasma-applet-thermal-monitor/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: aa9e4898f72ffe7fd53c36731d739b2f006b8d88 X-VCS-Branch: master Date: Sun, 12 Apr 2020 16:39:28 +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: 4c93cd04-b40d-4ff1-a9e5-b7042e07fd66 X-Archives-Hash: 225390b181509d3d4c0dd3b572b91130 commit: aa9e4898f72ffe7fd53c36731d739b2f006b8d88 Author: Andrew Ammerlaan riseup net> AuthorDate: Sun Apr 12 16:22:23 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Apr 12 16:22:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=aa9e4898 kde-misc/plasma-applet-thermal-monitor: block slot 0 of self Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> .../plasma-applet-thermal-monitor-1.2.9.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.2.9.ebuild b/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.2.9.ebuild index f09d6bf..647e3ee 100644 --- a/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.2.9.ebuild +++ b/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.2.9.ebuild @@ -19,7 +19,9 @@ fi LICENSE="GPL-2+" SLOT="5" +# block against slot 0 of self, to prevent file collision DEPEND=" + !kde-misc/plasma-applet-thermal-monitor:0 >=kde-frameworks/plasma-5.60.0:5 " RDEPEND="${DEPEND}" 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 A9674138239 for ; Sun, 12 Apr 2020 16:22:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0059E09D8; Sun, 12 Apr 2020 16:22:35 +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 D62BEE09D8 for ; Sun, 12 Apr 2020 16:22:35 +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 6AB1034F176 for ; Sun, 12 Apr 2020 16:22:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1ABE9150 for ; Sun, 12 Apr 2020 16:22:33 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1586708543.aa9e4898f72ffe7fd53c36731d739b2f006b8d88.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: kde-misc/plasma-applet-thermal-monitor/ X-VCS-Repository: repo/proj/guru X-VCS-Files: kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.2.9.ebuild X-VCS-Directories: kde-misc/plasma-applet-thermal-monitor/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: aa9e4898f72ffe7fd53c36731d739b2f006b8d88 X-VCS-Branch: dev Date: Sun, 12 Apr 2020 16:22:33 +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: d0f060c2-07ff-4eda-b3dc-b516f7dd35ac X-Archives-Hash: 138319262d8676bc3b8b250cf9a93081 Message-ID: <20200412162233.N42lpOEmmGJ03xjDJriz_wle_ZB-JTYKIARoOzhY8R4@z> commit: aa9e4898f72ffe7fd53c36731d739b2f006b8d88 Author: Andrew Ammerlaan riseup net> AuthorDate: Sun Apr 12 16:22:23 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Apr 12 16:22:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=aa9e4898 kde-misc/plasma-applet-thermal-monitor: block slot 0 of self Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> .../plasma-applet-thermal-monitor-1.2.9.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.2.9.ebuild b/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.2.9.ebuild index f09d6bf..647e3ee 100644 --- a/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.2.9.ebuild +++ b/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.2.9.ebuild @@ -19,7 +19,9 @@ fi LICENSE="GPL-2+" SLOT="5" +# block against slot 0 of self, to prevent file collision DEPEND=" + !kde-misc/plasma-applet-thermal-monitor:0 >=kde-frameworks/plasma-5.60.0:5 " RDEPEND="${DEPEND}"