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

graaff      11/06/09 17:07:41

  Modified:             ChangeLog
  Added:                activeresource-2.3.12.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.1.9.42/cvs/Linux x86_64)

Revision  Changes    Path
1.82                 dev-ruby/activeresource/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog	9 Jun 2011 15:23:05 -0000	1.81
+++ ChangeLog	9 Jun 2011 17:07:41 -0000	1.82
@@ -1,6 +1,12 @@
 # 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.81 2011/06/09 15:23:05 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.82 2011/06/09 17:07:41 graaff Exp $
+
+*activeresource-2.3.12 (09 Jun 2011)
+
+  09 Jun 2011; Hans de Graaff <graaff@gentoo.org>
+  +activeresource-2.3.12.ebuild:
+  Version bump.
 
   09 Jun 2011; Hans de Graaff <graaff@gentoo.org> -activeresource-2.2.3.ebuild:
   Remove old version.



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

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

Index: activeresource-2.3.12.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-2.3.12.ebuild,v 1.1 2011/06/09 17:07:41 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 ~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}"
ruby_add_bdepend "
	test? (
		>=dev-ruby/mocha-0.9.5
		virtual/ruby-test-unit
	)"

all_ruby_prepare() {
	epatch "${FILESDIR}/${PN}-2.3.10-rails3.patch"

	# Custom template not found in package
	sed -i -e '/horo/d' Rakefile || die
}






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/activeresource: activeresource-2.3.12.ebuild ChangeLog
@ 2011-07-07 19:08 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 5+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-07-07 19:08 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/07/07 19:08:18

  Modified:             activeresource-2.3.12.ebuild ChangeLog
  Log:
  Stable on amd64 wrt bug #372391
  
  (Portage version: 2.2.0_alpha43/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-ruby/activeresource/activeresource-2.3.12.ebuild

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

Index: activeresource-2.3.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.12.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- activeresource-2.3.12.ebuild	9 Jun 2011 17:07:41 -0000	1.1
+++ activeresource-2.3.12.ebuild	7 Jul 2011 19:08:18 -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-2.3.12.ebuild,v 1.1 2011/06/09 17:07:41 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.12.ebuild,v 1.2 2011/07/07 19:08:18 hwoarang Exp $
 
 EAPI=2
 
@@ -16,7 +16,7 @@
 
 LICENSE="MIT"
 SLOT="2.3"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~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}"



1.84                 dev-ruby/activeresource/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog	4 Jul 2011 09:33:21 -0000	1.83
+++ ChangeLog	7 Jul 2011 19:08:18 -0000	1.84
@@ -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.83 2011/07/04 09:33:21 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.84 2011/07/07 19:08:18 hwoarang Exp $
+
+  07 Jul 2011; Markos Chandras <hwoarang@gentoo.org>
+  activeresource-2.3.12.ebuild:
+  Stable on amd64 wrt bug #372391
 
 *activeresource-3.0.9 (04 Jul 2011)
 






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/activeresource: activeresource-2.3.12.ebuild ChangeLog
@ 2011-07-13 20:59 Markus Meier (maekke)
  0 siblings, 0 replies; 5+ messages in thread
From: Markus Meier (maekke) @ 2011-07-13 20:59 UTC (permalink / raw
  To: gentoo-commits

maekke      11/07/13 20:59:38

  Modified:             activeresource-2.3.12.ebuild ChangeLog
  Log:
  x86 stable, bug #372391
  
  (Portage version: 2.1.10.4/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-ruby/activeresource/activeresource-2.3.12.ebuild

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

Index: activeresource-2.3.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.12.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- activeresource-2.3.12.ebuild	7 Jul 2011 19:08:18 -0000	1.2
+++ activeresource-2.3.12.ebuild	13 Jul 2011 20:59:38 -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-2.3.12.ebuild,v 1.2 2011/07/07 19:08:18 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.12.ebuild,v 1.3 2011/07/13 20:59:38 maekke Exp $
 
 EAPI=2
 
@@ -16,7 +16,7 @@
 
 LICENSE="MIT"
 SLOT="2.3"
-KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~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}"



1.85                 dev-ruby/activeresource/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog	7 Jul 2011 19:08:18 -0000	1.84
+++ ChangeLog	13 Jul 2011 20:59:38 -0000	1.85
@@ -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.84 2011/07/07 19:08:18 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.85 2011/07/13 20:59:38 maekke Exp $
+
+  13 Jul 2011; Markus Meier <maekke@gentoo.org> activeresource-2.3.12.ebuild:
+  x86 stable, bug #372391
 
   07 Jul 2011; Markos Chandras <hwoarang@gentoo.org>
   activeresource-2.3.12.ebuild:






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

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

xarthisius    11/07/23 13:13:01

  Modified:             activeresource-2.3.12.ebuild ChangeLog
  Log:
  ppc/ppc64 stable wrt #372391
  
  (Portage version: 2.2.0_alpha46/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-ruby/activeresource/activeresource-2.3.12.ebuild

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

Index: activeresource-2.3.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.12.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- activeresource-2.3.12.ebuild	13 Jul 2011 20:59:38 -0000	1.3
+++ activeresource-2.3.12.ebuild	23 Jul 2011 13:13:01 -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-2.3.12.ebuild,v 1.3 2011/07/13 20:59:38 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.12.ebuild,v 1.4 2011/07/23 13:13:01 xarthisius Exp $
 
 EAPI=2
 
@@ -16,7 +16,7 @@
 
 LICENSE="MIT"
 SLOT="2.3"
-KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~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}"



1.86                 dev-ruby/activeresource/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog	13 Jul 2011 20:59:38 -0000	1.85
+++ ChangeLog	23 Jul 2011 13:13:01 -0000	1.86
@@ -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.85 2011/07/13 20:59:38 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.86 2011/07/23 13:13:01 xarthisius Exp $
+
+  23 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org>
+  activeresource-2.3.12.ebuild:
+  ppc/ppc64 stable wrt #372391
 
   13 Jul 2011; Markus Meier <maekke@gentoo.org> activeresource-2.3.12.ebuild:
   x86 stable, bug #372391






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/activeresource: activeresource-2.3.12.ebuild ChangeLog
@ 2011-07-24 17:25 Raul Porcel (armin76)
  0 siblings, 0 replies; 5+ messages in thread
From: Raul Porcel (armin76) @ 2011-07-24 17:25 UTC (permalink / raw
  To: gentoo-commits

armin76     11/07/24 17:25:20

  Modified:             activeresource-2.3.12.ebuild ChangeLog
  Log:
  ia64/sparc stable wrt #372391
  
  (Portage version: 2.1.10.7/cvs/Linux ia64)

Revision  Changes    Path
1.5                  dev-ruby/activeresource/activeresource-2.3.12.ebuild

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

Index: activeresource-2.3.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.12.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- activeresource-2.3.12.ebuild	23 Jul 2011 13:13:01 -0000	1.4
+++ activeresource-2.3.12.ebuild	24 Jul 2011 17:25:20 -0000	1.5
@@ -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-2.3.12.ebuild,v 1.4 2011/07/23 13:13:01 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.12.ebuild,v 1.5 2011/07/24 17:25:20 armin76 Exp $
 
 EAPI=2
 
@@ -16,7 +16,7 @@
 
 LICENSE="MIT"
 SLOT="2.3"
-KEYWORDS="amd64 ~ia64 ppc ppc64 ~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}"



1.88                 dev-ruby/activeresource/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog	24 Jul 2011 09:52:20 -0000	1.87
+++ ChangeLog	24 Jul 2011 17:25:20 -0000	1.88
@@ -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.87 2011/07/24 09:52:20 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.88 2011/07/24 17:25:20 armin76 Exp $
+
+  24 Jul 2011; Raúl Porcel <armin76@gentoo.org> activeresource-2.3.12.ebuild:
+  ia64/sparc stable wrt #372391
 
   24 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org>
   activeresource-3.0.9.ebuild:






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

end of thread, other threads:[~2011-07-24 17:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-13 20:59 [gentoo-commits] gentoo-x86 commit in dev-ruby/activeresource: activeresource-2.3.12.ebuild ChangeLog Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2011-07-24 17:25 Raul Porcel (armin76)
2011-07-23 13:13 Kacper Kowalik (xarthisius)
2011-07-07 19:08 Markos Chandras (hwoarang)
2011-06-09 17:07 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