summaryrefslogtreecommitdiff
path: root/dev-util/kdevelop/kdevelop-4.2.90.ebuild
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2012-02-27 16:21:33 +0100
committerTheo Chatzimichos <tampakrap@gentoo.org>2012-02-27 16:21:33 +0100
commit30711a8dbe1bd3a60817eaaeb9b8335637e8f9dc (patch)
tree2d4a283a810b89c3441a264f2cb4edd9f0d23e5a /dev-util/kdevelop/kdevelop-4.2.90.ebuild
parent3fa4c1a7c5abbac4b200ed951302a1ec6442e090 (diff)
downloadkde-30711a8dbe1bd3a60817eaaeb9b8335637e8f9dc.tar.gz
kde-30711a8dbe1bd3a60817eaaeb9b8335637e8f9dc.tar.bz2
kde-30711a8dbe1bd3a60817eaaeb9b8335637e8f9dc.zip
[dev-util/kdev*] Version bump to 4.2.90 aka RC1
Diffstat (limited to 'dev-util/kdevelop/kdevelop-4.2.90.ebuild')
-rw-r--r--dev-util/kdevelop/kdevelop-4.2.90.ebuild49
1 files changed, 49 insertions, 0 deletions
diff --git a/dev-util/kdevelop/kdevelop-4.2.90.ebuild b/dev-util/kdevelop/kdevelop-4.2.90.ebuild
new file mode 100644
index 00000000000..5e2c856f8a3
--- /dev/null
+++ b/dev-util/kdevelop/kdevelop-4.2.90.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_LINGUAS="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=test
+KDE_SCM="git"
+
+inherit kde4-base
+
+DESCRIPTION="Integrated Development Environment for Unix, supporting KDE/Qt, C/C++ and many other languages."
+LICENSE="GPL-2 LGPL-2"
+IUSE="+cmake +cxx debug okteta qthelp"
+
+if [[ $PV == *9999* ]]; then
+ KEYWORDS=""
+else
+ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+fi
+
+DEPEND="
+ $(add_kdebase_dep ksysguard)
+ $(add_kdebase_dep libkworkspace)
+ okteta? ( $(add_kdebase_dep okteta) )
+ qthelp? ( >=x11-libs/qt-assistant-4.4:4 )
+"
+RDEPEND="${DEPEND}
+ $(add_kdebase_dep kapptemplate)
+ cxx? ( >=sys-devel/gdb-7.0[python] )
+"
+RESTRICT="test"
+# see bug 366471
+
+src_configure() {
+ mycmakeargs=(
+ $(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
+}