From: "Chris Reffett" <creffett@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: dev-util/kdevelop/files/, dev-util/kdevelop/
Date: Fri, 27 Dec 2013 16:19:12 +0000 (UTC) [thread overview]
Message-ID: <1388157637.d5e16e90c83bdafb4ffa72a749887b1a99ce349a.creffett@gentoo> (raw)
commit: d5e16e90c83bdafb4ffa72a749887b1a99ce349a
Author: Chris Reffett <creffett <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 27 15:20:37 2013 +0000
Commit: Chris Reffett <creffett <AT> gentoo <DOT> org>
CommitDate: Fri Dec 27 15:20:37 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=d5e16e90
[dev-util/kdevelop] Bump to 4.6.0
Package-Manager: portage-2.2.7
---
...kdevelop-4.5.2-kdevplatform-without-qjson.patch | 32 +++++++++++++
dev-util/kdevelop/kdevelop-4.6.0.ebuild | 52 ++++++++++++++++++++++
dev-util/kdevelop/metadata.xml | 1 +
3 files changed, 85 insertions(+)
diff --git a/dev-util/kdevelop/files/kdevelop-4.5.2-kdevplatform-without-qjson.patch b/dev-util/kdevelop/files/kdevelop-4.5.2-kdevplatform-without-qjson.patch
new file mode 100644
index 0000000..b456236
--- /dev/null
+++ b/dev-util/kdevelop/files/kdevelop-4.5.2-kdevplatform-without-qjson.patch
@@ -0,0 +1,32 @@
+commit fb4234cd72ceebb200bef13234ea9c36c9a62046
+Author: Kevin Funk <kevin@kfunk.org>
+Date: Sun Nov 3 22:09:56 2013 +0100
+
+ Check if kdevplatform has JSON support
+
+ BUG: 327095
+
+diff --git a/languages/cpp/tests/CMakeLists.txt b/languages/cpp/tests/CMakeLists.txt
+index 84ce3ee..fbdd4db 100644
+--- a/languages/cpp/tests/CMakeLists.txt
++++ b/languages/cpp/tests/CMakeLists.txt
+@@ -55,7 +55,9 @@ target_link_libraries(buddiestest
+ ########### next target ###############
+
+ find_package(QJSON)
+-if(QJSON_FOUND)
++# Also check that kdevplatform is built with JSON support
++# see: https://bugs.kde.org/show_bug.cgi?id=327095
++if(QJSON_FOUND AND KDEVPLATFORM_JSONTESTS_LIBRARIES)
+ set(cppfilestest_SRCS test_cppfiles.cpp)
+ kde4_add_unit_test(cppfilestest ${cppfilestest_SRCS})
+ configure_file("testfilepaths.h.cmake" "testfilepaths.h" ESCAPE_QUOTES)
+@@ -67,7 +69,7 @@ if(QJSON_FOUND)
+ ${KDEVPLATFORM_JSONTESTS_LIBRARIES}
+ kdev4cppduchain
+ )
+-endif(QJSON_FOUND)
++endif()
+
+ ########### next target ###############
+
diff --git a/dev-util/kdevelop/kdevelop-4.6.0.ebuild b/dev-util/kdevelop/kdevelop-4.6.0.ebuild
new file mode 100644
index 0000000..1841d14
--- /dev/null
+++ b/dev-util/kdevelop/kdevelop-4.6.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_LINGUAS="bs ca ca@valencia da de el en_GB es et fi fr gl hu it kk nb nds nl
+pl pt pt_BR ru sk sl sv th tr uk zh_CN zh_TW"
+VIRTUALX_REQUIRED=test
+inherit kde4-base
+
+DESCRIPTION="Integrated Development Environment for Unix, supporting KDE/Qt, C/C++ and many other languages."
+LICENSE="GPL-2 LGPL-2"
+IUSE="+cmake +cxx debug okteta qthelp reviewboard"
+SRC_URI="mirror://kde/stable/kdevelop/${KDEVELOP_VERSION}/src/${P}.tar.xz"
+
+if [[ $PV == *9999* ]]; then
+ KEYWORDS=""
+else
+ KEYWORDS="~amd64 ~ppc ~x86"
+fi
+
+DEPEND="
+ >=dev-util/kdevplatform-${KDEVPLATFORM_VERSION}[reviewboard?]
+ $(add_kdebase_dep ksysguard)
+ $(add_kdebase_dep libkworkspace)
+ okteta? ( $(add_kdebase_dep okteta) )
+ qthelp? ( dev-qt/qthelp:4 )
+ reviewboard? ( dev-libs/qjson )
+"
+RDEPEND="${DEPEND}
+ $(add_kdebase_dep kapptemplate)
+ dev-qt/qtdeclarative:4[webkit]
+ cxx? ( >=sys-devel/gdb-7.0[python] )
+"
+RESTRICT="test"
+# see bug 366471
+
+src_configure() {
+ mycmakeargs=(
+ $(cmake-utils_use_build cmake)
+ $(cmake-utils_use_build cmake cmakebuilder)
+ $(cmake-utils_use_build cxx cpp)
+ $(cmake-utils_use_with okteta LibKasten)
+ $(cmake-utils_use_with okteta LibOkteta)
+ $(cmake-utils_use_with okteta LibOktetaKasten)
+ $(cmake-utils_use_build qthelp)
+ $(cmake-utils_use_find_package reviewboard QJSON)
+ )
+
+ kde4-base_src_configure
+}
diff --git a/dev-util/kdevelop/metadata.xml b/dev-util/kdevelop/metadata.xml
index d2b28f6..2316b9a 100644
--- a/dev-util/kdevelop/metadata.xml
+++ b/dev-util/kdevelop/metadata.xml
@@ -6,5 +6,6 @@
<flag name="cmake">Enable support for CMake build system</flag>
<flag name="okteta">Enable hex editor plugin</flag>
<flag name="qthelp">Enable support for QtHelp documentation browsing</flag>
+ <flag name="reviewboard">Enable reviewboard support</flag>
</use>
</pkgmetadata>
next reply other threads:[~2013-12-27 16:19 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-27 16:19 Chris Reffett [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-03-12 13:06 [gentoo-commits] proj/kde:master commit in: dev-util/kdevelop/files/, dev-util/kdevelop/ Johannes Huber
2015-07-16 18:38 Johannes Huber
2016-08-31 14:30 Michael Palimaka
2016-10-30 18:03 Johannes Huber
2023-03-29 13:32 Sam James
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1388157637.d5e16e90c83bdafb4ffa72a749887b1a99ce349a.creffett@gentoo \
--to=creffett@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox