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 7928E138A1A for ; Wed, 14 Jan 2015 00:10:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F10DAE086C; Wed, 14 Jan 2015 00:10:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8EDF5E086C for ; Wed, 14 Jan 2015 00:10:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1C77734071A for ; Wed, 14 Jan 2015 00:10:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8460F84C for ; Wed, 14 Jan 2015 00:10:47 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1421194235.d5a1d5aadf3430670719481288341b8c7302757f.mrueg@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/polkit-kde-agent/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/polkit-kde-agent/polkit-kde-agent-5.1.95.ebuild kde-plasma/polkit-kde-agent/polkit-kde-agent-9999.ebuild X-VCS-Directories: kde-plasma/polkit-kde-agent/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: d5a1d5aadf3430670719481288341b8c7302757f X-VCS-Branch: master Date: Wed, 14 Jan 2015 00:10: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: 9bc0e679-0c74-4492-8034-328f73c4be70 X-Archives-Hash: 497a163dffb4c7be232525b94d091386 commit: d5a1d5aadf3430670719481288341b8c7302757f Author: Manuel Rüger gentoo org> AuthorDate: Wed Jan 14 00:10:35 2015 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Wed Jan 14 00:10:35 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=d5a1d5aa [kde-plasma/polkit-kde-agent] USE KMNAME, add blocker on sys-auth/polkit-kde-agent:5 --- kde-plasma/polkit-kde-agent/polkit-kde-agent-5.1.95.ebuild | 7 ++----- kde-plasma/polkit-kde-agent/polkit-kde-agent-9999.ebuild | 7 ++----- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.1.95.ebuild b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.1.95.ebuild index 89a3971..d995c6f 100644 --- a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.1.95.ebuild +++ b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.1.95.ebuild @@ -4,13 +4,9 @@ EAPI=5 -MY_PN="${PN}-1" -EGIT_REPONAME="${MY_PN}" +KMNAME="${PN}-1" inherit kde5 -if [[ ${KDE_BUILD_TYPE} = release ]]; then - SRC_URI="mirror://kde/unstable/plasma/${PV}/${MY_PN}-${PV}.tar.xz" -fi DESCRIPTION="PolKit agent module for KDE" HOMEPAGE="http://www.kde.org" @@ -24,4 +20,5 @@ DEPEND=" " RDEPEND="${DEPEND} !sys-auth/polkit-kde + !sys-auth/polkit-kde-agent " diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-9999.ebuild b/kde-plasma/polkit-kde-agent/polkit-kde-agent-9999.ebuild index 89a3971..d995c6f 100644 --- a/kde-plasma/polkit-kde-agent/polkit-kde-agent-9999.ebuild +++ b/kde-plasma/polkit-kde-agent/polkit-kde-agent-9999.ebuild @@ -4,13 +4,9 @@ EAPI=5 -MY_PN="${PN}-1" -EGIT_REPONAME="${MY_PN}" +KMNAME="${PN}-1" inherit kde5 -if [[ ${KDE_BUILD_TYPE} = release ]]; then - SRC_URI="mirror://kde/unstable/plasma/${PV}/${MY_PN}-${PV}.tar.xz" -fi DESCRIPTION="PolKit agent module for KDE" HOMEPAGE="http://www.kde.org" @@ -24,4 +20,5 @@ DEPEND=" " RDEPEND="${DEPEND} !sys-auth/polkit-kde + !sys-auth/polkit-kde-agent "