public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-base/korundum/
@ 2015-08-07 22:24 Johannes Huber
  0 siblings, 0 replies; 13+ messages in thread
From: Johannes Huber @ 2015-08-07 22:24 UTC (permalink / raw
  To: gentoo-commits

commit:     a8c2d803216aebe135c76452b647f700b5a1585e
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  7 22:27:06 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Aug  7 22:27:06 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=a8c2d803

[kde-base/korundum] Drop deprecated Nepomuk support

Package-Manager: portage-2.2.20

 kde-base/korundum/korundum-9999.ebuild | 8 ++++----
 kde-base/korundum/metadata.xml         | 1 -
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/kde-base/korundum/korundum-9999.ebuild b/kde-base/korundum/korundum-9999.ebuild
index 400a36a..d662e63 100644
--- a/kde-base/korundum/korundum-9999.ebuild
+++ b/kde-base/korundum/korundum-9999.ebuild
@@ -16,12 +16,12 @@ inherit kde4-base ruby-ng
 
 DESCRIPTION="KDE Ruby bindings"
 KEYWORDS=""
-IUSE="akonadi debug kate nepomuk okular"
+IUSE="akonadi debug kate okular"
 HOMEPAGE="http://techbase.kde.org/Development/Languages/Ruby"
 
 DEPEND="
 	$(add_kdebase_dep qtruby 'ruby_targets_ruby20')
-	$(add_kdebase_dep smokekde 'akonadi?,kate?,okular?,nepomuk?')
+	$(add_kdebase_dep smokekde 'akonadi?,kate?,okular?')
 	$(add_kdebase_dep smokeqt)
 "
 RDEPEND="${DEPEND}
@@ -51,10 +51,10 @@ each_ruby_configure() {
 		-DRUBY_LIBRARY=$(ruby_get_libruby)
 		-DRUBY_INCLUDE_PATH=$(ruby_get_hdrdir)
 		-DRUBY_EXECUTABLE=${RUBY}
+		-DWITH_nepomuk=OFF
+		-DWITH_Soprano=OFF
 		$(cmake-utils_use_with akonadi)
 		$(cmake-utils_use_with akonadi KdepimLibs)
-		$(cmake-utils_use_with nepomuk)
-		$(cmake-utils_use_with nepomuk Soprano)
 		$(cmake-utils_use_disable kate)
 		$(cmake-utils_use_with okular)
 	)

diff --git a/kde-base/korundum/metadata.xml b/kde-base/korundum/metadata.xml
index e1adab3..6de6cd7 100644
--- a/kde-base/korundum/metadata.xml
+++ b/kde-base/korundum/metadata.xml
@@ -5,7 +5,6 @@
 	<use>
 		<flag name="akonadi">Compile bindings for Akonadi</flag>
 		<flag name="kate">Compile bindings for KDE Advanced Text Editor</flag>
-		<flag name="nepomuk">Compile bindings for Nepomuk</flag>
 		<flag name="okular">Compile bindings for <pkg>kde-base/okular</pkg></flag>
 	</use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/korundum/
@ 2015-08-07 22:26 Johannes Huber
  0 siblings, 0 replies; 13+ messages in thread
From: Johannes Huber @ 2015-08-07 22:26 UTC (permalink / raw
  To: gentoo-commits

commit:     0b8ce0637b8833e9ea2190448b4d8aaba3a06297
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  7 22:28:36 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Aug  7 22:28:36 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=0b8ce063

[kde-base/korundum] Fix typo

Package-Manager: portage-2.2.20

 kde-base/korundum/korundum-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-base/korundum/korundum-9999.ebuild b/kde-base/korundum/korundum-9999.ebuild
index d662e63..9c639e2 100644
--- a/kde-base/korundum/korundum-9999.ebuild
+++ b/kde-base/korundum/korundum-9999.ebuild
@@ -51,7 +51,7 @@ each_ruby_configure() {
 		-DRUBY_LIBRARY=$(ruby_get_libruby)
 		-DRUBY_INCLUDE_PATH=$(ruby_get_hdrdir)
 		-DRUBY_EXECUTABLE=${RUBY}
-		-DWITH_nepomuk=OFF
+		-DWITH_Nepomuk=OFF
 		-DWITH_Soprano=OFF
 		$(cmake-utils_use_with akonadi)
 		$(cmake-utils_use_with akonadi KdepimLibs)


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/korundum/
@ 2014-12-02 13:10 Manuel Rüger
  0 siblings, 0 replies; 13+ messages in thread
From: Manuel Rüger @ 2014-12-02 13:10 UTC (permalink / raw
  To: gentoo-commits

commit:     37ed4179f7d55e8438e75c0a4515aaad12551b1a
Author:     Manuel Rüger <manuel <AT> rueg <DOT> eu>
AuthorDate: Tue Dec  2 13:10:23 2014 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Dec  2 13:10:23 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=37ed4179

[kde-base/korundum] Default to ruby20.

Package-Manager: portage-2.2.14

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

diff --git a/kde-base/korundum/korundum-9999.ebuild b/kde-base/korundum/korundum-9999.ebuild
index db26241..1670170 100644
--- a/kde-base/korundum/korundum-9999.ebuild
+++ b/kde-base/korundum/korundum-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 OPENGL_REQUIRED="always"
 
-USE_RUBY="ruby19"
+USE_RUBY="ruby20"
 # Only one ruby version is supported:
 # 1) cmake bails when configuring twice or more - solved with CMAKE_IN_SOURCE_BUILD=1
 # 2) the ebuild can only be installed for one ruby variant, otherwise the compiled
@@ -20,7 +20,7 @@ IUSE="akonadi debug kate nepomuk okular"
 HOMEPAGE="http://techbase.kde.org/Development/Languages/Ruby"
 
 DEPEND="
-	$(add_kdebase_dep qtruby)
+	$(add_kdebase_dep qtruby 'ruby_targets_ruby20')
 	$(add_kdebase_dep smokekde 'akonadi?,kate?,okular?,nepomuk?')
 	$(add_kdebase_dep smokeqt)
 "


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/korundum/
@ 2014-05-05 12:44 Johannes Huber
  0 siblings, 0 replies; 13+ messages in thread
From: Johannes Huber @ 2014-05-05 12:44 UTC (permalink / raw
  To: gentoo-commits

commit:     35d66fdd52e8eb55bdf0001a9d2f838149d84196
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon May  5 12:44:24 2014 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon May  5 12:44:38 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=35d66fdd

[kde-base/korundum] Introduce nepomuk USE flag, bug #508350

* Was a hard dependency in former releases, builds without it nowadays.

Package-Manager: portage-2.2.10

---
 kde-base/korundum/korundum-4.13.49.9999.ebuild | 10 ++++------
 kde-base/korundum/korundum-4.9999.ebuild       | 10 ++++------
 kde-base/korundum/metadata.xml                 | 13 +++++++------
 3 files changed, 15 insertions(+), 18 deletions(-)

diff --git a/kde-base/korundum/korundum-4.13.49.9999.ebuild b/kde-base/korundum/korundum-4.13.49.9999.ebuild
index 9c86587..9a87c31 100644
--- a/kde-base/korundum/korundum-4.13.49.9999.ebuild
+++ b/kde-base/korundum/korundum-4.13.49.9999.ebuild
@@ -16,16 +16,12 @@ inherit kde4-base ruby-ng
 
 DESCRIPTION="KDE Ruby bindings"
 KEYWORDS=""
-IUSE="akonadi debug kate okular"
+IUSE="akonadi debug kate nepomuk okular"
 HOMEPAGE="http://techbase.kde.org/Development/Languages/Ruby"
 
-# unfortunately single modules cannot be disabled with cmake defines
-# possible more useflags have no effect... does anyone actually build this stuff?
-# may need some hacking, for now nepomuk just becomes a hard dependency
-
 DEPEND="
 	$(add_kdebase_dep qtruby)
-	$(add_kdebase_dep smokekde 'akonadi?,kate?,okular?,nepomuk')
+	$(add_kdebase_dep smokekde 'akonadi?,kate?,okular?,nepomuk?')
 	$(add_kdebase_dep smokeqt)
 "
 RDEPEND="${DEPEND}
@@ -57,6 +53,8 @@ each_ruby_configure() {
 		-DRUBY_EXECUTABLE=${RUBY}
 		$(cmake-utils_use_with akonadi)
 		$(cmake-utils_use_with akonadi KdepimLibs)
+		$(cmake-utils_use_with nepomuk)
+		$(cmake-utils_use_with nepomuk Soprano)
 		$(cmake-utils_use_disable kate)
 		$(cmake-utils_use_with okular)
 	)

diff --git a/kde-base/korundum/korundum-4.9999.ebuild b/kde-base/korundum/korundum-4.9999.ebuild
index 9c86587..9a87c31 100644
--- a/kde-base/korundum/korundum-4.9999.ebuild
+++ b/kde-base/korundum/korundum-4.9999.ebuild
@@ -16,16 +16,12 @@ inherit kde4-base ruby-ng
 
 DESCRIPTION="KDE Ruby bindings"
 KEYWORDS=""
-IUSE="akonadi debug kate okular"
+IUSE="akonadi debug kate nepomuk okular"
 HOMEPAGE="http://techbase.kde.org/Development/Languages/Ruby"
 
-# unfortunately single modules cannot be disabled with cmake defines
-# possible more useflags have no effect... does anyone actually build this stuff?
-# may need some hacking, for now nepomuk just becomes a hard dependency
-
 DEPEND="
 	$(add_kdebase_dep qtruby)
-	$(add_kdebase_dep smokekde 'akonadi?,kate?,okular?,nepomuk')
+	$(add_kdebase_dep smokekde 'akonadi?,kate?,okular?,nepomuk?')
 	$(add_kdebase_dep smokeqt)
 "
 RDEPEND="${DEPEND}
@@ -57,6 +53,8 @@ each_ruby_configure() {
 		-DRUBY_EXECUTABLE=${RUBY}
 		$(cmake-utils_use_with akonadi)
 		$(cmake-utils_use_with akonadi KdepimLibs)
+		$(cmake-utils_use_with nepomuk)
+		$(cmake-utils_use_with nepomuk Soprano)
 		$(cmake-utils_use_disable kate)
 		$(cmake-utils_use_with okular)
 	)

diff --git a/kde-base/korundum/metadata.xml b/kde-base/korundum/metadata.xml
index a292d0e..e1adab3 100644
--- a/kde-base/korundum/metadata.xml
+++ b/kde-base/korundum/metadata.xml
@@ -1,10 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>kde</herd>
-<use>
-	<flag name="akonadi">Compile bindings for Akonadi.</flag>
-	<flag name="kate">Compile bindings for KDE Advanced Text Editor.</flag>
-	<flag name="okular">Compile bindings for <pkg>kde-base/okular</pkg>.</flag>
-</use>
+	<herd>kde</herd>
+	<use>
+		<flag name="akonadi">Compile bindings for Akonadi</flag>
+		<flag name="kate">Compile bindings for KDE Advanced Text Editor</flag>
+		<flag name="nepomuk">Compile bindings for Nepomuk</flag>
+		<flag name="okular">Compile bindings for <pkg>kde-base/okular</pkg></flag>
+	</use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/korundum/
@ 2014-05-04 23:35 Johannes Huber
  0 siblings, 0 replies; 13+ messages in thread
From: Johannes Huber @ 2014-05-04 23:35 UTC (permalink / raw
  To: gentoo-commits

commit:     c95ec7396d3fb5e318eade937417e035adb0444a
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun May  4 22:32:53 2014 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun May  4 22:48:50 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c95ec739

[kde-base/korundum] Update USE deps for kde-base/smokekde, bug #508350

Package-Manager: portage-2.2.10

---
 kde-base/korundum/korundum-4.13.49.9999.ebuild | 4 ++--
 kde-base/korundum/korundum-4.9999.ebuild       | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/kde-base/korundum/korundum-4.13.49.9999.ebuild b/kde-base/korundum/korundum-4.13.49.9999.ebuild
index a338ef8..9c86587 100644
--- a/kde-base/korundum/korundum-4.13.49.9999.ebuild
+++ b/kde-base/korundum/korundum-4.13.49.9999.ebuild
@@ -21,11 +21,11 @@ HOMEPAGE="http://techbase.kde.org/Development/Languages/Ruby"
 
 # unfortunately single modules cannot be disabled with cmake defines
 # possible more useflags have no effect... does anyone actually build this stuff?
-# may need some hacking, for now semantic-desktop just becomes a hard dependency
+# may need some hacking, for now nepomuk just becomes a hard dependency
 
 DEPEND="
 	$(add_kdebase_dep qtruby)
-	$(add_kdebase_dep smokekde 'kate?,okular?,semantic-desktop')
+	$(add_kdebase_dep smokekde 'akonadi?,kate?,okular?,nepomuk')
 	$(add_kdebase_dep smokeqt)
 "
 RDEPEND="${DEPEND}

diff --git a/kde-base/korundum/korundum-4.9999.ebuild b/kde-base/korundum/korundum-4.9999.ebuild
index a338ef8..9c86587 100644
--- a/kde-base/korundum/korundum-4.9999.ebuild
+++ b/kde-base/korundum/korundum-4.9999.ebuild
@@ -21,11 +21,11 @@ HOMEPAGE="http://techbase.kde.org/Development/Languages/Ruby"
 
 # unfortunately single modules cannot be disabled with cmake defines
 # possible more useflags have no effect... does anyone actually build this stuff?
-# may need some hacking, for now semantic-desktop just becomes a hard dependency
+# may need some hacking, for now nepomuk just becomes a hard dependency
 
 DEPEND="
 	$(add_kdebase_dep qtruby)
-	$(add_kdebase_dep smokekde 'kate?,okular?,semantic-desktop')
+	$(add_kdebase_dep smokekde 'akonadi?,kate?,okular?,nepomuk')
 	$(add_kdebase_dep smokeqt)
 "
 RDEPEND="${DEPEND}


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/korundum/
@ 2013-10-06 19:57 Chris Reffett
  0 siblings, 0 replies; 13+ messages in thread
From: Chris Reffett @ 2013-10-06 19:57 UTC (permalink / raw
  To: gentoo-commits

commit:     cc98444d51077f25c2de34802f311b64c056ef68
Author:     Chris Reffett <creffett <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  6 06:03:03 2013 +0000
Commit:     Chris Reffett <creffett <AT> gentoo <DOT> org>
CommitDate: Sun Oct  6 06:03:03 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=cc98444d

[kde-base/korundum] Conversion back to semantic-desktop

Package-Manager: portage-2.2.7
RepoMan-Options: --force

---
 .../korundum/{korundum-4.11.2.ebuild => korundum-4.11.2-r1.ebuild}   | 5 +++--
 kde-base/korundum/korundum-4.11.49.9999.ebuild                       | 5 +++--
 kde-base/korundum/korundum-9999.ebuild                               | 3 ++-
 3 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/kde-base/korundum/korundum-4.11.2.ebuild b/kde-base/korundum/korundum-4.11.2-r1.ebuild
similarity index 88%
rename from kde-base/korundum/korundum-4.11.2.ebuild
rename to kde-base/korundum/korundum-4.11.2-r1.ebuild
index 5cda8e1..9dd1bc3 100644
--- a/kde-base/korundum/korundum-4.11.2.ebuild
+++ b/kde-base/korundum/korundum-4.11.2-r1.ebuild
@@ -15,16 +15,17 @@ USE_RUBY="ruby19"
 inherit kde4-base ruby-ng
 
 DESCRIPTION="KDE Ruby bindings"
-KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="akonadi debug kate okular"
 HOMEPAGE="http://techbase.kde.org/Development/Languages/Ruby"
 
 # unfortunately single modules cannot be disabled with cmake defines
 # possible more useflags have no effect... does anyone actually build this stuff?
+# may need some hacking, for now semantic-desktop just becomes a hard dependency
 
 DEPEND="
 	$(add_kdebase_dep qtruby)
-	$(add_kdebase_dep smokekde 'kate?,okular?')
+	$(add_kdebase_dep smokekde 'kate?,okular?,semantic-desktop')
 	$(add_kdebase_dep smokeqt)
 "
 RDEPEND="${DEPEND}

diff --git a/kde-base/korundum/korundum-4.11.49.9999.ebuild b/kde-base/korundum/korundum-4.11.49.9999.ebuild
index 4b40844..0f68044 100644
--- a/kde-base/korundum/korundum-4.11.49.9999.ebuild
+++ b/kde-base/korundum/korundum-4.11.49.9999.ebuild
@@ -15,16 +15,17 @@ USE_RUBY="ruby19"
 inherit kde4-base ruby-ng
 
 DESCRIPTION="KDE Ruby bindings"
-KEYWORDS=""
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="akonadi debug kate okular"
 HOMEPAGE="http://techbase.kde.org/Development/Languages/Ruby"
 
 # unfortunately single modules cannot be disabled with cmake defines
 # possible more useflags have no effect... does anyone actually build this stuff?
+# may need some hacking, for now semantic-desktop just becomes a hard dependency
 
 DEPEND="
 	$(add_kdebase_dep qtruby)
-	$(add_kdebase_dep smokekde 'kate?,okular?')
+	$(add_kdebase_dep smokekde 'kate?,okular?,semantic-desktop')
 	$(add_kdebase_dep smokeqt)
 "
 RDEPEND="${DEPEND}

diff --git a/kde-base/korundum/korundum-9999.ebuild b/kde-base/korundum/korundum-9999.ebuild
index 4b40844..5b7681b 100644
--- a/kde-base/korundum/korundum-9999.ebuild
+++ b/kde-base/korundum/korundum-9999.ebuild
@@ -21,10 +21,11 @@ HOMEPAGE="http://techbase.kde.org/Development/Languages/Ruby"
 
 # unfortunately single modules cannot be disabled with cmake defines
 # possible more useflags have no effect... does anyone actually build this stuff?
+# may need some hacking, for now semantic-desktop just becomes a hard dependency
 
 DEPEND="
 	$(add_kdebase_dep qtruby)
-	$(add_kdebase_dep smokekde 'kate?,okular?')
+	$(add_kdebase_dep smokekde 'kate?,okular?,semantic-desktop')
 	$(add_kdebase_dep smokeqt)
 "
 RDEPEND="${DEPEND}


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/korundum/
@ 2013-08-05 18:51 Andreas Hüttel
  0 siblings, 0 replies; 13+ messages in thread
From: Andreas Hüttel @ 2013-08-05 18:51 UTC (permalink / raw
  To: gentoo-commits

commit:     4713de35e3e7bddd18cbaed7bc02eb4762c08af1
Author:     Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  5 18:48:58 2013 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Aug  5 18:48:58 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=4713de35

[kde-base/korundum] update HOMEPAGE, bug 479252

Package-Manager: portage-2.2.0_alpha191

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

diff --git a/kde-base/korundum/korundum-4.10.97.ebuild b/kde-base/korundum/korundum-4.10.97.ebuild
index b8dff31..c1212d0 100644
--- a/kde-base/korundum/korundum-4.10.97.ebuild
+++ b/kde-base/korundum/korundum-4.10.97.ebuild
@@ -17,6 +17,7 @@ inherit kde4-base ruby-ng
 DESCRIPTION="KDE Ruby bindings"
 KEYWORDS=" ~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="akonadi debug kate okular"
+HOMEPAGE="http://techbase.kde.org/Development/Languages/Ruby"
 
 # unfortunately single modules cannot be disabled with cmake defines
 # possible more useflags have no effect... does anyone actually build this stuff?

diff --git a/kde-base/korundum/korundum-4.11.49.9999.ebuild b/kde-base/korundum/korundum-4.11.49.9999.ebuild
index 8069d4d..4b40844 100644
--- a/kde-base/korundum/korundum-4.11.49.9999.ebuild
+++ b/kde-base/korundum/korundum-4.11.49.9999.ebuild
@@ -17,6 +17,7 @@ inherit kde4-base ruby-ng
 DESCRIPTION="KDE Ruby bindings"
 KEYWORDS=""
 IUSE="akonadi debug kate okular"
+HOMEPAGE="http://techbase.kde.org/Development/Languages/Ruby"
 
 # unfortunately single modules cannot be disabled with cmake defines
 # possible more useflags have no effect... does anyone actually build this stuff?

diff --git a/kde-base/korundum/korundum-9999.ebuild b/kde-base/korundum/korundum-9999.ebuild
index 8069d4d..4b40844 100644
--- a/kde-base/korundum/korundum-9999.ebuild
+++ b/kde-base/korundum/korundum-9999.ebuild
@@ -17,6 +17,7 @@ inherit kde4-base ruby-ng
 DESCRIPTION="KDE Ruby bindings"
 KEYWORDS=""
 IUSE="akonadi debug kate okular"
+HOMEPAGE="http://techbase.kde.org/Development/Languages/Ruby"
 
 # unfortunately single modules cannot be disabled with cmake defines
 # possible more useflags have no effect... does anyone actually build this stuff?


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/korundum/
@ 2013-07-04 18:05 Johannes Huber
  0 siblings, 0 replies; 13+ messages in thread
From: Johannes Huber @ 2013-07-04 18:05 UTC (permalink / raw
  To: gentoo-commits

commit:     4be3bbb0f8892a3a621f2447e753c4ed803a0ae4
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  4 17:58:04 2013 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Jul  4 17:58:04 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=4be3bbb0

[kde-base/korundum] Add ruby19 support to 4.10 wrt bug #434078.

Package-Manager: portage-2.2.0_alpha186

---
 kde-base/korundum/korundum-4.10.49.9999.ebuild | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/kde-base/korundum/korundum-4.10.49.9999.ebuild b/kde-base/korundum/korundum-4.10.49.9999.ebuild
index 5a9c329..25064b7 100644
--- a/kde-base/korundum/korundum-4.10.49.9999.ebuild
+++ b/kde-base/korundum/korundum-4.10.49.9999.ebuild
@@ -6,11 +6,10 @@ EAPI=5
 
 OPENGL_REQUIRED="always"
 
-USE_RUBY="ruby18"
-# No ruby19 for three reasons:
-# 1) it does not build (yet) - will likely be solved soon
-# 2) cmake bails when configuring twice or more - solved with CMAKE_IN_SOURCE_BUILD=1
-# 3) the ebuild can only be installed for one ruby variant, otherwise the compiled
+USE_RUBY="ruby19"
+# Only one ruby version is supported:
+# 1) cmake bails when configuring twice or more - solved with CMAKE_IN_SOURCE_BUILD=1
+# 2) the ebuild can only be installed for one ruby variant, otherwise the compiled
 #    files with identical path+name will overwrite each other - difficult :(
 
 inherit kde4-base ruby-ng


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/korundum/
@ 2013-07-03 19:20 Michael Palimaka
  0 siblings, 0 replies; 13+ messages in thread
From: Michael Palimaka @ 2013-07-03 19:20 UTC (permalink / raw
  To: gentoo-commits

commit:     03185a038e5e2265d06238d95d858f6d694d1479
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  3 19:14:47 2013 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Jul  3 19:18:20 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=03185a03

[kde-base/korundum] Remove obsolete blocker.

Package-Manager: portage-2.1.12.11

---
 kde-base/korundum/korundum-4.10.90.ebuild | 3 ---
 kde-base/korundum/korundum-9999.ebuild    | 3 ---
 2 files changed, 6 deletions(-)

diff --git a/kde-base/korundum/korundum-4.10.90.ebuild b/kde-base/korundum/korundum-4.10.90.ebuild
index af29117..b8dff31 100644
--- a/kde-base/korundum/korundum-4.10.90.ebuild
+++ b/kde-base/korundum/korundum-4.10.90.ebuild
@@ -29,9 +29,6 @@ DEPEND="
 RDEPEND="${DEPEND}
 "
 
-# Split from kdebindings-ruby in 4.7
-add_blocker kdebindings-ruby
-
 pkg_setup() {
 	ruby-ng_pkg_setup
 	kde4-base_pkg_setup

diff --git a/kde-base/korundum/korundum-9999.ebuild b/kde-base/korundum/korundum-9999.ebuild
index 06877d1..8069d4d 100644
--- a/kde-base/korundum/korundum-9999.ebuild
+++ b/kde-base/korundum/korundum-9999.ebuild
@@ -29,9 +29,6 @@ DEPEND="
 RDEPEND="${DEPEND}
 "
 
-# Split from kdebindings-ruby in 4.7
-add_blocker kdebindings-ruby
-
 pkg_setup() {
 	ruby-ng_pkg_setup
 	kde4-base_pkg_setup


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/korundum/
@ 2013-06-21 10:39 Johannes Huber
  0 siblings, 0 replies; 13+ messages in thread
From: Johannes Huber @ 2013-06-21 10:39 UTC (permalink / raw
  To: gentoo-commits

commit:     202a000f9339e290e6a4c8057f5e71dc98675144
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 21 10:39:33 2013 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Jun 21 10:39:33 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=202a000f

[kde-base/korundum] Use ruby19 wrt bug #434078.

Package-Manager: portage-2.2.0_alpha183

---
 kde-base/korundum/korundum-9999.ebuild | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/kde-base/korundum/korundum-9999.ebuild b/kde-base/korundum/korundum-9999.ebuild
index 9fd4f7d..06877d1 100644
--- a/kde-base/korundum/korundum-9999.ebuild
+++ b/kde-base/korundum/korundum-9999.ebuild
@@ -6,11 +6,10 @@ EAPI=5
 
 OPENGL_REQUIRED="always"
 
-USE_RUBY="ruby18"
-# No ruby19 for three reasons:
-# 1) it does not build (yet) - will likely be solved soon
-# 2) cmake bails when configuring twice or more - solved with CMAKE_IN_SOURCE_BUILD=1
-# 3) the ebuild can only be installed for one ruby variant, otherwise the compiled
+USE_RUBY="ruby19"
+# Only one ruby version is supported:
+# 1) cmake bails when configuring twice or more - solved with CMAKE_IN_SOURCE_BUILD=1
+# 2) the ebuild can only be installed for one ruby variant, otherwise the compiled
 #    files with identical path+name will overwrite each other - difficult :(
 
 inherit kde4-base ruby-ng


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/korundum/
@ 2012-04-13 21:51 Johannes Huber
  0 siblings, 0 replies; 13+ messages in thread
From: Johannes Huber @ 2012-04-13 21:51 UTC (permalink / raw
  To: gentoo-commits

commit:     aaee7e784ad7945d301f6ffd180c13ce09fe08fa
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 13 21:51:57 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Apr 13 21:51:57 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=aaee7e78

[kde-base/korundum] Fix repoman QA issue. Remove rdepend on not existing use flag, thx Mr. Bones.

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

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

diff --git a/kde-base/korundum/korundum-4.8.49.9999.ebuild b/kde-base/korundum/korundum-4.8.49.9999.ebuild
index ae28f27..05c3adb 100644
--- a/kde-base/korundum/korundum-4.8.49.9999.ebuild
+++ b/kde-base/korundum/korundum-4.8.49.9999.ebuild
@@ -26,7 +26,7 @@ IUSE="akonadi debug kate okular"
 
 DEPEND="
 	$(add_kdebase_dep qtruby)
-	$(add_kdebase_dep smokekde 'akonadi?,kate?,okular?,semantic-desktop')
+	$(add_kdebase_dep smokekde 'kate?,okular?,semantic-desktop')
 	$(add_kdebase_dep smokeqt)
 "
 RDEPEND="${DEPEND}

diff --git a/kde-base/korundum/korundum-9999.ebuild b/kde-base/korundum/korundum-9999.ebuild
index ae28f27..05c3adb 100644
--- a/kde-base/korundum/korundum-9999.ebuild
+++ b/kde-base/korundum/korundum-9999.ebuild
@@ -26,7 +26,7 @@ IUSE="akonadi debug kate okular"
 
 DEPEND="
 	$(add_kdebase_dep qtruby)
-	$(add_kdebase_dep smokekde 'akonadi?,kate?,okular?,semantic-desktop')
+	$(add_kdebase_dep smokekde 'kate?,okular?,semantic-desktop')
 	$(add_kdebase_dep smokeqt)
 "
 RDEPEND="${DEPEND}



^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/korundum/
@ 2011-12-27 21:38 Andreas Hüttel
  0 siblings, 0 replies; 13+ messages in thread
From: Andreas Hüttel @ 2011-12-27 21:38 UTC (permalink / raw
  To: gentoo-commits

commit:     cd3fe55b58f404bbc6b01375605dc626d7370ea3
Author:     Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 27 21:40:34 2011 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Dec 27 21:40:34 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=cd3fe55b

[kde-base/korundum] Make semantic-desktop a hard dependency, workaround for bug 395679

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

---
 kde-base/korundum/korundum-4.7.49.9999.ebuild |   10 ++++++----
 kde-base/korundum/korundum-4.7.95.ebuild      |   10 ++++++----
 kde-base/korundum/korundum-4.8.49.9999.ebuild |   10 ++++++----
 kde-base/korundum/korundum-9999.ebuild        |   10 ++++++----
 4 files changed, 24 insertions(+), 16 deletions(-)

diff --git a/kde-base/korundum/korundum-4.7.49.9999.ebuild b/kde-base/korundum/korundum-4.7.49.9999.ebuild
index 2f2f975..20324cb 100644
--- a/kde-base/korundum/korundum-4.7.49.9999.ebuild
+++ b/kde-base/korundum/korundum-4.7.49.9999.ebuild
@@ -18,11 +18,15 @@ inherit kde4-base ruby-ng
 
 DESCRIPTION="KDE Ruby bindings"
 KEYWORDS=""
-IUSE="akonadi debug kate okular semantic-desktop"
+IUSE="akonadi debug kate okular"
+
+# unfortunately single modules cannot be disabled with cmake defines
+# possible more useflags have no effect... does anyone actually build this stuff?
+# may need some hacking, for now semantic-desktop just becomes a hard dependency
 
 DEPEND="
 	$(add_kdebase_dep qtruby)
-	$(add_kdebase_dep smokekde 'akonadi?,kate?,okular?,semantic-desktop=')
+	$(add_kdebase_dep smokekde 'akonadi?,kate?,okular?,semantic-desktop')
 	$(add_kdebase_dep smokeqt)
 "
 RDEPEND="${DEPEND}
@@ -59,8 +63,6 @@ each_ruby_configure() {
 		$(cmake-utils_use_with akonadi KdepimLibs)
 		$(cmake-utils_use_disable kate)
 		$(cmake-utils_use_with okular)
-		$(cmake-utils_use_with semantic-desktop Nepomuk)
-		$(cmake-utils_use_with semantic-desktop Soprano)
 	)
 	kde4-base_src_configure
 }

diff --git a/kde-base/korundum/korundum-4.7.95.ebuild b/kde-base/korundum/korundum-4.7.95.ebuild
index fd3433d..ed53866 100644
--- a/kde-base/korundum/korundum-4.7.95.ebuild
+++ b/kde-base/korundum/korundum-4.7.95.ebuild
@@ -18,11 +18,15 @@ inherit kde4-base ruby-ng
 
 DESCRIPTION="KDE Ruby bindings"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="akonadi debug kate okular semantic-desktop"
+IUSE="akonadi debug kate okular"
+
+# unfortunately single modules cannot be disabled with cmake defines
+# possible more useflags have no effect... does anyone actually build this stuff?
+# may need some hacking, for now semantic-desktop just becomes a hard dependency
 
 DEPEND="
 	$(add_kdebase_dep qtruby)
-	$(add_kdebase_dep smokekde 'akonadi?,kate?,okular?,semantic-desktop=')
+	$(add_kdebase_dep smokekde 'akonadi?,kate?,okular?,semantic-desktop')
 	$(add_kdebase_dep smokeqt)
 "
 RDEPEND="${DEPEND}
@@ -59,8 +63,6 @@ each_ruby_configure() {
 		$(cmake-utils_use_with akonadi KdepimLibs)
 		$(cmake-utils_use_disable kate)
 		$(cmake-utils_use_with okular)
-		$(cmake-utils_use_with semantic-desktop Nepomuk)
-		$(cmake-utils_use_with semantic-desktop Soprano)
 	)
 	kde4-base_src_configure
 }

diff --git a/kde-base/korundum/korundum-4.8.49.9999.ebuild b/kde-base/korundum/korundum-4.8.49.9999.ebuild
index 2f2f975..20324cb 100644
--- a/kde-base/korundum/korundum-4.8.49.9999.ebuild
+++ b/kde-base/korundum/korundum-4.8.49.9999.ebuild
@@ -18,11 +18,15 @@ inherit kde4-base ruby-ng
 
 DESCRIPTION="KDE Ruby bindings"
 KEYWORDS=""
-IUSE="akonadi debug kate okular semantic-desktop"
+IUSE="akonadi debug kate okular"
+
+# unfortunately single modules cannot be disabled with cmake defines
+# possible more useflags have no effect... does anyone actually build this stuff?
+# may need some hacking, for now semantic-desktop just becomes a hard dependency
 
 DEPEND="
 	$(add_kdebase_dep qtruby)
-	$(add_kdebase_dep smokekde 'akonadi?,kate?,okular?,semantic-desktop=')
+	$(add_kdebase_dep smokekde 'akonadi?,kate?,okular?,semantic-desktop')
 	$(add_kdebase_dep smokeqt)
 "
 RDEPEND="${DEPEND}
@@ -59,8 +63,6 @@ each_ruby_configure() {
 		$(cmake-utils_use_with akonadi KdepimLibs)
 		$(cmake-utils_use_disable kate)
 		$(cmake-utils_use_with okular)
-		$(cmake-utils_use_with semantic-desktop Nepomuk)
-		$(cmake-utils_use_with semantic-desktop Soprano)
 	)
 	kde4-base_src_configure
 }

diff --git a/kde-base/korundum/korundum-9999.ebuild b/kde-base/korundum/korundum-9999.ebuild
index 2f2f975..20324cb 100644
--- a/kde-base/korundum/korundum-9999.ebuild
+++ b/kde-base/korundum/korundum-9999.ebuild
@@ -18,11 +18,15 @@ inherit kde4-base ruby-ng
 
 DESCRIPTION="KDE Ruby bindings"
 KEYWORDS=""
-IUSE="akonadi debug kate okular semantic-desktop"
+IUSE="akonadi debug kate okular"
+
+# unfortunately single modules cannot be disabled with cmake defines
+# possible more useflags have no effect... does anyone actually build this stuff?
+# may need some hacking, for now semantic-desktop just becomes a hard dependency
 
 DEPEND="
 	$(add_kdebase_dep qtruby)
-	$(add_kdebase_dep smokekde 'akonadi?,kate?,okular?,semantic-desktop=')
+	$(add_kdebase_dep smokekde 'akonadi?,kate?,okular?,semantic-desktop')
 	$(add_kdebase_dep smokeqt)
 "
 RDEPEND="${DEPEND}
@@ -59,8 +63,6 @@ each_ruby_configure() {
 		$(cmake-utils_use_with akonadi KdepimLibs)
 		$(cmake-utils_use_disable kate)
 		$(cmake-utils_use_with okular)
-		$(cmake-utils_use_with semantic-desktop Nepomuk)
-		$(cmake-utils_use_with semantic-desktop Soprano)
 	)
 	kde4-base_src_configure
 }



^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/korundum/
@ 2011-09-07 21:43 Alexey Shvetsov
  0 siblings, 0 replies; 13+ messages in thread
From: Alexey Shvetsov @ 2011-09-07 21:43 UTC (permalink / raw
  To: gentoo-commits

commit:     2632cec06a4da5af06dcb25b44db3a4172b99807
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  7 21:31:33 2011 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Wed Sep  7 21:31:33 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=2632cec0

[kde-base/korundum] Drop old blockers

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

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

diff --git a/kde-base/korundum/korundum-4.7.49.9999.ebuild b/kde-base/korundum/korundum-4.7.49.9999.ebuild
index 02ed5e6..2f2f975 100644
--- a/kde-base/korundum/korundum-4.7.49.9999.ebuild
+++ b/kde-base/korundum/korundum-4.7.49.9999.ebuild
@@ -26,7 +26,6 @@ DEPEND="
 	$(add_kdebase_dep smokeqt)
 "
 RDEPEND="${DEPEND}
-	!dev-ruby/qt4-qtruby
 "
 
 # Split from kdebindings-ruby in 4.7

diff --git a/kde-base/korundum/korundum-9999.ebuild b/kde-base/korundum/korundum-9999.ebuild
index 02ed5e6..2f2f975 100644
--- a/kde-base/korundum/korundum-9999.ebuild
+++ b/kde-base/korundum/korundum-9999.ebuild
@@ -26,7 +26,6 @@ DEPEND="
 	$(add_kdebase_dep smokeqt)
 "
 RDEPEND="${DEPEND}
-	!dev-ruby/qt4-qtruby
 "
 
 # Split from kdebindings-ruby in 4.7



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

end of thread, other threads:[~2015-08-07 22:26 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-07 22:24 [gentoo-commits] proj/kde:master commit in: kde-base/korundum/ Johannes Huber
  -- strict thread matches above, loose matches on Subject: below --
2015-08-07 22:26 Johannes Huber
2014-12-02 13:10 Manuel Rüger
2014-05-05 12:44 Johannes Huber
2014-05-04 23:35 Johannes Huber
2013-10-06 19:57 Chris Reffett
2013-08-05 18:51 Andreas Hüttel
2013-07-04 18:05 Johannes Huber
2013-07-03 19:20 Michael Palimaka
2013-06-21 10:39 Johannes Huber
2012-04-13 21:51 Johannes Huber
2011-12-27 21:38 Andreas Hüttel
2011-09-07 21:43 Alexey Shvetsov

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