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 324F8138247 for ; Sun, 24 Nov 2013 09:01:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92B48E09FB; Sun, 24 Nov 2013 09:01:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 317B2E09FB for ; Sun, 24 Nov 2013 09:01:50 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 43F3C33F090 for ; Sun, 24 Nov 2013 09:01:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B1AF5E530A for ; Sun, 24 Nov 2013 09:01: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: <1385279949.da0eeeb1ca418e06ade33265de6407fa6bbedfe4.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/polkit-kde-kcmodules/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/polkit-kde-kcmodules/metadata.xml kde-misc/polkit-kde-kcmodules/polkit-kde-kcmodules-9999.ebuild X-VCS-Directories: kde-misc/polkit-kde-kcmodules/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: da0eeeb1ca418e06ade33265de6407fa6bbedfe4 X-VCS-Branch: master Date: Sun, 24 Nov 2013 09:01: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: 4ecae7e4-5187-4858-99c0-cafa313ec50a X-Archives-Hash: ba4579f1fde59c9772693dacd519d9be commit: da0eeeb1ca418e06ade33265de6407fa6bbedfe4 Author: Johannes Huber gentoo org> AuthorDate: Sun Nov 24 07:59:09 2013 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun Nov 24 07:59:09 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=da0eeeb1 [kde-misc/polkit-kde-kcmodules] Removed, bug #438790 Removal for release version is announced on -dev and -dev-announce mailing lists. --- kde-misc/polkit-kde-kcmodules/metadata.xml | 5 ---- .../polkit-kde-kcmodules-9999.ebuild | 30 ---------------------- 2 files changed, 35 deletions(-) diff --git a/kde-misc/polkit-kde-kcmodules/metadata.xml b/kde-misc/polkit-kde-kcmodules/metadata.xml deleted file mode 100644 index 8d1e86a..0000000 --- a/kde-misc/polkit-kde-kcmodules/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - -kde - diff --git a/kde-misc/polkit-kde-kcmodules/polkit-kde-kcmodules-9999.ebuild b/kde-misc/polkit-kde-kcmodules/polkit-kde-kcmodules-9999.ebuild deleted file mode 100644 index 33ac7e3..0000000 --- a/kde-misc/polkit-kde-kcmodules/polkit-kde-kcmodules-9999.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -MY_PN="${PN}-1" -MY_P="${MY_PN}-${PV}" -EGIT_REPONAME="${MY_PN}" -KDE_LINGUAS="da en_GB et gl lt nl pt pt_BR sk sv uk zh_TW" - -inherit kde4-base - -DESCRIPTION="PolKit agent module for KDE." -HOMEPAGE="http://www.kde.org" -[[ ${PV} == *9999* ]] || - SRC_URI="mirror://kde/stable/apps/KDE4.x/admin/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -KEYWORDS="" -SLOT="4" -IUSE="debug" - -DEPEND=" - >=sys-auth/polkit-kde-agent-0.99 - >=sys-auth/polkit-qt-0.103 -" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}"