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 77C76139694 for ; Wed, 17 May 2017 20:58:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE163E0CA3; Wed, 17 May 2017 20:58:49 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C8448E0BEB for ; Wed, 17 May 2017 20:58:49 +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 DA6863416CE for ; Wed, 17 May 2017 20:58:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79A08745D for ; Wed, 17 May 2017 20:58:47 +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: <1495054360.13c52612df06472ca8b2cb5c88c60c216d3a6cee.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-vault/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-vault/plasma-vault-5.10.49.9999.ebuild kde-plasma/plasma-vault/plasma-vault-5.9.95.ebuild X-VCS-Directories: kde-plasma/plasma-vault/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 13c52612df06472ca8b2cb5c88c60c216d3a6cee X-VCS-Branch: master Date: Wed, 17 May 2017 20:58:47 +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: 5a493cc1-e253-41a7-b48c-36ab691f4796 X-Archives-Hash: 25bb41ee8734e1a16270201fef5e44e2 commit: 13c52612df06472ca8b2cb5c88c60c216d3a6cee Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed May 17 20:52:40 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed May 17 20:52:40 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=13c52612 kde-plasma/plasma-vault: Add 5.9.95 beta This is not part of KDE Plasma release in 5.10, but expected for 5.11. Package-Manager: Portage-2.3.5, Repoman-2.3.1 kde-plasma/plasma-vault/plasma-vault-5.10.49.9999.ebuild | 3 +++ .../{plasma-vault-5.10.49.9999.ebuild => plasma-vault-5.9.95.ebuild} | 3 +++ 2 files changed, 6 insertions(+) diff --git a/kde-plasma/plasma-vault/plasma-vault-5.10.49.9999.ebuild b/kde-plasma/plasma-vault/plasma-vault-5.10.49.9999.ebuild index 3c688d6e87..30c36b6178 100644 --- a/kde-plasma/plasma-vault/plasma-vault-5.10.49.9999.ebuild +++ b/kde-plasma/plasma-vault/plasma-vault-5.10.49.9999.ebuild @@ -7,6 +7,9 @@ inherit kde5 DESCRIPTION="Plasma applet and services for creating encrypted vaults" HOMEPAGE+=" http://cukic.co/2017/02/03/vaults-encryption-in-plasma/" +if [[ ${KDE_BUILD_TYPE} != live ]]; then + SRC_URI="mirror://kde/unstable/${PN}/${P}.tar.xz" +fi LICENSE="LGPL-3" KEYWORDS="" diff --git a/kde-plasma/plasma-vault/plasma-vault-5.10.49.9999.ebuild b/kde-plasma/plasma-vault/plasma-vault-5.9.95.ebuild similarity index 89% copy from kde-plasma/plasma-vault/plasma-vault-5.10.49.9999.ebuild copy to kde-plasma/plasma-vault/plasma-vault-5.9.95.ebuild index 3c688d6e87..30c36b6178 100644 --- a/kde-plasma/plasma-vault/plasma-vault-5.10.49.9999.ebuild +++ b/kde-plasma/plasma-vault/plasma-vault-5.9.95.ebuild @@ -7,6 +7,9 @@ inherit kde5 DESCRIPTION="Plasma applet and services for creating encrypted vaults" HOMEPAGE+=" http://cukic.co/2017/02/03/vaults-encryption-in-plasma/" +if [[ ${KDE_BUILD_TYPE} != live ]]; then + SRC_URI="mirror://kde/unstable/${PN}/${P}.tar.xz" +fi LICENSE="LGPL-3" KEYWORDS=""