public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-base/kdeplasma-addons/
@ 2011-04-12  1:54 Theo Chatzimichos
  0 siblings, 0 replies; 25+ messages in thread
From: Theo Chatzimichos @ 2011-04-12  1:54 UTC (permalink / raw
  To: gentoo-commits

commit:     ef33508158c88afd2f070aba68ee606ee629e507
Author:     Theo Chatzimichos <tampakrap <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 12 01:53:25 2011 +0000
Commit:     Theo Chatzimichos <tampakrap <AT> gentoo <DOT> org>
CommitDate: Tue Apr 12 01:53:25 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ef335081

[kde-base/kdeplasma-addons] Proper handling of kdepimlibs switch of
plasma-workspace

---
 .../kdeplasma-addons-4.6.9999.ebuild               |    5 ++++-
 .../kdeplasma-addons/kdeplasma-addons-9999.ebuild  |    5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-4.6.9999.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-4.6.9999.ebuild
index 67633f4..d89d1f0 100644
--- a/kde-base/kdeplasma-addons/kdeplasma-addons-4.6.9999.ebuild
+++ b/kde-base/kdeplasma-addons/kdeplasma-addons-4.6.9999.ebuild
@@ -29,7 +29,10 @@ COMMON_DEPEND="
 	qalculate? ( sci-libs/libqalculate )
 	qwt? ( x11-libs/qwt:5 )
 	scim? ( app-i18n/scim )
-	semantic-desktop? ( $(add_kdebase_dep kdepimlibs 'semantic-desktop') )
+	semantic-desktop? (
+		$(add_kdebase_dep kdepimlibs 'semantic-desktop')
+		$(add_kdebase_dep plasma-workspace 'rss')
+	)
 "
 DEPEND="${COMMON_DEPEND}
 	dev-cpp/eigen:2

diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
index 67633f4..d89d1f0 100644
--- a/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
+++ b/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
@@ -29,7 +29,10 @@ COMMON_DEPEND="
 	qalculate? ( sci-libs/libqalculate )
 	qwt? ( x11-libs/qwt:5 )
 	scim? ( app-i18n/scim )
-	semantic-desktop? ( $(add_kdebase_dep kdepimlibs 'semantic-desktop') )
+	semantic-desktop? (
+		$(add_kdebase_dep kdepimlibs 'semantic-desktop')
+		$(add_kdebase_dep plasma-workspace 'rss')
+	)
 "
 DEPEND="${COMMON_DEPEND}
 	dev-cpp/eigen:2



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

* [gentoo-commits] proj/kde:master commit in: kde-base/kdeplasma-addons/
@ 2011-05-07  8:35 Tomas Chvatal
  0 siblings, 0 replies; 25+ messages in thread
From: Tomas Chvatal @ 2011-05-07  8:35 UTC (permalink / raw
  To: gentoo-commits

commit:     3ebeb7eb6294b58a80bc5831c565b14efb2952b0
Author:     Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
AuthorDate: Sat May  7 08:35:34 2011 +0000
Commit:     Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
CommitDate: Sat May  7 08:35:34 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3ebeb7eb

[kde-base/kdeplasma-addons] bump to 4.6.3

---
 .../kdeplasma-addons/kdeplasma-addons-4.6.3.ebuild |   66 ++++++++++++++++++++
 1 files changed, 66 insertions(+), 0 deletions(-)

diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-4.6.3.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-4.6.3.ebuild
new file mode 100644
index 0000000..c85afeb
--- /dev/null
+++ b/kde-base/kdeplasma-addons/kdeplasma-addons-4.6.3.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+WEBKIT_REQUIRED="always"
+KDE_SCM="git"
+inherit kde4-base
+
+DESCRIPTION="Extra Plasma applets and engines."
+HOMEPAGE="http://www.kde.org/"
+LICENSE="GPL-2 LGPL-2"
+
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="attica debug desktopglobe exif qalculate qwt scim semantic-desktop"
+
+# krunner is only needed to generate dbus interface for lancelot
+COMMON_DEPEND="
+	app-crypt/qca:2
+	app-crypt/qca-ossl:2
+	$(add_kdebase_dep kdelibs 'semantic-desktop=')
+	$(add_kdebase_dep krunner)
+	$(add_kdebase_dep plasma-workspace 'semantic-desktop=')
+	x11-misc/shared-mime-info
+	attica? ( dev-libs/libattica )
+	desktopglobe? ( $(add_kdebase_dep marble) )
+	exif? ( $(add_kdebase_dep libkexiv2) )
+	qalculate? ( sci-libs/libqalculate )
+	qwt? ( x11-libs/qwt:5 )
+	scim? ( app-i18n/scim )
+	semantic-desktop? (
+		$(add_kdebase_dep kdepimlibs 'semantic-desktop')
+		$(add_kdebase_dep plasma-workspace 'rss')
+	)
+"
+DEPEND="${COMMON_DEPEND}
+	dev-cpp/eigen:2
+"
+# kde-misc/plasmaboard: moved here in 4.3.65
+# kde-misc/qalculate-applet: since 4.4.0
+RDEPEND="${COMMON_DEPEND}
+	!kdeprefix? (
+		!kde-misc/plasmaboard
+		!kde-misc/qalculate-applet
+	)
+"
+
+# kdebase-data: some svg icons moved from data directly here.
+add_blocker kdebase-data '<4.2.88'
+
+src_configure() {
+	mycmakeargs=(
+		-DDBUS_INTERFACES_INSTALL_DIR="${EKDEDIR}/share/dbus-1/interfaces/"
+		$(cmake-utils_use_with attica LibAttica)
+		$(cmake-utils_use_with desktopglobe Marble)
+		$(cmake-utils_use_with exif Kexiv2)
+		$(cmake-utils_use_with qalculate)
+		$(cmake-utils_use_with qwt)
+		$(cmake-utils_use_with semantic-desktop KdepimLibs)
+		$(cmake-utils_use_with semantic-desktop Nepomuk)
+		$(cmake-utils_use_with scim)
+	)
+
+	kde4-base_src_configure
+}



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

* [gentoo-commits] proj/kde:master commit in: kde-base/kdeplasma-addons/
@ 2011-05-30 20:01 Alexey Shvetsov
  0 siblings, 0 replies; 25+ messages in thread
From: Alexey Shvetsov @ 2011-05-30 20:01 UTC (permalink / raw
  To: gentoo-commits

commit:     f4731a7cfcd9dda25b6580238090f68fac3f34f9
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Mon May 30 20:00:50 2011 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Mon May 30 20:00:50 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f4731a7c

[kde-base] add plasma addons

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

---
 .../kdeplasma-addons-4.6.80.ebuild                 |   70 ++++++++++++++++++++
 1 files changed, 70 insertions(+), 0 deletions(-)

diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-4.6.80.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-4.6.80.ebuild
new file mode 100644
index 0000000..1eed029
--- /dev/null
+++ b/kde-base/kdeplasma-addons/kdeplasma-addons-4.6.80.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeplasma-addons/kdeplasma-addons-4.6.3.ebuild,v 1.1 2011/05/07 10:48:00 scarabeus Exp $
+
+EAPI=4
+
+KDE_SCM="git"
+inherit kde4-base
+
+DESCRIPTION="Extra Plasma applets and engines."
+HOMEPAGE="http://www.kde.org/"
+LICENSE="GPL-2 LGPL-2"
+
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="attica debug desktopglobe exif qalculate qwt scim semantic-desktop"
+
+# krunner is only needed to generate dbus interface for lancelot
+COMMON_DEPEND="
+	app-crypt/qca:2
+	app-crypt/qca-ossl:2
+	$(add_kdebase_dep kdelibs 'semantic-desktop=')
+	$(add_kdebase_dep krunner)
+	$(add_kdebase_dep plasma-workspace 'semantic-desktop=')
+	x11-misc/shared-mime-info
+	attica? ( dev-libs/libattica )
+	desktopglobe? ( $(add_kdebase_dep marble) )
+	exif? ( $(add_kdebase_dep libkexiv2) )
+	qalculate? ( sci-libs/libqalculate )
+	qwt? ( x11-libs/qwt:5 )
+	scim? ( app-i18n/scim )
+	semantic-desktop? (
+		$(add_kdebase_dep kdepimlibs 'semantic-desktop')
+		$(add_kdebase_dep plasma-workspace 'rss')
+	)
+"
+DEPEND="${COMMON_DEPEND}
+	dev-cpp/eigen:2
+"
+# kde-misc/plasmaboard: moved here in 4.3.65
+# kde-misc/qalculate-applet: since 4.4.0
+RDEPEND="${COMMON_DEPEND}
+	!kdeprefix? (
+		!kde-misc/plasmaboard
+		!kde-misc/qalculate-applet
+	)
+"
+
+# kdebase-data: some svg icons moved from data directly here.
+add_blocker kdebase-data '<4.2.88'
+
+src_prepare() {
+	use semantic-desktop || epatch "${FILESDIR}/${PN}-4.6.2-optional-akonadi.patch"
+	kde4-base_src_prepare
+}
+
+src_configure() {
+	mycmakeargs=(
+		-DDBUS_INTERFACES_INSTALL_DIR="${EKDEDIR}/share/dbus-1/interfaces/"
+		$(cmake-utils_use_with attica LibAttica)
+		$(cmake-utils_use_with desktopglobe Marble)
+		$(cmake-utils_use_with exif Kexiv2)
+		$(cmake-utils_use_with qalculate)
+		$(cmake-utils_use_with qwt)
+		$(cmake-utils_use_with semantic-desktop KdepimLibs)
+		$(cmake-utils_use_with semantic-desktop Nepomuk)
+		$(cmake-utils_use_with scim)
+	)
+
+	kde4-base_src_configure
+}



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

* [gentoo-commits] proj/kde:master commit in: kde-base/kdeplasma-addons/
@ 2011-06-09 22:03 Andreas Hüttel
  0 siblings, 0 replies; 25+ messages in thread
From: Andreas Hüttel @ 2011-06-09 22:03 UTC (permalink / raw
  To: gentoo-commits

commit:     e980b4c16637e321b59bd533bb8276a0c0abe05f
Author:     Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Thu Jun  9 22:02:12 2011 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Jun  9 22:02:12 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e980b4c1

[kde-base/kdeplasma-addons] add missing ebuild

(Portage version: 2.1.10/git/Linux x86_64, signed Manifest commit with key B6C5F7DE)

---
 .../kdeplasma-addons/kdeplasma-addons-4.6.4.ebuild |   68 ++++++++++++++++++++
 1 files changed, 68 insertions(+), 0 deletions(-)

diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-4.6.4.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-4.6.4.ebuild
new file mode 100644
index 0000000..1c040e5
--- /dev/null
+++ b/kde-base/kdeplasma-addons/kdeplasma-addons-4.6.4.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeplasma-addons/kdeplasma-addons-4.6.3.ebuild,v 1.1 2011/05/07 10:48:00 scarabeus Exp $
+
+EAPI=4
+
+KDE_SCM="git"
+inherit kde4-base
+
+DESCRIPTION="Extra Plasma applets and engines."
+HOMEPAGE="http://www.kde.org/"
+LICENSE="GPL-2 LGPL-2"
+
+KEYWORDS=""
+IUSE="attica debug desktopglobe exif qalculate qwt scim semantic-desktop"
+
+# krunner is only needed to generate dbus interface for lancelot
+COMMON_DEPEND="
+	app-crypt/qca:2
+	app-crypt/qca-ossl:2
+	$(add_kdebase_dep kdelibs 'semantic-desktop=')
+	$(add_kdebase_dep krunner)
+	$(add_kdebase_dep plasma-workspace 'semantic-desktop=')
+	x11-misc/shared-mime-info
+	attica? ( dev-libs/libattica )
+	desktopglobe? ( $(add_kdebase_dep marble) )
+	exif? ( $(add_kdebase_dep libkexiv2) )
+	qalculate? ( sci-libs/libqalculate )
+	qwt? ( x11-libs/qwt:5 )
+	scim? ( app-i18n/scim )
+	semantic-desktop? (
+		$(add_kdebase_dep kdepimlibs 'semantic-desktop')
+		$(add_kdebase_dep plasma-workspace 'rss')
+	)
+"
+DEPEND="${COMMON_DEPEND}
+	dev-cpp/eigen:2
+"
+# kde-misc/plasmaboard: moved here in 4.3.65
+# kde-misc/qalculate-applet: since 4.4.0
+RDEPEND="${COMMON_DEPEND}
+	!kde-misc/plasmaboard
+	!kde-misc/qalculate-applet
+"
+
+# kdebase-data: some svg icons moved from data directly here.
+add_blocker kdebase-data '<4.2.88'
+
+src_prepare() {
+	use semantic-desktop || epatch "${FILESDIR}/${PN}-4.6.2-optional-akonadi.patch"
+	kde4-base_src_prepare
+}
+
+src_configure() {
+	mycmakeargs=(
+		-DDBUS_INTERFACES_INSTALL_DIR="${EPREFIX}/usr/share/dbus-1/interfaces/"
+		$(cmake-utils_use_with attica LibAttica)
+		$(cmake-utils_use_with desktopglobe Marble)
+		$(cmake-utils_use_with exif Kexiv2)
+		$(cmake-utils_use_with qalculate)
+		$(cmake-utils_use_with qwt)
+		$(cmake-utils_use_with semantic-desktop KdepimLibs)
+		$(cmake-utils_use_with semantic-desktop Nepomuk)
+		$(cmake-utils_use_with scim)
+	)
+
+	kde4-base_src_configure
+}



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

* [gentoo-commits] proj/kde:master commit in: kde-base/kdeplasma-addons/
@ 2011-06-09 22:03 Andreas Hüttel
  0 siblings, 0 replies; 25+ messages in thread
From: Andreas Hüttel @ 2011-06-09 22:03 UTC (permalink / raw
  To: gentoo-commits

commit:     8d2c55435d78f58419cf7f79538a6a5be7391450
Author:     Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Thu Jun  9 22:02:51 2011 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Jun  9 22:02:51 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8d2c5543

[kde-base/kdeplasma-addons] add missing keywords of missing ebuild

(Portage version: 2.1.10/git/Linux x86_64, signed Manifest commit with key B6C5F7DE)

---
 .../kdeplasma-addons/kdeplasma-addons-4.6.4.ebuild |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-4.6.4.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-4.6.4.ebuild
index 1c040e5..56836b2 100644
--- a/kde-base/kdeplasma-addons/kdeplasma-addons-4.6.4.ebuild
+++ b/kde-base/kdeplasma-addons/kdeplasma-addons-4.6.4.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Extra Plasma applets and engines."
 HOMEPAGE="http://www.kde.org/"
 LICENSE="GPL-2 LGPL-2"
 
-KEYWORDS=""
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="attica debug desktopglobe exif qalculate qwt scim semantic-desktop"
 
 # krunner is only needed to generate dbus interface for lancelot



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

* [gentoo-commits] proj/kde:master commit in: kde-base/kdeplasma-addons/
@ 2011-06-26  0:11 Jorge Manuel B. S. Vicetto
  0 siblings, 0 replies; 25+ messages in thread
From: Jorge Manuel B. S. Vicetto @ 2011-06-26  0:11 UTC (permalink / raw
  To: gentoo-commits

commit:     118ef08612ddfd26903ddba2a009701d4e64249b
Author:     Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 26 00:04:41 2011 +0000
Commit:     Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Sun Jun 26 00:04:41 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=118ef086

[kde-base/kdeplasma-addons] 4.6.90 version bump.

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

---
 .../kdeplasma-addons-4.6.90.ebuild                 |   68 ++++++++++++++++++++
 1 files changed, 68 insertions(+), 0 deletions(-)

diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-4.6.90.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-4.6.90.ebuild
new file mode 100644
index 0000000..9fcae98
--- /dev/null
+++ b/kde-base/kdeplasma-addons/kdeplasma-addons-4.6.90.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_SCM="git"
+inherit kde4-base
+
+DESCRIPTION="Extra Plasma applets and engines."
+HOMEPAGE="http://www.kde.org/"
+LICENSE="GPL-2 LGPL-2"
+
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="attica debug desktopglobe exif qalculate qwt scim semantic-desktop"
+
+# krunner is only needed to generate dbus interface for lancelot
+COMMON_DEPEND="
+	app-crypt/qca:2
+	app-crypt/qca-ossl:2
+	$(add_kdebase_dep kdelibs 'semantic-desktop=')
+	$(add_kdebase_dep krunner)
+	$(add_kdebase_dep plasma-workspace 'semantic-desktop=')
+	x11-misc/shared-mime-info
+	attica? ( dev-libs/libattica )
+	desktopglobe? ( $(add_kdebase_dep marble) )
+	exif? ( $(add_kdebase_dep libkexiv2) )
+	qalculate? ( sci-libs/libqalculate )
+	qwt? ( x11-libs/qwt:5 )
+	scim? ( app-i18n/scim )
+	semantic-desktop? (
+		$(add_kdebase_dep kdepimlibs 'semantic-desktop')
+		$(add_kdebase_dep plasma-workspace 'rss')
+	)
+"
+DEPEND="${COMMON_DEPEND}
+	dev-cpp/eigen:2
+"
+# kde-misc/plasmaboard: moved here in 4.3.65
+# kde-misc/qalculate-applet: since 4.4.0
+RDEPEND="${COMMON_DEPEND}
+	!kde-misc/plasmaboard
+	!kde-misc/qalculate-applet
+"
+
+# kdebase-data: some svg icons moved from data directly here.
+add_blocker kdebase-data '<4.2.88'
+
+src_prepare() {
+	use semantic-desktop || epatch "${FILESDIR}/${PN}-4.6.2-optional-akonadi.patch"
+	kde4-base_src_prepare
+}
+
+src_configure() {
+	mycmakeargs=(
+		-DDBUS_INTERFACES_INSTALL_DIR="${EPREFIX}/usr/share/dbus-1/interfaces/"
+		$(cmake-utils_use_with attica LibAttica)
+		$(cmake-utils_use_with desktopglobe Marble)
+		$(cmake-utils_use_with exif Kexiv2)
+		$(cmake-utils_use_with qalculate)
+		$(cmake-utils_use_with qwt)
+		$(cmake-utils_use_with semantic-desktop KdepimLibs)
+		$(cmake-utils_use_with semantic-desktop Nepomuk)
+		$(cmake-utils_use_with scim)
+	)
+
+	kde4-base_src_configure
+}



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

* [gentoo-commits] proj/kde:master commit in: kde-base/kdeplasma-addons/
@ 2011-09-07 21:43 Alexey Shvetsov
  0 siblings, 0 replies; 25+ messages in thread
From: Alexey Shvetsov @ 2011-09-07 21:43 UTC (permalink / raw
  To: gentoo-commits

commit:     77653b95ce5b775c6a921412c56333f064b1fa0a
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  7 21:26:35 2011 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Wed Sep  7 21:26:35 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=77653b95

[kde-base/kdeplasma-addons] Drop old blockers

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

---
 .../kdeplasma-addons-4.7.0-r1.ebuild               |   73 --------------------
 .../kdeplasma-addons-4.7.49.9999.ebuild            |    7 --
 .../kdeplasma-addons/kdeplasma-addons-9999.ebuild  |    7 --
 3 files changed, 0 insertions(+), 87 deletions(-)

diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-4.7.0-r1.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-4.7.0-r1.ebuild
deleted file mode 100644
index 5e3b862..0000000
--- a/kde-base/kdeplasma-addons/kdeplasma-addons-4.7.0-r1.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeplasma-addons/kdeplasma-addons-4.7.0.ebuild,v 1.1 2011/07/27 14:04:49 alexxy Exp $
-
-EAPI=4
-
-KDE_SCM="git"
-inherit kde4-base
-
-DESCRIPTION="Extra Plasma applets and engines."
-HOMEPAGE="http://www.kde.org/"
-LICENSE="GPL-2 LGPL-2"
-
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="attica debug desktopglobe exif qalculate qwt scim semantic-desktop"
-
-# krunner is only needed to generate dbus interface for lancelot
-COMMON_DEPEND="
-	app-crypt/qca:2
-	app-crypt/qca-ossl:2
-	$(add_kdebase_dep kdelibs 'semantic-desktop=')
-	$(add_kdebase_dep krunner)
-	$(add_kdebase_dep plasma-workspace 'semantic-desktop=')
-	x11-misc/shared-mime-info
-	attica? ( dev-libs/libattica )
-	desktopglobe? ( $(add_kdebase_dep marble) )
-	exif? ( $(add_kdebase_dep libkexiv2) )
-	qalculate? ( sci-libs/libqalculate )
-	qwt? ( x11-libs/qwt:5 )
-	scim? ( app-i18n/scim )
-	semantic-desktop? (
-		$(add_kdebase_dep kdepimlibs 'semantic-desktop')
-		$(add_kdebase_dep plasma-workspace 'rss')
-	)
-"
-DEPEND="${COMMON_DEPEND}
-	dev-cpp/eigen:2
-"
-# kde-misc/plasmaboard: moved here in 4.3.65
-# kde-misc/qalculate-applet: since 4.4.0
-RDEPEND="${COMMON_DEPEND}
-	!kde-misc/plasmaboard
-	!kde-misc/qalculate-applet
-"
-
-PATCHES=(
-	# needed for 4.7.0, can be removed in 4.7.1, see KDE Bug#278222
-	"${FILESDIR}/${P}-groupingdesktop-crash.patch"
-)
-
-# kdebase-data: some svg icons moved from data directly here.
-add_blocker kdebase-data '<4.2.88'
-
-src_prepare() {
-	use semantic-desktop || epatch "${FILESDIR}/${PN}-4.6.2-optional-akonadi.patch"
-	kde4-base_src_prepare
-}
-
-src_configure() {
-	mycmakeargs=(
-		-DDBUS_INTERFACES_INSTALL_DIR="${EPREFIX}/usr/share/dbus-1/interfaces/"
-		$(cmake-utils_use_with attica LibAttica)
-		$(cmake-utils_use_with desktopglobe Marble)
-		$(cmake-utils_use_with exif Kexiv2)
-		$(cmake-utils_use_with qalculate)
-		$(cmake-utils_use_with qwt)
-		$(cmake-utils_use_with semantic-desktop KdepimLibs)
-		$(cmake-utils_use_with semantic-desktop Nepomuk)
-		$(cmake-utils_use_with scim)
-	)
-
-	kde4-base_src_configure
-}

diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-4.7.49.9999.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-4.7.49.9999.ebuild
index e956e27..416bfee 100644
--- a/kde-base/kdeplasma-addons/kdeplasma-addons-4.7.49.9999.ebuild
+++ b/kde-base/kdeplasma-addons/kdeplasma-addons-4.7.49.9999.ebuild
@@ -36,16 +36,9 @@ COMMON_DEPEND="
 DEPEND="${COMMON_DEPEND}
 	dev-cpp/eigen:2
 "
-# kde-misc/plasmaboard: moved here in 4.3.65
-# kde-misc/qalculate-applet: since 4.4.0
 RDEPEND="${COMMON_DEPEND}
-	!kde-misc/plasmaboard
-	!kde-misc/qalculate-applet
 "
 
-# kdebase-data: some svg icons moved from data directly here.
-add_blocker kdebase-data '<4.2.88'
-
 src_prepare() {
 	use semantic-desktop || epatch "${FILESDIR}/${PN}-4.6.2-optional-akonadi.patch"
 	kde4-base_src_prepare

diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
index e956e27..416bfee 100644
--- a/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
+++ b/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
@@ -36,16 +36,9 @@ COMMON_DEPEND="
 DEPEND="${COMMON_DEPEND}
 	dev-cpp/eigen:2
 "
-# kde-misc/plasmaboard: moved here in 4.3.65
-# kde-misc/qalculate-applet: since 4.4.0
 RDEPEND="${COMMON_DEPEND}
-	!kde-misc/plasmaboard
-	!kde-misc/qalculate-applet
 "
 
-# kdebase-data: some svg icons moved from data directly here.
-add_blocker kdebase-data '<4.2.88'
-
 src_prepare() {
 	use semantic-desktop || epatch "${FILESDIR}/${PN}-4.6.2-optional-akonadi.patch"
 	kde4-base_src_prepare



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

* [gentoo-commits] proj/kde:master commit in: kde-base/kdeplasma-addons/
@ 2011-11-25 18:33 Johannes Huber
  0 siblings, 0 replies; 25+ messages in thread
From: Johannes Huber @ 2011-11-25 18:33 UTC (permalink / raw
  To: gentoo-commits

commit:     771f7fc2333dda3066560dd6874a213952854f48
Author:     Johannes Huber <johu <AT> gmx <DOT> de>
AuthorDate: Fri Nov 25 18:32:41 2011 +0000
Commit:     Johannes Huber <johu <AT> gmx <DOT> de>
CommitDate: Fri Nov 25 18:32:41 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=771f7fc2

[kde-base/kdeplasma-addons] Removed failing patch. Applied by upstream in master.

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

---
 .../kdeplasma-addons/kdeplasma-addons-9999.ebuild  |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
index 1b773a4..416bfee 100644
--- a/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
+++ b/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
@@ -39,10 +39,6 @@ DEPEND="${COMMON_DEPEND}
 RDEPEND="${COMMON_DEPEND}
 "
 
-PATCHES=(
-	"${FILESDIR}/${PN}-4.7.3-knowledge.patch"
-)
-
 src_prepare() {
 	use semantic-desktop || epatch "${FILESDIR}/${PN}-4.6.2-optional-akonadi.patch"
 	kde4-base_src_prepare



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

* [gentoo-commits] proj/kde:master commit in: kde-base/kdeplasma-addons/
@ 2012-03-07  7:21 Patrick Lauer
  0 siblings, 0 replies; 25+ messages in thread
From: Patrick Lauer @ 2012-03-07  7:21 UTC (permalink / raw
  To: gentoo-commits

commit:     e8fc22f8ff391dced29dc04c40561e87100ec460
Author:     Patrick Lauer <patrick.lauer <AT> star-group <DOT> net>
AuthorDate: Wed Mar  7 07:21:14 2012 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Wed Mar  7 07:21:14 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e8fc22f8

Fixing file collision #407209

---
 .../kdeplasma-addons/kdeplasma-addons-9999.ebuild  |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
index 8b1c705..bb979ae 100644
--- a/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
+++ b/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
@@ -59,3 +59,8 @@ src_configure() {
 
 	kde4-base_src_configure
 }
+
+src_install () {
+	kde4-base_src_install
+	rm ${D}/usr/share/apps/cmake/modules/FindQJSON.cmake || die "Couldn't fix file collision"
+}



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

* [gentoo-commits] proj/kde:master commit in: kde-base/kdeplasma-addons/
@ 2012-03-25  9:18 Andreas Hüttel
  0 siblings, 0 replies; 25+ messages in thread
From: Andreas Hüttel @ 2012-03-25  9:18 UTC (permalink / raw
  To: gentoo-commits

commit:     b8276f2abc3d996376d8f8ca3348a4c8a904665b
Author:     Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 25 09:18:41 2012 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Mar 25 09:18:41 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b8276f2a

[kde-base/kdeplasma-addons] Add useflags for ibus and fcitx, bug 409413

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

---
 .../kdeplasma-addons-4.8.49.9999.ebuild            |    7 +++++--
 .../kdeplasma-addons/kdeplasma-addons-9999.ebuild  |    9 ++++++---
 kde-base/kdeplasma-addons/metadata.xml             |    2 ++
 3 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-4.8.49.9999.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-4.8.49.9999.ebuild
index 8b1c705..6c6acbb 100644
--- a/kde-base/kdeplasma-addons/kdeplasma-addons-4.8.49.9999.ebuild
+++ b/kde-base/kdeplasma-addons/kdeplasma-addons-4.8.49.9999.ebuild
@@ -7,12 +7,12 @@ EAPI=4
 KDE_SCM="git"
 inherit kde4-base
 
-DESCRIPTION="Extra Plasma applets and engines."
+DESCRIPTION="Extra Plasma applets and engines"
 HOMEPAGE="http://www.kde.org/"
 LICENSE="GPL-2 LGPL-2"
 
 KEYWORDS=""
-IUSE="attica debug desktopglobe exif qalculate qwt scim semantic-desktop"
+IUSE="attica debug desktopglobe exif fcitx ibus qalculate qwt scim semantic-desktop"
 
 # krunner is only needed to generate dbus interface for lancelot
 COMMON_DEPEND="
@@ -25,6 +25,8 @@ COMMON_DEPEND="
 	attica? ( dev-libs/libattica )
 	desktopglobe? ( $(add_kdebase_dep marble) )
 	exif? ( $(add_kdebase_dep libkexiv2) )
+	fcitx? ( app-i18n/fcitx[dbus] )
+	ibus? ( app-i18n/ibus )
 	qalculate? ( sci-libs/libqalculate )
 	qwt? ( x11-libs/qwt:5 )
 	scim? ( app-i18n/scim )
@@ -50,6 +52,7 @@ src_configure() {
 		$(cmake-utils_use_with attica LibAttica)
 		$(cmake-utils_use_with desktopglobe Marble)
 		$(cmake-utils_use_with exif Kexiv2)
+		$(cmake-utils_use_with ibus)
 		$(cmake-utils_use_with qalculate)
 		$(cmake-utils_use_with qwt)
 		$(cmake-utils_use_with semantic-desktop KdepimLibs)

diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
index bb979ae..3fa3121 100644
--- a/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
+++ b/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
@@ -7,12 +7,12 @@ EAPI=4
 KDE_SCM="git"
 inherit kde4-base
 
-DESCRIPTION="Extra Plasma applets and engines."
+DESCRIPTION="Extra Plasma applets and engines"
 HOMEPAGE="http://www.kde.org/"
 LICENSE="GPL-2 LGPL-2"
 
 KEYWORDS=""
-IUSE="attica debug desktopglobe exif qalculate qwt scim semantic-desktop"
+IUSE="attica debug desktopglobe exif fcitx ibus qalculate qwt scim semantic-desktop"
 
 # krunner is only needed to generate dbus interface for lancelot
 COMMON_DEPEND="
@@ -25,6 +25,8 @@ COMMON_DEPEND="
 	attica? ( dev-libs/libattica )
 	desktopglobe? ( $(add_kdebase_dep marble) )
 	exif? ( $(add_kdebase_dep libkexiv2) )
+	fcitx? ( app-i18n/fcitx[dbus] )
+	ibus? ( app-i18n/ibus )
 	qalculate? ( sci-libs/libqalculate )
 	qwt? ( x11-libs/qwt:5 )
 	scim? ( app-i18n/scim )
@@ -50,6 +52,7 @@ src_configure() {
 		$(cmake-utils_use_with attica LibAttica)
 		$(cmake-utils_use_with desktopglobe Marble)
 		$(cmake-utils_use_with exif Kexiv2)
+		$(cmake-utils_use_with ibus)
 		$(cmake-utils_use_with qalculate)
 		$(cmake-utils_use_with qwt)
 		$(cmake-utils_use_with semantic-desktop KdepimLibs)
@@ -62,5 +65,5 @@ src_configure() {
 
 src_install () {
 	kde4-base_src_install
-	rm ${D}/usr/share/apps/cmake/modules/FindQJSON.cmake || die "Couldn't fix file collision"
+	rm "${D}"/usr/share/apps/cmake/modules/FindQJSON.cmake || die "Couldn't fix file collision"
 }

diff --git a/kde-base/kdeplasma-addons/metadata.xml b/kde-base/kdeplasma-addons/metadata.xml
index e4b97e4..e603a93 100644
--- a/kde-base/kdeplasma-addons/metadata.xml
+++ b/kde-base/kdeplasma-addons/metadata.xml
@@ -4,7 +4,9 @@
 <herd>kde</herd>
 <use>
 	<flag name="attica">Enable support for <pkg>dev-libs/libattica</pkg></flag>
+	<flag name="ibus">Use ibus input method via <pkg>app-i18n/ibus</pkg></flag>
 	<flag name="desktopglobe">Enable Desktop Globe wallpaper using <pkg>kde-base/marble</pkg></flag>
+	<flag name="fcitx">Use fcitx input method via <pkg>app-i18n/fcitx</pkg></flag>
 	<flag name="qalculate">Enable Qalculate runner using <pkg>sci-libs/libqalculate</pkg></flag>
 	<flag name="qwt">Enable applets that use <pkg>x11-libs/qwt:5</pkg>.</flag>
 	<flag name="scim">Enable applets that use <pkg>app-i18n/scim</pkg>.</flag>



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

* [gentoo-commits] proj/kde:master commit in: kde-base/kdeplasma-addons/
@ 2012-04-02 11:35 Johannes Huber
  0 siblings, 0 replies; 25+ messages in thread
From: Johannes Huber @ 2012-04-02 11:35 UTC (permalink / raw
  To: gentoo-commits

commit:     4facb07f02dfde544d11497f17faaabd915a8ed7
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  2 11:35:33 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Apr  2 11:35:33 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=4facb07f

[kde-base/kdeplasma-addons] Restrict tests bug 410253.

(Portage version: 2.2.0_alpha98/git/Linux i686, unsigned Manifest commit)

---
 .../kdeplasma-addons-4.8.49.9999.ebuild            |    3 +++
 .../kdeplasma-addons/kdeplasma-addons-9999.ebuild  |    3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-4.8.49.9999.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-4.8.49.9999.ebuild
index 6c6acbb..2237502 100644
--- a/kde-base/kdeplasma-addons/kdeplasma-addons-4.8.49.9999.ebuild
+++ b/kde-base/kdeplasma-addons/kdeplasma-addons-4.8.49.9999.ebuild
@@ -41,6 +41,9 @@ DEPEND="${COMMON_DEPEND}
 RDEPEND="${COMMON_DEPEND}
 "
 
+# bug 410253
+RESTRICT="test"
+
 src_prepare() {
 	use semantic-desktop || epatch "${FILESDIR}/${PN}-4.6.2-optional-akonadi.patch"
 	kde4-base_src_prepare

diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
index 3fa3121..a271f74 100644
--- a/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
+++ b/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
@@ -41,6 +41,9 @@ DEPEND="${COMMON_DEPEND}
 RDEPEND="${COMMON_DEPEND}
 "
 
+# bug 410253
+RESTRICT="test"
+
 src_prepare() {
 	use semantic-desktop || epatch "${FILESDIR}/${PN}-4.6.2-optional-akonadi.patch"
 	kde4-base_src_prepare



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

* [gentoo-commits] proj/kde:master commit in: kde-base/kdeplasma-addons/
@ 2012-04-16 10:18 Johannes Huber
  0 siblings, 0 replies; 25+ messages in thread
From: Johannes Huber @ 2012-04-16 10:18 UTC (permalink / raw
  To: gentoo-commits

commit:     67c8e67b23be520d3351c0dc1975f822e31e4727
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 16 10:18:17 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Apr 16 10:18:17 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=67c8e67b

[kde-base/kdeplasma-addons] Remove of FindQJSON.cmake isnt needed anymore, fixes bug #412187.

(Portage version: 2.2.0_alpha100/git/Linux i686, unsigned Manifest commit)

---
 .../kdeplasma-addons/kdeplasma-addons-9999.ebuild  |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
index 48b99c3..523b1a0 100644
--- a/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
+++ b/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
@@ -60,8 +60,3 @@ src_configure() {
 
 	kde4-base_src_configure
 }
-
-src_install () {
-	kde4-base_src_install
-	rm "${D}"/usr/share/apps/cmake/modules/FindQJSON.cmake || die "Couldn't fix file collision"
-}



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

* [gentoo-commits] proj/kde:master commit in: kde-base/kdeplasma-addons/
@ 2012-04-19 21:32 Johannes Huber
  0 siblings, 0 replies; 25+ messages in thread
From: Johannes Huber @ 2012-04-19 21:32 UTC (permalink / raw
  To: gentoo-commits

commit:     f2e7722733156c5056319021ac28eebc811b0853
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 19 21:33:09 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Apr 19 21:33:09 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f2e77227

[kde-base/kdeplasma-addons] Enable tests as they working again, bug 410253.

(Portage version: 2.2.0_alpha100/git/Linux i686, unsigned Manifest commit)

---
 .../kdeplasma-addons-4.8.49.9999.ebuild            |    3 ---
 .../kdeplasma-addons/kdeplasma-addons-9999.ebuild  |    3 ---
 2 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-4.8.49.9999.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-4.8.49.9999.ebuild
index 523b1a0..15da7c4 100644
--- a/kde-base/kdeplasma-addons/kdeplasma-addons-4.8.49.9999.ebuild
+++ b/kde-base/kdeplasma-addons/kdeplasma-addons-4.8.49.9999.ebuild
@@ -41,9 +41,6 @@ DEPEND="${COMMON_DEPEND}
 RDEPEND="${COMMON_DEPEND}
 "
 
-# bug 410253
-RESTRICT="test"
-
 src_configure() {
 	mycmakeargs=(
 		-DDBUS_INTERFACES_INSTALL_DIR="${EPREFIX}/usr/share/dbus-1/interfaces/"

diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
index 523b1a0..15da7c4 100644
--- a/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
+++ b/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
@@ -41,9 +41,6 @@ DEPEND="${COMMON_DEPEND}
 RDEPEND="${COMMON_DEPEND}
 "
 
-# bug 410253
-RESTRICT="test"
-
 src_configure() {
 	mycmakeargs=(
 		-DDBUS_INTERFACES_INSTALL_DIR="${EPREFIX}/usr/share/dbus-1/interfaces/"



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

* [gentoo-commits] proj/kde:master commit in: kde-base/kdeplasma-addons/
@ 2012-06-16 16:00 Michael Palimaka
  0 siblings, 0 replies; 25+ messages in thread
From: Michael Palimaka @ 2012-06-16 16:00 UTC (permalink / raw
  To: gentoo-commits

commit:     6799984f090c465446c6603e3e9b91135690de6e
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 16 15:59:13 2012 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Jun 16 15:59:39 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6799984f

[kde-base/kdeplasma-addons] Make it possible to use >=app-i18n/fcitx-4.2.4, since DBUS stopped being optional.

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

---
 .../kdeplasma-addons/kdeplasma-addons-4.8.4.ebuild |    5 ++++-
 .../kdeplasma-addons-4.8.49.9999.ebuild            |    5 ++++-
 .../kdeplasma-addons-4.8.80.ebuild                 |    5 ++++-
 .../kdeplasma-addons-4.8.90.ebuild                 |    5 ++++-
 .../kdeplasma-addons/kdeplasma-addons-9999.ebuild  |    5 ++++-
 5 files changed, 20 insertions(+), 5 deletions(-)

diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-4.8.4.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-4.8.4.ebuild
index 0185c21..05335a8 100644
--- a/kde-base/kdeplasma-addons/kdeplasma-addons-4.8.4.ebuild
+++ b/kde-base/kdeplasma-addons/kdeplasma-addons-4.8.4.ebuild
@@ -24,7 +24,10 @@ COMMON_DEPEND="
 	attica? ( dev-libs/libattica )
 	desktopglobe? ( $(add_kdebase_dep marble) )
 	exif? ( $(add_kdebase_dep libkexiv2) )
-	fcitx? ( app-i18n/fcitx[dbus] )
+	fcitx? ( || (
+		>=app-i18n/fcitx-4.2.4
+		app-i18n/fcitx[dbus]
+	) )
 	ibus? ( app-i18n/ibus )
 	qalculate? ( sci-libs/libqalculate )
 	qwt? ( x11-libs/qwt:5 )

diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-4.8.49.9999.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-4.8.49.9999.ebuild
index 15da7c4..b9fe80b 100644
--- a/kde-base/kdeplasma-addons/kdeplasma-addons-4.8.49.9999.ebuild
+++ b/kde-base/kdeplasma-addons/kdeplasma-addons-4.8.49.9999.ebuild
@@ -25,7 +25,10 @@ COMMON_DEPEND="
 	attica? ( dev-libs/libattica )
 	desktopglobe? ( $(add_kdebase_dep marble) )
 	exif? ( $(add_kdebase_dep libkexiv2) )
-	fcitx? ( app-i18n/fcitx[dbus] )
+	fcitx? ( || (
+		>=app-i18n/fcitx-4.2.4
+		app-i18n/fcitx[dbus]
+	) )
 	ibus? ( app-i18n/ibus )
 	qalculate? ( sci-libs/libqalculate )
 	qwt? ( x11-libs/qwt:5 )

diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-4.8.80.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-4.8.80.ebuild
index 0a09ff3..e51d0a5 100644
--- a/kde-base/kdeplasma-addons/kdeplasma-addons-4.8.80.ebuild
+++ b/kde-base/kdeplasma-addons/kdeplasma-addons-4.8.80.ebuild
@@ -25,7 +25,10 @@ COMMON_DEPEND="
 	attica? ( dev-libs/libattica )
 	desktopglobe? ( $(add_kdebase_dep marble) )
 	exif? ( $(add_kdebase_dep libkexiv2) )
-	fcitx? ( app-i18n/fcitx[dbus] )
+	fcitx? ( || (
+		>=app-i18n/fcitx-4.2.4
+		app-i18n/fcitx[dbus]
+	) )
 	ibus? ( app-i18n/ibus )
 	qalculate? ( sci-libs/libqalculate )
 	qwt? ( x11-libs/qwt:5 )

diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-4.8.90.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-4.8.90.ebuild
index 0a09ff3..e51d0a5 100644
--- a/kde-base/kdeplasma-addons/kdeplasma-addons-4.8.90.ebuild
+++ b/kde-base/kdeplasma-addons/kdeplasma-addons-4.8.90.ebuild
@@ -25,7 +25,10 @@ COMMON_DEPEND="
 	attica? ( dev-libs/libattica )
 	desktopglobe? ( $(add_kdebase_dep marble) )
 	exif? ( $(add_kdebase_dep libkexiv2) )
-	fcitx? ( app-i18n/fcitx[dbus] )
+	fcitx? ( || (
+		>=app-i18n/fcitx-4.2.4
+		app-i18n/fcitx[dbus]
+	) )
 	ibus? ( app-i18n/ibus )
 	qalculate? ( sci-libs/libqalculate )
 	qwt? ( x11-libs/qwt:5 )

diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
index 15da7c4..b9fe80b 100644
--- a/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
+++ b/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
@@ -25,7 +25,10 @@ COMMON_DEPEND="
 	attica? ( dev-libs/libattica )
 	desktopglobe? ( $(add_kdebase_dep marble) )
 	exif? ( $(add_kdebase_dep libkexiv2) )
-	fcitx? ( app-i18n/fcitx[dbus] )
+	fcitx? ( || (
+		>=app-i18n/fcitx-4.2.4
+		app-i18n/fcitx[dbus]
+	) )
 	ibus? ( app-i18n/ibus )
 	qalculate? ( sci-libs/libqalculate )
 	qwt? ( x11-libs/qwt:5 )



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

* [gentoo-commits] proj/kde:master commit in: kde-base/kdeplasma-addons/
@ 2012-06-17 21:08 Andreas Hüttel
  0 siblings, 0 replies; 25+ messages in thread
From: Andreas Hüttel @ 2012-06-17 21:08 UTC (permalink / raw
  To: gentoo-commits

commit:     0cccef2ac610c548cd943317aefb7a9bc89ad9ba
Author:     Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Sun Jun 17 21:09:45 2012 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jun 17 21:09:45 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=0cccef2a

[kde-base/kdeplasma-addons] More elegant with use defaults (EAPI=4)

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

---
 .../kdeplasma-addons/kdeplasma-addons-4.8.4.ebuild |    5 +----
 .../kdeplasma-addons-4.8.49.9999.ebuild            |    5 +----
 .../kdeplasma-addons-4.8.80.ebuild                 |    5 +----
 .../kdeplasma-addons-4.8.90.ebuild                 |    5 +----
 .../kdeplasma-addons/kdeplasma-addons-9999.ebuild  |    5 +----
 5 files changed, 5 insertions(+), 20 deletions(-)

diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-4.8.4.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-4.8.4.ebuild
index 05335a8..035b1f9 100644
--- a/kde-base/kdeplasma-addons/kdeplasma-addons-4.8.4.ebuild
+++ b/kde-base/kdeplasma-addons/kdeplasma-addons-4.8.4.ebuild
@@ -24,10 +24,7 @@ COMMON_DEPEND="
 	attica? ( dev-libs/libattica )
 	desktopglobe? ( $(add_kdebase_dep marble) )
 	exif? ( $(add_kdebase_dep libkexiv2) )
-	fcitx? ( || (
-		>=app-i18n/fcitx-4.2.4
-		app-i18n/fcitx[dbus]
-	) )
+	fcitx? ( app-i18n/fcitx[dbus(+)] )
 	ibus? ( app-i18n/ibus )
 	qalculate? ( sci-libs/libqalculate )
 	qwt? ( x11-libs/qwt:5 )

diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-4.8.49.9999.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-4.8.49.9999.ebuild
index b9fe80b..34440e2 100644
--- a/kde-base/kdeplasma-addons/kdeplasma-addons-4.8.49.9999.ebuild
+++ b/kde-base/kdeplasma-addons/kdeplasma-addons-4.8.49.9999.ebuild
@@ -25,10 +25,7 @@ COMMON_DEPEND="
 	attica? ( dev-libs/libattica )
 	desktopglobe? ( $(add_kdebase_dep marble) )
 	exif? ( $(add_kdebase_dep libkexiv2) )
-	fcitx? ( || (
-		>=app-i18n/fcitx-4.2.4
-		app-i18n/fcitx[dbus]
-	) )
+	fcitx? ( app-i18n/fcitx[dbus(+)] )
 	ibus? ( app-i18n/ibus )
 	qalculate? ( sci-libs/libqalculate )
 	qwt? ( x11-libs/qwt:5 )

diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-4.8.80.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-4.8.80.ebuild
index e51d0a5..51656c1 100644
--- a/kde-base/kdeplasma-addons/kdeplasma-addons-4.8.80.ebuild
+++ b/kde-base/kdeplasma-addons/kdeplasma-addons-4.8.80.ebuild
@@ -25,10 +25,7 @@ COMMON_DEPEND="
 	attica? ( dev-libs/libattica )
 	desktopglobe? ( $(add_kdebase_dep marble) )
 	exif? ( $(add_kdebase_dep libkexiv2) )
-	fcitx? ( || (
-		>=app-i18n/fcitx-4.2.4
-		app-i18n/fcitx[dbus]
-	) )
+	fcitx? ( app-i18n/fcitx[dbus(+)] )
 	ibus? ( app-i18n/ibus )
 	qalculate? ( sci-libs/libqalculate )
 	qwt? ( x11-libs/qwt:5 )

diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-4.8.90.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-4.8.90.ebuild
index e51d0a5..51656c1 100644
--- a/kde-base/kdeplasma-addons/kdeplasma-addons-4.8.90.ebuild
+++ b/kde-base/kdeplasma-addons/kdeplasma-addons-4.8.90.ebuild
@@ -25,10 +25,7 @@ COMMON_DEPEND="
 	attica? ( dev-libs/libattica )
 	desktopglobe? ( $(add_kdebase_dep marble) )
 	exif? ( $(add_kdebase_dep libkexiv2) )
-	fcitx? ( || (
-		>=app-i18n/fcitx-4.2.4
-		app-i18n/fcitx[dbus]
-	) )
+	fcitx? ( app-i18n/fcitx[dbus(+)] )
 	ibus? ( app-i18n/ibus )
 	qalculate? ( sci-libs/libqalculate )
 	qwt? ( x11-libs/qwt:5 )

diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
index b9fe80b..34440e2 100644
--- a/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
+++ b/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
@@ -25,10 +25,7 @@ COMMON_DEPEND="
 	attica? ( dev-libs/libattica )
 	desktopglobe? ( $(add_kdebase_dep marble) )
 	exif? ( $(add_kdebase_dep libkexiv2) )
-	fcitx? ( || (
-		>=app-i18n/fcitx-4.2.4
-		app-i18n/fcitx[dbus]
-	) )
+	fcitx? ( app-i18n/fcitx[dbus(+)] )
 	ibus? ( app-i18n/ibus )
 	qalculate? ( sci-libs/libqalculate )
 	qwt? ( x11-libs/qwt:5 )



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

* [gentoo-commits] proj/kde:master commit in: kde-base/kdeplasma-addons/
@ 2012-09-07 12:05 Johannes Huber
  0 siblings, 0 replies; 25+ messages in thread
From: Johannes Huber @ 2012-09-07 12:05 UTC (permalink / raw
  To: gentoo-commits

commit:     3edbe5649ebfadaf772e0933d4b0ba8cf8cdd9b7
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  7 12:02:13 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Sep  7 12:02:13 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3edbe564

[kde-base/kdeplasma-addons] Add missing dependencies wrt bug #430804.

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

---
 .../kdeplasma-addons-4.9.49.9999.ebuild            |    7 ++++++-
 .../kdeplasma-addons/kdeplasma-addons-9999.ebuild  |    7 ++++++-
 kde-base/kdeplasma-addons/metadata.xml             |    2 ++
 3 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-4.9.49.9999.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-4.9.49.9999.ebuild
index 8fd73a3..8d9d86c 100644
--- a/kde-base/kdeplasma-addons/kdeplasma-addons-4.9.49.9999.ebuild
+++ b/kde-base/kdeplasma-addons/kdeplasma-addons-4.9.49.9999.ebuild
@@ -11,7 +11,8 @@ HOMEPAGE="http://www.kde.org/"
 LICENSE="GPL-2 LGPL-2"
 
 KEYWORDS=""
-IUSE="attica debug desktopglobe exif fcitx ibus qalculate qwt scim semantic-desktop"
+IUSE="attica debug desktopglobe exif fcitx ibus json oauth qalculate qwt scim
+semantic-desktop"
 
 # krunner is only needed to generate dbus interface for lancelot
 COMMON_DEPEND="
@@ -26,6 +27,8 @@ COMMON_DEPEND="
 	exif? ( $(add_kdebase_dep libkexiv2) )
 	fcitx? ( app-i18n/fcitx[dbus(+)] )
 	ibus? ( app-i18n/ibus )
+	json? ( dev-libs/qjson )
+	oauth? ( dev-libs/qoauth )
 	qalculate? ( sci-libs/libqalculate )
 	qwt? ( x11-libs/qwt:5 )
 	scim? ( app-i18n/scim )
@@ -47,6 +50,8 @@ src_configure() {
 		$(cmake-utils_use_with desktopglobe Marble)
 		$(cmake-utils_use_with exif Kexiv2)
 		$(cmake-utils_use_with ibus)
+		$(cmake-utils_use_with json QJSON)
+		$(cmake-utils_use_with oauth QtOAuth)
 		$(cmake-utils_use_with qalculate)
 		$(cmake-utils_use_with qwt)
 		$(cmake-utils_use_with semantic-desktop KdepimLibs)

diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
index 8fd73a3..8d9d86c 100644
--- a/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
+++ b/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
@@ -11,7 +11,8 @@ HOMEPAGE="http://www.kde.org/"
 LICENSE="GPL-2 LGPL-2"
 
 KEYWORDS=""
-IUSE="attica debug desktopglobe exif fcitx ibus qalculate qwt scim semantic-desktop"
+IUSE="attica debug desktopglobe exif fcitx ibus json oauth qalculate qwt scim
+semantic-desktop"
 
 # krunner is only needed to generate dbus interface for lancelot
 COMMON_DEPEND="
@@ -26,6 +27,8 @@ COMMON_DEPEND="
 	exif? ( $(add_kdebase_dep libkexiv2) )
 	fcitx? ( app-i18n/fcitx[dbus(+)] )
 	ibus? ( app-i18n/ibus )
+	json? ( dev-libs/qjson )
+	oauth? ( dev-libs/qoauth )
 	qalculate? ( sci-libs/libqalculate )
 	qwt? ( x11-libs/qwt:5 )
 	scim? ( app-i18n/scim )
@@ -47,6 +50,8 @@ src_configure() {
 		$(cmake-utils_use_with desktopglobe Marble)
 		$(cmake-utils_use_with exif Kexiv2)
 		$(cmake-utils_use_with ibus)
+		$(cmake-utils_use_with json QJSON)
+		$(cmake-utils_use_with oauth QtOAuth)
 		$(cmake-utils_use_with qalculate)
 		$(cmake-utils_use_with qwt)
 		$(cmake-utils_use_with semantic-desktop KdepimLibs)

diff --git a/kde-base/kdeplasma-addons/metadata.xml b/kde-base/kdeplasma-addons/metadata.xml
index e603a93..8d333cd 100644
--- a/kde-base/kdeplasma-addons/metadata.xml
+++ b/kde-base/kdeplasma-addons/metadata.xml
@@ -7,6 +7,8 @@
 	<flag name="ibus">Use ibus input method via <pkg>app-i18n/ibus</pkg></flag>
 	<flag name="desktopglobe">Enable Desktop Globe wallpaper using <pkg>kde-base/marble</pkg></flag>
 	<flag name="fcitx">Use fcitx input method via <pkg>app-i18n/fcitx</pkg></flag>
+	<flag name="json">Enable JSON support via <pkg>dev-libs/qjson</pkg></flag>
+	<flag name="oauth">Enable OAuth support via <pkg>dev-libs/qoauth</pkg></flag>
 	<flag name="qalculate">Enable Qalculate runner using <pkg>sci-libs/libqalculate</pkg></flag>
 	<flag name="qwt">Enable applets that use <pkg>x11-libs/qwt:5</pkg>.</flag>
 	<flag name="scim">Enable applets that use <pkg>app-i18n/scim</pkg>.</flag>


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

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

commit:     a8e72228cbdb3f8e5b35a84d3843a6a441ed1e47
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 13 22:09:25 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Oct 13 22:09:25 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a8e72228

[kde-base/kdeplasma-addons] Drop HOMEPAGE, handled by eclass.

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

---
 .../kdeplasma-addons-4.9.49.9999.ebuild            |    2 --
 .../kdeplasma-addons/kdeplasma-addons-9999.ebuild  |    2 --
 2 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-4.9.49.9999.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-4.9.49.9999.ebuild
index 8d9d86c..09d607c 100644
--- a/kde-base/kdeplasma-addons/kdeplasma-addons-4.9.49.9999.ebuild
+++ b/kde-base/kdeplasma-addons/kdeplasma-addons-4.9.49.9999.ebuild
@@ -7,9 +7,7 @@ EAPI=4
 inherit kde4-base
 
 DESCRIPTION="Extra Plasma applets and engines"
-HOMEPAGE="http://www.kde.org/"
 LICENSE="GPL-2 LGPL-2"
-
 KEYWORDS=""
 IUSE="attica debug desktopglobe exif fcitx ibus json oauth qalculate qwt scim
 semantic-desktop"

diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
index 8d9d86c..09d607c 100644
--- a/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
+++ b/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
@@ -7,9 +7,7 @@ EAPI=4
 inherit kde4-base
 
 DESCRIPTION="Extra Plasma applets and engines"
-HOMEPAGE="http://www.kde.org/"
 LICENSE="GPL-2 LGPL-2"
-
 KEYWORDS=""
 IUSE="attica debug desktopglobe exif fcitx ibus json oauth qalculate qwt scim
 semantic-desktop"


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

* [gentoo-commits] proj/kde:master commit in: kde-base/kdeplasma-addons/
@ 2012-12-09  4:12 Andreas Hüttel
  0 siblings, 0 replies; 25+ messages in thread
From: Andreas Hüttel @ 2012-12-09  4:12 UTC (permalink / raw
  To: gentoo-commits

commit:     ef544e50333da34a062014a2a6b40c6749f115b7
Author:     Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Sun Dec  9 04:11:54 2012 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Dec  9 04:12:18 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ef544e50

[kde-base/kdeplasma-addons] tests hang

Package-Manager: portage-2.2.0_alpha145

---
 .../kdeplasma-addons-4.9.90.ebuild                 |    3 +++
 .../kdeplasma-addons/kdeplasma-addons-9999.ebuild  |    3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-4.9.90.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-4.9.90.ebuild
index e80f5c3..a90f8a7 100644
--- a/kde-base/kdeplasma-addons/kdeplasma-addons-4.9.90.ebuild
+++ b/kde-base/kdeplasma-addons/kdeplasma-addons-4.9.90.ebuild
@@ -12,6 +12,9 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="attica debug desktopglobe exif fcitx ibus json oauth qalculate qwt scim
 semantic-desktop"
 
+RESTRICT=test
+# tests hang
+
 # krunner is only needed to generate dbus interface for lancelot
 COMMON_DEPEND="
 	app-crypt/qca:2

diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
index a1f6128..840228d 100644
--- a/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
+++ b/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
@@ -12,6 +12,9 @@ KEYWORDS=""
 IUSE="attica debug desktopglobe exif fcitx ibus json oauth qalculate qwt scim
 semantic-desktop"
 
+RESTRICT=test
+# tests hang
+
 # krunner is only needed to generate dbus interface for lancelot
 COMMON_DEPEND="
 	app-crypt/qca:2


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

* [gentoo-commits] proj/kde:master commit in: kde-base/kdeplasma-addons/
@ 2013-08-01 10:28 Michael Palimaka
  0 siblings, 0 replies; 25+ messages in thread
From: Michael Palimaka @ 2013-08-01 10:28 UTC (permalink / raw
  To: gentoo-commits

commit:     5631dd05d240eb29869626f6c6f67ce8ae904814
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  1 10:25:50 2013 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Aug  1 10:25:50 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=5631dd05

[kde-base/kdeplasma-addons] Fix automagic dependencies wrt bug #478832.

Package-Manager: portage-2.1.13.2

---
 kde-base/kdeplasma-addons/kdeplasma-addons-4.10.97.ebuild      | 4 ++--
 kde-base/kdeplasma-addons/kdeplasma-addons-4.11.49.9999.ebuild | 4 ++--
 kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild         | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-4.10.97.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-4.10.97.ebuild
index 96ffcdf..ad46376 100644
--- a/kde-base/kdeplasma-addons/kdeplasma-addons-4.10.97.ebuild
+++ b/kde-base/kdeplasma-addons/kdeplasma-addons-4.10.97.ebuild
@@ -45,12 +45,12 @@ src_configure() {
 		$(cmake-utils_use_with attica LibAttica)
 		$(cmake-utils_use_with desktopglobe Marble)
 		$(cmake-utils_use_with exif Kexiv2)
-		$(cmake-utils_use_with ibus)
+		$(cmake-utils_use_build ibus)
 		$(cmake-utils_use_with json QJSON)
 		$(cmake-utils_use_with oauth QtOAuth)
 		$(cmake-utils_use_with qalculate)
 		$(cmake-utils_use_with qwt)
-		$(cmake-utils_use_with scim)
+		$(cmake-utils_use_build scim)
 	)
 
 	kde4-base_src_configure

diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-4.11.49.9999.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-4.11.49.9999.ebuild
index 1418327..d5f07a3 100644
--- a/kde-base/kdeplasma-addons/kdeplasma-addons-4.11.49.9999.ebuild
+++ b/kde-base/kdeplasma-addons/kdeplasma-addons-4.11.49.9999.ebuild
@@ -45,12 +45,12 @@ src_configure() {
 		$(cmake-utils_use_with attica LibAttica)
 		$(cmake-utils_use_with desktopglobe Marble)
 		$(cmake-utils_use_with exif Kexiv2)
-		$(cmake-utils_use_with ibus)
+		$(cmake-utils_use_build ibus)
 		$(cmake-utils_use_with json QJSON)
 		$(cmake-utils_use_with oauth QtOAuth)
 		$(cmake-utils_use_with qalculate)
 		$(cmake-utils_use_with qwt)
-		$(cmake-utils_use_with scim)
+		$(cmake-utils_use_build scim)
 	)
 
 	kde4-base_src_configure

diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
index 1418327..d5f07a3 100644
--- a/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
+++ b/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
@@ -45,12 +45,12 @@ src_configure() {
 		$(cmake-utils_use_with attica LibAttica)
 		$(cmake-utils_use_with desktopglobe Marble)
 		$(cmake-utils_use_with exif Kexiv2)
-		$(cmake-utils_use_with ibus)
+		$(cmake-utils_use_build ibus)
 		$(cmake-utils_use_with json QJSON)
 		$(cmake-utils_use_with oauth QtOAuth)
 		$(cmake-utils_use_with qalculate)
 		$(cmake-utils_use_with qwt)
-		$(cmake-utils_use_with scim)
+		$(cmake-utils_use_build scim)
 	)
 
 	kde4-base_src_configure


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

* [gentoo-commits] proj/kde:master commit in: kde-base/kdeplasma-addons/
@ 2013-10-06 19:57 Chris Reffett
  0 siblings, 0 replies; 25+ messages in thread
From: Chris Reffett @ 2013-10-06 19:57 UTC (permalink / raw
  To: gentoo-commits

commit:     8afeb505896b0f69d11f209a259b1b72ab23f226
Author:     Chris Reffett <creffett <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  6 05:53:38 2013 +0000
Commit:     Chris Reffett <creffett <AT> gentoo <DOT> org>
CommitDate: Sun Oct  6 05:53:38 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8afeb505

[kde-base/kdeplasma-addons] Conversion back to semantic-desktop

Package-Manager: portage-2.2.7

---
 ...ons-4.11.2.ebuild => kdeplasma-addons-4.11.2-r1.ebuild} | 14 +++++++++++---
 .../kdeplasma-addons/kdeplasma-addons-4.11.49.9999.ebuild  | 12 ++++++++++--
 kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild     | 12 ++++++++++--
 3 files changed, 31 insertions(+), 7 deletions(-)

diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-4.11.2.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-4.11.2-r1.ebuild
similarity index 77%
rename from kde-base/kdeplasma-addons/kdeplasma-addons-4.11.2.ebuild
rename to kde-base/kdeplasma-addons/kdeplasma-addons-4.11.2-r1.ebuild
index 9015b8c..44c4548 100644
--- a/kde-base/kdeplasma-addons/kdeplasma-addons-4.11.2.ebuild
+++ b/kde-base/kdeplasma-addons/kdeplasma-addons-4.11.2-r1.ebuild
@@ -8,8 +8,9 @@ inherit kde4-base
 
 DESCRIPTION="Extra Plasma applets and engines"
 LICENSE="GPL-2 LGPL-2"
-KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="attica debug desktopglobe exif fcitx ibus json oauth qalculate qwt scim"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="attica debug desktopglobe exif fcitx ibus json oauth qalculate qwt scim
+semantic-desktop"
 
 RESTRICT=test
 # tests hang
@@ -18,9 +19,10 @@ RESTRICT=test
 COMMON_DEPEND="
 	app-crypt/qca:2
 	app-crypt/qca-ossl:2
+	$(add_kdebase_dep kdelibs 'semantic-desktop?')
 	$(add_kdebase_dep kdepimlibs)
 	$(add_kdebase_dep krunner)
-	$(add_kdebase_dep plasma-workspace)
+	$(add_kdebase_dep plasma-workspace 'semantic-desktop?')
 	x11-misc/shared-mime-info
 	attica? ( dev-libs/libattica )
 	desktopglobe? ( $(add_kdebase_dep marble) )
@@ -32,6 +34,10 @@ COMMON_DEPEND="
 	qalculate? ( sci-libs/libqalculate )
 	qwt? ( x11-libs/qwt:5 )
 	scim? ( app-i18n/scim )
+	semantic-desktop? (
+		$(add_kdebase_dep kdepimlibs)
+		$(add_kdebase_dep plasma-workspace)
+	)
 "
 DEPEND="${COMMON_DEPEND}
 	dev-cpp/eigen:2
@@ -51,6 +57,8 @@ src_configure() {
 		$(cmake-utils_use_with qalculate)
 		$(cmake-utils_use_with qwt)
 		$(cmake-utils_use_build scim)
+		$(cmake-utils_use_with semantic-desktop KdepimLibs)
+		$(cmake-utils_use_with semantic-desktop Nepomuk)
 	)
 
 	kde4-base_src_configure

diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-4.11.49.9999.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-4.11.49.9999.ebuild
index d5f07a3..a7ae2a4 100644
--- a/kde-base/kdeplasma-addons/kdeplasma-addons-4.11.49.9999.ebuild
+++ b/kde-base/kdeplasma-addons/kdeplasma-addons-4.11.49.9999.ebuild
@@ -9,7 +9,8 @@ inherit kde4-base
 DESCRIPTION="Extra Plasma applets and engines"
 LICENSE="GPL-2 LGPL-2"
 KEYWORDS=""
-IUSE="attica debug desktopglobe exif fcitx ibus json oauth qalculate qwt scim"
+IUSE="attica debug desktopglobe exif fcitx ibus json oauth qalculate qwt scim
+semantic-desktop"
 
 RESTRICT=test
 # tests hang
@@ -18,9 +19,10 @@ RESTRICT=test
 COMMON_DEPEND="
 	app-crypt/qca:2
 	app-crypt/qca-ossl:2
+	$(add_kdebase_dep kdelibs 'semantic-desktop?')
 	$(add_kdebase_dep kdepimlibs)
 	$(add_kdebase_dep krunner)
-	$(add_kdebase_dep plasma-workspace)
+	$(add_kdebase_dep plasma-workspace 'semantic-desktop?')
 	x11-misc/shared-mime-info
 	attica? ( dev-libs/libattica )
 	desktopglobe? ( $(add_kdebase_dep marble) )
@@ -32,6 +34,10 @@ COMMON_DEPEND="
 	qalculate? ( sci-libs/libqalculate )
 	qwt? ( x11-libs/qwt:5 )
 	scim? ( app-i18n/scim )
+	semantic-desktop? (
+		$(add_kdebase_dep kdepimlibs)
+		$(add_kdebase_dep plasma-workspace)
+	)
 "
 DEPEND="${COMMON_DEPEND}
 	dev-cpp/eigen:2
@@ -51,6 +57,8 @@ src_configure() {
 		$(cmake-utils_use_with qalculate)
 		$(cmake-utils_use_with qwt)
 		$(cmake-utils_use_build scim)
+		$(cmake-utils_use_with semantic-desktop KdepimLibs)
+		$(cmake-utils_use_with semantic-desktop Nepomuk)
 	)
 
 	kde4-base_src_configure

diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
index d5f07a3..a7ae2a4 100644
--- a/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
+++ b/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
@@ -9,7 +9,8 @@ inherit kde4-base
 DESCRIPTION="Extra Plasma applets and engines"
 LICENSE="GPL-2 LGPL-2"
 KEYWORDS=""
-IUSE="attica debug desktopglobe exif fcitx ibus json oauth qalculate qwt scim"
+IUSE="attica debug desktopglobe exif fcitx ibus json oauth qalculate qwt scim
+semantic-desktop"
 
 RESTRICT=test
 # tests hang
@@ -18,9 +19,10 @@ RESTRICT=test
 COMMON_DEPEND="
 	app-crypt/qca:2
 	app-crypt/qca-ossl:2
+	$(add_kdebase_dep kdelibs 'semantic-desktop?')
 	$(add_kdebase_dep kdepimlibs)
 	$(add_kdebase_dep krunner)
-	$(add_kdebase_dep plasma-workspace)
+	$(add_kdebase_dep plasma-workspace 'semantic-desktop?')
 	x11-misc/shared-mime-info
 	attica? ( dev-libs/libattica )
 	desktopglobe? ( $(add_kdebase_dep marble) )
@@ -32,6 +34,10 @@ COMMON_DEPEND="
 	qalculate? ( sci-libs/libqalculate )
 	qwt? ( x11-libs/qwt:5 )
 	scim? ( app-i18n/scim )
+	semantic-desktop? (
+		$(add_kdebase_dep kdepimlibs)
+		$(add_kdebase_dep plasma-workspace)
+	)
 "
 DEPEND="${COMMON_DEPEND}
 	dev-cpp/eigen:2
@@ -51,6 +57,8 @@ src_configure() {
 		$(cmake-utils_use_with qalculate)
 		$(cmake-utils_use_with qwt)
 		$(cmake-utils_use_build scim)
+		$(cmake-utils_use_with semantic-desktop KdepimLibs)
+		$(cmake-utils_use_with semantic-desktop Nepomuk)
 	)
 
 	kde4-base_src_configure


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

* [gentoo-commits] proj/kde:master commit in: kde-base/kdeplasma-addons/
@ 2013-10-14 17:28 Johannes Huber
  0 siblings, 0 replies; 25+ messages in thread
From: Johannes Huber @ 2013-10-14 17:28 UTC (permalink / raw
  To: gentoo-commits

commit:     511da34b1e1e7b5444e3c93ee426f848fc9aa744
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 14 19:27:42 2013 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Oct 14 19:27:42 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=511da34b

[kde-base/kdeplasma-addons] Fix deps for USE semantic-desktop wrt bug #488006.

Package-Manager: portage-2.2.7

---
 kde-base/kdeplasma-addons/kdeplasma-addons-4.11.49.9999.ebuild | 2 --
 kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild         | 2 --
 2 files changed, 4 deletions(-)

diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-4.11.49.9999.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-4.11.49.9999.ebuild
index a7ae2a4..247d2a3 100644
--- a/kde-base/kdeplasma-addons/kdeplasma-addons-4.11.49.9999.ebuild
+++ b/kde-base/kdeplasma-addons/kdeplasma-addons-4.11.49.9999.ebuild
@@ -20,7 +20,6 @@ COMMON_DEPEND="
 	app-crypt/qca:2
 	app-crypt/qca-ossl:2
 	$(add_kdebase_dep kdelibs 'semantic-desktop?')
-	$(add_kdebase_dep kdepimlibs)
 	$(add_kdebase_dep krunner)
 	$(add_kdebase_dep plasma-workspace 'semantic-desktop?')
 	x11-misc/shared-mime-info
@@ -36,7 +35,6 @@ COMMON_DEPEND="
 	scim? ( app-i18n/scim )
 	semantic-desktop? (
 		$(add_kdebase_dep kdepimlibs)
-		$(add_kdebase_dep plasma-workspace)
 	)
 "
 DEPEND="${COMMON_DEPEND}

diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
index a7ae2a4..247d2a3 100644
--- a/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
+++ b/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
@@ -20,7 +20,6 @@ COMMON_DEPEND="
 	app-crypt/qca:2
 	app-crypt/qca-ossl:2
 	$(add_kdebase_dep kdelibs 'semantic-desktop?')
-	$(add_kdebase_dep kdepimlibs)
 	$(add_kdebase_dep krunner)
 	$(add_kdebase_dep plasma-workspace 'semantic-desktop?')
 	x11-misc/shared-mime-info
@@ -36,7 +35,6 @@ COMMON_DEPEND="
 	scim? ( app-i18n/scim )
 	semantic-desktop? (
 		$(add_kdebase_dep kdepimlibs)
-		$(add_kdebase_dep plasma-workspace)
 	)
 "
 DEPEND="${COMMON_DEPEND}


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

* [gentoo-commits] proj/kde:master commit in: kde-base/kdeplasma-addons/
@ 2014-01-20 10:41 Michael Palimaka
  0 siblings, 0 replies; 25+ messages in thread
From: Michael Palimaka @ 2014-01-20 10:41 UTC (permalink / raw
  To: gentoo-commits

commit:     12d3a29fdf0f7ce1815f63612fef9ea17c7cbdca
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 20 10:40:41 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Jan 20 10:40:41 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=12d3a29f

[kde-base/attica] Requires attica built against Qt4.

Package-Manager: portage-2.2.7

---
 kde-base/kdeplasma-addons/kdeplasma-addons-4.11.49.9999.ebuild | 2 +-
 kde-base/kdeplasma-addons/kdeplasma-addons-4.12.49.9999.ebuild | 2 +-
 kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild         | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-4.11.49.9999.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-4.11.49.9999.ebuild
index c5b39ef..dbf5fb7 100644
--- a/kde-base/kdeplasma-addons/kdeplasma-addons-4.11.49.9999.ebuild
+++ b/kde-base/kdeplasma-addons/kdeplasma-addons-4.11.49.9999.ebuild
@@ -23,7 +23,7 @@ COMMON_DEPEND="
 	$(add_kdebase_dep krunner)
 	$(add_kdebase_dep plasma-workspace 'semantic-desktop?')
 	x11-misc/shared-mime-info
-	attica? ( dev-libs/libattica )
+	attica? ( dev-libs/libattica[qt4] )
 	desktopglobe? ( $(add_kdebase_dep marble) )
 	exif? ( $(add_kdebase_dep libkexiv2) )
 	fcitx? ( app-i18n/fcitx[dbus(+)] )

diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-4.12.49.9999.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-4.12.49.9999.ebuild
index ffb8e54..8d625ac 100644
--- a/kde-base/kdeplasma-addons/kdeplasma-addons-4.12.49.9999.ebuild
+++ b/kde-base/kdeplasma-addons/kdeplasma-addons-4.12.49.9999.ebuild
@@ -23,7 +23,7 @@ COMMON_DEPEND="
 	$(add_kdebase_dep krunner '' 4.11)
 	$(add_kdebase_dep plasma-workspace 'semantic-desktop?' 4.11)
 	x11-misc/shared-mime-info
-	attica? ( dev-libs/libattica )
+	attica? ( dev-libs/libattica[qt4] )
 	desktopglobe? ( $(add_kdebase_dep marble) )
 	exif? ( $(add_kdebase_dep libkexiv2) )
 	fcitx? ( app-i18n/fcitx[dbus(+)] )

diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
index c5b39ef..dbf5fb7 100644
--- a/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
+++ b/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
@@ -23,7 +23,7 @@ COMMON_DEPEND="
 	$(add_kdebase_dep krunner)
 	$(add_kdebase_dep plasma-workspace 'semantic-desktop?')
 	x11-misc/shared-mime-info
-	attica? ( dev-libs/libattica )
+	attica? ( dev-libs/libattica[qt4] )
 	desktopglobe? ( $(add_kdebase_dep marble) )
 	exif? ( $(add_kdebase_dep libkexiv2) )
 	fcitx? ( app-i18n/fcitx[dbus(+)] )


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

* [gentoo-commits] proj/kde:master commit in: kde-base/kdeplasma-addons/
@ 2014-05-04 23:35 Johannes Huber
  0 siblings, 0 replies; 25+ messages in thread
From: Johannes Huber @ 2014-05-04 23:35 UTC (permalink / raw
  To: gentoo-commits

commit:     6844cf99d773042f158070ba6c79de1b24aa232d
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun May  4 22:23:43 2014 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun May  4 22:48:49 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6844cf99

[kde-base/kdeplasma-addons] Introduce nepomuk and kdepim USE flags, bug #508350

Package-Manager: portage-2.2.10

---
 .../kdeplasma-addons-4.13.49.9999.ebuild           | 16 ++++++-------
 .../kdeplasma-addons-4.9999.ebuild                 | 16 ++++++-------
 kde-base/kdeplasma-addons/metadata.xml             | 26 ++++++++++++----------
 3 files changed, 28 insertions(+), 30 deletions(-)

diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-4.13.49.9999.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-4.13.49.9999.ebuild
index ffb8e54..41fef45 100644
--- a/kde-base/kdeplasma-addons/kdeplasma-addons-4.13.49.9999.ebuild
+++ b/kde-base/kdeplasma-addons/kdeplasma-addons-4.13.49.9999.ebuild
@@ -9,8 +9,8 @@ inherit kde4-base
 DESCRIPTION="Extra Plasma applets and engines"
 LICENSE="GPL-2 LGPL-2"
 KEYWORDS=""
-IUSE="attica debug desktopglobe exif fcitx ibus json oauth qalculate qwt scim
-semantic-desktop"
+IUSE="attica debug desktopglobe exif fcitx ibus json +kdepim nepomuk oauth
+qalculate qwt scim"
 
 RESTRICT=test
 # tests hang
@@ -19,9 +19,9 @@ RESTRICT=test
 COMMON_DEPEND="
 	app-crypt/qca:2
 	app-crypt/qca-ossl:2
-	$(add_kdebase_dep kdelibs 'semantic-desktop?')
+	$(add_kdebase_dep kdelibs 'nepomuk?')
 	$(add_kdebase_dep krunner '' 4.11)
-	$(add_kdebase_dep plasma-workspace 'semantic-desktop?' 4.11)
+	$(add_kdebase_dep plasma-workspace 'nepomuk?' 4.11)
 	x11-misc/shared-mime-info
 	attica? ( dev-libs/libattica )
 	desktopglobe? ( $(add_kdebase_dep marble) )
@@ -29,13 +29,11 @@ COMMON_DEPEND="
 	fcitx? ( app-i18n/fcitx[dbus(+)] )
 	ibus? ( app-i18n/ibus )
 	json? ( dev-libs/qjson )
+	kdepim? ( $(add_kdebase_dep kdepimlibs) )
 	oauth? ( dev-libs/qoauth )
 	qalculate? ( sci-libs/libqalculate )
 	qwt? ( x11-libs/qwt:5 )
 	scim? ( app-i18n/scim )
-	semantic-desktop? (
-		$(add_kdebase_dep kdepimlibs)
-	)
 "
 DEPEND="${COMMON_DEPEND}
 	dev-cpp/eigen:2
@@ -51,12 +49,12 @@ src_configure() {
 		$(cmake-utils_use_with exif Kexiv2)
 		$(cmake-utils_use_build ibus)
 		$(cmake-utils_use_with json QJSON)
+		$(cmake-utils_use_with kdepim KdepimLibs)
+		$(cmake-utils_use_with nepomuk)
 		$(cmake-utils_use_with oauth QtOAuth)
 		$(cmake-utils_use_with qalculate)
 		$(cmake-utils_use_with qwt)
 		$(cmake-utils_use_build scim)
-		$(cmake-utils_use_with semantic-desktop KdepimLibs)
-		$(cmake-utils_use_with semantic-desktop Nepomuk)
 	)
 
 	kde4-base_src_configure

diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-4.9999.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-4.9999.ebuild
index ffb8e54..41fef45 100644
--- a/kde-base/kdeplasma-addons/kdeplasma-addons-4.9999.ebuild
+++ b/kde-base/kdeplasma-addons/kdeplasma-addons-4.9999.ebuild
@@ -9,8 +9,8 @@ inherit kde4-base
 DESCRIPTION="Extra Plasma applets and engines"
 LICENSE="GPL-2 LGPL-2"
 KEYWORDS=""
-IUSE="attica debug desktopglobe exif fcitx ibus json oauth qalculate qwt scim
-semantic-desktop"
+IUSE="attica debug desktopglobe exif fcitx ibus json +kdepim nepomuk oauth
+qalculate qwt scim"
 
 RESTRICT=test
 # tests hang
@@ -19,9 +19,9 @@ RESTRICT=test
 COMMON_DEPEND="
 	app-crypt/qca:2
 	app-crypt/qca-ossl:2
-	$(add_kdebase_dep kdelibs 'semantic-desktop?')
+	$(add_kdebase_dep kdelibs 'nepomuk?')
 	$(add_kdebase_dep krunner '' 4.11)
-	$(add_kdebase_dep plasma-workspace 'semantic-desktop?' 4.11)
+	$(add_kdebase_dep plasma-workspace 'nepomuk?' 4.11)
 	x11-misc/shared-mime-info
 	attica? ( dev-libs/libattica )
 	desktopglobe? ( $(add_kdebase_dep marble) )
@@ -29,13 +29,11 @@ COMMON_DEPEND="
 	fcitx? ( app-i18n/fcitx[dbus(+)] )
 	ibus? ( app-i18n/ibus )
 	json? ( dev-libs/qjson )
+	kdepim? ( $(add_kdebase_dep kdepimlibs) )
 	oauth? ( dev-libs/qoauth )
 	qalculate? ( sci-libs/libqalculate )
 	qwt? ( x11-libs/qwt:5 )
 	scim? ( app-i18n/scim )
-	semantic-desktop? (
-		$(add_kdebase_dep kdepimlibs)
-	)
 "
 DEPEND="${COMMON_DEPEND}
 	dev-cpp/eigen:2
@@ -51,12 +49,12 @@ src_configure() {
 		$(cmake-utils_use_with exif Kexiv2)
 		$(cmake-utils_use_build ibus)
 		$(cmake-utils_use_with json QJSON)
+		$(cmake-utils_use_with kdepim KdepimLibs)
+		$(cmake-utils_use_with nepomuk)
 		$(cmake-utils_use_with oauth QtOAuth)
 		$(cmake-utils_use_with qalculate)
 		$(cmake-utils_use_with qwt)
 		$(cmake-utils_use_build scim)
-		$(cmake-utils_use_with semantic-desktop KdepimLibs)
-		$(cmake-utils_use_with semantic-desktop Nepomuk)
 	)
 
 	kde4-base_src_configure

diff --git a/kde-base/kdeplasma-addons/metadata.xml b/kde-base/kdeplasma-addons/metadata.xml
index 8d333cd..f465b65 100644
--- a/kde-base/kdeplasma-addons/metadata.xml
+++ b/kde-base/kdeplasma-addons/metadata.xml
@@ -1,16 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>kde</herd>
-<use>
-	<flag name="attica">Enable support for <pkg>dev-libs/libattica</pkg></flag>
-	<flag name="ibus">Use ibus input method via <pkg>app-i18n/ibus</pkg></flag>
-	<flag name="desktopglobe">Enable Desktop Globe wallpaper using <pkg>kde-base/marble</pkg></flag>
-	<flag name="fcitx">Use fcitx input method via <pkg>app-i18n/fcitx</pkg></flag>
-	<flag name="json">Enable JSON support via <pkg>dev-libs/qjson</pkg></flag>
-	<flag name="oauth">Enable OAuth support via <pkg>dev-libs/qoauth</pkg></flag>
-	<flag name="qalculate">Enable Qalculate runner using <pkg>sci-libs/libqalculate</pkg></flag>
-	<flag name="qwt">Enable applets that use <pkg>x11-libs/qwt:5</pkg>.</flag>
-	<flag name="scim">Enable applets that use <pkg>app-i18n/scim</pkg>.</flag>
-</use>
+	<herd>kde</herd>
+	<use>
+		<flag name="attica">Enable support for <pkg>dev-libs/libattica</pkg></flag>
+		<flag name="ibus">Use ibus input method via <pkg>app-i18n/ibus</pkg></flag>
+		<flag name="desktopglobe">Enable Desktop Globe wallpaper using <pkg>kde-base/marble</pkg></flag>
+		<flag name="fcitx">Use fcitx input method via <pkg>app-i18n/fcitx</pkg></flag>
+		<flag name="json">Enable JSON support via <pkg>dev-libs/qjson</pkg></flag>
+		<flag name="kdepim">KDE PIM integration via <pkg>kde-base/kdepimlibs</pkg></flag>
+		<flag name="nepomuk">Enable Nepomuk based semantic desktop support (deprecated)</flag>
+		<flag name="oauth">Enable OAuth support via <pkg>dev-libs/qoauth</pkg></flag>
+		<flag name="qalculate">Enable Qalculate runner using <pkg>sci-libs/libqalculate</pkg></flag>
+		<flag name="qwt">Enable applets that use <pkg>x11-libs/qwt:5</pkg></flag>
+		<flag name="scim">Enable applets that use <pkg>app-i18n/scim</pkg></flag>
+	</use>
 </pkgmetadata>


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

* [gentoo-commits] proj/kde:master commit in: kde-base/kdeplasma-addons/
@ 2014-10-02 15:38 Michael Palimaka
  0 siblings, 0 replies; 25+ messages in thread
From: Michael Palimaka @ 2014-10-02 15:38 UTC (permalink / raw
  To: gentoo-commits

commit:     8c75448f3c4ddbe66a89157fbc4ebdc805abb2b4
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  2 15:37:40 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Oct  2 15:37:40 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8c75448f

[kde-base/kdeplasma-addons] KF5 version bump.

Package-Manager: portage-2.2.12

---
 .../kdeplasma-addons-5.0.95.ebuild                 | 44 ++++++++++++++++++++++
 .../kdeplasma-addons-5.1.9999.ebuild               | 44 ++++++++++++++++++++++
 .../kdeplasma-addons/kdeplasma-addons-9999.ebuild  | 44 ++++++++++++++++++++++
 3 files changed, 132 insertions(+)

diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-5.0.95.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-5.0.95.ebuild
new file mode 100644
index 0000000..2901b55
--- /dev/null
+++ b/kde-base/kdeplasma-addons/kdeplasma-addons-5.0.95.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit kde5
+
+DESCRIPTION="Extra Plasma applets and engines"
+LICENSE="GPL-2 LGPL-2"
+KEYWORDS=" ~amd64"
+IUSE="ibus scim"
+
+DEPEND="
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kconfigwidgets)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kdelibs4support)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kio)
+	$(add_frameworks_dep krunner)
+	$(add_frameworks_dep kservice)
+	$(add_frameworks_dep kunitconversion)
+	$(add_frameworks_dep plasma)
+	dev-qt/qtdbus:5
+	dev-qt/qtdeclarative:5
+	dev-qt/qtgui:5
+	dev-qt/qtwidgets:5
+	ibus? (
+		app-i18n/ibus
+		dev-libs/glib:2
+	)
+	scim? ( app-i18n/scim )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use_find_package ibus IBus)
+		$(cmake-utils_use_find_package scim)
+	)
+
+	kde5_src_configure
+}

diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-5.1.9999.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-5.1.9999.ebuild
new file mode 100644
index 0000000..a594b57
--- /dev/null
+++ b/kde-base/kdeplasma-addons/kdeplasma-addons-5.1.9999.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit kde5
+
+DESCRIPTION="Extra Plasma applets and engines"
+LICENSE="GPL-2 LGPL-2"
+KEYWORDS=""
+IUSE="ibus scim"
+
+DEPEND="
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kconfigwidgets)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kdelibs4support)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kio)
+	$(add_frameworks_dep krunner)
+	$(add_frameworks_dep kservice)
+	$(add_frameworks_dep kunitconversion)
+	$(add_frameworks_dep plasma)
+	dev-qt/qtdbus:5
+	dev-qt/qtdeclarative:5
+	dev-qt/qtgui:5
+	dev-qt/qtwidgets:5
+	ibus? (
+		app-i18n/ibus
+		dev-libs/glib:2
+	)
+	scim? ( app-i18n/scim )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use_find_package ibus IBus)
+		$(cmake-utils_use_find_package scim)
+	)
+
+	kde5_src_configure
+}

diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
new file mode 100644
index 0000000..a594b57
--- /dev/null
+++ b/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit kde5
+
+DESCRIPTION="Extra Plasma applets and engines"
+LICENSE="GPL-2 LGPL-2"
+KEYWORDS=""
+IUSE="ibus scim"
+
+DEPEND="
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kconfigwidgets)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kdelibs4support)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kio)
+	$(add_frameworks_dep krunner)
+	$(add_frameworks_dep kservice)
+	$(add_frameworks_dep kunitconversion)
+	$(add_frameworks_dep plasma)
+	dev-qt/qtdbus:5
+	dev-qt/qtdeclarative:5
+	dev-qt/qtgui:5
+	dev-qt/qtwidgets:5
+	ibus? (
+		app-i18n/ibus
+		dev-libs/glib:2
+	)
+	scim? ( app-i18n/scim )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use_find_package ibus IBus)
+		$(cmake-utils_use_find_package scim)
+	)
+
+	kde5_src_configure
+}


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

* [gentoo-commits] proj/kde:master commit in: kde-base/kdeplasma-addons/
@ 2014-11-29 17:14 Michael Palimaka
  0 siblings, 0 replies; 25+ messages in thread
From: Michael Palimaka @ 2014-11-29 17:14 UTC (permalink / raw
  To: gentoo-commits

commit:     1ab909bfb947c9c903410f01d5144eac2c9326fa
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 29 17:14:11 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Nov 29 17:14:11 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=1ab909bf

[kde-base/kdeplasma-addons] Remove unused USE flag descriptions.

Package-Manager: portage-2.2.14

---
 kde-base/kdeplasma-addons/metadata.xml | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/kde-base/kdeplasma-addons/metadata.xml b/kde-base/kdeplasma-addons/metadata.xml
index f465b65..d535595 100644
--- a/kde-base/kdeplasma-addons/metadata.xml
+++ b/kde-base/kdeplasma-addons/metadata.xml
@@ -3,16 +3,7 @@
 <pkgmetadata>
 	<herd>kde</herd>
 	<use>
-		<flag name="attica">Enable support for <pkg>dev-libs/libattica</pkg></flag>
 		<flag name="ibus">Use ibus input method via <pkg>app-i18n/ibus</pkg></flag>
-		<flag name="desktopglobe">Enable Desktop Globe wallpaper using <pkg>kde-base/marble</pkg></flag>
-		<flag name="fcitx">Use fcitx input method via <pkg>app-i18n/fcitx</pkg></flag>
-		<flag name="json">Enable JSON support via <pkg>dev-libs/qjson</pkg></flag>
-		<flag name="kdepim">KDE PIM integration via <pkg>kde-base/kdepimlibs</pkg></flag>
-		<flag name="nepomuk">Enable Nepomuk based semantic desktop support (deprecated)</flag>
-		<flag name="oauth">Enable OAuth support via <pkg>dev-libs/qoauth</pkg></flag>
-		<flag name="qalculate">Enable Qalculate runner using <pkg>sci-libs/libqalculate</pkg></flag>
-		<flag name="qwt">Enable applets that use <pkg>x11-libs/qwt:5</pkg></flag>
 		<flag name="scim">Enable applets that use <pkg>app-i18n/scim</pkg></flag>
 	</use>
 </pkgmetadata>


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

end of thread, other threads:[~2014-11-29 17:14 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-09  4:12 [gentoo-commits] proj/kde:master commit in: kde-base/kdeplasma-addons/ Andreas Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2014-11-29 17:14 Michael Palimaka
2014-10-02 15:38 Michael Palimaka
2014-05-04 23:35 Johannes Huber
2014-01-20 10:41 Michael Palimaka
2013-10-14 17:28 Johannes Huber
2013-10-06 19:57 Chris Reffett
2013-08-01 10:28 Michael Palimaka
2012-10-13 22:10 Johannes Huber
2012-09-07 12:05 Johannes Huber
2012-06-17 21:08 Andreas Hüttel
2012-06-16 16:00 Michael Palimaka
2012-04-19 21:32 Johannes Huber
2012-04-16 10:18 Johannes Huber
2012-04-02 11:35 Johannes Huber
2012-03-25  9:18 Andreas Hüttel
2012-03-07  7:21 Patrick Lauer
2011-11-25 18:33 Johannes Huber
2011-09-07 21:43 Alexey Shvetsov
2011-06-26  0:11 Jorge Manuel B. S. Vicetto
2011-06-09 22:03 Andreas Hüttel
2011-06-09 22:03 Andreas Hüttel
2011-05-30 20:01 Alexey Shvetsov
2011-05-07  8:35 Tomas Chvatal
2011-04-12  1:54 Theo Chatzimichos

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