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 0145558973 for ; Tue, 9 Feb 2016 15:44:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E05A21C035; Tue, 9 Feb 2016 15:44:53 +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 9881E21C035 for ; Tue, 9 Feb 2016 15:44:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8F1BE340A5D for ; Tue, 9 Feb 2016 15:44:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2586E8F6 for ; Tue, 9 Feb 2016 15:44:48 +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: <1455032649.c58a80394e2a35239c32d72a79ffe923828260a8.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kdebugsettings/files/, kde-apps/kdebugsettings/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kdebugsettings/files/kdebugsettings-15.12.1-deps.patch kde-apps/kdebugsettings/kdebugsettings-15.12.49.9999.ebuild X-VCS-Directories: kde-apps/kdebugsettings/files/ kde-apps/kdebugsettings/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: c58a80394e2a35239c32d72a79ffe923828260a8 X-VCS-Branch: master Date: Tue, 9 Feb 2016 15:44:48 +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: ff8e2376-c0d9-47f2-aa16-76140d6b26be X-Archives-Hash: 1be4cbbd7b20b5ccb42e1340a6c7bc8a commit: c58a80394e2a35239c32d72a79ffe923828260a8 Author: Michael Palimaka gentoo org> AuthorDate: Tue Feb 9 15:44:09 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Tue Feb 9 15:44:09 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c58a8039 kde-apps/kdebugsettings: backport patch from upstream to remove unused dependencies Gentoo-bug: 573894 Package-Manager: portage-2.2.27 .../files/kdebugsettings-15.12.1-deps.patch | 34 ++++++++++++++++++++++ .../kdebugsettings-15.12.49.9999.ebuild | 2 ++ 2 files changed, 36 insertions(+) diff --git a/kde-apps/kdebugsettings/files/kdebugsettings-15.12.1-deps.patch b/kde-apps/kdebugsettings/files/kdebugsettings-15.12.1-deps.patch new file mode 100644 index 0000000..523b824 --- /dev/null +++ b/kde-apps/kdebugsettings/files/kdebugsettings-15.12.1-deps.patch @@ -0,0 +1,34 @@ +From d4e298f093aa897c7ce9ef3e0d5a06683b8d8b59 Mon Sep 17 00:00:00 2001 +From: Michael Palimaka +Date: Thu, 21 Jan 2016 06:31:41 +1100 +Subject: [PATCH] Remove unused dependencies. + +REVIEW: 126828 +--- + CMakeLists.txt | 6 +----- + 1 file changed, 1 insertion(+), 5 deletions(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 764f382..ed1ee13 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -12,15 +12,11 @@ find_package(Qt5 ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONENTS Widgets Test) + find_package(KF5 ${KF5_VERSION} REQUIRED COMPONENTS + CoreAddons + Config +- ConfigWidgets + DBusAddons + I18n +- GuiAddons +- IconThemes + WidgetsAddons + ItemViews +- Completion +- KIO) ++ Completion) + + include(FeatureSummary) + include(ECMAddAppIcon) +-- +2.4.10 + diff --git a/kde-apps/kdebugsettings/kdebugsettings-15.12.49.9999.ebuild b/kde-apps/kdebugsettings/kdebugsettings-15.12.49.9999.ebuild index 91ba2b8..3d8becc 100644 --- a/kde-apps/kdebugsettings/kdebugsettings-15.12.49.9999.ebuild +++ b/kde-apps/kdebugsettings/kdebugsettings-15.12.49.9999.ebuild @@ -26,3 +26,5 @@ DEPEND=" RDEPEND="${DEPEND}" RESTRICT="test" + +PATCHES=( "${FILESDIR}/${PN}-15.12.1-deps.patch" )