summaryrefslogtreecommitdiff
path: root/dev-util/kdevplatform/kdevplatform-0.9.84.ebuild
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-01-15 00:19:00 +0300
committerAlexey Shvetsov <alexxy@gentoo.org>2009-01-15 00:19:00 +0300
commitca6a7fd09f33514f69b30987b5e68299dd7246df (patch)
treee23453962fb39fa128f855821a55636e826f8251 /dev-util/kdevplatform/kdevplatform-0.9.84.ebuild
parent7b5c380db83cf731a1eccfde1b073e30dedb3a2f (diff)
downloadkde-ca6a7fd09f33514f69b30987b5e68299dd7246df.tar.gz
kde-ca6a7fd09f33514f69b30987b5e68299dd7246df.tar.bz2
kde-ca6a7fd09f33514f69b30987b5e68299dd7246df.zip
Bump kdevplatform to 3.9.85
(Portage version: 2.2_rc22/git/Linux 2.6.28-gentoo x86_64) (Unsigned Manifest commit)
Diffstat (limited to 'dev-util/kdevplatform/kdevplatform-0.9.84.ebuild')
-rw-r--r--dev-util/kdevplatform/kdevplatform-0.9.84.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/dev-util/kdevplatform/kdevplatform-0.9.84.ebuild b/dev-util/kdevplatform/kdevplatform-0.9.84.ebuild
deleted file mode 100644
index 9601013cb37..00000000000
--- a/dev-util/kdevplatform/kdevplatform-0.9.84.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-inherit kde4-base
-
-DESCRIPTION="KDE development support libraries and apps"
-HOMEPAGE="http://www.kde.org/"
-SRC_URI="mirror://kde/unstable/kdevelop/3.9.84/src/${P}.tar.bz2"
-
-SLOT="1"
-KEYWORDS="~amd64 ~x86"
-IUSE="bazaar cvs debug git htmlhandbook mercurial subversion teamwork"
-LICENSE="GPL-2 LGPL-2"
-
-DEPEND="subversion? ( >=dev-util/subversion-1.3 )
- teamwork? ( >=dev-libs/boost-1.34.0 >=dev-cpp/commoncpp2-1.5.9 )"
-
-DEPEND="${DEPEND}
- bazaar? ( dev-util/bzr )
- cvs? ( dev-util/cvs )
- git? ( dev-util/git )
- mercurial? ( dev-util/mercurial )"
-
-src_configure() {
- mycmakeargs="${mycmakeargs}
- -DBUILD_bazaar=$(useq bazaar && echo ON || echo OFF)
- -DBUILD_cvs=$(useq cvs && echo ON || echo OFF)
- -DBUILD_git=$(useq git && echo ON || echo OFF)
- -DBUILD_mercurial=$(useq mercurial && echo ON || echo OFF)
- -DBUILD_subversion=$(useq subversion && echo ON || echo OFF)
- $(cmake-utils_use_with subversion SubversionLibrary)
- $(cmake-utils_use_with teamwork Boost)
- $(cmake-utils_use_with teamwork Commoncpp)"
- kde4-base_src_configure
-}