public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: dev-util/kdevplatform/, dev-util/kdevelop/
@ 2011-04-10 11:29 Tomas Chvatal
  0 siblings, 0 replies; 2+ messages in thread
From: Tomas Chvatal @ 2011-04-10 11:29 UTC (permalink / raw
  To: gentoo-commits

commit:     692b4d253b9203b8b9b2ffeeba403f09a92957f6
Author:     Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 10 11:28:21 2011 +0000
Commit:     Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
CommitDate: Sun Apr 10 11:29:24 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=692b4d25

[kdevelop/kdevplatform] sync with main tree.

---
 dev-util/kdevelop/kdevelop-9999.ebuild         |    9 ++++++---
 dev-util/kdevplatform/kdevplatform-9999.ebuild |    7 ++++++-
 2 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/dev-util/kdevelop/kdevelop-9999.ebuild b/dev-util/kdevelop/kdevelop-9999.ebuild
index f10390e..bd05d08 100644
--- a/dev-util/kdevelop/kdevelop-9999.ebuild
+++ b/dev-util/kdevelop/kdevelop-9999.ebuild
@@ -1,10 +1,11 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop/kdevelop-4.2.0.ebuild,v 1.2 2011/03/26 00:43:27 dilfridge Exp $
 
-EAPI=3
+EAPI=4
 
-KDE_SCM="git"
+KDE_LINGUAS="ca ca@valencia da de en_GB es et fi gl it nds nl pt pt_BR sl sv th 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."
@@ -14,6 +15,7 @@ LICENSE="GPL-2 LGPL-2"
 IUSE="+cmake +cxx debug okteta +qmake qthelp"
 
 DEPEND="
+	dev-util/kdevplatform[subversion]
 	$(add_kdebase_dep ksysguard)
 	$(add_kdebase_dep libkworkspace)
 	okteta? ( $(add_kdebase_dep okteta) )
@@ -23,6 +25,7 @@ RDEPEND="${DEPEND}
 	$(add_kdebase_dep kapptemplate)
 	cxx? ( >=sys-devel/gdb-7.0[python] )
 "
+# see bug 347547 about the kdevplatform[subversion] dependency
 
 src_prepare() {
 	kde4-base_src_prepare

diff --git a/dev-util/kdevplatform/kdevplatform-9999.ebuild b/dev-util/kdevplatform/kdevplatform-9999.ebuild
index 0841753..55bdfcf 100644
--- a/dev-util/kdevplatform/kdevplatform-9999.ebuild
+++ b/dev-util/kdevplatform/kdevplatform-9999.ebuild
@@ -2,12 +2,14 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=3
+EAPI=4
 
 KMNAME="kdevelop"
 KDE_SCM="git"
 EGIT_REPONAME="${PN}"
 KDE_MINIMAL="4.6"
+VIRTUALX_REQUIRED=test
+KDE_LINGUAS="ca ca@valencia da de en_GB es et fi gl it nds nl pt pt_BR sl sv th uk zh_CN zh_TW"
 inherit kde4-base
 
 DESCRIPTION="KDE development support libraries and apps"
@@ -36,6 +38,9 @@ RDEPEND="${DEPEND}
 	git? ( dev-vcs/git )
 "
 
+# Quite few fails and upstream is aware
+RESTRICT="test"
+
 src_prepare() {
 	kde4-base_src_prepare
 



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/kde:master commit in: dev-util/kdevplatform/, dev-util/kdevelop/
@ 2013-04-29 15:50 David Heidelberger
  0 siblings, 0 replies; 2+ messages in thread
From: David Heidelberger @ 2013-04-29 15:50 UTC (permalink / raw
  To: gentoo-commits

commit:     e7556c580d36cf9c5301bae880b5111360f8ed40
Author:     David Heidelberger <david.heidelberger <AT> ixit <DOT> cz>
AuthorDate: Mon Apr 29 15:48:58 2013 +0000
Commit:     David Heidelberger <d.okias <AT> gmail <DOT> com>
CommitDate: Mon Apr 29 15:48:58 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e7556c58

[dev-util/kdevelop] bump 4.5.0, [dev-util/kdevplatform] bump 1.5.0

---
 dev-util/kdevelop/kdevelop-4.5.0.ebuild         |   49 ++++++++++++++++++++++
 dev-util/kdevplatform/kdevplatform-1.5.0.ebuild |   51 +++++++++++++++++++++++
 2 files changed, 100 insertions(+), 0 deletions(-)

diff --git a/dev-util/kdevelop/kdevelop-4.5.0.ebuild b/dev-util/kdevelop/kdevelop-4.5.0.ebuild
new file mode 100644
index 0000000..32ce0e7
--- /dev/null
+++ b/dev-util/kdevelop/kdevelop-4.5.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_LINGUAS="bs ca ca@valencia da de el en_GB es et fi fr gl it nb nds nl pl pt
+pt_BR ru sl sv th 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"
+
+if [[ $PV == *9999* ]]; then
+	KEYWORDS=""
+else
+	KEYWORDS="~amd64 ~ppc ~x86"
+fi
+
+DEPEND="
+	$(add_kdebase_dep ksysguard)
+	$(add_kdebase_dep libkworkspace)
+	okteta? ( $(add_kdebase_dep okteta) )
+	qthelp? ( dev-qt/qthelp:4 )
+"
+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)
+	)
+
+	kde4-base_src_configure
+}

diff --git a/dev-util/kdevplatform/kdevplatform-1.5.0.ebuild b/dev-util/kdevplatform/kdevplatform-1.5.0.ebuild
new file mode 100644
index 0000000..62c55f3
--- /dev/null
+++ b/dev-util/kdevplatform/kdevplatform-1.5.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KMNAME="kdevelop"
+KDE_MINIMAL="4.7"
+KDE_LINGUAS="bs ca ca@valencia da de el en_GB es et fi fr gl it nb nds nl pl pt
+pt_BR sl sv th uk zh_CN zh_TW"
+VIRTUALDBUS_TEST="true"
+VIRTUALX_REQUIRED="test"
+EGIT_REPONAME="${PN}"
+
+inherit kde4-base
+
+DESCRIPTION="KDE development support libraries and apps"
+LICENSE="GPL-2 LGPL-2"
+IUSE="cvs debug reviewboard subversion"
+
+if [[ $PV == *9999 ]]; then
+	KEYWORDS=""
+else
+	KEYWORDS="~amd64 ~ppc ~x86"
+fi
+
+DEPEND="
+	dev-libs/boost:=
+	dev-libs/grantlee
+	reviewboard? ( dev-libs/qjson )
+	subversion? (
+		dev-libs/apr
+		dev-libs/apr-util
+		dev-vcs/subversion
+	)
+"
+RDEPEND="${DEPEND}
+	!<dev-util/kdevelop-${KDEVELOP_VERSION}:4
+	$(add_kdebase_dep konsole)
+	cvs? ( dev-vcs/cvs )
+"
+
+src_configure() {
+	mycmakeargs=(
+		$(cmake-utils_use_build cvs)
+		$(cmake-utils_use_build reviewboard)
+		$(cmake-utils_use_build subversion)
+	)
+
+	kde4-base_src_configure
+}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-04-29 15:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-10 11:29 [gentoo-commits] proj/kde:master commit in: dev-util/kdevplatform/, dev-util/kdevelop/ Tomas Chvatal
  -- strict thread matches above, loose matches on Subject: below --
2013-04-29 15:50 David Heidelberger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox