public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/activeresource: ChangeLog activeresource-3.0.9.ebuild
@ 2011-07-04  9:33 Hans de Graaff (graaff)
  0 siblings, 0 replies; 4+ messages in thread
From: Hans de Graaff (graaff) @ 2011-07-04  9:33 UTC (permalink / raw
  To: gentoo-commits

graaff      11/07/04 09:33:21

  Modified:             ChangeLog
  Added:                activeresource-3.0.9.ebuild
  Log:
  Version bump for Rails 3.0.9.
  
  (Portage version: 2.1.10.3/cvs/Linux x86_64)

Revision  Changes    Path
1.83                 dev-ruby/activeresource/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/ChangeLog?rev=1.83&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/ChangeLog?rev=1.83&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/ChangeLog?r1=1.82&r2=1.83

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- ChangeLog	9 Jun 2011 17:07:41 -0000	1.82
+++ ChangeLog	4 Jul 2011 09:33:21 -0000	1.83
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/activeresource
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.82 2011/06/09 17:07:41 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.83 2011/07/04 09:33:21 graaff Exp $
+
+*activeresource-3.0.9 (04 Jul 2011)
+
+  04 Jul 2011; Hans de Graaff <graaff@gentoo.org> +activeresource-3.0.9.ebuild:
+  Version bump for Rails 3.0.9.
 
 *activeresource-2.3.12 (09 Jun 2011)
 



1.1                  dev-ruby/activeresource/activeresource-3.0.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/activeresource-3.0.9.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/activeresource-3.0.9.ebuild?rev=1.1&content-type=text/plain

Index: activeresource-3.0.9.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-3.0.9.ebuild,v 1.1 2011/07/04 09:33:21 graaff Exp $

EAPI=2

USE_RUBY="ruby18 ree18"

RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"

RUBY_FAKEGEM_GEMSPEC="activeresource.gemspec"

inherit ruby-fakegem

DESCRIPTION="Think Active Record for web resources.."
HOMEPAGE="http://rubyforge.org/projects/activeresource/"
SRC_URI="http://github.com/rails/rails/tarball/v${PV} -> rails-${PV}.tgz"

LICENSE="MIT"
SLOT="3.0"
KEYWORDS="~amd64 ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""

S="${WORKDIR}/rails-rails-*/activeresource"

ruby_add_rdepend "~dev-ruby/activesupport-${PV}
	~dev-ruby/activemodel-${PV}"
ruby_add_bdepend "
	test? (
		>=dev-ruby/mocha-0.9.5
		virtual/ruby-test-unit
	)"

all_ruby_prepare() {
	# Set test environment to our hand.
	rm "${S}/../Gemfile" || die "Unable to remove Gemfile"
	sed -i -e '/load_paths/d' test/abstract_unit.rb || die "Unable to remove load paths"

}






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/activeresource: ChangeLog activeresource-3.0.9.ebuild
@ 2011-07-24  9:52 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 4+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-07-24  9:52 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/07/24 09:52:20

  Modified:             ChangeLog activeresource-3.0.9.ebuild
  Log:
  Marked ~ppc/~ppc64 wrt #351835
  
  (Portage version: 2.2.0_alpha46/cvs/Linux x86_64)

Revision  Changes    Path
1.87                 dev-ruby/activeresource/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/ChangeLog?rev=1.87&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/ChangeLog?rev=1.87&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/ChangeLog?r1=1.86&r2=1.87

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog	23 Jul 2011 13:13:01 -0000	1.86
+++ ChangeLog	24 Jul 2011 09:52:20 -0000	1.87
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/activeresource
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.86 2011/07/23 13:13:01 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.87 2011/07/24 09:52:20 xarthisius Exp $
+
+  24 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org>
+  activeresource-3.0.9.ebuild:
+  Marked ~ppc/~ppc64 wrt #351835
 
   23 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org>
   activeresource-2.3.12.ebuild:



1.2                  dev-ruby/activeresource/activeresource-3.0.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/activeresource-3.0.9.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/activeresource-3.0.9.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/activeresource-3.0.9.ebuild?r1=1.1&r2=1.2

Index: activeresource-3.0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-3.0.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- activeresource-3.0.9.ebuild	4 Jul 2011 09:33:21 -0000	1.1
+++ activeresource-3.0.9.ebuild	24 Jul 2011 09:52:20 -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/activeresource/activeresource-3.0.9.ebuild,v 1.1 2011/07/04 09:33:21 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-3.0.9.ebuild,v 1.2 2011/07/24 09:52:20 xarthisius Exp $
 
 EAPI=2
 
@@ -20,7 +20,7 @@
 
 LICENSE="MIT"
 SLOT="3.0"
-KEYWORDS="~amd64 ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 S="${WORKDIR}/rails-rails-*/activeresource"






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/activeresource: ChangeLog activeresource-3.0.9.ebuild
@ 2011-08-07 18:06 Raul Porcel (armin76)
  0 siblings, 0 replies; 4+ messages in thread
From: Raul Porcel (armin76) @ 2011-08-07 18:06 UTC (permalink / raw
  To: gentoo-commits

armin76     11/08/07 18:06:36

  Modified:             ChangeLog activeresource-3.0.9.ebuild
  Log:
  Add ~ia64/~sparc wrt #351835
  
  (Portage version: 2.1.10.7/cvs/Linux ia64)

Revision  Changes    Path
1.89                 dev-ruby/activeresource/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/ChangeLog?rev=1.89&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/ChangeLog?rev=1.89&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/ChangeLog?r1=1.88&r2=1.89

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog	24 Jul 2011 17:25:20 -0000	1.88
+++ ChangeLog	7 Aug 2011 18:06:36 -0000	1.89
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/activeresource
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.88 2011/07/24 17:25:20 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.89 2011/08/07 18:06:36 armin76 Exp $
+
+  07 Aug 2011; Raúl Porcel <armin76@gentoo.org> activeresource-3.0.9.ebuild:
+  Add ~ia64/~sparc wrt #351835
 
   24 Jul 2011; Raúl Porcel <armin76@gentoo.org> activeresource-2.3.12.ebuild:
   ia64/sparc stable wrt #372391



1.3                  dev-ruby/activeresource/activeresource-3.0.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/activeresource-3.0.9.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/activeresource-3.0.9.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/activeresource-3.0.9.ebuild?r1=1.2&r2=1.3

Index: activeresource-3.0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-3.0.9.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- activeresource-3.0.9.ebuild	24 Jul 2011 09:52:20 -0000	1.2
+++ activeresource-3.0.9.ebuild	7 Aug 2011 18:06:36 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-3.0.9.ebuild,v 1.2 2011/07/24 09:52:20 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-3.0.9.ebuild,v 1.3 2011/08/07 18:06:36 armin76 Exp $
 
 EAPI=2
 
@@ -20,7 +20,7 @@
 
 LICENSE="MIT"
 SLOT="3.0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 S="${WORKDIR}/rails-rails-*/activeresource"






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/activeresource: ChangeLog activeresource-3.0.9.ebuild
@ 2011-09-09  7:51 Fabian Groffen (grobian)
  0 siblings, 0 replies; 4+ messages in thread
From: Fabian Groffen (grobian) @ 2011-09-09  7:51 UTC (permalink / raw
  To: gentoo-commits

grobian     11/09/09 07:51:22

  Modified:             ChangeLog activeresource-3.0.9.ebuild
  Log:
  Marked ~sparc-solaris
  
  (Portage version: 2.2.01.19120-prefix/cvs/SunOS i386)

Revision  Changes    Path
1.95                 dev-ruby/activeresource/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/ChangeLog?rev=1.95&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/ChangeLog?rev=1.95&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/ChangeLog?r1=1.94&r2=1.95

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog	27 Aug 2011 19:08:20 -0000	1.94
+++ ChangeLog	9 Sep 2011 07:51:21 -0000	1.95
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/activeresource
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.94 2011/08/27 19:08:20 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.95 2011/09/09 07:51:21 grobian Exp $
+
+  09 Sep 2011; Fabian Groffen <grobian@gentoo.org>
+  activeresource-3.0.9.ebuild:
+  Marked ~sparc-solaris
 
   27 Aug 2011; Raúl Porcel <armin76@gentoo.org> activeresource-2.3.14.ebuild:
   ia64/sparc stable wrt #379511



1.4                  dev-ruby/activeresource/activeresource-3.0.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/activeresource-3.0.9.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/activeresource-3.0.9.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activeresource/activeresource-3.0.9.ebuild?r1=1.3&r2=1.4

Index: activeresource-3.0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-3.0.9.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- activeresource-3.0.9.ebuild	7 Aug 2011 18:06:36 -0000	1.3
+++ activeresource-3.0.9.ebuild	9 Sep 2011 07:51:21 -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/activeresource/activeresource-3.0.9.ebuild,v 1.3 2011/08/07 18:06:36 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-3.0.9.ebuild,v 1.4 2011/09/09 07:51:21 grobian Exp $
 
 EAPI=2
 
@@ -20,7 +20,7 @@
 
 LICENSE="MIT"
 SLOT="3.0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 S="${WORKDIR}/rails-rails-*/activeresource"






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-09-09  7:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-07 18:06 [gentoo-commits] gentoo-x86 commit in dev-ruby/activeresource: ChangeLog activeresource-3.0.9.ebuild Raul Porcel (armin76)
  -- strict thread matches above, loose matches on Subject: below --
2011-09-09  7:51 Fabian Groffen (grobian)
2011-07-24  9:52 Kacper Kowalik (xarthisius)
2011-07-04  9:33 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