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 1C8C8138330 for ; Wed, 5 Oct 2016 09:40:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E017BE0B10; Wed, 5 Oct 2016 09:40:16 +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 C807DE0B10 for ; Wed, 5 Oct 2016 09:40:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0C6E0341062 for ; Wed, 5 Oct 2016 09:40:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C4433248D for ; Wed, 5 Oct 2016 09:40:00 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1475660388.85b2455c0a6bedbdef68866389b41ce80e9c525e.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kde-cli-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/kde-cli-tools/kde-cli-tools-5.6.5.ebuild X-VCS-Directories: kde-plasma/kde-cli-tools/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 85b2455c0a6bedbdef68866389b41ce80e9c525e X-VCS-Branch: master Date: Wed, 5 Oct 2016 09:40:00 +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: 7e6e9cc2-57a2-4da7-a904-fba29282c8a3 X-Archives-Hash: 5ae6987ab9856b54e0c757b6ccd4c32d commit: 85b2455c0a6bedbdef68866389b41ce80e9c525e Author: Michael Palimaka gentoo org> AuthorDate: Sun Oct 2 17:26:57 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Oct 5 09:39:48 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85b2455c kde-plasma/kde-cli-tools: remove old Package-Manager: portage-2.3.1 .../kde-cli-tools/kde-cli-tools-5.6.5.ebuild | 60 ---------------------- 1 file changed, 60 deletions(-) diff --git a/kde-plasma/kde-cli-tools/kde-cli-tools-5.6.5.ebuild b/kde-plasma/kde-cli-tools/kde-cli-tools-5.6.5.ebuild deleted file mode 100644 index ec6b7c2..00000000 --- a/kde-plasma/kde-cli-tools/kde-cli-tools-5.6.5.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -KDE_HANDBOOK="true" -KDE_TEST="true" -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="Tools based on KDE Frameworks 5 to better interact with the system" -HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kde-cli-tools" -KEYWORDS="amd64 ~arm x86" -IUSE="+kdesu X" - -DEPEND=" - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kservice) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtsvg) - $(add_qt_dep qtwidgets) - kdesu? ( $(add_frameworks_dep kdesu) ) - X? ( - $(add_frameworks_dep kdelibs4support) - $(add_qt_dep qtx11extras) - x11-libs/libX11 - ) -" -RDEPEND="${DEPEND} - handbook? ( !kde-apps/kdesu[handbook] ) -" - -# requires running kde environment -RESTRICT="test" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package kdesu KF5Su) - $(cmake-utils_use_find_package X KF5KDELibs4Support) - $(cmake-utils_use_find_package X Qt5X11Extras) - ) - - kde5_src_configure -} - -src_install() { - kde5_src_install - use kdesu && dosym /usr/$(get_libdir)/libexec/kf5/kdesu /usr/bin/kdesu5 -}