From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1S77cm-0001G9-Pt for garchives@archives.gentoo.org; Mon, 12 Mar 2012 15:57:29 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6BA0E0955; Mon, 12 Mar 2012 15:57:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 97C33E0944 for ; Mon, 12 Mar 2012 15:57:21 +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 0C2431B4072 for ; Mon, 12 Mar 2012 15:57:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id ED911E5434 for ; Mon, 12 Mar 2012 15:57:18 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1331567500.82924530557ff56aec503ba1f4cb4fa1b636c03b.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-util/kdevelop/ X-VCS-Repository: proj/kde X-VCS-Files: dev-util/kdevelop/kdevelop-4.2.90.ebuild X-VCS-Directories: dev-util/kdevelop/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 82924530557ff56aec503ba1f4cb4fa1b636c03b X-VCS-Branch: master Date: Mon, 12 Mar 2012 15:57:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: f80392aa-27a1-4c86-a3d1-4111c8c45035 X-Archives-Hash: 3f5b2a7569e22e7b8f82fc6c4e1dae8e commit: 82924530557ff56aec503ba1f4cb4fa1b636c03b Author: Johannes Huber gentoo org> AuthorDate: Mon Mar 12 15:51:40 2012 +0000 Commit: Johannes Huber gentoo org> CommitDate: Mon Mar 12 15:51:40 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D82924530 [dev-util/kdevelop] Remove, newer version in tree. (Portage version: 2.2.0_alpha90/git/Linux i686, unsigned Manifest commit) --- dev-util/kdevelop/kdevelop-4.2.90.ebuild | 49 ------------------------= ------ 1 files changed, 0 insertions(+), 49 deletions(-) diff --git a/dev-util/kdevelop/kdevelop-4.2.90.ebuild b/dev-util/kdevelop= /kdevelop-4.2.90.ebuild deleted file mode 100644 index 5e2c856..0000000 --- a/dev-util/kdevelop/kdevelop-4.2.90.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3D4 - -KDE_LINGUAS=3D"bs ca ca@valencia da de el en_GB es et fi fr it nb nds nl= pl pt -pt_BR ru sl sv th uk zh_CN zh_TW" -VIRTUALX_REQUIRED=3Dtest -KDE_SCM=3D"git" - -inherit kde4-base - -DESCRIPTION=3D"Integrated Development Environment for Unix, supporting K= DE/Qt, C/C++ and many other languages." -LICENSE=3D"GPL-2 LGPL-2" -IUSE=3D"+cmake +cxx debug okteta qthelp" - -if [[ $PV =3D=3D *9999* ]]; then - KEYWORDS=3D"" -else - KEYWORDS=3D"~amd64 ~ppc ~ppc64 ~x86" -fi - -DEPEND=3D" - $(add_kdebase_dep ksysguard) - $(add_kdebase_dep libkworkspace) - okteta? ( $(add_kdebase_dep okteta) ) - qthelp? ( >=3Dx11-libs/qt-assistant-4.4:4 ) -" -RDEPEND=3D"${DEPEND} - $(add_kdebase_dep kapptemplate) - cxx? ( >=3Dsys-devel/gdb-7.0[python] ) -" -RESTRICT=3D"test" -# see bug 366471 - -src_configure() { - mycmakeargs=3D( - $(cmake-utils_use_build cmake) - $(cmake-utils_use_build cmake cmakebuilder) - $(cmake-utils_use_build cxx cpp) - $(cmake-utils_use_with okteta LibKasten) - $(cmake-utils_use_with okteta LibOkteta) - $(cmake-utils_use_with okteta LibOktetaKasten) - $(cmake-utils_use_build qthelp) - ) - - kde4-base_src_configure -}