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 9175A1381F3 for ; Mon, 13 May 2013 09:55:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1DCA5E0AAE; Mon, 13 May 2013 09:55:39 +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 A2906E0AAE for ; Mon, 13 May 2013 09:55:38 +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 BC4B733DF48 for ; Mon, 13 May 2013 09:55:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 27695E5308 for ; Mon, 13 May 2013 09:55:36 +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: <1368438836.d43cb5e8f6974c95a4cd44804519a1a9bee99a22.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: d43cb5e8f6974c95a4cd44804519a1a9bee99a22 X-VCS-Branch: master Date: Mon, 13 May 2013 09:55:36 +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: b1b14926-58cd-4793-992d-085e6eb13a79 X-Archives-Hash: c96e4a37414e4ca8688311b87456fe3b commit: d43cb5e8f6974c95a4cd44804519a1a9bee99a22 Author: Michael Palimaka gentoo org> AuthorDate: Mon May 13 09:53:56 2013 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon May 13 09:53:56 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=d43cb5e8 [eclass] kdegames repo has been split. --- eclass/kde4-meta.eclass | 17 ++--------------- 1 files changed, 2 insertions(+), 15 deletions(-) diff --git a/eclass/kde4-meta.eclass b/eclass/kde4-meta.eclass index 7fd5e77..e9f6636 100644 --- a/eclass/kde4-meta.eclass +++ b/eclass/kde4-meta.eclass @@ -35,11 +35,6 @@ case ${KMNAME} in ;; esac ;; - kdegames) - if [[ ${PN} != libkdegames ]]; then - COMMONDEPEND+=" $(add_kdebase_dep libkdegames)" - fi - ;; esac DEPEND+=" ${COMMONDEPEND}" @@ -296,13 +291,6 @@ kde4-meta_create_extractlists() { startkde.cmake KDE4WorkspaceConfig.cmake.in" ;; - kdegames) - if [[ ${PN} != libkdegames ]]; then - KMEXTRACTONLY+=" - libkdegames/" - KMLOADLIBS="${KMLOADLIBS} libkdegames" - fi - ;; kdepim) if [[ ${PN} != libkdepim ]]; then KMEXTRACTONLY+=" @@ -327,10 +315,9 @@ kde4-meta_create_extractlists() { # it may be possible to formulate this shorter, but it should also # still be understandable... if [[ ${KMNAME} != kdegraphics || ( ( $(get_kde_version) != 4.6 || ${PV} < 4.6.2 ) && $(get_kde_version) < 4.7 ) ]] \ - && ! [[ ${KMNAME} == kdeedu && ( ${PV} == 4.6.4 || ${PV} == 4.6.5 ) ]] \ - && ! [[ ${KMNAME} == kdegames && ${PV} > 4.9.0 ]]; then + && ! [[ ${KMNAME} == kdeedu && ( ${PV} == 4.6.4 || ${PV} == 4.6.5 ) ]]; then case ${KMNAME} in - kdebase-runtime|kde-runtime|kde-workspace|kdeedu|kdegames|kdegraphics) + kdebase-runtime|kde-runtime|kde-workspace|kdeedu|kdegraphics) KMEXTRACTONLY+=" cmake/modules/" ;;