* [gentoo-commits] gentoo-x86 commit in dev-ruby/rubyforge: ChangeLog rubyforge-2.0.4-r2.ebuild
@ 2011-02-11 18:09 Diego Petteno (flameeyes)
0 siblings, 0 replies; 13+ messages in thread
From: Diego Petteno (flameeyes) @ 2011-02-11 18:09 UTC (permalink / raw
To: gentoo-commits
flameeyes 11/02/11 18:09:59
Modified: ChangeLog rubyforge-2.0.4-r2.ebuild
Log:
Use virtual/ruby-ssl for the SSL dependencies.
(Portage version: 2.2.0_alpha23/cvs/Linux x86_64)
Revision Changes Path
1.77 dev-ruby/rubyforge/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/ChangeLog?rev=1.77&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/ChangeLog?rev=1.77&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/ChangeLog?r1=1.76&r2=1.77
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog 11 Feb 2011 15:58:13 -0000 1.76
+++ ChangeLog 11 Feb 2011 18:09:59 -0000 1.77
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/rubyforge
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/ChangeLog,v 1.76 2011/02/11 15:58:13 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/ChangeLog,v 1.77 2011/02/11 18:09:59 flameeyes Exp $
+
+ 11 Feb 2011; Diego E. Pettenò <flameeyes@gentoo.org>
+ rubyforge-2.0.4-r2.ebuild:
+ Use virtual/ruby-ssl for the SSL dependencies.
*rubyforge-2.0.4-r2 (11 Feb 2011)
1.2 dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild?r1=1.1&r2=1.2
Index: rubyforge-2.0.4-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rubyforge-2.0.4-r2.ebuild 11 Feb 2011 15:58:13 -0000 1.1
+++ rubyforge-2.0.4-r2.ebuild 11 Feb 2011 18:09:59 -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/rubyforge/rubyforge-2.0.4-r2.ebuild,v 1.1 2011/02/11 15:58:13 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild,v 1.2 2011/02/11 18:09:59 flameeyes Exp $
EAPI=2
@@ -26,12 +26,10 @@
doc? ( dev-ruby/hoe )
test? (
virtual/ruby-test-unit
+ virtual/ruby-ssl
dev-ruby/hoe
)"
-# JRuby-specific dependency
-USE_RUBY="jruby" ruby_add_bdepend "test? ( dev-ruby/jruby-openssl )"
-
all_ruby_prepare() {
sed -i 's/json_pure/json/' "${WORKDIR}"/all/metadata || die "Unable to fix metadata."
}
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/rubyforge: ChangeLog rubyforge-2.0.4-r2.ebuild
@ 2011-07-15 17:27 Matt Turner (mattst88)
0 siblings, 0 replies; 13+ messages in thread
From: Matt Turner (mattst88) @ 2011-07-15 17:27 UTC (permalink / raw
To: gentoo-commits
mattst88 11/07/15 17:27:50
Modified: ChangeLog rubyforge-2.0.4-r2.ebuild
Log:
Added ~mips, bug 332593
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Revision Changes Path
1.86 dev-ruby/rubyforge/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/ChangeLog?rev=1.86&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/ChangeLog?rev=1.86&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/ChangeLog?r1=1.85&r2=1.86
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog 10 Jul 2011 22:22:07 -0000 1.85
+++ ChangeLog 15 Jul 2011 17:27:50 -0000 1.86
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/rubyforge
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/ChangeLog,v 1.85 2011/07/10 22:22:07 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/ChangeLog,v 1.86 2011/07/15 17:27:50 mattst88 Exp $
+
+ 15 Jul 2011; Matt Turner <mattst88@gentoo.org> rubyforge-2.0.4-r2.ebuild:
+ Added ~mips, bug 332593
10 Jul 2011; Mark Loeser <halcy0n@gentoo.org> rubyforge-2.0.4-r1.ebuild:
Stable for ppc64; bug #354481
1.4 dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild?r1=1.3&r2=1.4
Index: rubyforge-2.0.4-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rubyforge-2.0.4-r2.ebuild 7 Mar 2011 11:56:59 -0000 1.3
+++ rubyforge-2.0.4-r2.ebuild 15 Jul 2011 17:27:50 -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/rubyforge/rubyforge-2.0.4-r2.ebuild,v 1.3 2011/03/07 11:56:59 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild,v 1.4 2011/07/15 17:27:50 mattst88 Exp $
EAPI=2
@@ -17,7 +17,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_rdepend '>=dev-ruby/json-1.1.7'
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/rubyforge: ChangeLog rubyforge-2.0.4-r2.ebuild
@ 2012-05-20 21:02 Agostino Sarubbo (ago)
0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-05-20 21:02 UTC (permalink / raw
To: gentoo-commits
ago 12/05/20 21:02:27
Modified: ChangeLog rubyforge-2.0.4-r2.ebuild
Log:
Stable for amd64, wrt bug #411507
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Revision Changes Path
1.87 dev-ruby/rubyforge/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/ChangeLog?rev=1.87&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/ChangeLog?rev=1.87&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/ChangeLog?r1=1.86&r2=1.87
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog 15 Jul 2011 17:27:50 -0000 1.86
+++ ChangeLog 20 May 2012 21:02:27 -0000 1.87
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/rubyforge
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/ChangeLog,v 1.86 2011/07/15 17:27:50 mattst88 Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/ChangeLog,v 1.87 2012/05/20 21:02:27 ago Exp $
+
+ 20 May 2012; Agostino Sarubbo <ago@gentoo.org> rubyforge-2.0.4-r2.ebuild:
+ Stable for amd64, wrt bug #411507
15 Jul 2011; Matt Turner <mattst88@gentoo.org> rubyforge-2.0.4-r2.ebuild:
Added ~mips, bug 332593
1.5 dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild?r1=1.4&r2=1.5
Index: rubyforge-2.0.4-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- rubyforge-2.0.4-r2.ebuild 15 Jul 2011 17:27:50 -0000 1.4
+++ rubyforge-2.0.4-r2.ebuild 20 May 2012 21:02:27 -0000 1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild,v 1.4 2011/07/15 17:27:50 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild,v 1.5 2012/05/20 21:02:27 ago Exp $
EAPI=2
@@ -17,7 +17,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_rdepend '>=dev-ruby/json-1.1.7'
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/rubyforge: ChangeLog rubyforge-2.0.4-r2.ebuild
@ 2012-05-27 14:45 Markus Meier (maekke)
0 siblings, 0 replies; 13+ messages in thread
From: Markus Meier (maekke) @ 2012-05-27 14:45 UTC (permalink / raw
To: gentoo-commits
maekke 12/05/27 14:45:19
Modified: ChangeLog rubyforge-2.0.4-r2.ebuild
Log:
arm stable, bug #411507
(Portage version: 2.1.10.62/cvs/Linux i686)
Revision Changes Path
1.88 dev-ruby/rubyforge/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/ChangeLog?rev=1.88&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/ChangeLog?rev=1.88&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/ChangeLog?r1=1.87&r2=1.88
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog 20 May 2012 21:02:27 -0000 1.87
+++ ChangeLog 27 May 2012 14:45:19 -0000 1.88
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/rubyforge
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/ChangeLog,v 1.87 2012/05/20 21:02:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/ChangeLog,v 1.88 2012/05/27 14:45:19 maekke Exp $
+
+ 27 May 2012; Markus Meier <maekke@gentoo.org> rubyforge-2.0.4-r2.ebuild:
+ arm stable, bug #411507
20 May 2012; Agostino Sarubbo <ago@gentoo.org> rubyforge-2.0.4-r2.ebuild:
Stable for amd64, wrt bug #411507
1.6 dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild?r1=1.5&r2=1.6
Index: rubyforge-2.0.4-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- rubyforge-2.0.4-r2.ebuild 20 May 2012 21:02:27 -0000 1.5
+++ rubyforge-2.0.4-r2.ebuild 27 May 2012 14:45:19 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild,v 1.5 2012/05/20 21:02:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild,v 1.6 2012/05/27 14:45:19 maekke Exp $
EAPI=2
@@ -17,7 +17,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_rdepend '>=dev-ruby/json-1.1.7'
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/rubyforge: ChangeLog rubyforge-2.0.4-r2.ebuild
@ 2012-06-25 7:22 Andreas Schuerch (nativemad)
0 siblings, 0 replies; 13+ messages in thread
From: Andreas Schuerch (nativemad) @ 2012-06-25 7:22 UTC (permalink / raw
To: gentoo-commits
nativemad 12/06/25 07:22:08
Modified: ChangeLog rubyforge-2.0.4-r2.ebuild
Log:
x86 stable, see bug 411507
(Portage version: 2.1.10.49/cvs/Linux i686)
Revision Changes Path
1.89 dev-ruby/rubyforge/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/ChangeLog?rev=1.89&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/ChangeLog?rev=1.89&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/ChangeLog?r1=1.88&r2=1.89
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog 27 May 2012 14:45:19 -0000 1.88
+++ ChangeLog 25 Jun 2012 07:22:08 -0000 1.89
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/rubyforge
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/ChangeLog,v 1.88 2012/05/27 14:45:19 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/ChangeLog,v 1.89 2012/06/25 07:22:08 nativemad Exp $
+
+ 25 Jun 2012; Andreas Schuerch <nativemad@gentoo.org>
+ rubyforge-2.0.4-r2.ebuild:
+ x86 stable, see bug 411507
27 May 2012; Markus Meier <maekke@gentoo.org> rubyforge-2.0.4-r2.ebuild:
arm stable, bug #411507
1.7 dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild?r1=1.6&r2=1.7
Index: rubyforge-2.0.4-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- rubyforge-2.0.4-r2.ebuild 27 May 2012 14:45:19 -0000 1.6
+++ rubyforge-2.0.4-r2.ebuild 25 Jun 2012 07:22:08 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild,v 1.6 2012/05/27 14:45:19 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild,v 1.7 2012/06/25 07:22:08 nativemad Exp $
EAPI=2
@@ -17,7 +17,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_rdepend '>=dev-ruby/json-1.1.7'
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/rubyforge: ChangeLog rubyforge-2.0.4-r2.ebuild
@ 2012-07-22 14:14 Gysbert Wassenaar (nixnut)
0 siblings, 0 replies; 13+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2012-07-22 14:14 UTC (permalink / raw
To: gentoo-commits
nixnut 12/07/22 14:14:20
Modified: ChangeLog rubyforge-2.0.4-r2.ebuild
Log:
ppc stable #411507
(Portage version: 2.1.10.49/cvs/Linux ppc)
Revision Changes Path
1.90 dev-ruby/rubyforge/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/ChangeLog?rev=1.90&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/ChangeLog?rev=1.90&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/ChangeLog?r1=1.89&r2=1.90
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog 25 Jun 2012 07:22:08 -0000 1.89
+++ ChangeLog 22 Jul 2012 14:14:20 -0000 1.90
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/rubyforge
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/ChangeLog,v 1.89 2012/06/25 07:22:08 nativemad Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/ChangeLog,v 1.90 2012/07/22 14:14:20 nixnut Exp $
+
+ 22 Jul 2012; <nixnut@gentoo.org> rubyforge-2.0.4-r2.ebuild:
+ ppc stable #411507
25 Jun 2012; Andreas Schuerch <nativemad@gentoo.org>
rubyforge-2.0.4-r2.ebuild:
1.8 dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild?r1=1.7&r2=1.8
Index: rubyforge-2.0.4-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- rubyforge-2.0.4-r2.ebuild 25 Jun 2012 07:22:08 -0000 1.7
+++ rubyforge-2.0.4-r2.ebuild 22 Jul 2012 14:14:20 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild,v 1.7 2012/06/25 07:22:08 nativemad Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild,v 1.8 2012/07/22 14:14:20 nixnut Exp $
EAPI=2
@@ -17,7 +17,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_rdepend '>=dev-ruby/json-1.1.7'
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/rubyforge: ChangeLog rubyforge-2.0.4-r2.ebuild
@ 2012-07-25 20:36 Anthony G. Basile (blueness)
0 siblings, 0 replies; 13+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-07-25 20:36 UTC (permalink / raw
To: gentoo-commits
blueness 12/07/25 20:36:12
Modified: ChangeLog rubyforge-2.0.4-r2.ebuild
Log:
Stable ppc64, bug #411507
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Revision Changes Path
1.91 dev-ruby/rubyforge/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/ChangeLog?rev=1.91&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/ChangeLog?rev=1.91&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/ChangeLog?r1=1.90&r2=1.91
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog 22 Jul 2012 14:14:20 -0000 1.90
+++ ChangeLog 25 Jul 2012 20:36:12 -0000 1.91
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/rubyforge
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/ChangeLog,v 1.90 2012/07/22 14:14:20 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/ChangeLog,v 1.91 2012/07/25 20:36:12 blueness Exp $
+
+ 25 Jul 2012; Anthony G. Basile <blueness@gentoo.org>
+ rubyforge-2.0.4-r2.ebuild:
+ Stable ppc64, bug #411507
22 Jul 2012; <nixnut@gentoo.org> rubyforge-2.0.4-r2.ebuild:
ppc stable #411507
1.9 dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild?r1=1.8&r2=1.9
Index: rubyforge-2.0.4-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- rubyforge-2.0.4-r2.ebuild 22 Jul 2012 14:14:20 -0000 1.8
+++ rubyforge-2.0.4-r2.ebuild 25 Jul 2012 20:36:12 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild,v 1.8 2012/07/22 14:14:20 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild,v 1.9 2012/07/25 20:36:12 blueness Exp $
EAPI=2
@@ -17,7 +17,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_rdepend '>=dev-ruby/json-1.1.7'
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/rubyforge: ChangeLog rubyforge-2.0.4-r2.ebuild
@ 2012-10-21 18:45 Raul Porcel (armin76)
0 siblings, 0 replies; 13+ messages in thread
From: Raul Porcel (armin76) @ 2012-10-21 18:45 UTC (permalink / raw
To: gentoo-commits
armin76 12/10/21 18:45:11
Modified: ChangeLog rubyforge-2.0.4-r2.ebuild
Log:
alpha/ia64/sparc stable wrt #411507
(Portage version: 2.1.11.16/cvs/Linux ia64)
Revision Changes Path
1.93 dev-ruby/rubyforge/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/ChangeLog?rev=1.93&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/ChangeLog?rev=1.93&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/ChangeLog?r1=1.92&r2=1.93
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog 16 Sep 2012 08:00:23 -0000 1.92
+++ ChangeLog 21 Oct 2012 18:45:10 -0000 1.93
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/rubyforge
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/ChangeLog,v 1.92 2012/09/16 08:00:23 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/ChangeLog,v 1.93 2012/10/21 18:45:10 armin76 Exp $
+
+ 21 Oct 2012; Raúl Porcel <armin76@gentoo.org> rubyforge-2.0.4-r2.ebuild:
+ alpha/ia64/sparc stable wrt #411507
16 Sep 2012; Hans de Graaff <graaff@gentoo.org> -rubyforge-2.0.4.ebuild:
Cleanup.
1.10 dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild?r1=1.9&r2=1.10
Index: rubyforge-2.0.4-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- rubyforge-2.0.4-r2.ebuild 25 Jul 2012 20:36:12 -0000 1.9
+++ rubyforge-2.0.4-r2.ebuild 21 Oct 2012 18:45:10 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild,v 1.9 2012/07/25 20:36:12 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild,v 1.10 2012/10/21 18:45:10 armin76 Exp $
EAPI=2
@@ -17,7 +17,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_rdepend '>=dev-ruby/json-1.1.7'
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/rubyforge: ChangeLog rubyforge-2.0.4-r2.ebuild
@ 2012-10-27 17:59 Raul Porcel (armin76)
0 siblings, 0 replies; 13+ messages in thread
From: Raul Porcel (armin76) @ 2012-10-27 17:59 UTC (permalink / raw
To: gentoo-commits
armin76 12/10/27 17:59:57
Modified: ChangeLog rubyforge-2.0.4-r2.ebuild
Log:
s390/sh stable wrt #411507
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Revision Changes Path
1.94 dev-ruby/rubyforge/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/ChangeLog?rev=1.94&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/ChangeLog?rev=1.94&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/ChangeLog?r1=1.93&r2=1.94
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog 21 Oct 2012 18:45:10 -0000 1.93
+++ ChangeLog 27 Oct 2012 17:59:57 -0000 1.94
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/rubyforge
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/ChangeLog,v 1.93 2012/10/21 18:45:10 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/ChangeLog,v 1.94 2012/10/27 17:59:57 armin76 Exp $
+
+ 27 Oct 2012; Raúl Porcel <armin76@gentoo.org> rubyforge-2.0.4-r2.ebuild:
+ s390/sh stable wrt #411507
21 Oct 2012; Raúl Porcel <armin76@gentoo.org> rubyforge-2.0.4-r2.ebuild:
alpha/ia64/sparc stable wrt #411507
1.11 dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild?r1=1.10&r2=1.11
Index: rubyforge-2.0.4-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- rubyforge-2.0.4-r2.ebuild 21 Oct 2012 18:45:10 -0000 1.10
+++ rubyforge-2.0.4-r2.ebuild 27 Oct 2012 17:59:57 -0000 1.11
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild,v 1.10 2012/10/21 18:45:10 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild,v 1.11 2012/10/27 17:59:57 armin76 Exp $
EAPI=2
@@ -17,7 +17,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_rdepend '>=dev-ruby/json-1.1.7'
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/rubyforge: ChangeLog rubyforge-2.0.4-r2.ebuild
@ 2012-11-06 16:51 Jeroen Roovers (jer)
0 siblings, 0 replies; 13+ messages in thread
From: Jeroen Roovers (jer) @ 2012-11-06 16:51 UTC (permalink / raw
To: gentoo-commits
jer 12/11/06 16:51:16
Modified: ChangeLog rubyforge-2.0.4-r2.ebuild
Log:
Stable for HPPA (bug #411507).
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path
1.95 dev-ruby/rubyforge/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/ChangeLog?rev=1.95&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/ChangeLog?rev=1.95&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/ChangeLog?r1=1.94&r2=1.95
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog 27 Oct 2012 17:59:57 -0000 1.94
+++ ChangeLog 6 Nov 2012 16:51:16 -0000 1.95
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/rubyforge
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/ChangeLog,v 1.94 2012/10/27 17:59:57 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/ChangeLog,v 1.95 2012/11/06 16:51:16 jer Exp $
+
+ 06 Nov 2012; Jeroen Roovers <jer@gentoo.org> rubyforge-2.0.4-r2.ebuild:
+ Stable for HPPA (bug #411507).
27 Oct 2012; Raúl Porcel <armin76@gentoo.org> rubyforge-2.0.4-r2.ebuild:
s390/sh stable wrt #411507
1.12 dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild?r1=1.11&r2=1.12
Index: rubyforge-2.0.4-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- rubyforge-2.0.4-r2.ebuild 27 Oct 2012 17:59:57 -0000 1.11
+++ rubyforge-2.0.4-r2.ebuild 6 Nov 2012 16:51:16 -0000 1.12
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild,v 1.11 2012/10/27 17:59:57 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild,v 1.12 2012/11/06 16:51:16 jer Exp $
EAPI=2
@@ -17,7 +17,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_rdepend '>=dev-ruby/json-1.1.7'
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/rubyforge: ChangeLog rubyforge-2.0.4-r2.ebuild
@ 2013-01-28 15:16 Alexis Ballier (aballier)
0 siblings, 0 replies; 13+ messages in thread
From: Alexis Ballier (aballier) @ 2013-01-28 15:16 UTC (permalink / raw
To: gentoo-commits
aballier 13/01/28 15:16:36
Modified: ChangeLog rubyforge-2.0.4-r2.ebuild
Log:
keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path
1.96 dev-ruby/rubyforge/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/ChangeLog?rev=1.96&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/ChangeLog?rev=1.96&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/ChangeLog?r1=1.95&r2=1.96
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/ChangeLog,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- ChangeLog 6 Nov 2012 16:51:16 -0000 1.95
+++ ChangeLog 28 Jan 2013 15:16:36 -0000 1.96
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/rubyforge
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/ChangeLog,v 1.95 2012/11/06 16:51:16 jer Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/ChangeLog,v 1.96 2013/01/28 15:16:36 aballier Exp $
+
+ 28 Jan 2013; Alexis Ballier <aballier@gentoo.org> rubyforge-2.0.4-r2.ebuild:
+ keyword ~amd64-fbsd
06 Nov 2012; Jeroen Roovers <jer@gentoo.org> rubyforge-2.0.4-r2.ebuild:
Stable for HPPA (bug #411507).
1.13 dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild?r1=1.12&r2=1.13
Index: rubyforge-2.0.4-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- rubyforge-2.0.4-r2.ebuild 6 Nov 2012 16:51:16 -0000 1.12
+++ rubyforge-2.0.4-r2.ebuild 28 Jan 2013 15:16:36 -0000 1.13
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild,v 1.12 2012/11/06 16:51:16 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild,v 1.13 2013/01/28 15:16:36 aballier Exp $
EAPI=2
@@ -17,7 +17,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_rdepend '>=dev-ruby/json-1.1.7'
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/rubyforge: ChangeLog rubyforge-2.0.4-r2.ebuild
@ 2014-01-05 10:52 Hans de Graaff (graaff)
0 siblings, 0 replies; 13+ messages in thread
From: Hans de Graaff (graaff) @ 2014-01-05 10:52 UTC (permalink / raw
To: gentoo-commits
graaff 14/01/05 10:52:32
Modified: ChangeLog rubyforge-2.0.4-r2.ebuild
Log:
Drop s390 and sh stable flags for ruby.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path
1.101 dev-ruby/rubyforge/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/ChangeLog?rev=1.101&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/ChangeLog?rev=1.101&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/ChangeLog?r1=1.100&r2=1.101
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog 29 Dec 2013 17:28:36 -0000 1.100
+++ ChangeLog 5 Jan 2014 10:52:32 -0000 1.101
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/rubyforge
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/ChangeLog,v 1.100 2013/12/29 17:28:36 maekke Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/ChangeLog,v 1.101 2014/01/05 10:52:32 graaff Exp $
+
+ 05 Jan 2014; Hans de Graaff <graaff@gentoo.org> rubyforge-2.0.4-r2.ebuild:
+ Drop s390 and sh stable flags for ruby.
29 Dec 2013; Markus Meier <maekke@gentoo.org> rubyforge-2.0.4-r3.ebuild:
arm stable, bug #490180
1.14 dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild?r1=1.13&r2=1.14
Index: rubyforge-2.0.4-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- rubyforge-2.0.4-r2.ebuild 28 Jan 2013 15:16:36 -0000 1.13
+++ rubyforge-2.0.4-r2.ebuild 5 Jan 2014 10:52:32 -0000 1.14
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild,v 1.13 2013/01/28 15:16:36 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild,v 1.14 2014/01/05 10:52:32 graaff Exp $
EAPI=2
@@ -17,7 +17,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_rdepend '>=dev-ruby/json-1.1.7'
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/rubyforge: ChangeLog rubyforge-2.0.4-r2.ebuild
@ 2014-09-19 9:29 Manuel Rueger (mrueg)
0 siblings, 0 replies; 13+ messages in thread
From: Manuel Rueger (mrueg) @ 2014-09-19 9:29 UTC (permalink / raw
To: gentoo-commits
mrueg 14/09/19 09:29:27
Modified: ChangeLog
Removed: rubyforge-2.0.4-r2.ebuild
Log:
Cleanup old.
(Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path
1.112 dev-ruby/rubyforge/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/ChangeLog?rev=1.112&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/ChangeLog?rev=1.112&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rubyforge/ChangeLog?r1=1.111&r2=1.112
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ChangeLog 19 Sep 2014 09:22:33 -0000 1.111
+++ ChangeLog 19 Sep 2014 09:29:27 -0000 1.112
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/rubyforge
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/ChangeLog,v 1.111 2014/09/19 09:22:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/ChangeLog,v 1.112 2014/09/19 09:29:27 mrueg Exp $
+
+ 19 Sep 2014; Manuel Rüger <mrueg@gentoo.org> -rubyforge-2.0.4-r2.ebuild:
+ Cleanup old.
19 Sep 2014; Agostino Sarubbo <ago@gentoo.org> rubyforge-2.0.4-r3.ebuild:
Stable for ppc64, wrt bug #503564
^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2014-09-19 9:29 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-05 10:52 [gentoo-commits] gentoo-x86 commit in dev-ruby/rubyforge: ChangeLog rubyforge-2.0.4-r2.ebuild Hans de Graaff (graaff)
-- strict thread matches above, loose matches on Subject: below --
2014-09-19 9:29 Manuel Rueger (mrueg)
2013-01-28 15:16 Alexis Ballier (aballier)
2012-11-06 16:51 Jeroen Roovers (jer)
2012-10-27 17:59 Raul Porcel (armin76)
2012-10-21 18:45 Raul Porcel (armin76)
2012-07-25 20:36 Anthony G. Basile (blueness)
2012-07-22 14:14 Gysbert Wassenaar (nixnut)
2012-06-25 7:22 Andreas Schuerch (nativemad)
2012-05-27 14:45 Markus Meier (maekke)
2012-05-20 21:02 Agostino Sarubbo (ago)
2011-07-15 17:27 Matt Turner (mattst88)
2011-02-11 18:09 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