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 A01791381F3 for ; Mon, 13 May 2013 11:27:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84AA1E0AC2; Mon, 13 May 2013 11:27:42 +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 F3EB8E0AC3 for ; Mon, 13 May 2013 11:27:41 +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 18EAD33DF02 for ; Mon, 13 May 2013 11:27:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A2406E5308 for ; Mon, 13 May 2013 11:27:39 +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: <1368444366.e10323a68472e06bd3589a1e332febfabc297235.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/kde4-meta.eclass X-VCS-Directories: eclass/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: e10323a68472e06bd3589a1e332febfabc297235 X-VCS-Branch: master Date: Mon, 13 May 2013 11:27:39 +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: 07fed6e0-2617-46bc-92b6-d8ed4f20bafc X-Archives-Hash: 068774aee2251da22a0fcd7a4e244827 commit: e10323a68472e06bd3589a1e332febfabc297235 Author: Michael Palimaka gentoo org> AuthorDate: Mon May 13 11:26:06 2013 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon May 13 11:26:06 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e10323a6 [eclass] Remove unused KMNAMEs. --- eclass/kde4-meta.eclass | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/eclass/kde4-meta.eclass b/eclass/kde4-meta.eclass index fa89a74..ba1207a 100644 --- a/eclass/kde4-meta.eclass +++ b/eclass/kde4-meta.eclass @@ -24,7 +24,7 @@ EXPORT_FUNCTIONS ${KDEMETA_EXPF} # Add dependencies that all packages in a certain module share. case ${KMNAME} in - kdebase|kde-baseapps|kdebase-runtime|kde-runtime|kdegraphics) + kde-baseapps|kde-runtime) COMMONDEPEND+=" >=media-libs/qimageblitz-0.0.4" ;; kdepim|kdepim-runtime) @@ -271,13 +271,13 @@ kde4-meta_create_extractlists() { # Note that this actually doesn't include KMEXTRA handling. # In those cases you should care to add the relevant files to KMEXTRACTONLY case ${KMNAME} in - kdebase | kde-baseapps) + kde-baseapps) KMEXTRACTONLY+=" CTestConfig.cmake config-apps.h.cmake ConfigureChecks.cmake" ;; - kdebase-runtime | kde-runtime) + kde-runtime) KMEXTRACTONLY+=" CTestConfig.cmake config-runtime.h.cmake" @@ -500,7 +500,7 @@ kde4-meta_change_cmakelists() { "${S}"/CMakeLists.txt || die "${LINENO}: sed died removing kde-workspace opengl dependency" fi ;; - kdebase-runtime | kde-runtime) + kde-runtime) # COLLISION PROTECT section # Only install the kde4 script as part of kde-base/kdebase-data if [[ ${PN} != kdebase-data && -f CMakeLists.txt ]]; then