public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-base/konsole/
@ 2011-02-07 22:23 Manuel Nickschas
  0 siblings, 0 replies; 13+ messages in thread
From: Manuel Nickschas @ 2011-02-07 22:23 UTC (permalink / raw
  To: gentoo-commits

commit:     8cdde282d35ca6636f4ba066dec8472f928e62dc
Author:     Manuel Nickschas <sputnick <AT> quassel-irc <DOT> org>
AuthorDate: Mon Feb  7 22:23:10 2011 +0000
Commit:     Manuel Nickschas <sputnick <AT> quassel-irc <DOT> org>
CommitDate: Mon Feb  7 22:23:10 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8cdde282

[konsole-9999] Migrated to git as standalone app

---
 kde-base/konsole/konsole-9999.ebuild |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/kde-base/konsole/konsole-9999.ebuild b/kde-base/konsole/konsole-9999.ebuild
index bd51afb..2991e70 100644
--- a/kde-base/konsole/konsole-9999.ebuild
+++ b/kde-base/konsole/konsole-9999.ebuild
@@ -5,8 +5,9 @@
 EAPI=3
 
 KDE_HANDBOOK="optional"
-KMNAME="kdebase-apps"
-inherit kde4-meta
+ESCM_REPONAME="konsole"
+KDE_SCM="git"
+inherit kde4-base
 
 DESCRIPTION="X terminal for use with KDE."
 KEYWORDS=""



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

* [gentoo-commits] proj/kde:master commit in: kde-base/konsole/
@ 2011-02-07 22:56 Manuel Nickschas
  0 siblings, 0 replies; 13+ messages in thread
From: Manuel Nickschas @ 2011-02-07 22:56 UTC (permalink / raw
  To: gentoo-commits

commit:     eab03eb43e43637d99f66ac963c755e725924566
Author:     Manuel Nickschas <sputnick <AT> quassel-irc <DOT> org>
AuthorDate: Mon Feb  7 22:54:33 2011 +0000
Commit:     Manuel Nickschas <sputnick <AT> quassel-irc <DOT> org>
CommitDate: Mon Feb  7 22:54:33 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=eab03eb4

[konsole-9999] Make kde4-base inherit depend on PV

---
 kde-base/konsole/konsole-9999.ebuild |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/kde-base/konsole/konsole-9999.ebuild b/kde-base/konsole/konsole-9999.ebuild
index 2991e70..68c513f 100644
--- a/kde-base/konsole/konsole-9999.ebuild
+++ b/kde-base/konsole/konsole-9999.ebuild
@@ -5,9 +5,15 @@
 EAPI=3
 
 KDE_HANDBOOK="optional"
+KMNAME="kdebase-apps"
 ESCM_REPONAME="konsole"
 KDE_SCM="git"
-inherit kde4-base
+
+if [[ ${PV} = 9999* ]]; then
+	inherit kde4-base
+else
+	inherit kde4-meta
+fi
 
 DESCRIPTION="X terminal for use with KDE."
 KEYWORDS=""



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

* [gentoo-commits] proj/kde:master commit in: kde-base/konsole/
@ 2011-03-01 11:24 Marc Schiffbauer
  0 siblings, 0 replies; 13+ messages in thread
From: Marc Schiffbauer @ 2011-03-01 11:24 UTC (permalink / raw
  To: gentoo-commits

commit:     2d9c21bbeb631a6ea90928957d3d37ffac53e3da
Author:     Marc Schiffbauer <marc <AT> schiffbauer <DOT> net>
AuthorDate: Tue Mar  1 11:23:05 2011 +0000
Commit:     Marc Schiffbauer <marc <AT> schiffbauer <DOT> net>
CommitDate: Tue Mar  1 11:23:05 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=2d9c21bb

[kde-base/konsole] fix + equalize live ebuilds

---
 kde-base/konsole/konsole-4.6.9999.ebuild |    9 ++++++++-
 kde-base/konsole/konsole-9999.ebuild     |    2 +-
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/kde-base/konsole/konsole-4.6.9999.ebuild b/kde-base/konsole/konsole-4.6.9999.ebuild
index bd51afb..1f12256 100644
--- a/kde-base/konsole/konsole-4.6.9999.ebuild
+++ b/kde-base/konsole/konsole-4.6.9999.ebuild
@@ -6,7 +6,14 @@ EAPI=3
 
 KDE_HANDBOOK="optional"
 KMNAME="kdebase-apps"
-inherit kde4-meta
+EGIT_REPONAME="konsole"
+KDE_SCM="git"
+
+if [[ ${PV} = *9999* ]]; then
+	inherit kde4-base
+else
+	inherit kde4-meta
+fi
 
 DESCRIPTION="X terminal for use with KDE."
 KEYWORDS=""

diff --git a/kde-base/konsole/konsole-9999.ebuild b/kde-base/konsole/konsole-9999.ebuild
index 9438618..1f12256 100644
--- a/kde-base/konsole/konsole-9999.ebuild
+++ b/kde-base/konsole/konsole-9999.ebuild
@@ -9,7 +9,7 @@ KMNAME="kdebase-apps"
 EGIT_REPONAME="konsole"
 KDE_SCM="git"
 
-if [[ ${PV} = 9999* ]]; then
+if [[ ${PV} = *9999* ]]; then
 	inherit kde4-base
 else
 	inherit kde4-meta



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

* [gentoo-commits] proj/kde:master commit in: kde-base/konsole/
@ 2011-03-27  0:46 Jonathan Callen
  0 siblings, 0 replies; 13+ messages in thread
From: Jonathan Callen @ 2011-03-27  0:46 UTC (permalink / raw
  To: gentoo-commits

commit:     82c7a6d6b64ad3c02cfffc76081edba28165860a
Author:     abcd <abcd <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 27 00:46:19 2011 +0000
Commit:     Jonathan Callen <abcd <AT> gentoo <DOT> org>
CommitDate: Sun Mar 27 00:46:19 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=82c7a6d6

[kde-base/konsole] Fix disabling of handbook

(Portage version: 2.2.0_alpha28_p8/git/Linux i686, RepoMan options: --force, signed Manifest commit with key 229E5838)

---
 kde-base/konsole/konsole-9999.ebuild |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/kde-base/konsole/konsole-9999.ebuild b/kde-base/konsole/konsole-9999.ebuild
index 1f12256..9e0c6dc 100644
--- a/kde-base/konsole/konsole-9999.ebuild
+++ b/kde-base/konsole/konsole-9999.ebuild
@@ -10,6 +10,7 @@ EGIT_REPONAME="konsole"
 KDE_SCM="git"
 
 if [[ ${PV} = *9999* ]]; then
+	KDE_DOC_DIRS="doc/manual"
 	inherit kde4-base
 else
 	inherit kde4-meta



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

* [gentoo-commits] proj/kde:master commit in: kde-base/konsole/
@ 2011-05-24 14:30 Jorge Manuel B. S. Vicetto
  0 siblings, 0 replies; 13+ messages in thread
From: Jorge Manuel B. S. Vicetto @ 2011-05-24 14:30 UTC (permalink / raw
  To: gentoo-commits

commit:     285ccef383e0b07f21bb98b6be937528dbd47702
Author:     Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
AuthorDate: Tue May 24 14:09:23 2011 +0000
Commit:     Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Tue May 24 14:22:48 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=285ccef3

[kde-base/konsole] 4.6.80 version bump.

(Portage version: 2.2.0_alpha34/git/Linux x86_64, signed Manifest commit with key BB0E6E98)

---
 kde-base/konsole/konsole-4.6.80.ebuild |   33 ++++++++++++++++++++++++++++++++
 1 files changed, 33 insertions(+), 0 deletions(-)

diff --git a/kde-base/konsole/konsole-4.6.80.ebuild b/kde-base/konsole/konsole-4.6.80.ebuild
new file mode 100644
index 0000000..893a5d7
--- /dev/null
+++ b/kde-base/konsole/konsole-4.6.80.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+
+KDE_HANDBOOK="optional"
+KDE_SCM="git"
+KDE_DOC_DIRS="doc/manual"
+
+inherit "kde4-base"
+
+DESCRIPTION="X terminal for use with KDE."
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+COMMONDEPEND="
+	!aqua? (
+		x11-libs/libX11
+		x11-libs/libXext
+		>=x11-libs/libxklavier-3.2
+		x11-libs/libXrender
+		x11-libs/libXtst
+	)
+"
+DEPEND="${COMMONDEPEND}
+	!aqua? (
+		x11-apps/bdftopcf
+		x11-proto/kbproto
+		x11-proto/renderproto
+	)
+"
+RDEPEND="${COMMONDEPEND}"



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

* [gentoo-commits] proj/kde:master commit in: kde-base/konsole/
@ 2011-07-08 17:10 Alexey Shvetsov
  0 siblings, 0 replies; 13+ messages in thread
From: Alexey Shvetsov @ 2011-07-08 17:10 UTC (permalink / raw
  To: gentoo-commits

commit:     3e9f04e7f7306056ac95c7f2f557ef5a92dfec6e
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  8 17:09:08 2011 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Fri Jul  8 17:09:08 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3e9f04e7

[konsole] now its a separate module for 4.7

---
 kde-base/konsole/konsole-4.6.95.ebuild      |   11 +++--------
 kde-base/konsole/konsole-4.7.49.9999.ebuild |   11 +++--------
 2 files changed, 6 insertions(+), 16 deletions(-)

diff --git a/kde-base/konsole/konsole-4.6.95.ebuild b/kde-base/konsole/konsole-4.6.95.ebuild
index 65a5ace..4ffe87c 100644
--- a/kde-base/konsole/konsole-4.6.95.ebuild
+++ b/kde-base/konsole/konsole-4.6.95.ebuild
@@ -7,14 +7,9 @@ EAPI=4
 KDE_HANDBOOK="optional"
 KDE_SCM="git"
 
-if [[ ${PV} = *9999 ]]; then
-	KDE_DOC_DIRS="doc/manual"
-	kde_eclass="kde4-base"
-else
-	KMNAME="kde-baseapps"
-	kde_eclass="kde4-meta"
-fi
-inherit ${kde_eclass}
+KDE_DOC_DIRS="doc/manual"
+
+inherit kde4-base
 
 DESCRIPTION="X terminal for use with KDE."
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"

diff --git a/kde-base/konsole/konsole-4.7.49.9999.ebuild b/kde-base/konsole/konsole-4.7.49.9999.ebuild
index 9395f59..8d040b9 100644
--- a/kde-base/konsole/konsole-4.7.49.9999.ebuild
+++ b/kde-base/konsole/konsole-4.7.49.9999.ebuild
@@ -7,14 +7,9 @@ EAPI=4
 KDE_HANDBOOK="optional"
 KDE_SCM="git"
 
-if [[ ${PV} = *9999 ]]; then
-	KDE_DOC_DIRS="doc/manual"
-	kde_eclass="kde4-base"
-else
-	KMNAME="kde-baseapps"
-	kde_eclass="kde4-meta"
-fi
-inherit ${kde_eclass}
+KDE_DOC_DIRS="doc/manual"
+
+inherit kde4-base
 
 DESCRIPTION="X terminal for use with KDE."
 KEYWORDS=""



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

* [gentoo-commits] proj/kde:master commit in: kde-base/konsole/
@ 2011-08-26  7:04 Patrick Lauer
  0 siblings, 0 replies; 13+ messages in thread
From: Patrick Lauer @ 2011-08-26  7:04 UTC (permalink / raw
  To: gentoo-commits

commit:     5f32cbed8d1b9c3d57be826264597a5b4624af59
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 26 07:04:42 2011 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Fri Aug 26 07:04:42 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=5f32cbed

Remove failing patch from konsole-9999

---
 kde-base/konsole/konsole-9999.ebuild |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/kde-base/konsole/konsole-9999.ebuild b/kde-base/konsole/konsole-9999.ebuild
index af47240..706636d 100644
--- a/kde-base/konsole/konsole-9999.ebuild
+++ b/kde-base/konsole/konsole-9999.ebuild
@@ -33,6 +33,5 @@ DEPEND="${COMMONDEPEND}
 RDEPEND="${COMMONDEPEND}"
 
 PATCHES=(
-	"${FILESDIR}/${PN}-4.6.4-imagesize.patch"
 	"${FILESDIR}/${PN}-4.7.0-tests.patch"
 )



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

* [gentoo-commits] proj/kde:master commit in: kde-base/konsole/
@ 2012-01-25 21:30 Johannes Huber
  0 siblings, 0 replies; 13+ messages in thread
From: Johannes Huber @ 2012-01-25 21:30 UTC (permalink / raw
  To: gentoo-commits

commit:     1b305968c2d24b5595f726c933f703780e9749bd
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 25 21:28:54 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Jan 25 21:28:54 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=1b305968

[kde-base/konsole] Add missing dep on kde-base/libkonq, fixes bug 400793.

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

---
 kde-base/konsole/konsole-4.8.49.9999.ebuild |    1 +
 kde-base/konsole/konsole-9999.ebuild        |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/kde-base/konsole/konsole-4.8.49.9999.ebuild b/kde-base/konsole/konsole-4.8.49.9999.ebuild
index 1833832..e979e4b 100644
--- a/kde-base/konsole/konsole-4.8.49.9999.ebuild
+++ b/kde-base/konsole/konsole-4.8.49.9999.ebuild
@@ -16,6 +16,7 @@ IUSE="debug"
 
 COMMONDEPEND="
 	!aqua? (
+		$(add_kdebase_dep libkonq)
 		x11-libs/libX11
 		x11-libs/libXext
 		>=x11-libs/libxklavier-3.2

diff --git a/kde-base/konsole/konsole-9999.ebuild b/kde-base/konsole/konsole-9999.ebuild
index 1833832..e979e4b 100644
--- a/kde-base/konsole/konsole-9999.ebuild
+++ b/kde-base/konsole/konsole-9999.ebuild
@@ -16,6 +16,7 @@ IUSE="debug"
 
 COMMONDEPEND="
 	!aqua? (
+		$(add_kdebase_dep libkonq)
 		x11-libs/libX11
 		x11-libs/libXext
 		>=x11-libs/libxklavier-3.2



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

* [gentoo-commits] proj/kde:master commit in: kde-base/konsole/
@ 2012-05-24 14:03 Michael Palimaka
  0 siblings, 0 replies; 13+ messages in thread
From: Michael Palimaka @ 2012-05-24 14:03 UTC (permalink / raw
  To: gentoo-commits

commit:     833ce58dc16f49d0cc53dc5cd51e84dab64fb3e2
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu May 24 14:02:19 2012 +0000
Commit:     Michael Palimaka <kensington <AT> astralcloak <DOT> net>
CommitDate: Thu May 24 14:02:19 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=833ce58d

[kde-base/konsole] Tests in master now need virtual X to pass.

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

---
 kde-base/konsole/konsole-9999.ebuild |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-base/konsole/konsole-9999.ebuild b/kde-base/konsole/konsole-9999.ebuild
index e979e4b..f377754 100644
--- a/kde-base/konsole/konsole-9999.ebuild
+++ b/kde-base/konsole/konsole-9999.ebuild
@@ -5,9 +5,9 @@
 EAPI=4
 
 KDE_HANDBOOK="optional"
-KDE_SCM="git"
-
 KDE_DOC_DIRS="doc/manual"
+KDE_SCM="git"
+VIRTUALX_REQUIRED="test"
 inherit kde4-base
 
 DESCRIPTION="X terminal for use with KDE"



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

* [gentoo-commits] proj/kde:master commit in: kde-base/konsole/
@ 2013-08-01 20:00 Johannes Huber
  0 siblings, 0 replies; 13+ messages in thread
From: Johannes Huber @ 2013-08-01 20:00 UTC (permalink / raw
  To: gentoo-commits

commit:     65fc43019c6b7bb42bb71834257d6f11eed9b678
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  1 22:00:01 2013 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Aug  1 22:00:01 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=65fc4301

[kde-base/konsole] Update HOMEPAGE wrt bug #479154.

Package-Manager: portage-2.2.0_alpha191

---
 kde-base/konsole/konsole-4.10.97.ebuild      | 1 +
 kde-base/konsole/konsole-4.11.49.9999.ebuild | 1 +
 kde-base/konsole/konsole-9999.ebuild         | 1 +
 3 files changed, 3 insertions(+)

diff --git a/kde-base/konsole/konsole-4.10.97.ebuild b/kde-base/konsole/konsole-4.10.97.ebuild
index 95e9554..ca70d79 100644
--- a/kde-base/konsole/konsole-4.10.97.ebuild
+++ b/kde-base/konsole/konsole-4.10.97.ebuild
@@ -10,6 +10,7 @@ VIRTUALX_REQUIRED="test"
 inherit kde4-base
 
 DESCRIPTION="X terminal for use with KDE"
+HOMEPAGE="http://kde.org/applications/system/konsole http://konsole.kde.org"
 KEYWORDS=" ~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 

diff --git a/kde-base/konsole/konsole-4.11.49.9999.ebuild b/kde-base/konsole/konsole-4.11.49.9999.ebuild
index 8bf012d..b772424 100644
--- a/kde-base/konsole/konsole-4.11.49.9999.ebuild
+++ b/kde-base/konsole/konsole-4.11.49.9999.ebuild
@@ -10,6 +10,7 @@ VIRTUALX_REQUIRED="test"
 inherit kde4-base
 
 DESCRIPTION="X terminal for use with KDE"
+HOMEPAGE="http://kde.org/applications/system/konsole http://konsole.kde.org"
 KEYWORDS=""
 IUSE="debug"
 

diff --git a/kde-base/konsole/konsole-9999.ebuild b/kde-base/konsole/konsole-9999.ebuild
index 8bf012d..b772424 100644
--- a/kde-base/konsole/konsole-9999.ebuild
+++ b/kde-base/konsole/konsole-9999.ebuild
@@ -10,6 +10,7 @@ VIRTUALX_REQUIRED="test"
 inherit kde4-base
 
 DESCRIPTION="X terminal for use with KDE"
+HOMEPAGE="http://kde.org/applications/system/konsole http://konsole.kde.org"
 KEYWORDS=""
 IUSE="debug"
 


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

* [gentoo-commits] proj/kde:master commit in: kde-base/konsole/
@ 2014-04-05 17:13 Andreas Hüttel
  0 siblings, 0 replies; 13+ messages in thread
From: Andreas Hüttel @ 2014-04-05 17:13 UTC (permalink / raw
  To: gentoo-commits

commit:     2343be6ddd1f3e25694cdcc9429b5ee99fd195a4
Author:     Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  5 17:13:34 2014 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Apr  5 17:13:34 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=2343be6d

[kde-base/konsole] restrict tests

Package-Manager: portage-2.2.10

---
 kde-base/konsole/konsole-4.12.97.ebuild      | 3 +++
 kde-base/konsole/konsole-4.13.49.9999.ebuild | 3 +++
 kde-base/konsole/konsole-9999.ebuild         | 3 +++
 3 files changed, 9 insertions(+)

diff --git a/kde-base/konsole/konsole-4.12.97.ebuild b/kde-base/konsole/konsole-4.12.97.ebuild
index a9ea5c8..5c6568b 100644
--- a/kde-base/konsole/konsole-4.12.97.ebuild
+++ b/kde-base/konsole/konsole-4.12.97.ebuild
@@ -33,3 +33,6 @@ DEPEND="${COMMONDEPEND}
 	)
 "
 RDEPEND="${COMMONDEPEND}"
+
+# can't connect to a kded instance, fails to connect to dbus
+RESTRICT="test"

diff --git a/kde-base/konsole/konsole-4.13.49.9999.ebuild b/kde-base/konsole/konsole-4.13.49.9999.ebuild
index 67d599f..0a877fe 100644
--- a/kde-base/konsole/konsole-4.13.49.9999.ebuild
+++ b/kde-base/konsole/konsole-4.13.49.9999.ebuild
@@ -33,3 +33,6 @@ DEPEND="${COMMONDEPEND}
 	)
 "
 RDEPEND="${COMMONDEPEND}"
+
+# can't connect to a kded instance, fails to connect to dbus
+RESTRICT="test"

diff --git a/kde-base/konsole/konsole-9999.ebuild b/kde-base/konsole/konsole-9999.ebuild
index 67d599f..0a877fe 100644
--- a/kde-base/konsole/konsole-9999.ebuild
+++ b/kde-base/konsole/konsole-9999.ebuild
@@ -33,3 +33,6 @@ DEPEND="${COMMONDEPEND}
 	)
 "
 RDEPEND="${COMMONDEPEND}"
+
+# can't connect to a kded instance, fails to connect to dbus
+RESTRICT="test"


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

* [gentoo-commits] proj/kde:master commit in: kde-base/konsole/
@ 2014-05-20 11:32 Michael Palimaka
  0 siblings, 0 replies; 13+ messages in thread
From: Michael Palimaka @ 2014-05-20 11:32 UTC (permalink / raw
  To: gentoo-commits

commit:     1f8dbd89090f33f362a0644ca2ca4e10dd501767
Author:     Elias Probst <mail <AT> eliasprobst <DOT> eu>
AuthorDate: Sun May  4 16:52:12 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue May 20 11:32:07 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=1f8dbd89

[kde-base/konsole] Add ebuild for frameworks based konsole

Package-Manager: portage-2.2.10

---
 kde-base/konsole/konsole-9999.ebuild | 56 ++++++++++++++++++++++++++++++++++++
 1 file changed, 56 insertions(+)

diff --git a/kde-base/konsole/konsole-9999.ebuild b/kde-base/konsole/konsole-9999.ebuild
new file mode 100644
index 0000000..634409e
--- /dev/null
+++ b/kde-base/konsole/konsole-9999.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_HANDBOOK="true"
+EGIT_BRANCH="frameworks"
+inherit kde5
+
+DESCRIPTION="KDE's terminal emulator"
+HOMEPAGE="http://www.kde.org/applications/system/konsole http://konsole.kde.org"
+
+KEYWORDS=""
+IUSE="X"
+
+DEPEND="
+	$(add_frameworks_dep kbookmarks)
+	$(add_frameworks_dep kcompletion)
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kconfigwidgets)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kdelibs4support)
+	$(add_frameworks_dep kguiaddons)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kiconthemes)
+	$(add_frameworks_dep kio)
+	$(add_frameworks_dep knotifications)
+	$(add_frameworks_dep knotifyconfig)
+	$(add_frameworks_dep kparts)
+	$(add_frameworks_dep kpty)
+	$(add_frameworks_dep kservice)
+	$(add_frameworks_dep ktextwidgets)
+	$(add_frameworks_dep kwidgetsaddons)
+	$(add_frameworks_dep kwindowsystem)
+	$(add_frameworks_dep kxmlgui)
+	dev-qt/qtdbus:5
+	dev-qt/qtgui:5
+	dev-qt/qtnetwork:5
+	dev-qt/qtprintsupport:5
+	dev-qt/qtscript:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtxml:5
+	X? ( x11-libs/libX11 )
+"
+RDEPEND="${DEPEND}
+	!kde-base/konsole:4
+"
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use_find_package X X11)
+	)
+
+	kde5_src_configure
+}


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

* [gentoo-commits] proj/kde:master commit in: kde-base/konsole/
@ 2014-09-09 13:36 Michael Palimaka
  0 siblings, 0 replies; 13+ messages in thread
From: Michael Palimaka @ 2014-09-09 13:36 UTC (permalink / raw
  To: gentoo-commits

commit:     26d070f9e0e519701d2767f27908b94b7e9917b6
Author:     Elias Probst <mail <AT> eliasprobst <DOT> eu>
AuthorDate: Tue Sep  9 13:33:43 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Sep  9 13:36:25 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=26d070f9

[kde-base/konsole] Switch branch from 'frameworks' to 'master'.

Package-Manager: portage-2.2.12-r1

---
 kde-base/konsole/konsole-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-base/konsole/konsole-9999.ebuild b/kde-base/konsole/konsole-9999.ebuild
index 634409e..b588b33 100644
--- a/kde-base/konsole/konsole-9999.ebuild
+++ b/kde-base/konsole/konsole-9999.ebuild
@@ -5,7 +5,6 @@
 EAPI=5
 
 KDE_HANDBOOK="true"
-EGIT_BRANCH="frameworks"
 inherit kde5
 
 DESCRIPTION="KDE's terminal emulator"


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

end of thread, other threads:[~2014-09-09 13:36 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-08 17:10 [gentoo-commits] proj/kde:master commit in: kde-base/konsole/ Alexey Shvetsov
  -- strict thread matches above, loose matches on Subject: below --
2014-09-09 13:36 Michael Palimaka
2014-05-20 11:32 Michael Palimaka
2014-04-05 17:13 Andreas Hüttel
2013-08-01 20:00 Johannes Huber
2012-05-24 14:03 Michael Palimaka
2012-01-25 21:30 Johannes Huber
2011-08-26  7:04 Patrick Lauer
2011-05-24 14:30 Jorge Manuel B. S. Vicetto
2011-03-27  0:46 Jonathan Callen
2011-03-01 11:24 Marc Schiffbauer
2011-02-07 22:56 Manuel Nickschas
2011-02-07 22:23 Manuel Nickschas

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