* [gentoo-commits] proj/kde:master commit in: kde-base/qtruby/
@ 2011-09-07 21:43 Alexey Shvetsov
0 siblings, 0 replies; 6+ messages in thread
From: Alexey Shvetsov @ 2011-09-07 21:43 UTC (permalink / raw
To: gentoo-commits
commit: 04113f14d8a9a499a31db845de5123e5d1897f4b
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 7 21:40:36 2011 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Wed Sep 7 21:40:36 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=04113f14
[kde-base/qtruby] Drop old blockers
(Portage version: 2.2.0_alpha54/git/Linux x86_64, signed Manifest commit with key F82F92E6)
---
kde-base/qtruby/qtruby-4.7.49.9999.ebuild | 1 -
kde-base/qtruby/qtruby-9999.ebuild | 1 -
2 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/kde-base/qtruby/qtruby-4.7.49.9999.ebuild b/kde-base/qtruby/qtruby-4.7.49.9999.ebuild
index 3392473..b5d3566 100644
--- a/kde-base/qtruby/qtruby-4.7.49.9999.ebuild
+++ b/kde-base/qtruby/qtruby-4.7.49.9999.ebuild
@@ -26,7 +26,6 @@ DEPEND="
"
RDEPEND="${DEPEND}
- !dev-ruby/qt4-qtruby
"
# Split from kdebindings-ruby in 4.7
diff --git a/kde-base/qtruby/qtruby-9999.ebuild b/kde-base/qtruby/qtruby-9999.ebuild
index 3392473..b5d3566 100644
--- a/kde-base/qtruby/qtruby-9999.ebuild
+++ b/kde-base/qtruby/qtruby-9999.ebuild
@@ -26,7 +26,6 @@ DEPEND="
"
RDEPEND="${DEPEND}
- !dev-ruby/qt4-qtruby
"
# Split from kdebindings-ruby in 4.7
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/qtruby/
@ 2013-06-21 10:39 Johannes Huber
0 siblings, 0 replies; 6+ messages in thread
From: Johannes Huber @ 2013-06-21 10:39 UTC (permalink / raw
To: gentoo-commits
commit: f85d6b55d81e99d680a33032894503799ca1f760
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 21 10:35:45 2013 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Jun 21 10:35:45 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f85d6b55
[kde-base/qtruby] Use ruby19 wrt bug #434076.
Package-Manager: portage-2.2.0_alpha183
---
kde-base/qtruby/qtruby-9999.ebuild | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/kde-base/qtruby/qtruby-9999.ebuild b/kde-base/qtruby/qtruby-9999.ebuild
index efa3a00..b27ce1a 100644
--- a/kde-base/qtruby/qtruby-9999.ebuild
+++ b/kde-base/qtruby/qtruby-9999.ebuild
@@ -7,11 +7,10 @@ EAPI=5
OPENGL_REQUIRED="always"
DECLARATIVE_REQUIRED="optional"
KDE_REQUIRED="never"
-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] 6+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/qtruby/
@ 2013-07-03 14:09 Michael Palimaka
0 siblings, 0 replies; 6+ messages in thread
From: Michael Palimaka @ 2013-07-03 14:09 UTC (permalink / raw
To: gentoo-commits
commit: 1e3cac9b4f23d3467b1769752c08b9caa40f3624
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 3 14:07:15 2013 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Jul 3 14:07:15 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=1e3cac9b
[kde-base/qtruby] Remove obsolete blocker.
Package-Manager: portage-2.1.12.11
---
kde-base/qtruby/qtruby-4.10.49.9999.ebuild | 3 ---
kde-base/qtruby/qtruby-4.10.90.ebuild | 3 ---
kde-base/qtruby/qtruby-9999.ebuild | 3 ---
3 files changed, 9 deletions(-)
diff --git a/kde-base/qtruby/qtruby-4.10.49.9999.ebuild b/kde-base/qtruby/qtruby-4.10.49.9999.ebuild
index efa3a00..3076b79 100644
--- a/kde-base/qtruby/qtruby-4.10.49.9999.ebuild
+++ b/kde-base/qtruby/qtruby-4.10.49.9999.ebuild
@@ -27,9 +27,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/qtruby/qtruby-4.10.90.ebuild b/kde-base/qtruby/qtruby-4.10.90.ebuild
index c16ce1b..9f7c654 100644
--- a/kde-base/qtruby/qtruby-4.10.90.ebuild
+++ b/kde-base/qtruby/qtruby-4.10.90.ebuild
@@ -26,9 +26,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/qtruby/qtruby-9999.ebuild b/kde-base/qtruby/qtruby-9999.ebuild
index b27ce1a..7b91bab 100644
--- a/kde-base/qtruby/qtruby-9999.ebuild
+++ b/kde-base/qtruby/qtruby-9999.ebuild
@@ -26,9 +26,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] 6+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/qtruby/
@ 2013-07-04 18:05 Johannes Huber
0 siblings, 0 replies; 6+ messages in thread
From: Johannes Huber @ 2013-07-04 18:05 UTC (permalink / raw
To: gentoo-commits
commit: fe5a960ae1fd4086706b88031c989cb6267a2881
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 4 17:55:00 2013 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Jul 4 17:55:00 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=fe5a960a
[kde-base/qtruby] Add ruby19 support to 4.10 wrt bug #434076.
Package-Manager: portage-2.2.0_alpha186
---
kde-base/qtruby/qtruby-4.10.49.9999.ebuild | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/kde-base/qtruby/qtruby-4.10.49.9999.ebuild b/kde-base/qtruby/qtruby-4.10.49.9999.ebuild
index 3076b79..7b91bab 100644
--- a/kde-base/qtruby/qtruby-4.10.49.9999.ebuild
+++ b/kde-base/qtruby/qtruby-4.10.49.9999.ebuild
@@ -7,11 +7,10 @@ EAPI=5
OPENGL_REQUIRED="always"
DECLARATIVE_REQUIRED="optional"
KDE_REQUIRED="never"
-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] 6+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/qtruby/
@ 2013-08-05 18:51 Andreas Hüttel
0 siblings, 0 replies; 6+ messages in thread
From: Andreas Hüttel @ 2013-08-05 18:51 UTC (permalink / raw
To: gentoo-commits
commit: 1af1226a228f97c1683b4871406165799ef9496e
Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 5 18:51:37 2013 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Aug 5 18:51:37 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=1af1226a
[kde-base/qtruby] update HOMEPAGE, bug 479248
Package-Manager: portage-2.2.0_alpha191
---
kde-base/qtruby/qtruby-4.10.97.ebuild | 1 +
kde-base/qtruby/qtruby-4.11.49.9999.ebuild | 1 +
kde-base/qtruby/qtruby-9999.ebuild | 1 +
3 files changed, 3 insertions(+)
diff --git a/kde-base/qtruby/qtruby-4.10.97.ebuild b/kde-base/qtruby/qtruby-4.10.97.ebuild
index 9f7c654..05047de 100644
--- a/kde-base/qtruby/qtruby-4.10.97.ebuild
+++ b/kde-base/qtruby/qtruby-4.10.97.ebuild
@@ -18,6 +18,7 @@ inherit kde4-base ruby-ng
DESCRIPTION="Qt Ruby bindings"
KEYWORDS=" ~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug phonon qscintilla qwt webkit"
+HOMEPAGE="http://techbase.kde.org/Development/Languages/Ruby"
DEPEND="
$(add_kdebase_dep smokeqt 'declarative?,opengl,phonon?,qscintilla?,qwt?,webkit?')
diff --git a/kde-base/qtruby/qtruby-4.11.49.9999.ebuild b/kde-base/qtruby/qtruby-4.11.49.9999.ebuild
index 7b91bab..04886b8 100644
--- a/kde-base/qtruby/qtruby-4.11.49.9999.ebuild
+++ b/kde-base/qtruby/qtruby-4.11.49.9999.ebuild
@@ -18,6 +18,7 @@ inherit kde4-base ruby-ng
DESCRIPTION="Qt Ruby bindings"
KEYWORDS=""
IUSE="debug phonon qscintilla qwt webkit"
+HOMEPAGE="http://techbase.kde.org/Development/Languages/Ruby"
DEPEND="
$(add_kdebase_dep smokeqt 'declarative?,opengl,phonon?,qscintilla?,qwt?,webkit?')
diff --git a/kde-base/qtruby/qtruby-9999.ebuild b/kde-base/qtruby/qtruby-9999.ebuild
index 7b91bab..04886b8 100644
--- a/kde-base/qtruby/qtruby-9999.ebuild
+++ b/kde-base/qtruby/qtruby-9999.ebuild
@@ -18,6 +18,7 @@ inherit kde4-base ruby-ng
DESCRIPTION="Qt Ruby bindings"
KEYWORDS=""
IUSE="debug phonon qscintilla qwt webkit"
+HOMEPAGE="http://techbase.kde.org/Development/Languages/Ruby"
DEPEND="
$(add_kdebase_dep smokeqt 'declarative?,opengl,phonon?,qscintilla?,qwt?,webkit?')
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/qtruby/
@ 2014-12-02 13:10 Manuel Rüger
0 siblings, 0 replies; 6+ messages in thread
From: Manuel Rüger @ 2014-12-02 13:10 UTC (permalink / raw
To: gentoo-commits
commit: 731b799d43539d00f59ef8a77e06fe247de89202
Author: Manuel Rüger <manuel <AT> rueg <DOT> eu>
AuthorDate: Tue Dec 2 13:09:50 2014 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Dec 2 13:09:50 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=731b799d
[kde-base/qtruby] Default to ruby20.
Package-Manager: portage-2.2.14
---
kde-base/qtruby/qtruby-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-base/qtruby/qtruby-9999.ebuild b/kde-base/qtruby/qtruby-9999.ebuild
index acd6586..e956a39 100644
--- a/kde-base/qtruby/qtruby-9999.ebuild
+++ b/kde-base/qtruby/qtruby-9999.ebuild
@@ -7,7 +7,7 @@ EAPI=5
OPENGL_REQUIRED="always"
DECLARATIVE_REQUIRED="optional"
KDE_REQUIRED="never"
-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] 6+ messages in thread
end of thread, other threads:[~2014-12-02 13:10 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-05 18:51 [gentoo-commits] proj/kde:master commit in: kde-base/qtruby/ Andreas Hüttel
-- strict thread matches above, loose matches on Subject: below --
2014-12-02 13:10 Manuel Rüger
2013-07-04 18:05 Johannes Huber
2013-07-03 14:09 Michael Palimaka
2013-06-21 10:39 Johannes Huber
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