summaryrefslogtreecommitdiff
path: root/dev-util/kdevplatform/kdevplatform-1.2.82.ebuild
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-02-14 18:26:56 +0100
committerJohannes Huber <johu@gentoo.org>2012-02-14 18:26:56 +0100
commite52e7ba6709a1e20b9e81637d3435f805a2e804f (patch)
tree6c1af1557d89aada3a963dfd98438c2b134e79b5 /dev-util/kdevplatform/kdevplatform-1.2.82.ebuild
parent1e2e067e0b7a4f355cf887ad5b786e6e94023eac (diff)
downloadkde-e52e7ba6709a1e20b9e81637d3435f805a2e804f.tar.gz
kde-e52e7ba6709a1e20b9e81637d3435f805a2e804f.tar.bz2
kde-e52e7ba6709a1e20b9e81637d3435f805a2e804f.zip
[dev-util/kdevelop] Add kdevelop 4.3 beta2
(Portage version: 2.2.0_alpha85/git/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-util/kdevplatform/kdevplatform-1.2.82.ebuild')
-rw-r--r--dev-util/kdevplatform/kdevplatform-1.2.82.ebuild69
1 files changed, 69 insertions, 0 deletions
diff --git a/dev-util/kdevplatform/kdevplatform-1.2.82.ebuild b/dev-util/kdevplatform/kdevplatform-1.2.82.ebuild
new file mode 100644
index 00000000000..17d4d809542
--- /dev/null
+++ b/dev-util/kdevplatform/kdevplatform-1.2.82.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KMNAME="kdevelop"
+KDE_SCM="git"
+EGIT_REPONAME="${PN}"
+KDE_MINIMAL="4.7"
+VIRTUALX_REQUIRED=test
+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"
+inherit kde4-base
+
+DESCRIPTION="KDE development support libraries and apps"
+SRC_URI="mirror://kde/unstable/kdevelop/${KDEVELOP_VERSION}/src/${P}.tar.bz2"
+
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+# Moved to playground for now
+# bazaar kompare mercurial
+LICENSE="GPL-2 LGPL-2"
+IUSE="cvs debug git reviewboard subversion"
+
+# Moved to playground for now
+# bazaar? ( dev-vcs/bzr )
+# kompare? ( $(add_kdebase_dep kompare) )
+# mercurial? ( dev-vcs/mercurial )
+# block - some plugins moved to kdevplatform from kdevelop
+DEPEND="
+ dev-libs/boost
+ reviewboard? ( dev-libs/qjson )
+ subversion? ( dev-vcs/subversion )
+"
+RDEPEND="${DEPEND}
+ !<dev-util/kdevelop-${KDEVELOP_VERSION}:4
+ !dev-util/kdevelop-git
+ $(add_kdebase_dep konsole)
+ cvs? ( dev-vcs/cvs )
+ git? ( dev-vcs/git )
+"
+
+# Quite few fails and upstream is aware
+RESTRICT="test"
+
+src_prepare() {
+ kde4-base_src_prepare
+
+ # FindKDevPlatform.cmake is installed by kdelibs
+ sed -i \
+ -e '/cmakeFiles/s/^/#DONOTINSTALL/' \
+ cmake/modules/CMakeLists.txt || die
+}
+
+# Moved to playground for now
+# $(cmake-utils_use_build bazaar)
+# $(cmake-utils_use_with kompare)
+# $(cmake-utils_use_build mercurial)
+src_configure() {
+ mycmakeargs=(
+ $(cmake-utils_use_build cvs)
+ $(cmake-utils_use_build git)
+ $(cmake-utils_use_with reviewboard QJSON)
+ $(cmake-utils_use_build subversion)
+ $(cmake-utils_use_with subversion SubversionLibrary)
+ )
+
+ kde4-base_src_configure
+}