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 B00A0138334 for ; Tue, 19 Feb 2019 18:02:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88328E0841; Tue, 19 Feb 2019 18:02:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 63065E0841 for ; Tue, 19 Feb 2019 18:02:16 +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 806E0335CA6 for ; Tue, 19 Feb 2019 18:02:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59DE1520 for ; Tue, 19 Feb 2019 18:02:12 +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: <1550599318.1710a04394a6c2b74faa7c01ef521d9b600e16e9.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/plasma-pass/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/plasma-pass/plasma-pass-9999.ebuild X-VCS-Directories: kde-misc/plasma-pass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1710a04394a6c2b74faa7c01ef521d9b600e16e9 X-VCS-Branch: master Date: Tue, 19 Feb 2019 18:02:12 +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: c7decfb6-1cad-4445-a961-78b222b843fb X-Archives-Hash: 0896b44bbdabfefb18d8f5d43066e668 commit: 1710a04394a6c2b74faa7c01ef521d9b600e16e9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Feb 18 14:58:01 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Feb 19 18:01:58 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1710a043 kde-misc/plasma-pass: Add release switch Package-Manager: Portage-2.3.61, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/plasma-pass/plasma-pass-9999.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/kde-misc/plasma-pass/plasma-pass-9999.ebuild b/kde-misc/plasma-pass/plasma-pass-9999.ebuild index 9cada435d1..cd8cb1d964 100644 --- a/kde-misc/plasma-pass/plasma-pass-9999.ebuild +++ b/kde-misc/plasma-pass/plasma-pass-9999.ebuild @@ -7,6 +7,12 @@ inherit kde5 DESCRIPTION="Plasma applet to access password from pass" HOMEPAGE="https://www.dvratil.cz/2018/05/plasma-pass/ https://cgit.kde.org/plasma-pass.git/" + +if [[ ${KDE_BUILD_TYPE} != live ]] ; then + SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" + KEYWORDS="~amd64" +fi + LICENSE="LGPL-2.1+" IUSE=""