public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: dev-util/kdevplatform/, dev-util/kdevelop-php/, dev-util/kdevelop/, ...
Date: Tue, 11 Sep 2012 12:23:31 +0000 (UTC)	[thread overview]
Message-ID: <1347366192.f9178197c20afb16a35e1c90af3a4e06af10ace1.johu@gentoo> (raw)

commit:     f9178197c20afb16a35e1c90af3a4e06af10ace1
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 11 12:23:12 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Sep 11 12:23:12 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f9178197

[kdevelop] Version bump 4.4 rc1.

(Portage version: 2.2.0_alpha125/git/Linux x86_64, unsigned Manifest commit)

---
 ...9999.ebuild => kdevelop-php-docs-1.3.90.ebuild} |    4 +-
 .../kdevelop-php-docs-9999.ebuild                  |    4 +-
 dev-util/kdevelop-php/kdevelop-php-1.3.90.ebuild   |   35 ++++++++++++++
 dev-util/kdevelop/kdevelop-4.3.90.ebuild           |   48 ++++++++++++++++++++
 ...form-9999.ebuild => kdevplatform-1.3.90.ebuild} |    4 +-
 dev-util/kdevplatform/kdevplatform-9999.ebuild     |    4 +-
 6 files changed, 93 insertions(+), 6 deletions(-)

diff --git a/dev-util/kdevelop-php-docs/kdevelop-php-docs-9999.ebuild b/dev-util/kdevelop-php-docs/kdevelop-php-docs-1.3.90.ebuild
similarity index 79%
copy from dev-util/kdevelop-php-docs/kdevelop-php-docs-9999.ebuild
copy to dev-util/kdevelop-php-docs/kdevelop-php-docs-1.3.90.ebuild
index bc1a7f2..13d960b 100644
--- a/dev-util/kdevelop-php-docs/kdevelop-php-docs-9999.ebuild
+++ b/dev-util/kdevelop-php-docs/kdevelop-php-docs-1.3.90.ebuild
@@ -4,8 +4,8 @@
 
 EAPI=4
 
-KDE_LINGUAS="ca ca@valencia da de en_GB es et fi fr gl it nb nds nl pl pt pt_BR
-ru sk sv uk zh_CN zh_TW"
+KDE_LINGUAS="ca ca@valencia da de en_GB es et fi fr gl hu it nb nds nl pl pt
+pt_BR ru sk sv uk zh_CN zh_TW"
 KMNAME="kdevelop"
 EGIT_REPONAME="kdev-php-docs"
 

diff --git a/dev-util/kdevelop-php-docs/kdevelop-php-docs-9999.ebuild b/dev-util/kdevelop-php-docs/kdevelop-php-docs-9999.ebuild
index bc1a7f2..13d960b 100644
--- a/dev-util/kdevelop-php-docs/kdevelop-php-docs-9999.ebuild
+++ b/dev-util/kdevelop-php-docs/kdevelop-php-docs-9999.ebuild
@@ -4,8 +4,8 @@
 
 EAPI=4
 
-KDE_LINGUAS="ca ca@valencia da de en_GB es et fi fr gl it nb nds nl pl pt pt_BR
-ru sk sv uk zh_CN zh_TW"
+KDE_LINGUAS="ca ca@valencia da de en_GB es et fi fr gl hu it nb nds nl pl pt
+pt_BR ru sk sv uk zh_CN zh_TW"
 KMNAME="kdevelop"
 EGIT_REPONAME="kdev-php-docs"
 

diff --git a/dev-util/kdevelop-php/kdevelop-php-1.3.90.ebuild b/dev-util/kdevelop-php/kdevelop-php-1.3.90.ebuild
new file mode 100644
index 0000000..91bc477
--- /dev/null
+++ b/dev-util/kdevelop-php/kdevelop-php-1.3.90.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_LINGUAS="ca ca@valencia da de el en_GB es et fi fr gl it nb nds nl pl pt
+pt_BR sv th uk zh_CN zh_TW"
+VIRTUALX_REQUIRED=test
+KMNAME="kdevelop"
+EGIT_REPONAME="kdev-php"
+
+inherit kde4-base
+
+DESCRIPTION="PHP plugin for KDevelop 4"
+LICENSE="GPL-2 LGPL-2"
+IUSE="debug doc"
+
+if [[ $PV == *9999* ]]; then
+	KEYWORDS=""
+else
+	KEYWORDS="~amd64 ~x86"
+fi
+
+DEPEND="
+	>=dev-util/kdevelop-pg-qt-1.0.0
+"
+RDEPEND="
+	dev-util/kdevelop
+	doc? ( >=dev-util/kdevelop-php-docs-${PV}:${SLOT} )
+"
+# Bug 330051
+# RESTRICT="test"
+
+PATCHES=( "${FILESDIR}/${PN}"-1.2.0-{dbustests,parmake}.patch )

diff --git a/dev-util/kdevelop/kdevelop-4.3.90.ebuild b/dev-util/kdevelop/kdevelop-4.3.90.ebuild
new file mode 100644
index 0000000..7445343
--- /dev/null
+++ b/dev-util/kdevelop/kdevelop-4.3.90.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2012 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 ~ppc64 ~x86"
+fi
+
+DEPEND="
+	$(add_kdebase_dep ksysguard)
+	$(add_kdebase_dep libkworkspace)
+	okteta? ( $(add_kdebase_dep okteta) )
+	qthelp? ( >=x11-libs/qt-assistant-4.4:4 )
+"
+RDEPEND="${DEPEND}
+	$(add_kdebase_dep kapptemplate)
+	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-9999.ebuild b/dev-util/kdevplatform/kdevplatform-1.3.90.ebuild
similarity index 95%
copy from dev-util/kdevplatform/kdevplatform-9999.ebuild
copy to dev-util/kdevplatform/kdevplatform-1.3.90.ebuild
index 8ad10ff..1da1aae 100644
--- a/dev-util/kdevplatform/kdevplatform-9999.ebuild
+++ b/dev-util/kdevplatform/kdevplatform-1.3.90.ebuild
@@ -8,7 +8,7 @@ KMNAME="kdevelop"
 KDE_MINIMAL="4.7"
 VIRTUALX_REQUIRED=test
 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"
+pt_BR sl sv th uk zh_CN zh_TW"
 EGIT_REPONAME="${PN}"
 
 inherit kde4-base
@@ -32,6 +32,8 @@ DEPEND="
 "
 RDEPEND="${DEPEND}
 	!<dev-util/kdevelop-${KDEVELOP_VERSION}:4
+	dev-libs/apr
+	dev-libs/apr-util
 	$(add_kdebase_dep konsole)
 	cvs? ( dev-vcs/cvs )
 	git? ( dev-vcs/git )

diff --git a/dev-util/kdevplatform/kdevplatform-9999.ebuild b/dev-util/kdevplatform/kdevplatform-9999.ebuild
index 8ad10ff..1da1aae 100644
--- a/dev-util/kdevplatform/kdevplatform-9999.ebuild
+++ b/dev-util/kdevplatform/kdevplatform-9999.ebuild
@@ -8,7 +8,7 @@ KMNAME="kdevelop"
 KDE_MINIMAL="4.7"
 VIRTUALX_REQUIRED=test
 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"
+pt_BR sl sv th uk zh_CN zh_TW"
 EGIT_REPONAME="${PN}"
 
 inherit kde4-base
@@ -32,6 +32,8 @@ DEPEND="
 "
 RDEPEND="${DEPEND}
 	!<dev-util/kdevelop-${KDEVELOP_VERSION}:4
+	dev-libs/apr
+	dev-libs/apr-util
 	$(add_kdebase_dep konsole)
 	cvs? ( dev-vcs/cvs )
 	git? ( dev-vcs/git )


             reply	other threads:[~2012-09-11 12:23 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-11 12:23 Johannes Huber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-06-08  2:39 [gentoo-commits] proj/kde:master commit in: dev-util/kdevplatform/, dev-util/kdevelop-php/, dev-util/kdevelop/, Maciej Mrozowski
2012-10-30 16:49 Michael Palimaka
2012-02-18 15:09 Theo Chatzimichos
2012-02-17 16:56 Ian Delaney
2012-02-14 17:32 Johannes Huber
2012-02-14 17:32 Johannes Huber

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=1347366192.f9178197c20afb16a35e1c90af3a4e06af10ace1.johu@gentoo \
    --to=johu@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