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 D33521396D9 for ; Thu, 19 Oct 2017 09:04:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 180632BC001; Thu, 19 Oct 2017 09:04:59 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EDA642BC001 for ; Thu, 19 Oct 2017 09:04:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7215D33BF1C for ; Thu, 19 Oct 2017 09:04:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1E8E828 for ; Thu, 19 Oct 2017 09:04:55 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1508403778.7d9c854a72b6bde9bbc0caa281917e8f2af1396e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/systemsettings/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/systemsettings/systemsettings-5.11.1.ebuild X-VCS-Directories: kde-plasma/systemsettings/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7d9c854a72b6bde9bbc0caa281917e8f2af1396e X-VCS-Branch: master Date: Thu, 19 Oct 2017 09:04:55 +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: 200b1043-0096-479a-a833-576f141ba4b6 X-Archives-Hash: dde2a3cf3120bbe73404e6991ee1c9c3 commit: 7d9c854a72b6bde9bbc0caa281917e8f2af1396e Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Oct 19 09:02:58 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Oct 19 09:02:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d9c854a kde-plasma/systemsettings: Drop old Package-Manager: Portage-2.3.11, Repoman-2.3.3 .../systemsettings/systemsettings-5.11.1.ebuild | 49 ---------------------- 1 file changed, 49 deletions(-) diff --git a/kde-plasma/systemsettings/systemsettings-5.11.1.ebuild b/kde-plasma/systemsettings/systemsettings-5.11.1.ebuild deleted file mode 100644 index 1a51f599995..00000000000 --- a/kde-plasma/systemsettings/systemsettings-5.11.1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_HANDBOOK="forceoptional" -inherit kde5 - -DESCRIPTION="System settings utility" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="classic gtk" - -DEPEND=" - $(add_frameworks_dep kauth) - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kdeclarative) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kitemviews) - $(add_frameworks_dep kpackage) - $(add_frameworks_dep kservice) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_frameworks_dep kxmlgui) - $(add_qt_dep qtdbus) - $(add_qt_dep qtdeclarative 'widgets') - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - classic? ( $(add_frameworks_dep khtml) ) -" -RDEPEND="${DEPEND} - !kde-plasma/systemsettings:4 - $(add_frameworks_dep kirigami) - gtk? ( $(add_plasma_dep kde-gtk-config) ) -" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package classic KF5KHtml) - ) - - kde5_src_configure -}