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 208711382C5 for ; Tue, 6 Feb 2018 10:15:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4233CE0A4F; Tue, 6 Feb 2018 10:15:13 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 0590FE0A4F for ; Tue, 6 Feb 2018 10:15:11 +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 A514C335C4E for ; Tue, 6 Feb 2018 10:15:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 129A01E8 for ; Tue, 6 Feb 2018 10:15:08 +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: <1517880504.cb90c0b4f2b13fe8d5dab2493ff688bc2f4f1054.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: Documentation/maintainers/ X-VCS-Repository: proj/kde X-VCS-Files: Documentation/maintainers/cmake_dep_check.py X-VCS-Directories: Documentation/maintainers/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: cb90c0b4f2b13fe8d5dab2493ff688bc2f4f1054 X-VCS-Branch: master Date: Tue, 6 Feb 2018 10:15:08 +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: c2f65fc8-33d1-48b6-b27d-2d13491a7c3d X-Archives-Hash: c1f3e18c02ad4372840e710f7851e057 commit: cb90c0b4f2b13fe8d5dab2493ff688bc2f4f1054 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jan 31 19:36:25 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Feb 6 01:28:24 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=cb90c0b4 Documentation: Update cmake_dep_check.py w/ kholidays and purpose Documentation/maintainers/cmake_dep_check.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Documentation/maintainers/cmake_dep_check.py b/Documentation/maintainers/cmake_dep_check.py index 516ae36059..6eb3437159 100755 --- a/Documentation/maintainers/cmake_dep_check.py +++ b/Documentation/maintainers/cmake_dep_check.py @@ -70,7 +70,7 @@ PACKAGE_MAP = { 'KDb': 'dev-db/kdb', 'KDecoration2': 'kde-plasma/kdecoration', 'KDED': 'kde-frameworks/kded', - 'KDEExperimentalPurpose': 'dev-libs/purpose', + 'KDEExperimentalPurpose': 'kde-frameworks/purpose', 'KF5Akonadi': 'kde-apps/akonadi', 'KF5AkonadiMime': 'kde-apps/akonadi-mime', 'KF5Attica': 'kde-frameworks/attica', @@ -105,7 +105,7 @@ PACKAGE_MAP = { 'KF5GlobalAccel': 'kde-frameworks/kglobalaccel', 'KF5GuiAddons': 'kde-frameworks/kguiaddons', 'KF5KHtml': 'kde-frameworks/khtml', - 'KF5Holidays': 'kde-apps/kholidays', + 'KF5Holidays': 'kde-frameworks/kholidays', 'KF5I18n': 'kde-frameworks/ki18n', 'KF5IconThemes': 'kde-frameworks/kiconthemes', 'KF5IdleTime': 'kde-frameworks/kidletime', @@ -132,6 +132,7 @@ PACKAGE_MAP = { 'KF5Plotting': 'kde-frameworks/kplotting', 'KF5Prison': 'kde-frameworks/prison', 'KF5Pty': 'kde-frameworks/kpty', + 'KF5Purpose': 'kde-frameworks/purpose', 'KF5Kross': 'kde-frameworks/kross', 'KF5Runner': 'kde-frameworks/krunner', 'KF5Service': 'kde-frameworks/kservice',