From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 840441381FA for ; Fri, 30 May 2014 06:23:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D8F9E07D2; Fri, 30 May 2014 06:22:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 97C1CE09ED for ; Fri, 30 May 2014 06:22:56 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A702B33FDA9 for ; Fri, 30 May 2014 06:22:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 5301F181A9 for ; Fri, 30 May 2014 06:22:54 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1401430705.740486c3c67fb3f2de45b9a8a7995b41cd311888.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-util/kdevelop-clang/ X-VCS-Repository: proj/kde X-VCS-Files: dev-util/kdevelop-clang/kdevelop-clang-4.9999.ebuild X-VCS-Directories: dev-util/kdevelop-clang/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 740486c3c67fb3f2de45b9a8a7995b41cd311888 X-VCS-Branch: master Date: Fri, 30 May 2014 06:22:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 80d4e5c2-951f-44c3-b20e-4c9f4260154d X-Archives-Hash: 18f0f3ad082911311a6a687eda7b251f commit: 740486c3c67fb3f2de45b9a8a7995b41cd311888 Author: Johannes Huber gentoo org> AuthorDate: Fri May 30 06:18:25 2014 +0000 Commit: Johannes Huber gentoo org> CommitDate: Fri May 30 06:18:25 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=740486c3 [dev-util/kdevelop-clang] QA issues * use kde4-base eclass, reduces duplicated code * remove SLOT, moves to 4 * shorten DESCRIPTION * add debug USE flag * fix dependencies: sort + require at least llvm-3.4 Package-Manager: portage-2.2.10 --- dev-util/kdevelop-clang/kdevelop-clang-4.9999.ebuild | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/dev-util/kdevelop-clang/kdevelop-clang-4.9999.ebuild b/dev-util/kdevelop-clang/kdevelop-clang-4.9999.ebuild index d857cd3..3de79b5 100644 --- a/dev-util/kdevelop-clang/kdevelop-clang-4.9999.ebuild +++ b/dev-util/kdevelop-clang/kdevelop-clang-4.9999.ebuild @@ -4,22 +4,19 @@ EAPI=5 -inherit cmake-utils git-r3 - -DESCRIPTION="Integrates Clang into KDevelop for C/C++/Objective-C language support." -HOMEPAGE="https://projects.kde.org/projects/playground/devtools/plugins/kdev-clang" -EGIT_REPO_URI="git://anongit.kde.org/kdev-clang" -SRC_URI="" +KDEBASE="kdevelop" +KMNAME="kdev-clang" +inherit kde4-base +DESCRIPTION="Clang plugin for KDevelop 4" LICENSE="GPL-2 LGPL-2" -SLOT="0" KEYWORDS="" -IUSE="" +IUSE="debug" DEPEND=" - sys-devel/llvm[clang] - >=dev-util/kdevelop-4.6.90[-cxx] - " + dev-util/kdevelop:4[-cxx] + >=sys-devel/llvm-3.4[clang] +" RDEPEND="${DEPEND}" pkg_postinst() {