public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-base/krossruby/
@ 2013-06-21 12:50 Johannes Huber
  0 siblings, 0 replies; 4+ messages in thread
From: Johannes Huber @ 2013-06-21 12:50 UTC (permalink / raw
  To: gentoo-commits

commit:     640d829fe361f276edbfad10e786042310ca3093
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 21 12:50:23 2013 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Jun 21 12:50:23 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=640d829f

[kde-base/krossruby] Use ruby19 wrt bug #434074.

Package-Manager: portage-2.2.0_alpha183

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

diff --git a/kde-base/krossruby/krossruby-9999.ebuild b/kde-base/krossruby/krossruby-9999.ebuild
index ce2c54d..83affc9 100644
--- a/kde-base/krossruby/krossruby-9999.ebuild
+++ b/kde-base/krossruby/krossruby-9999.ebuild
@@ -7,11 +7,10 @@ EAPI=5
 KMNAME="kross-interpreters"
 KMMODULE="ruby"
 
-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-meta ruby-ng


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

* [gentoo-commits] proj/kde:master commit in: kde-base/krossruby/
@ 2013-07-03 13:46 Michael Palimaka
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Palimaka @ 2013-07-03 13:46 UTC (permalink / raw
  To: gentoo-commits

commit:     949f8b1942854544f730ef4af86817ba3cde3ebc
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  3 13:41:54 2013 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Jul  3 13:41:54 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=949f8b19

[kde-base/krossruby] Remove obsolete blocker.

Package-Manager: portage-2.1.12.11

---
 kde-base/krossruby/krossruby-4.10.49.9999.ebuild | 3 ---
 kde-base/krossruby/krossruby-4.10.90.ebuild      | 3 ---
 kde-base/krossruby/krossruby-9999.ebuild         | 3 ---
 3 files changed, 9 deletions(-)

diff --git a/kde-base/krossruby/krossruby-4.10.49.9999.ebuild b/kde-base/krossruby/krossruby-4.10.49.9999.ebuild
index ce2c54d..a49d1a7 100644
--- a/kde-base/krossruby/krossruby-4.10.49.9999.ebuild
+++ b/kde-base/krossruby/krossruby-4.10.49.9999.ebuild
@@ -23,9 +23,6 @@ IUSE="debug"
 DEPEND=""
 RDEPEND=""
 
-# Split from kdebindings-ruby in 4.7
-add_blocker kdebindings-ruby
-
 pkg_setup() {
 	ruby-ng_pkg_setup
 	kde4-meta_pkg_setup

diff --git a/kde-base/krossruby/krossruby-4.10.90.ebuild b/kde-base/krossruby/krossruby-4.10.90.ebuild
index aa4c2bb..2bfd2cf 100644
--- a/kde-base/krossruby/krossruby-4.10.90.ebuild
+++ b/kde-base/krossruby/krossruby-4.10.90.ebuild
@@ -22,9 +22,6 @@ IUSE="debug"
 DEPEND=""
 RDEPEND=""
 
-# Split from kdebindings-ruby in 4.7
-add_blocker kdebindings-ruby
-
 pkg_setup() {
 	ruby-ng_pkg_setup
 	kde4-meta_pkg_setup

diff --git a/kde-base/krossruby/krossruby-9999.ebuild b/kde-base/krossruby/krossruby-9999.ebuild
index 83affc9..ba343fe 100644
--- a/kde-base/krossruby/krossruby-9999.ebuild
+++ b/kde-base/krossruby/krossruby-9999.ebuild
@@ -22,9 +22,6 @@ IUSE="debug"
 DEPEND=""
 RDEPEND=""
 
-# Split from kdebindings-ruby in 4.7
-add_blocker kdebindings-ruby
-
 pkg_setup() {
 	ruby-ng_pkg_setup
 	kde4-meta_pkg_setup


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

* [gentoo-commits] proj/kde:master commit in: kde-base/krossruby/
@ 2013-07-04 17:25 Johannes Huber
  0 siblings, 0 replies; 4+ messages in thread
From: Johannes Huber @ 2013-07-04 17:25 UTC (permalink / raw
  To: gentoo-commits

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

[kde-base/krossruby] Add ruby19 support to 4.10 wrt bug #434074.

Package-Manager: portage-2.2.0_alpha186

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

diff --git a/kde-base/krossruby/krossruby-4.10.49.9999.ebuild b/kde-base/krossruby/krossruby-4.10.49.9999.ebuild
index a49d1a7..ba343fe 100644
--- a/kde-base/krossruby/krossruby-4.10.49.9999.ebuild
+++ b/kde-base/krossruby/krossruby-4.10.49.9999.ebuild
@@ -7,11 +7,10 @@ EAPI=5
 KMNAME="kross-interpreters"
 KMMODULE="ruby"
 
-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-meta ruby-ng


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

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

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

[kde-base/krossruby] Default to ruby20.

Package-Manager: portage-2.2.14

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

diff --git a/kde-base/krossruby/krossruby-9999.ebuild b/kde-base/krossruby/krossruby-9999.ebuild
index b7bc3d7..0bfd1ca 100644
--- a/kde-base/krossruby/krossruby-9999.ebuild
+++ b/kde-base/krossruby/krossruby-9999.ebuild
@@ -7,7 +7,7 @@ EAPI=5
 KMNAME="kross-interpreters"
 KMMODULE="ruby"
 
-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


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

end of thread, other threads:[~2014-12-02 13:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-04 17:25 [gentoo-commits] proj/kde:master commit in: kde-base/krossruby/ Johannes Huber
  -- strict thread matches above, loose matches on Subject: below --
2014-12-02 13:10 Manuel Rüger
2013-07-03 13:46 Michael Palimaka
2013-06-21 12:50 Johannes Huber

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