From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4C35B13825B for ; Sun, 15 May 2016 16:49:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A65DF23401C; Sun, 15 May 2016 16:49:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B326F23401C for ; Sun, 15 May 2016 16:49:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E8F70340BFD for ; Sun, 15 May 2016 16:49:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E597E336 for ; Sun, 15 May 2016 16:49:46 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1463330979.054ffdc593121f7da6073b29ffb43b75ef99bb12.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/krunner/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/krunner/krunner-5.18.0.ebuild kde-frameworks/krunner/krunner-5.21.0.ebuild X-VCS-Directories: kde-frameworks/krunner/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 054ffdc593121f7da6073b29ffb43b75ef99bb12 X-VCS-Branch: master Date: Sun, 15 May 2016 16:49:46 +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: 13987a8c-920f-49a1-82d2-55a2129c3e76 X-Archives-Hash: 3db977bc211e2a1851942c9e1450b22d commit: 054ffdc593121f7da6073b29ffb43b75ef99bb12 Author: Johannes Huber gentoo org> AuthorDate: Sun May 15 16:36:01 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun May 15 16:49:39 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=054ffdc5 kde-frameworks/krunner: Set SRC_URI Will be needed for next release as SRC_URI is calculated in eclass and the location is changed in further releases. Package-Manager: portage-2.2.28 kde-frameworks/krunner/krunner-5.18.0.ebuild | 1 + kde-frameworks/krunner/krunner-5.21.0.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/kde-frameworks/krunner/krunner-5.18.0.ebuild b/kde-frameworks/krunner/krunner-5.18.0.ebuild index da7350b..ca192c0 100644 --- a/kde-frameworks/krunner/krunner-5.18.0.ebuild +++ b/kde-frameworks/krunner/krunner-5.18.0.ebuild @@ -8,6 +8,7 @@ VIRTUALX_REQUIRED="test" inherit kde5 DESCRIPTION="Framework for providing different actions given a string query" +SRC_URI="mirror://kde/stable/frameworks/${PV%.*}/portingAids/${P}.tar.xz" LICENSE="LGPL-2+" KEYWORDS="amd64 ~arm ~x86" IUSE="" diff --git a/kde-frameworks/krunner/krunner-5.21.0.ebuild b/kde-frameworks/krunner/krunner-5.21.0.ebuild index d69de57..6268bb2 100644 --- a/kde-frameworks/krunner/krunner-5.21.0.ebuild +++ b/kde-frameworks/krunner/krunner-5.21.0.ebuild @@ -8,6 +8,7 @@ VIRTUALX_REQUIRED="test" inherit kde5 DESCRIPTION="Framework for providing different actions given a string query" +SRC_URI="mirror://kde/stable/frameworks/${PV%.*}/portingAids/${P}.tar.xz" LICENSE="LGPL-2+" KEYWORDS="~amd64 ~arm ~x86" IUSE=""