* [gentoo-commits] gentoo-x86 commit in dev-ruby/activeresource: ChangeLog activeresource-2.3.8.ebuild
@ 2010-05-31 6:06 Hans de Graaff (graaff)
0 siblings, 0 replies; 4+ messages in thread
From: Hans de Graaff (graaff) @ 2010-05-31 6:06 UTC (permalink / raw
To: gentoo-commits
graaff 10/05/31 06:06:14
Modified: ChangeLog
Added: activeresource-2.3.8.ebuild
Log:
Bump for Rails 2.3.8. Drop ppc/ppc64 keywords due to new unkeyworded dependency.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.64 dev-ruby/activeresource/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/ChangeLog?rev=1.64&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/ChangeLog?rev=1.64&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/ChangeLog?r1=1.63&r2=1.64
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog 23 May 2010 10:40:04 -0000 1.63
+++ ChangeLog 31 May 2010 06:06:14 -0000 1.64
@@ -1,6 +1,13 @@
# ChangeLog for dev-ruby/activeresource
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.63 2010/05/23 10:40:04 a3li Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.64 2010/05/31 06:06:14 graaff Exp $
+
+*activeresource-2.3.8 (31 May 2010)
+
+ 31 May 2010; Hans de Graaff <graaff@gentoo.org>
+ +activeresource-2.3.8.ebuild:
+ Bump for Rails 2.3.8. Drop ppc/ppc64 keywords due to new unkeyworded
+ dependency.
23 May 2010; Alex Legler <a3li@gentoo.org> activeresource-2.3.5-r1.ebuild:
Add REE18 support
1.1 dev-ruby/activeresource/activeresource-2.3.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.8.ebuild?rev=1.1&content-type=text/plain
Index: activeresource-2.3.8.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.8.ebuild,v 1.1 2010/05/31 06:06:14 graaff Exp $
EAPI=2
USE_RUBY="ruby18 ree18 jruby"
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG README"
inherit ruby-fakegem
DESCRIPTION="Think Active Record for web resources.."
HOMEPAGE="http://rubyforge.org/projects/activeresource/"
LICENSE="MIT"
SLOT="2.3"
KEYWORDS="~amd64 ~ia64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_rdepend "~dev-ruby/activesupport-${PV}"
ruby_add_bdepend test ">=dev-ruby/mocha-0.9.5 virtual/ruby-test-unit"
all_ruby_prepare() {
# Custom template not found in package
sed -i -e '/horo/d' Rakefile || die
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/activeresource: ChangeLog activeresource-2.3.8.ebuild
@ 2010-08-15 19:15 Diego Petteno (flameeyes)
0 siblings, 0 replies; 4+ messages in thread
From: Diego Petteno (flameeyes) @ 2010-08-15 19:15 UTC (permalink / raw
To: gentoo-commits
flameeyes 10/08/15 19:15:50
Modified: ChangeLog activeresource-2.3.8.ebuild
Log:
Block test-unit:2 for testing.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.65 dev-ruby/activeresource/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/ChangeLog?rev=1.65&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/ChangeLog?rev=1.65&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/ChangeLog?r1=1.64&r2=1.65
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog 31 May 2010 06:06:14 -0000 1.64
+++ ChangeLog 15 Aug 2010 19:15:50 -0000 1.65
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/activeresource
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.64 2010/05/31 06:06:14 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.65 2010/08/15 19:15:50 flameeyes Exp $
+
+ 15 Aug 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+ activeresource-2.3.8.ebuild:
+ Block test-unit:2 for testing.
*activeresource-2.3.8 (31 May 2010)
1.2 dev-ruby/activeresource/activeresource-2.3.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.8.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.8.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.8.ebuild?r1=1.1&r2=1.2
Index: activeresource-2.3.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- activeresource-2.3.8.ebuild 31 May 2010 06:06:14 -0000 1.1
+++ activeresource-2.3.8.ebuild 15 Aug 2010 19:15:50 -0000 1.2
@@ -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/activeresource/activeresource-2.3.8.ebuild,v 1.1 2010/05/31 06:06:14 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.8.ebuild,v 1.2 2010/08/15 19:15:50 flameeyes Exp $
EAPI=2
@@ -20,7 +20,12 @@
IUSE=""
ruby_add_rdepend "~dev-ruby/activesupport-${PV}"
-ruby_add_bdepend test ">=dev-ruby/mocha-0.9.5 virtual/ruby-test-unit"
+ruby_add_bdepend "
+ test? (
+ >=dev-ruby/mocha-0.9.5
+ virtual/ruby-test-unit
+ !dev-ruby/test-unit:2
+ )"
all_ruby_prepare() {
# Custom template not found in package
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/activeresource: ChangeLog activeresource-2.3.8.ebuild
@ 2010-09-28 21:48 Brent Baude (ranger)
0 siblings, 0 replies; 4+ messages in thread
From: Brent Baude (ranger) @ 2010-09-28 21:48 UTC (permalink / raw
To: gentoo-commits
ranger 10/09/28 21:48:16
Modified: ChangeLog activeresource-2.3.8.ebuild
Log:
Marking activeresource-2.3.8 ~ppc for bug 322175
(Portage version: 2.1.8.3/cvs/Linux ppc64)
Revision Changes Path
1.67 dev-ruby/activeresource/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/ChangeLog?rev=1.67&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/ChangeLog?rev=1.67&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/ChangeLog?r1=1.66&r2=1.67
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog 5 Sep 2010 09:19:29 -0000 1.66
+++ ChangeLog 28 Sep 2010 21:48:16 -0000 1.67
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/activeresource
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.66 2010/09/05 09:19:29 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.67 2010/09/28 21:48:16 ranger Exp $
+
+ 28 Sep 2010; Brent Baude <ranger@gentoo.org> activeresource-2.3.8.ebuild:
+ Marking activeresource-2.3.8 ~ppc for bug 322175
*activeresource-2.3.9 (05 Sep 2010)
1.3 dev-ruby/activeresource/activeresource-2.3.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.8.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.8.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.8.ebuild?r1=1.2&r2=1.3
Index: activeresource-2.3.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- activeresource-2.3.8.ebuild 15 Aug 2010 19:15:50 -0000 1.2
+++ activeresource-2.3.8.ebuild 28 Sep 2010 21:48:16 -0000 1.3
@@ -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/activeresource/activeresource-2.3.8.ebuild,v 1.2 2010/08/15 19:15:50 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.8.ebuild,v 1.3 2010/09/28 21:48:16 ranger Exp $
EAPI=2
@@ -16,7 +16,7 @@
LICENSE="MIT"
SLOT="2.3"
-KEYWORDS="~amd64 ~ia64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_rdepend "~dev-ruby/activesupport-${PV}"
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/activeresource: ChangeLog activeresource-2.3.8.ebuild
@ 2010-09-29 22:28 Brent Baude (ranger)
0 siblings, 0 replies; 4+ messages in thread
From: Brent Baude (ranger) @ 2010-09-29 22:28 UTC (permalink / raw
To: gentoo-commits
ranger 10/09/29 22:28:47
Modified: ChangeLog activeresource-2.3.8.ebuild
Log:
Marking activeresource-2.3.8 ~ppc64 for bug 322175
(Portage version: 2.1.8.3/cvs/Linux ppc64)
Revision Changes Path
1.68 dev-ruby/activeresource/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/ChangeLog?rev=1.68&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/ChangeLog?rev=1.68&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/ChangeLog?r1=1.67&r2=1.68
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog 28 Sep 2010 21:48:16 -0000 1.67
+++ ChangeLog 29 Sep 2010 22:28:47 -0000 1.68
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/activeresource
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.67 2010/09/28 21:48:16 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.68 2010/09/29 22:28:47 ranger Exp $
+
+ 29 Sep 2010; Brent Baude <ranger@gentoo.org> activeresource-2.3.8.ebuild:
+ Marking activeresource-2.3.8 ~ppc64 for bug 322175
28 Sep 2010; Brent Baude <ranger@gentoo.org> activeresource-2.3.8.ebuild:
Marking activeresource-2.3.8 ~ppc for bug 322175
1.4 dev-ruby/activeresource/activeresource-2.3.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.8.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.8.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.8.ebuild?r1=1.3&r2=1.4
Index: activeresource-2.3.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- activeresource-2.3.8.ebuild 28 Sep 2010 21:48:16 -0000 1.3
+++ activeresource-2.3.8.ebuild 29 Sep 2010 22:28:47 -0000 1.4
@@ -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/activeresource/activeresource-2.3.8.ebuild,v 1.3 2010/09/28 21:48:16 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.8.ebuild,v 1.4 2010/09/29 22:28:47 ranger Exp $
EAPI=2
@@ -16,7 +16,7 @@
LICENSE="MIT"
SLOT="2.3"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_rdepend "~dev-ruby/activesupport-${PV}"
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-09-29 22:28 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-28 21:48 [gentoo-commits] gentoo-x86 commit in dev-ruby/activeresource: ChangeLog activeresource-2.3.8.ebuild Brent Baude (ranger)
-- strict thread matches above, loose matches on Subject: below --
2010-09-29 22:28 Brent Baude (ranger)
2010-08-15 19:15 Diego Petteno (flameeyes)
2010-05-31 6:06 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