summaryrefslogtreecommitdiff
path: root/dev-util/kdevplatform
diff options
context:
space:
mode:
authorIan Delaney <idell5@iinet.com.au>2012-02-18 00:49:48 +0800
committerIan Delaney <idell5@iinet.com.au>2012-02-18 00:49:48 +0800
commit6986986fdc3c27f76e9461ccf9ab2f507c4c3f26 (patch)
tree9b9fcccad6207f0024e8c947b8b9c9163c566ea1 /dev-util/kdevplatform
parent74f32f3ac28d0a16ff28e31336155cbd5c5155b1 (diff)
downloadkde-6986986fdc3c27f76e9461ccf9ab2f507c4c3f26.tar.gz
kde-6986986fdc3c27f76e9461ccf9ab2f507c4c3f26.tar.bz2
kde-6986986fdc3c27f76e9461ccf9ab2f507c4c3f26.zip
[dev-util/kdevelop] removal of kdevelop beta1 (.81) ebuilds
Diffstat (limited to 'dev-util/kdevplatform')
-rw-r--r--dev-util/kdevplatform/kdevplatform-1.2.81.ebuild76
1 files changed, 0 insertions, 76 deletions
diff --git a/dev-util/kdevplatform/kdevplatform-1.2.81.ebuild b/dev-util/kdevplatform/kdevplatform-1.2.81.ebuild
deleted file mode 100644
index 05fab93fde0..00000000000
--- a/dev-util/kdevplatform/kdevplatform-1.2.81.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevplatform/kdevplatform-1.2.81.ebuild,v 1.1 2012/02/11 15:04:07
-
-EAPI=4
-
-KMNAME="kdevelop"
-KDE_SCM="git"
-EGIT_REPONAME="${PN}"
-KDE_MINIMAL="4.7"
-VIRTUALX_REQUIRED=test
-KDE_LINGUAS="ca ca@valencia da de en_GB es et fr it nb nds nl pt pt_BR ru sl sv th uk zh_CN zh_TW"
-
-if [[ $PV == *9999 ]]; then
- KEYWORDS=""
-else
- KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-fi
-
-inherit kde4-base
-
-DESCRIPTION="KDE development support libraries and apps"
-
-# 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
- $(add_kdebase_dep konsole)
- cvs? ( dev-vcs/cvs )
- git? ( dev-vcs/git )
-"
-#!dev-util/kdevelop-git
-# Quite few fails and upstream is aware
-RESTRICT="test"
-
-PATCHES=(
- "${FILESDIR}/${P}"-svn17-[12].patch
-)
-
-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
-}