* [gentoo-commits] gentoo-x86 commit in dev-ruby/fxruby: fxruby-1.6.29.ebuild ChangeLog
@ 2015-02-24 7:08 Hans de Graaff (graaff)
0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff (graaff) @ 2015-02-24 7:08 UTC (permalink / raw
To: gentoo-commits
graaff 15/02/24 07:08:21
Modified: ChangeLog
Added: fxruby-1.6.29.ebuild
Log:
Version bump. Add ruby20, ruby21.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path
1.117 dev-ruby/fxruby/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fxruby/ChangeLog?rev=1.117&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fxruby/ChangeLog?rev=1.117&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fxruby/ChangeLog?r1=1.116&r2=1.117
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/ChangeLog,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- ChangeLog 25 Dec 2013 09:38:03 -0000 1.116
+++ ChangeLog 24 Feb 2015 07:08:21 -0000 1.117
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/fxruby
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/ChangeLog,v 1.116 2013/12/25 09:38:03 patrick Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/ChangeLog,v 1.117 2015/02/24 07:08:21 graaff Exp $
+
+*fxruby-1.6.29 (24 Feb 2015)
+
+ 24 Feb 2015; Hans de Graaff <graaff@gentoo.org> +fxruby-1.6.29.ebuild:
+ Version bump. Add ruby20, ruby21.
25 Dec 2013; Patrick Lauer <patrick@gentoo.org> fxruby-1.6.25.ebuild,
fxruby-1.6.28.ebuild:
1.1 dev-ruby/fxruby/fxruby-1.6.29.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.29.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.29.ebuild?rev=1.1&content-type=text/plain
Index: fxruby-1.6.29.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.29.ebuild,v 1.1 2015/02/24 07:08:21 graaff Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"
RUBY_FAKEGEM_NAME="fxruby"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="History.txt index.html README.rdoc TODO"
inherit multilib virtualx ruby-fakegem toolchain-funcs
DESCRIPTION="Ruby language binding to the FOX GUI toolkit"
HOMEPAGE="http://www.fxruby.org/"
LICENSE="LGPL-2.1"
SLOT="1.6"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE="examples doc"
CDEPEND="x11-libs/fox:1.6 >=x11-libs/fxscintilla-1.62-r1"
DEPEND="${DEPEND} ${CDEPEND} dev-lang/swig"
RDEPEND="${RDEPEND} ${CDEPEND}"
ruby_add_bdepend "test? ( dev-ruby/ruby-opengl )"
ruby_add_bdepend "doc? ( dev-ruby/rdoc )"
all_ruby_prepare() {
sed -i -e '/\[:compile\]/d' Rakefile || die
einfo "Avoid -O0 builds"
sed -i -e 's:-O0 -I:-I:' \
ext/fox16_c/extconf.rb || die "Can't fix forced -O0"
# Use a more modern swig.
sed -i -e 's/swig-1.3.22/swig/g' Rakefile || die
# Remove failing tests. We did not run tests before so this is not a
# regression for now.
rm test/TC_FXFileStream.rb test/TC_FXId.rb test/TC_FXMainWindow.rb test/TC_FXMaterial.rb || die
}
each_ruby_configure() {
${RUBY} -Cext/fox16_c extconf.rb || die
}
each_ruby_compile() {
CXX=$(tc-getCXX) emake V=1 -Cext/fox16_c || die
cp ext/fox16_c/fox16_c$(get_modname) lib/ || die
}
all_ruby_compile() {
all_fakegem_compile
rdoc --main rdoc-sources/README.rdoc --exclude ext/fox16_c --exclude "/aliases|kwargs|missingdep|responder/" || die
}
each_ruby_test() {
VIRTUALX_COMMAND=${RUBY} virtualmake -S testrb -Ilib test/TC_*.rb || die
}
all_ruby_install() {
all_fakegem_install
if use examples; then
for dir in sample samples example examples; do
if [ -d ${dir} ] ; then
dodir /usr/share/doc/${PF}
cp -pPR ${dir} "${D}"/usr/share/doc/${PF} || die "cp failed"
fi
done
fi
}
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/fxruby: fxruby-1.6.29.ebuild ChangeLog
@ 2015-03-20 14:22 Hans de Graaff (graaff)
0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff (graaff) @ 2015-03-20 14:22 UTC (permalink / raw
To: gentoo-commits
graaff 15/03/20 14:22:52
Modified: fxruby-1.6.29.ebuild ChangeLog
Log:
Document problems with ruby22.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path
1.2 dev-ruby/fxruby/fxruby-1.6.29.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.29.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.29.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.29.ebuild?r1=1.1&r2=1.2
Index: fxruby-1.6.29.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.29.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fxruby-1.6.29.ebuild 24 Feb 2015 07:08:21 -0000 1.1
+++ fxruby-1.6.29.ebuild 20 Mar 2015 14:22:52 -0000 1.2
@@ -1,8 +1,9 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.29.ebuild,v 1.1 2015/02/24 07:08:21 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.29.ebuild,v 1.2 2015/03/20 14:22:52 graaff Exp $
EAPI=5
+# ruby22 -> fails tests
USE_RUBY="ruby19 ruby20 ruby21"
RUBY_FAKEGEM_NAME="fxruby"
1.119 dev-ruby/fxruby/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fxruby/ChangeLog?rev=1.119&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fxruby/ChangeLog?rev=1.119&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fxruby/ChangeLog?r1=1.118&r2=1.119
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/ChangeLog,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- ChangeLog 12 Mar 2015 06:48:14 -0000 1.118
+++ ChangeLog 20 Mar 2015 14:22:52 -0000 1.119
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/fxruby
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/ChangeLog,v 1.118 2015/03/12 06:48:14 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/ChangeLog,v 1.119 2015/03/20 14:22:52 graaff Exp $
+
+ 20 Mar 2015; Hans de Graaff <graaff@gentoo.org> fxruby-1.6.29.ebuild:
+ Document problems with ruby22.
12 Mar 2015; Hans de Graaff <graaff@gentoo.org> -fxruby-1.6.28.ebuild:
Cleanup.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/fxruby: fxruby-1.6.29.ebuild ChangeLog
@ 2015-06-12 5:15 Jeroen Roovers (jer)
0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers (jer) @ 2015-06-12 5:15 UTC (permalink / raw
To: gentoo-commits
jer 15/06/12 05:15:21
Modified: fxruby-1.6.29.ebuild ChangeLog
Log:
Stable for HPPA PPC64 (bug #550618).
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Revision Changes Path
1.4 dev-ruby/fxruby/fxruby-1.6.29.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.29.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.29.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.29.ebuild?r1=1.3&r2=1.4
Index: fxruby-1.6.29.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.29.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- fxruby-1.6.29.ebuild 28 May 2015 05:05:16 -0000 1.3
+++ fxruby-1.6.29.ebuild 12 Jun 2015 05:15:21 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.29.ebuild,v 1.3 2015/05/28 05:05:16 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.29.ebuild,v 1.4 2015/06/12 05:15:21 jer Exp $
EAPI=5
# ruby22 -> fails tests
@@ -19,7 +19,7 @@
LICENSE="LGPL-2.1"
SLOT="1.6"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 hppa ~ppc ppc64 ~x86 ~x86-fbsd"
IUSE="examples doc"
CDEPEND="x11-libs/fox:1.6 >=x11-libs/fxscintilla-1.62-r1"
1.121 dev-ruby/fxruby/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fxruby/ChangeLog?rev=1.121&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fxruby/ChangeLog?rev=1.121&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fxruby/ChangeLog?r1=1.120&r2=1.121
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/ChangeLog,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- ChangeLog 28 May 2015 05:05:16 -0000 1.120
+++ ChangeLog 12 Jun 2015 05:15:21 -0000 1.121
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/fxruby
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/ChangeLog,v 1.120 2015/05/28 05:05:16 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/ChangeLog,v 1.121 2015/06/12 05:15:21 jer Exp $
+
+ 12 Jun 2015; Jeroen Roovers <jer@gentoo.org> fxruby-1.6.29.ebuild:
+ Stable for HPPA PPC64 (bug #550618).
*fxruby-1.6.29-r1 (28 May 2015)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/fxruby: fxruby-1.6.29.ebuild ChangeLog
@ 2015-06-13 11:54 Mikle Kolyada (zlogene)
0 siblings, 0 replies; 5+ messages in thread
From: Mikle Kolyada (zlogene) @ 2015-06-13 11:54 UTC (permalink / raw
To: gentoo-commits
zlogene 15/06/13 11:54:19
Modified: fxruby-1.6.29.ebuild ChangeLog
Log:
amd64 stable wrt bug #550618
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Revision Changes Path
1.5 dev-ruby/fxruby/fxruby-1.6.29.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.29.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.29.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.29.ebuild?r1=1.4&r2=1.5
Index: fxruby-1.6.29.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.29.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- fxruby-1.6.29.ebuild 12 Jun 2015 05:15:21 -0000 1.4
+++ fxruby-1.6.29.ebuild 13 Jun 2015 11:54:19 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.29.ebuild,v 1.4 2015/06/12 05:15:21 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.29.ebuild,v 1.5 2015/06/13 11:54:19 zlogene Exp $
EAPI=5
# ruby22 -> fails tests
@@ -19,7 +19,7 @@
LICENSE="LGPL-2.1"
SLOT="1.6"
-KEYWORDS="~amd64 hppa ~ppc ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 hppa ~ppc ppc64 ~x86 ~x86-fbsd"
IUSE="examples doc"
CDEPEND="x11-libs/fox:1.6 >=x11-libs/fxscintilla-1.62-r1"
1.122 dev-ruby/fxruby/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fxruby/ChangeLog?rev=1.122&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fxruby/ChangeLog?rev=1.122&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fxruby/ChangeLog?r1=1.121&r2=1.122
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/ChangeLog,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- ChangeLog 12 Jun 2015 05:15:21 -0000 1.121
+++ ChangeLog 13 Jun 2015 11:54:19 -0000 1.122
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/fxruby
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/ChangeLog,v 1.121 2015/06/12 05:15:21 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/ChangeLog,v 1.122 2015/06/13 11:54:19 zlogene Exp $
+
+ 13 Jun 2015; Mikle Kolyada <zlogene@gentoo.org> fxruby-1.6.29.ebuild:
+ amd64 stable wrt bug #550618
12 Jun 2015; Jeroen Roovers <jer@gentoo.org> fxruby-1.6.29.ebuild:
Stable for HPPA PPC64 (bug #550618).
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/fxruby: fxruby-1.6.29.ebuild ChangeLog
@ 2015-06-26 8:59 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-06-26 8:59 UTC (permalink / raw
To: gentoo-commits
ago 15/06/26 08:59:02
Modified: fxruby-1.6.29.ebuild ChangeLog
Log:
Stable for x86, wrt bug #550618
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Revision Changes Path
1.6 dev-ruby/fxruby/fxruby-1.6.29.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.29.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.29.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.29.ebuild?r1=1.5&r2=1.6
Index: fxruby-1.6.29.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.29.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- fxruby-1.6.29.ebuild 13 Jun 2015 11:54:19 -0000 1.5
+++ fxruby-1.6.29.ebuild 26 Jun 2015 08:59:02 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.29.ebuild,v 1.5 2015/06/13 11:54:19 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.29.ebuild,v 1.6 2015/06/26 08:59:02 ago Exp $
EAPI=5
# ruby22 -> fails tests
@@ -19,7 +19,7 @@
LICENSE="LGPL-2.1"
SLOT="1.6"
-KEYWORDS="amd64 hppa ~ppc ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 hppa ~ppc ppc64 x86 ~x86-fbsd"
IUSE="examples doc"
CDEPEND="x11-libs/fox:1.6 >=x11-libs/fxscintilla-1.62-r1"
1.123 dev-ruby/fxruby/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fxruby/ChangeLog?rev=1.123&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fxruby/ChangeLog?rev=1.123&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fxruby/ChangeLog?r1=1.122&r2=1.123
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/ChangeLog,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- ChangeLog 13 Jun 2015 11:54:19 -0000 1.122
+++ ChangeLog 26 Jun 2015 08:59:02 -0000 1.123
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/fxruby
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/ChangeLog,v 1.122 2015/06/13 11:54:19 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/ChangeLog,v 1.123 2015/06/26 08:59:02 ago Exp $
+
+ 26 Jun 2015; Agostino Sarubbo <ago@gentoo.org> fxruby-1.6.29.ebuild:
+ Stable for x86, wrt bug #550618
13 Jun 2015; Mikle Kolyada <zlogene@gentoo.org> fxruby-1.6.29.ebuild:
amd64 stable wrt bug #550618
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-06-26 8:59 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-12 5:15 [gentoo-commits] gentoo-x86 commit in dev-ruby/fxruby: fxruby-1.6.29.ebuild ChangeLog Jeroen Roovers (jer)
-- strict thread matches above, loose matches on Subject: below --
2015-06-26 8:59 Agostino Sarubbo (ago)
2015-06-13 11:54 Mikle Kolyada (zlogene)
2015-03-20 14:22 Hans de Graaff (graaff)
2015-02-24 7:08 Hans de Graaff (graaff)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox