* [gentoo-commits] gentoo-x86 commit in dev-ruby/weakling: weakling-0.0.3-r1.ebuild ChangeLog
@ 2011-05-01 14:59 Hans de Graaff (graaff)
0 siblings, 0 replies; 4+ messages in thread
From: Hans de Graaff (graaff) @ 2011-05-01 14:59 UTC (permalink / raw
To: gentoo-commits
graaff 11/05/01 14:59:57
Modified: ChangeLog
Added: weakling-0.0.3-r1.ebuild
Log:
Compile the jar file instead of using the shipped version. Thanks for James Le Cuirot for the ebuild and investigation in bug 365463.
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-ruby/weakling/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/weakling/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/weakling/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/weakling/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/weakling/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 30 Apr 2011 15:13:34 -0000 1.1
+++ ChangeLog 1 May 2011 14:59:57 -0000 1.2
@@ -1,6 +1,12 @@
# ChangeLog for dev-ruby/weakling
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/weakling/ChangeLog,v 1.1 2011/04/30 15:13:34 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/weakling/ChangeLog,v 1.2 2011/05/01 14:59:57 graaff Exp $
+
+*weakling-0.0.3-r1 (01 May 2011)
+
+ 01 May 2011; Hans de Graaff <graaff@gentoo.org> +weakling-0.0.3-r1.ebuild:
+ Compile the jar file instead of using the shipped version. Thanks for
+ James Le Cuirot for the ebuild and investigation in bug 365463.
*weakling-0.0.3 (30 Apr 2011)
1.1 dev-ruby/weakling/weakling-0.0.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/weakling/weakling-0.0.3-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/weakling/weakling-0.0.3-r1.ebuild?rev=1.1&content-type=text/plain
Index: weakling-0.0.3-r1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/weakling/weakling-0.0.3-r1.ebuild,v 1.1 2011/05/01 14:59:57 graaff Exp $
EAPI=2
# This package is specifically for JRuby.
USE_RUBY="jruby"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="HISTORY.txt README.txt"
RUBY_FAKEGEM_TASK_TEST=""
inherit java-pkg-2 java-pkg-simple ruby-fakegem
DESCRIPTION="weakling: a collection of weakref utilities for Ruby"
HOMEPAGE="http://github.com/headius/weakling"
LICENSE="Apache-2.0" # Not distributed in gem but in github repository
KEYWORDS="~amd64"
SLOT="0"
IUSE=""
CDEPEND="dev-java/bytelist
dev-java/jruby"
DEPEND="${CDEPEND}
>=virtual/jdk-1.5"
RDEPEND="${CDEPEND}
>=virtual/jre-1.5"
JAVA_GENTOO_CLASSPATH="bytelist jruby"
pkg_setup() {
java-pkg-2_pkg_setup
ruby-ng_pkg_setup
}
each_ruby_compile() {
java-pkg-simple_src_compile
cp "${PN}.jar" "lib/refqueue.jar" || die
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/weakling: weakling-0.0.3-r1.ebuild ChangeLog
@ 2011-05-23 20:56 Thomas Kahle (tomka)
0 siblings, 0 replies; 4+ messages in thread
From: Thomas Kahle (tomka) @ 2011-05-23 20:56 UTC (permalink / raw
To: gentoo-commits
tomka 11/05/23 20:56:16
Modified: weakling-0.0.3-r1.ebuild ChangeLog
Log:
~x86 per bug 365417
(Portage version: 2.1.9.49/cvs/Linux i686)
Revision Changes Path
1.2 dev-ruby/weakling/weakling-0.0.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/weakling/weakling-0.0.3-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/weakling/weakling-0.0.3-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/weakling/weakling-0.0.3-r1.ebuild?r1=1.1&r2=1.2
Index: weakling-0.0.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/weakling/weakling-0.0.3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- weakling-0.0.3-r1.ebuild 1 May 2011 14:59:57 -0000 1.1
+++ weakling-0.0.3-r1.ebuild 23 May 2011 20:56:16 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/weakling/weakling-0.0.3-r1.ebuild,v 1.1 2011/05/01 14:59:57 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/weakling/weakling-0.0.3-r1.ebuild,v 1.2 2011/05/23 20:56:16 tomka Exp $
EAPI=2
@@ -19,7 +19,7 @@
HOMEPAGE="http://github.com/headius/weakling"
LICENSE="Apache-2.0" # Not distributed in gem but in github repository
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE=""
1.3 dev-ruby/weakling/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/weakling/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/weakling/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/weakling/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/weakling/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 1 May 2011 14:59:57 -0000 1.2
+++ ChangeLog 23 May 2011 20:56:16 -0000 1.3
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/weakling
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/weakling/ChangeLog,v 1.2 2011/05/01 14:59:57 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/weakling/ChangeLog,v 1.3 2011/05/23 20:56:16 tomka Exp $
+
+ 23 May 2011; Thomas Kahle <tomka@gentoo.org> weakling-0.0.3-r1.ebuild:
+ ~x86 per bug 365417
*weakling-0.0.3-r1 (01 May 2011)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/weakling: weakling-0.0.3-r1.ebuild ChangeLog
@ 2011-07-20 14:55 Thomas Kahle (tomka)
0 siblings, 0 replies; 4+ messages in thread
From: Thomas Kahle (tomka) @ 2011-07-20 14:55 UTC (permalink / raw
To: gentoo-commits
tomka 11/07/20 14:55:22
Modified: weakling-0.0.3-r1.ebuild ChangeLog
Log:
x86 stable per bug 348510
(Portage version: 2.1.10.7/cvs/Linux i686)
Revision Changes Path
1.3 dev-ruby/weakling/weakling-0.0.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/weakling/weakling-0.0.3-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/weakling/weakling-0.0.3-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/weakling/weakling-0.0.3-r1.ebuild?r1=1.2&r2=1.3
Index: weakling-0.0.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/weakling/weakling-0.0.3-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- weakling-0.0.3-r1.ebuild 23 May 2011 20:56:16 -0000 1.2
+++ weakling-0.0.3-r1.ebuild 20 Jul 2011 14:55:22 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/weakling/weakling-0.0.3-r1.ebuild,v 1.2 2011/05/23 20:56:16 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/weakling/weakling-0.0.3-r1.ebuild,v 1.3 2011/07/20 14:55:22 tomka Exp $
EAPI=2
@@ -19,7 +19,7 @@
HOMEPAGE="http://github.com/headius/weakling"
LICENSE="Apache-2.0" # Not distributed in gem but in github repository
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
SLOT="0"
IUSE=""
1.5 dev-ruby/weakling/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/weakling/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/weakling/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/weakling/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/weakling/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 9 Jul 2011 10:18:41 -0000 1.4
+++ ChangeLog 20 Jul 2011 14:55:22 -0000 1.5
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/weakling
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/weakling/ChangeLog,v 1.4 2011/07/09 10:18:41 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/weakling/ChangeLog,v 1.5 2011/07/20 14:55:22 tomka Exp $
+
+ 20 Jul 2011; Thomas Kahle <tomka@gentoo.org> weakling-0.0.3-r1.ebuild:
+ x86 stable per bug 348510
09 Jul 2011; Hans de Graaff <graaff@gentoo.org> -weakling-0.0.3.ebuild:
Remove old version.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/weakling: weakling-0.0.3-r1.ebuild ChangeLog
@ 2011-08-02 16:31 Markos Chandras (hwoarang)
0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-08-02 16:31 UTC (permalink / raw
To: gentoo-commits
hwoarang 11/08/02 16:31:32
Modified: weakling-0.0.3-r1.ebuild ChangeLog
Log:
Stable on amd64 wrt bug #348510
(Portage version: 2.2.0_alpha46/cvs/Linux x86_64)
Revision Changes Path
1.4 dev-ruby/weakling/weakling-0.0.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/weakling/weakling-0.0.3-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/weakling/weakling-0.0.3-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/weakling/weakling-0.0.3-r1.ebuild?r1=1.3&r2=1.4
Index: weakling-0.0.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/weakling/weakling-0.0.3-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- weakling-0.0.3-r1.ebuild 20 Jul 2011 14:55:22 -0000 1.3
+++ weakling-0.0.3-r1.ebuild 2 Aug 2011 16:31:32 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/weakling/weakling-0.0.3-r1.ebuild,v 1.3 2011/07/20 14:55:22 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/weakling/weakling-0.0.3-r1.ebuild,v 1.4 2011/08/02 16:31:32 hwoarang Exp $
EAPI=2
@@ -19,7 +19,7 @@
HOMEPAGE="http://github.com/headius/weakling"
LICENSE="Apache-2.0" # Not distributed in gem but in github repository
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
SLOT="0"
IUSE=""
1.6 dev-ruby/weakling/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/weakling/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/weakling/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/weakling/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/weakling/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 20 Jul 2011 14:55:22 -0000 1.5
+++ ChangeLog 2 Aug 2011 16:31:32 -0000 1.6
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/weakling
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/weakling/ChangeLog,v 1.5 2011/07/20 14:55:22 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/weakling/ChangeLog,v 1.6 2011/08/02 16:31:32 hwoarang Exp $
+
+ 02 Aug 2011; Markos Chandras <hwoarang@gentoo.org> weakling-0.0.3-r1.ebuild:
+ Stable on amd64 wrt bug #348510
20 Jul 2011; Thomas Kahle <tomka@gentoo.org> weakling-0.0.3-r1.ebuild:
x86 stable per bug 348510
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-08-02 16:31 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-20 14:55 [gentoo-commits] gentoo-x86 commit in dev-ruby/weakling: weakling-0.0.3-r1.ebuild ChangeLog Thomas Kahle (tomka)
-- strict thread matches above, loose matches on Subject: below --
2011-08-02 16:31 Markos Chandras (hwoarang)
2011-05-23 20:56 Thomas Kahle (tomka)
2011-05-01 14:59 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