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 C0A711389F5 for ; Mon, 17 Nov 2014 14:45:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEA13E080A; Mon, 17 Nov 2014 14:45:35 +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 863BBE080A for ; Mon, 17 Nov 2014 14:45:35 +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 651AB33DA93 for ; Mon, 17 Nov 2014 14:45:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 106A8A51A for ; Mon, 17 Nov 2014 14:45:33 +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: <1416235507.cfe540711a25d7d5377ff1c6059720c93ef92ded.mrueg@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: sys-auth/polkit-kde-agent/ X-VCS-Repository: proj/kde X-VCS-Files: sys-auth/polkit-kde-agent/polkit-kde-agent-4.9999.ebuild sys-auth/polkit-kde-agent/polkit-kde-agent-9999.ebuild X-VCS-Directories: sys-auth/polkit-kde-agent/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: cfe540711a25d7d5377ff1c6059720c93ef92ded X-VCS-Branch: master Date: Mon, 17 Nov 2014 14:45: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-Archives-Salt: ae5d27c9-a905-4e61-abe4-01e106233142 X-Archives-Hash: 16e66a0804b998ee1f9622b63dbcf7f0 commit: cfe540711a25d7d5377ff1c6059720c93ef92ded Author: Manuel Rüger rueg eu> AuthorDate: Mon Nov 17 14:45:07 2014 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Mon Nov 17 14:45:07 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=cfe54071 [sys-auth/polkit-kde-agent] Add live ebuild for kde5, move kde4 live ebuild to 4.9999 Package-Manager: portage-2.2.14 --- ...nt-9999.ebuild => polkit-kde-agent-4.9999.ebuild} | 0 .../polkit-kde-agent/polkit-kde-agent-9999.ebuild | 20 +++++--------------- 2 files changed, 5 insertions(+), 15 deletions(-) diff --git a/sys-auth/polkit-kde-agent/polkit-kde-agent-9999.ebuild b/sys-auth/polkit-kde-agent/polkit-kde-agent-4.9999.ebuild similarity index 100% copy from sys-auth/polkit-kde-agent/polkit-kde-agent-9999.ebuild copy to sys-auth/polkit-kde-agent/polkit-kde-agent-4.9999.ebuild diff --git a/sys-auth/polkit-kde-agent/polkit-kde-agent-9999.ebuild b/sys-auth/polkit-kde-agent/polkit-kde-agent-9999.ebuild index fed54ca..70888d6 100644 --- a/sys-auth/polkit-kde-agent/polkit-kde-agent-9999.ebuild +++ b/sys-auth/polkit-kde-agent/polkit-kde-agent-9999.ebuild @@ -5,31 +5,21 @@ EAPI=5 MY_PN="${PN}-1" -MY_P="${MY_PN}-${PV}" EGIT_REPONAME="${MY_PN}" -KDE_LINGUAS="ca ca@valencia cs da de en_GB eo es et fi fr ga - gl hr hu is it ja km lt nb mai ms nds nl pa pt pt_BR ro ru - sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv th tr uk zh_TW" -inherit kde4-base +EGIT_BRANCH="frameworks" +inherit kde5 DESCRIPTION="PolKit agent module for KDE" HOMEPAGE="http://www.kde.org" -if [[ ${KDE_BUILD_TYPE} != live ]] ; then - SRC_URI="mirror://kde/stable/apps/KDE4.x/admin/${MY_P}.tar.bz2" -fi LICENSE="GPL-2" KEYWORDS="" -SLOT="4" -IUSE="debug" +SLOT="5" +IUSE="" DEPEND=" - >=sys-auth/polkit-qt-0.103.0 + >=sys-auth/polkit-qt-0.112.0 " RDEPEND="${DEPEND} !sys-auth/polkit-kde " - -if [[ ${KDE_BUILD_TYPE} != live ]] ; then - S=${WORKDIR}/${MY_P} -fi