# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/kdevplatform/kdevplatform-0.9.99.ebuild,v 1.2 2010/03/17 17:07:35 sping Exp $ EAPI="2" KMNAME="extragear/sdk" inherit kde4-base if [[ ${PV} == *9999* ]]; then KDEVELOP_PV="9999" else inherit versionator KDEVELOP_PV="$(($(get_major_version)+3)).$(get_after_major_version)" fi DESCRIPTION="KDE development support libraries and apps" HOMEPAGE="http://www.kdevelop.org/" [[ ${PV} != *9999* ]] && SRC_URI="mirror://kde/unstable/kdevelop/${KDEVELOP_PV}/src/${P}.tar.bz2" LICENSE="GPL-2 LGPL-2" KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" SLOT="4" # Moved to playground for now # bazaar git kompare mercurial IUSE="cvs debug subversion" # Moved to playground for now # bazaar? ( dev-vcs/bzr ) # kompare? ( >=kde-base/kompare-${KDE_MINIMAL} ) # mercurial? ( dev-vcs/mercurial ) # git? ( dev-vcs/git ) # block - some plugins moved to kdevplatform from kdevelop DEPEND=" dev-libs/boost cvs? ( dev-util/cvs ) subversion? ( >=dev-util/subversion-1.3 ) " RDEPEND="${DEPEND} !