* [gentoo-commits] gentoo-x86 commit in dev-ruby/fastthread: fastthread-1.0.7-r1.ebuild ChangeLog
@ 2009-12-21 22:18 Diego Petteno (flameeyes)
0 siblings, 0 replies; 13+ messages in thread
From: Diego Petteno (flameeyes) @ 2009-12-21 22:18 UTC (permalink / raw
To: gentoo-commits
flameeyes 09/12/21 22:18:47
Modified: ChangeLog
Added: fastthread-1.0.7-r1.ebuild
Log:
Port to ruby-fakegem.
(Portage version: 2.2_rc60/cvs/Linux x86_64)
Revision Changes Path
1.34 dev-ruby/fastthread/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fastthread/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fastthread/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fastthread/ChangeLog?r1=1.33&r2=1.34
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog 9 Dec 2009 19:13:43 -0000 1.33
+++ ChangeLog 21 Dec 2009 22:18:46 -0000 1.34
@@ -1,6 +1,12 @@
# ChangeLog for dev-ruby/fastthread
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/ChangeLog,v 1.33 2009/12/09 19:13:43 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/ChangeLog,v 1.34 2009/12/21 22:18:46 flameeyes Exp $
+
+*fastthread-1.0.7-r1 (21 Dec 2009)
+
+ 21 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org>
+ +fastthread-1.0.7-r1.ebuild:
+ Port to ruby-fakegem.
09 Dec 2009; Hans de Graaff <graaff@gentoo.org> -fastthread-1.0.1.ebuild:
Remove old version.
1.1 dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild?rev=1.1&content-type=text/plain
Index: fastthread-1.0.7-r1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild,v 1.1 2009/12/21 22:18:46 flameeyes Exp $
EAPI=2
USE_RUBY="ruby18"
RUBY_FAKEGEM_TASK_DOC="docs"
RUBY_FAKEGEM_TASK_TEST="test"
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG"
inherit ruby-fakegem
DESCRIPTION="Optimized replacement for thread.rb primitives"
HOMEPAGE="http://gemcutter.org/gems/fastthread"
LICENSE="Ruby"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
ruby_add_bdepend test '>=dev-ruby/echoe-2.7.11 virtual/ruby-test-unit'
ruby_add_bdepend doc '>=dev-ruby/echoe-2.7.11'
all_ruby_prepare() {
sed -i -e 's|if Platform|if Echoe::Platform|' Rakefile || die
}
each_ruby_compile() {
${RUBY} -S rake compile || die "build failed"
}
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/fastthread: fastthread-1.0.7-r1.ebuild ChangeLog
@ 2009-12-23 12:27 Diego Petteno (flameeyes)
0 siblings, 0 replies; 13+ messages in thread
From: Diego Petteno (flameeyes) @ 2009-12-23 12:27 UTC (permalink / raw
To: gentoo-commits
flameeyes 09/12/23 12:27:48
Modified: fastthread-1.0.7-r1.ebuild ChangeLog
Log:
Make echoe an unconditional dependency as it's needed for compile as well. Thanks to Harris Landgarten in bug #298048.
(Portage version: 2.2_rc60/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild?r1=1.1&r2=1.2
Index: fastthread-1.0.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fastthread-1.0.7-r1.ebuild 21 Dec 2009 22:18:46 -0000 1.1
+++ fastthread-1.0.7-r1.ebuild 23 Dec 2009 12:27:47 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild,v 1.1 2009/12/21 22:18:46 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild,v 1.2 2009/12/23 12:27:47 flameeyes Exp $
EAPI=2
@@ -22,8 +22,8 @@
KEYWORDS="~amd64"
IUSE=""
-ruby_add_bdepend test '>=dev-ruby/echoe-2.7.11 virtual/ruby-test-unit'
-ruby_add_bdepend doc '>=dev-ruby/echoe-2.7.11'
+ruby_add_bdepend '>=dev-ruby/echoe-2.7.11'
+ruby_add_bdepend test virtual/ruby-test-unit
all_ruby_prepare() {
sed -i -e 's|if Platform|if Echoe::Platform|' Rakefile || die
1.35 dev-ruby/fastthread/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fastthread/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fastthread/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fastthread/ChangeLog?r1=1.34&r2=1.35
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog 21 Dec 2009 22:18:46 -0000 1.34
+++ ChangeLog 23 Dec 2009 12:27:47 -0000 1.35
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/fastthread
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/ChangeLog,v 1.34 2009/12/21 22:18:46 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/ChangeLog,v 1.35 2009/12/23 12:27:47 flameeyes Exp $
+
+ 23 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org>
+ fastthread-1.0.7-r1.ebuild:
+ Make echoe an unconditional dependency as it's needed for compile as well.
+ Thanks to Harris Landgarten in bug #298048.
*fastthread-1.0.7-r1 (21 Dec 2009)
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/fastthread: fastthread-1.0.7-r1.ebuild ChangeLog
@ 2009-12-26 8:30 Hans de Graaff (graaff)
0 siblings, 0 replies; 13+ messages in thread
From: Hans de Graaff (graaff) @ 2009-12-26 8:30 UTC (permalink / raw
To: gentoo-commits
graaff 09/12/26 08:30:02
Modified: fastthread-1.0.7-r1.ebuild ChangeLog
Log:
Add dependency on rake, #298384.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Revision Changes Path
1.3 dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild?r1=1.2&r2=1.3
Index: fastthread-1.0.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fastthread-1.0.7-r1.ebuild 23 Dec 2009 12:27:47 -0000 1.2
+++ fastthread-1.0.7-r1.ebuild 26 Dec 2009 08:30:01 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild,v 1.2 2009/12/23 12:27:47 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild,v 1.3 2009/12/26 08:30:01 graaff Exp $
EAPI=2
@@ -22,7 +22,7 @@
KEYWORDS="~amd64"
IUSE=""
-ruby_add_bdepend '>=dev-ruby/echoe-2.7.11'
+ruby_add_bdepend '>=dev-ruby/echoe-2.7.11 dev-ruby/rake'
ruby_add_bdepend test virtual/ruby-test-unit
all_ruby_prepare() {
1.36 dev-ruby/fastthread/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fastthread/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fastthread/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fastthread/ChangeLog?r1=1.35&r2=1.36
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog 23 Dec 2009 12:27:47 -0000 1.35
+++ ChangeLog 26 Dec 2009 08:30:01 -0000 1.36
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/fastthread
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/ChangeLog,v 1.35 2009/12/23 12:27:47 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/ChangeLog,v 1.36 2009/12/26 08:30:01 graaff Exp $
+
+ 26 Dec 2009; Hans de Graaff <graaff@gentoo.org>
+ fastthread-1.0.7-r1.ebuild:
+ Fix build with -doc and -test by always depending on rake, fixing #298384.
23 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org>
fastthread-1.0.7-r1.ebuild:
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/fastthread: fastthread-1.0.7-r1.ebuild ChangeLog
@ 2010-01-04 11:19 Christian Faulhammer (fauli)
0 siblings, 0 replies; 13+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-01-04 11:19 UTC (permalink / raw
To: gentoo-commits
fauli 10/01/04 11:19:58
Modified: fastthread-1.0.7-r1.ebuild ChangeLog
Log:
Transfer Prefix keywords
(Portage version: 2.1.6.13/cvs/Linux i686)
Revision Changes Path
1.4 dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild?r1=1.3&r2=1.4
Index: fastthread-1.0.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- fastthread-1.0.7-r1.ebuild 26 Dec 2009 08:30:01 -0000 1.3
+++ fastthread-1.0.7-r1.ebuild 4 Jan 2010 11:19:57 -0000 1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild,v 1.3 2009/12/26 08:30:01 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild,v 1.4 2010/01/04 11:19:57 fauli Exp $
EAPI=2
@@ -19,7 +19,7 @@
LICENSE="Ruby"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE=""
ruby_add_bdepend '>=dev-ruby/echoe-2.7.11 dev-ruby/rake'
1.37 dev-ruby/fastthread/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fastthread/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fastthread/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fastthread/ChangeLog?r1=1.36&r2=1.37
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog 26 Dec 2009 08:30:01 -0000 1.36
+++ ChangeLog 4 Jan 2010 11:19:57 -0000 1.37
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/fastthread
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/ChangeLog,v 1.36 2009/12/26 08:30:01 graaff Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/ChangeLog,v 1.37 2010/01/04 11:19:57 fauli Exp $
+
+ 04 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
+ fastthread-1.0.7-r1.ebuild:
+ Transfer Prefix keywords
26 Dec 2009; Hans de Graaff <graaff@gentoo.org>
fastthread-1.0.7-r1.ebuild:
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/fastthread: fastthread-1.0.7-r1.ebuild ChangeLog
@ 2010-01-04 23:30 Markus Meier (maekke)
0 siblings, 0 replies; 13+ messages in thread
From: Markus Meier (maekke) @ 2010-01-04 23:30 UTC (permalink / raw
To: gentoo-commits
maekke 10/01/04 23:30:11
Modified: fastthread-1.0.7-r1.ebuild ChangeLog
Log:
add ~x86, bug #297843
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Revision Changes Path
1.5 dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild?r1=1.4&r2=1.5
Index: fastthread-1.0.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- fastthread-1.0.7-r1.ebuild 4 Jan 2010 11:19:57 -0000 1.4
+++ fastthread-1.0.7-r1.ebuild 4 Jan 2010 23:30:10 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild,v 1.4 2010/01/04 11:19:57 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild,v 1.5 2010/01/04 23:30:10 maekke Exp $
EAPI=2
@@ -19,7 +19,7 @@
LICENSE="Ruby"
SLOT="0"
-KEYWORDS="~amd64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE=""
ruby_add_bdepend '>=dev-ruby/echoe-2.7.11 dev-ruby/rake'
1.38 dev-ruby/fastthread/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fastthread/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fastthread/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fastthread/ChangeLog?r1=1.37&r2=1.38
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog 4 Jan 2010 11:19:57 -0000 1.37
+++ ChangeLog 4 Jan 2010 23:30:10 -0000 1.38
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/fastthread
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/ChangeLog,v 1.37 2010/01/04 11:19:57 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/ChangeLog,v 1.38 2010/01/04 23:30:10 maekke Exp $
+
+ 04 Jan 2010; Markus Meier <maekke@gentoo.org> fastthread-1.0.7-r1.ebuild:
+ add ~x86, bug #297843
04 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
fastthread-1.0.7-r1.ebuild:
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/fastthread: fastthread-1.0.7-r1.ebuild ChangeLog
@ 2010-01-14 1:05 Brent Baude (ranger)
0 siblings, 0 replies; 13+ messages in thread
From: Brent Baude (ranger) @ 2010-01-14 1:05 UTC (permalink / raw
To: gentoo-commits
ranger 10/01/14 01:05:53
Modified: fastthread-1.0.7-r1.ebuild ChangeLog
Log:
Marking fastthread-1.0.7-r1 ~ppc64 for bug 297843
(Portage version: 2.1.6.13/cvs/Linux ppc64)
Revision Changes Path
1.6 dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild?r1=1.5&r2=1.6
Index: fastthread-1.0.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- fastthread-1.0.7-r1.ebuild 4 Jan 2010 23:30:10 -0000 1.5
+++ fastthread-1.0.7-r1.ebuild 14 Jan 2010 01:05:52 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild,v 1.5 2010/01/04 23:30:10 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild,v 1.6 2010/01/14 01:05:52 ranger Exp $
EAPI=2
@@ -19,7 +19,7 @@
LICENSE="Ruby"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE=""
ruby_add_bdepend '>=dev-ruby/echoe-2.7.11 dev-ruby/rake'
1.39 dev-ruby/fastthread/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fastthread/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fastthread/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fastthread/ChangeLog?r1=1.38&r2=1.39
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog 4 Jan 2010 23:30:10 -0000 1.38
+++ ChangeLog 14 Jan 2010 01:05:52 -0000 1.39
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/fastthread
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/ChangeLog,v 1.38 2010/01/04 23:30:10 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/ChangeLog,v 1.39 2010/01/14 01:05:52 ranger Exp $
+
+ 14 Jan 2010; Brent Baude <ranger@gentoo.org> fastthread-1.0.7-r1.ebuild:
+ Marking fastthread-1.0.7-r1 ~ppc64 for bug 297843
04 Jan 2010; Markus Meier <maekke@gentoo.org> fastthread-1.0.7-r1.ebuild:
add ~x86, bug #297843
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/fastthread: fastthread-1.0.7-r1.ebuild ChangeLog
@ 2010-01-18 20:36 Brent Baude (ranger)
0 siblings, 0 replies; 13+ messages in thread
From: Brent Baude (ranger) @ 2010-01-18 20:36 UTC (permalink / raw
To: gentoo-commits
ranger 10/01/18 20:36:14
Modified: fastthread-1.0.7-r1.ebuild ChangeLog
Log:
Marking fastthread-1.0.7-r1 ~ppc for bug 297843
(Portage version: 2.1.6.13/cvs/Linux ppc64)
Revision Changes Path
1.7 dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild?r1=1.6&r2=1.7
Index: fastthread-1.0.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- fastthread-1.0.7-r1.ebuild 14 Jan 2010 01:05:52 -0000 1.6
+++ fastthread-1.0.7-r1.ebuild 18 Jan 2010 20:36:13 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild,v 1.6 2010/01/14 01:05:52 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild,v 1.7 2010/01/18 20:36:13 ranger Exp $
EAPI=2
@@ -19,7 +19,7 @@
LICENSE="Ruby"
SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE=""
ruby_add_bdepend '>=dev-ruby/echoe-2.7.11 dev-ruby/rake'
1.40 dev-ruby/fastthread/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fastthread/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fastthread/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fastthread/ChangeLog?r1=1.39&r2=1.40
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog 14 Jan 2010 01:05:52 -0000 1.39
+++ ChangeLog 18 Jan 2010 20:36:13 -0000 1.40
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/fastthread
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/ChangeLog,v 1.39 2010/01/14 01:05:52 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/ChangeLog,v 1.40 2010/01/18 20:36:13 ranger Exp $
+
+ 18 Jan 2010; Brent Baude <ranger@gentoo.org> fastthread-1.0.7-r1.ebuild:
+ Marking fastthread-1.0.7-r1 ~ppc for bug 297843
14 Jan 2010; Brent Baude <ranger@gentoo.org> fastthread-1.0.7-r1.ebuild:
Marking fastthread-1.0.7-r1 ~ppc64 for bug 297843
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/fastthread: fastthread-1.0.7-r1.ebuild ChangeLog
@ 2010-01-31 15:34 Raul Porcel (armin76)
0 siblings, 0 replies; 13+ messages in thread
From: Raul Porcel (armin76) @ 2010-01-31 15:34 UTC (permalink / raw
To: gentoo-commits
armin76 10/01/31 15:34:46
Modified: fastthread-1.0.7-r1.ebuild ChangeLog
Log:
Add ~sparc
(Portage version: 2.1.6.13/cvs/Linux ia64)
Revision Changes Path
1.8 dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild?r1=1.7&r2=1.8
Index: fastthread-1.0.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- fastthread-1.0.7-r1.ebuild 18 Jan 2010 20:36:13 -0000 1.7
+++ fastthread-1.0.7-r1.ebuild 31 Jan 2010 15:34:46 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild,v 1.7 2010/01/18 20:36:13 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild,v 1.8 2010/01/31 15:34:46 armin76 Exp $
EAPI=2
@@ -19,7 +19,7 @@
LICENSE="Ruby"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE=""
ruby_add_bdepend '>=dev-ruby/echoe-2.7.11 dev-ruby/rake'
1.41 dev-ruby/fastthread/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fastthread/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fastthread/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/fastthread/ChangeLog?r1=1.40&r2=1.41
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog 18 Jan 2010 20:36:13 -0000 1.40
+++ ChangeLog 31 Jan 2010 15:34:46 -0000 1.41
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/fastthread
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/ChangeLog,v 1.40 2010/01/18 20:36:13 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/ChangeLog,v 1.41 2010/01/31 15:34:46 armin76 Exp $
+
+ 31 Jan 2010; Raúl Porcel <armin76@gentoo.org> fastthread-1.0.7-r1.ebuild:
+ Add ~sparc
18 Jan 2010; Brent Baude <ranger@gentoo.org> fastthread-1.0.7-r1.ebuild:
Marking fastthread-1.0.7-r1 ~ppc for bug 297843
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/fastthread: fastthread-1.0.7-r1.ebuild ChangeLog
@ 2010-05-22 15:14 Diego Petteno (flameeyes)
0 siblings, 0 replies; 13+ messages in thread
From: Diego Petteno (flameeyes) @ 2010-05-22 15:14 UTC (permalink / raw
To: gentoo-commits
flameeyes 10/05/22 15:14:41
Modified: fastthread-1.0.7-r1.ebuild ChangeLog
Log:
Various cleanups.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.9 dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild?r1=1.8&r2=1.9
Index: fastthread-1.0.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- fastthread-1.0.7-r1.ebuild 31 Jan 2010 15:34:46 -0000 1.8
+++ fastthread-1.0.7-r1.ebuild 22 May 2010 15:14:41 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild,v 1.8 2010/01/31 15:34:46 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild,v 1.9 2010/05/22 15:14:41 flameeyes Exp $
EAPI=2
@@ -22,8 +22,10 @@
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE=""
-ruby_add_bdepend '>=dev-ruby/echoe-2.7.11 dev-ruby/rake'
-ruby_add_bdepend test virtual/ruby-test-unit
+ruby_add_bdepend "
+ >=dev-ruby/echoe-2.7.11
+ dev-ruby/rake
+ test? ( virtual/ruby-test-unit )"
all_ruby_prepare() {
sed -i -e 's|if Platform|if Echoe::Platform|' Rakefile || die
1.42 dev-ruby/fastthread/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fastthread/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fastthread/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fastthread/ChangeLog?r1=1.41&r2=1.42
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog 31 Jan 2010 15:34:46 -0000 1.41
+++ ChangeLog 22 May 2010 15:14:41 -0000 1.42
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/fastthread
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/ChangeLog,v 1.41 2010/01/31 15:34:46 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/ChangeLog,v 1.42 2010/05/22 15:14:41 flameeyes Exp $
+
+ 22 May 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+ fastthread-1.0.7-r1.ebuild:
+ Various cleanups.
31 Jan 2010; Raúl Porcel <armin76@gentoo.org> fastthread-1.0.7-r1.ebuild:
Add ~sparc
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/fastthread: fastthread-1.0.7-r1.ebuild ChangeLog
@ 2011-01-11 22:03 Markus Meier (maekke)
0 siblings, 0 replies; 13+ messages in thread
From: Markus Meier (maekke) @ 2011-01-11 22:03 UTC (permalink / raw
To: gentoo-commits
maekke 11/01/11 22:03:27
Modified: fastthread-1.0.7-r1.ebuild ChangeLog
Log:
x86 stable, bug #349877
(Portage version: 2.1.9.30/cvs/Linux x86_64)
Revision Changes Path
1.10 dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild?r1=1.9&r2=1.10
Index: fastthread-1.0.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- fastthread-1.0.7-r1.ebuild 22 May 2010 15:14:41 -0000 1.9
+++ fastthread-1.0.7-r1.ebuild 11 Jan 2011 22:03:26 -0000 1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild,v 1.9 2010/05/22 15:14:41 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild,v 1.10 2011/01/11 22:03:26 maekke Exp $
EAPI=2
@@ -19,7 +19,7 @@
LICENSE="Ruby"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE=""
ruby_add_bdepend "
1.43 dev-ruby/fastthread/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fastthread/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fastthread/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fastthread/ChangeLog?r1=1.42&r2=1.43
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog 22 May 2010 15:14:41 -0000 1.42
+++ ChangeLog 11 Jan 2011 22:03:26 -0000 1.43
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/fastthread
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/ChangeLog,v 1.42 2010/05/22 15:14:41 flameeyes Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/ChangeLog,v 1.43 2011/01/11 22:03:26 maekke Exp $
+
+ 11 Jan 2011; Markus Meier <maekke@gentoo.org> fastthread-1.0.7-r1.ebuild:
+ x86 stable, bug #349877
22 May 2010; Diego E. Pettenò <flameeyes@gentoo.org>
fastthread-1.0.7-r1.ebuild:
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/fastthread: fastthread-1.0.7-r1.ebuild ChangeLog
@ 2011-01-14 22:59 Markos Chandras (hwoarang)
0 siblings, 0 replies; 13+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-01-14 22:59 UTC (permalink / raw
To: gentoo-commits
hwoarang 11/01/14 22:59:29
Modified: fastthread-1.0.7-r1.ebuild ChangeLog
Log:
Stable on amd64 wrt bug #349877
(Portage version: 2.1.9.31/cvs/Linux x86_64)
Revision Changes Path
1.11 dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild?r1=1.10&r2=1.11
Index: fastthread-1.0.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- fastthread-1.0.7-r1.ebuild 11 Jan 2011 22:03:26 -0000 1.10
+++ fastthread-1.0.7-r1.ebuild 14 Jan 2011 22:59:29 -0000 1.11
@@ -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/fastthread/fastthread-1.0.7-r1.ebuild,v 1.10 2011/01/11 22:03:26 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild,v 1.11 2011/01/14 22:59:29 hwoarang Exp $
EAPI=2
@@ -19,7 +19,7 @@
LICENSE="Ruby"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE=""
ruby_add_bdepend "
1.44 dev-ruby/fastthread/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fastthread/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fastthread/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fastthread/ChangeLog?r1=1.43&r2=1.44
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog 11 Jan 2011 22:03:26 -0000 1.43
+++ ChangeLog 14 Jan 2011 22:59:29 -0000 1.44
@@ -1,6 +1,14 @@
# ChangeLog for dev-ruby/fastthread
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/ChangeLog,v 1.43 2011/01/11 22:03:26 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/ChangeLog,v 1.44 2011/01/14 22:59:29 hwoarang Exp $
+
+ 14 Jan 2011; Markos Chandras <hwoarang@gentoo.org>
+ fastthread-1.0.7-r1.ebuild:
+ Stable on amd64 wrt bug #349877
+
+ 14 Jan 2011; Markos Chandras <hwoarang@gentoo.org>
+ fastthread-1.0.7-r1.ebuild:
+ Stable on amd64 wrt bug #349877
11 Jan 2011; Markus Meier <maekke@gentoo.org> fastthread-1.0.7-r1.ebuild:
x86 stable, bug #349877
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/fastthread: fastthread-1.0.7-r1.ebuild ChangeLog
@ 2011-03-17 10:04 Kacper Kowalik (xarthisius)
0 siblings, 0 replies; 13+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-03-17 10:04 UTC (permalink / raw
To: gentoo-commits
xarthisius 11/03/17 10:04:11
Modified: fastthread-1.0.7-r1.ebuild ChangeLog
Log:
ppc/ppc64 stable wrt #349877
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Revision Changes Path
1.12 dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild?r1=1.11&r2=1.12
Index: fastthread-1.0.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- fastthread-1.0.7-r1.ebuild 14 Jan 2011 22:59:29 -0000 1.11
+++ fastthread-1.0.7-r1.ebuild 17 Mar 2011 10:04:11 -0000 1.12
@@ -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/fastthread/fastthread-1.0.7-r1.ebuild,v 1.11 2011/01/14 22:59:29 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild,v 1.12 2011/03/17 10:04:11 xarthisius Exp $
EAPI=2
@@ -19,7 +19,7 @@
LICENSE="Ruby"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="amd64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE=""
ruby_add_bdepend "
1.45 dev-ruby/fastthread/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fastthread/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fastthread/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fastthread/ChangeLog?r1=1.44&r2=1.45
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog 14 Jan 2011 22:59:29 -0000 1.44
+++ ChangeLog 17 Mar 2011 10:04:11 -0000 1.45
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/fastthread
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/ChangeLog,v 1.44 2011/01/14 22:59:29 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/ChangeLog,v 1.45 2011/03/17 10:04:11 xarthisius Exp $
+
+ 17 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org>
+ fastthread-1.0.7-r1.ebuild:
+ ppc/ppc64 stable wrt #349877
14 Jan 2011; Markos Chandras <hwoarang@gentoo.org>
fastthread-1.0.7-r1.ebuild:
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/fastthread: fastthread-1.0.7-r1.ebuild ChangeLog
@ 2011-04-24 17:34 Raul Porcel (armin76)
0 siblings, 0 replies; 13+ messages in thread
From: Raul Porcel (armin76) @ 2011-04-24 17:34 UTC (permalink / raw
To: gentoo-commits
armin76 11/04/24 17:34:38
Modified: fastthread-1.0.7-r1.ebuild ChangeLog
Log:
sparc stable wrt #349877
(Portage version: 2.1.9.45/cvs/Linux ia64)
Revision Changes Path
1.13 dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild?r1=1.12&r2=1.13
Index: fastthread-1.0.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- fastthread-1.0.7-r1.ebuild 17 Mar 2011 10:04:11 -0000 1.12
+++ fastthread-1.0.7-r1.ebuild 24 Apr 2011 17:34:38 -0000 1.13
@@ -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/fastthread/fastthread-1.0.7-r1.ebuild,v 1.12 2011/03/17 10:04:11 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/fastthread-1.0.7-r1.ebuild,v 1.13 2011/04/24 17:34:38 armin76 Exp $
EAPI=2
@@ -19,7 +19,7 @@
LICENSE="Ruby"
SLOT="0"
-KEYWORDS="amd64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="amd64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE=""
ruby_add_bdepend "
1.46 dev-ruby/fastthread/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fastthread/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fastthread/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fastthread/ChangeLog?r1=1.45&r2=1.46
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog 17 Mar 2011 10:04:11 -0000 1.45
+++ ChangeLog 24 Apr 2011 17:34:38 -0000 1.46
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/fastthread
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/ChangeLog,v 1.45 2011/03/17 10:04:11 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/ChangeLog,v 1.46 2011/04/24 17:34:38 armin76 Exp $
+
+ 24 Apr 2011; Raúl Porcel <armin76@gentoo.org> fastthread-1.0.7-r1.ebuild:
+ sparc stable wrt #349877
17 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org>
fastthread-1.0.7-r1.ebuild:
^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2011-04-24 17:34 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-31 15:34 [gentoo-commits] gentoo-x86 commit in dev-ruby/fastthread: fastthread-1.0.7-r1.ebuild ChangeLog Raul Porcel (armin76)
-- strict thread matches above, loose matches on Subject: below --
2011-04-24 17:34 Raul Porcel (armin76)
2011-03-17 10:04 Kacper Kowalik (xarthisius)
2011-01-14 22:59 Markos Chandras (hwoarang)
2011-01-11 22:03 Markus Meier (maekke)
2010-05-22 15:14 Diego Petteno (flameeyes)
2010-01-18 20:36 Brent Baude (ranger)
2010-01-14 1:05 Brent Baude (ranger)
2010-01-04 23:30 Markus Meier (maekke)
2010-01-04 11:19 Christian Faulhammer (fauli)
2009-12-26 8:30 Hans de Graaff (graaff)
2009-12-23 12:27 Diego Petteno (flameeyes)
2009-12-21 22:18 Diego Petteno (flameeyes)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox