Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: dev-util/kdevelop/
Date: Fri, 30 May 2014 07:01:00
Message-Id: 1401433245.f3047dc485fe2fbee8013adb5b5a7b61a5ea9e87.johu@gentoo
1 commit: f3047dc485fe2fbee8013adb5b5a7b61a5ea9e87
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 30 07:00:45 2014 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Fri May 30 07:00:45 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f3047dc4
7
8 [dev-util/kdevelop] Drop dev-util/kdevplatform from DEPEND
9
10 Handled by eclass.
11
12 Package-Manager: portage-2.2.10
13
14 ---
15 dev-util/kdevelop/kdevelop-4.9999.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-util/kdevelop/kdevelop-4.9999.ebuild b/dev-util/kdevelop/kdevelop-4.9999.ebuild
19 index 0ae1c83..fc16557 100644
20 --- a/dev-util/kdevelop/kdevelop-4.9999.ebuild
21 +++ b/dev-util/kdevelop/kdevelop-4.9999.ebuild
22 @@ -7,9 +7,10 @@ EAPI=5
23 KDE_LINGUAS="bs ca ca@valencia da de el en_GB es et fi fr gl hu it kk nb nds nl
24 pl pt pt_BR ru sk sl sv th uk zh_CN zh_TW"
25 VIRTUALX_REQUIRED=test
26 +KDEBASE="${PN}"
27 inherit kde4-base
28
29 -DESCRIPTION="Integrated Development Environment for Unix, supporting KDE/Qt, C/C++ and many other languages."
30 +DESCRIPTION="Integrated Development Environment for Unix, supporting KDE/Qt, C/C++ and many other languages"
31 LICENSE="GPL-2 LGPL-2"
32 IUSE="+cmake +cxx debug okteta qthelp"
33
34 @@ -21,7 +22,6 @@ fi
35
36 DEPEND="
37 dev-libs/qjson
38 - >=dev-util/kdevplatform-${KDEVPLATFORM_VERSION}
39 $(add_kdebase_dep ksysguard)
40 $(add_kdebase_dep libkworkspace)
41 okteta? ( $(add_kdebase_dep okteta) )