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

graaff      11/12/27 08:20:02

  Modified:             ChangeLog
  Added:                activemodel-3.1.3.ebuild
  Log:
  Version bump. Drop keywords due to new dependencies, bug 396177.
  
  (Portage version: 2.1.10.41/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 dev-ruby/activemodel/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	19 Nov 2011 10:55:27 -0000	1.16
+++ ChangeLog	27 Dec 2011 08:20:02 -0000	1.17
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/activemodel
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/ChangeLog,v 1.16 2011/11/19 10:55:27 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/ChangeLog,v 1.17 2011/12/27 08:20:02 graaff Exp $
+
+*activemodel-3.1.3 (27 Dec 2011)
+
+  27 Dec 2011; Hans de Graaff <graaff@gentoo.org> +activemodel-3.1.3.ebuild:
+  Version bump. Drop keywords due to new dependencies, bug 396177.
 
 *activemodel-3.0.11 (19 Nov 2011)
 



1.1                  dev-ruby/activemodel/activemodel-3.1.3.ebuild

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

Index: activemodel-3.1.3.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/activemodel-3.1.3.ebuild,v 1.1 2011/12/27 08:20:02 graaff Exp $

EAPI=4

USE_RUBY="ruby18 ruby19 ree18"

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

RUBY_FAKEGEM_GEMSPEC="activemodel.gemspec"

inherit ruby-fakegem

DESCRIPTION="A toolkit for building modeling frameworks like Active Record and Active Resource."
HOMEPAGE="http://github.com/rails/rails"
SRC_URI="http://github.com/rails/rails/tarball/v${PV} -> rails-${PV}.tgz"

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

RUBY_S="rails-rails-*/activemodel"

ruby_add_rdepend "
	~dev-ruby/activesupport-${PV}
	>=dev-ruby/builder-3.0.0
	>=dev-ruby/i18n-0.6.0:0.6
	>=dev-ruby/bcrypt-ruby-3.0.0"

ruby_add_bdepend "
	test? (
		dev-ruby/ruby-debug
		>=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/cases/helper.rb || die "Unable to remove load paths"
}






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/activemodel: ChangeLog activemodel-3.1.3.ebuild
@ 2011-12-27  9:10 Hans de Graaff (graaff)
  0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff (graaff) @ 2011-12-27  9:10 UTC (permalink / raw
  To: gentoo-commits

graaff      11/12/27 09:10:46

  Modified:             ChangeLog activemodel-3.1.3.ebuild
  Log:
  Fix slot
  
  (Portage version: 2.1.10.41/cvs/Linux x86_64)

Revision  Changes    Path
1.18                 dev-ruby/activemodel/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	27 Dec 2011 08:20:02 -0000	1.17
+++ ChangeLog	27 Dec 2011 09:10:46 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/activemodel
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/ChangeLog,v 1.17 2011/12/27 08:20:02 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/ChangeLog,v 1.18 2011/12/27 09:10:46 graaff Exp $
+
+  27 Dec 2011; Hans de Graaff <graaff@gentoo.org> activemodel-3.1.3.ebuild:
+  Fix slot
 
 *activemodel-3.1.3 (27 Dec 2011)
 



1.2                  dev-ruby/activemodel/activemodel-3.1.3.ebuild

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

Index: activemodel-3.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/activemodel-3.1.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- activemodel-3.1.3.ebuild	27 Dec 2011 08:20:02 -0000	1.1
+++ activemodel-3.1.3.ebuild	27 Dec 2011 09:10:46 -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/activemodel/activemodel-3.1.3.ebuild,v 1.1 2011/12/27 08:20:02 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/activemodel-3.1.3.ebuild,v 1.2 2011/12/27 09:10:46 graaff Exp $
 
 EAPI=4
 
@@ -19,7 +19,7 @@
 SRC_URI="http://github.com/rails/rails/tarball/v${PV} -> rails-${PV}.tgz"
 
 LICENSE="MIT"
-SLOT="3.0"
+SLOT="3.1"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/activemodel: ChangeLog activemodel-3.1.3.ebuild
@ 2011-12-28 11:18 Hans de Graaff (graaff)
  0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff (graaff) @ 2011-12-28 11:18 UTC (permalink / raw
  To: gentoo-commits

graaff      11/12/28 11:18:33

  Modified:             ChangeLog activemodel-3.1.3.ebuild
  Log:
  Drop unneeded dependencies. ruby-debug is not used and not ruby19-ready.
  
  (Portage version: 2.1.10.41/cvs/Linux x86_64)

Revision  Changes    Path
1.19                 dev-ruby/activemodel/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	27 Dec 2011 09:10:46 -0000	1.18
+++ ChangeLog	28 Dec 2011 11:18:33 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/activemodel
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/ChangeLog,v 1.18 2011/12/27 09:10:46 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/ChangeLog,v 1.19 2011/12/28 11:18:33 graaff Exp $
+
+  28 Dec 2011; Hans de Graaff <graaff@gentoo.org> activemodel-3.1.3.ebuild:
+  Drop unneeded dependencies. ruby-debug is not used and not ruby19-ready.
 
   27 Dec 2011; Hans de Graaff <graaff@gentoo.org> activemodel-3.1.3.ebuild:
   Fix slot



1.3                  dev-ruby/activemodel/activemodel-3.1.3.ebuild

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

Index: activemodel-3.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/activemodel-3.1.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- activemodel-3.1.3.ebuild	27 Dec 2011 09:10:46 -0000	1.2
+++ activemodel-3.1.3.ebuild	28 Dec 2011 11:18:33 -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/activemodel/activemodel-3.1.3.ebuild,v 1.2 2011/12/27 09:10:46 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/activemodel-3.1.3.ebuild,v 1.3 2011/12/28 11:18:33 graaff Exp $
 
 EAPI=4
 
@@ -33,9 +33,7 @@
 
 ruby_add_bdepend "
 	test? (
-		dev-ruby/ruby-debug
 		>=dev-ruby/mocha-0.9.5
-		virtual/ruby-test-unit
 	)"
 
 all_ruby_prepare() {






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/activemodel: ChangeLog activemodel-3.1.3.ebuild
@ 2012-02-06 18:45 Brent Baude (ranger)
  0 siblings, 0 replies; 5+ messages in thread
From: Brent Baude (ranger) @ 2012-02-06 18:45 UTC (permalink / raw
  To: gentoo-commits

ranger      12/02/06 18:45:13

  Modified:             ChangeLog activemodel-3.1.3.ebuild
  Log:
  Marking activemodel-3.1.3 ~ppc for bug 396177
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.21                 dev-ruby/activemodel/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	31 Dec 2011 20:57:22 -0000	1.20
+++ ChangeLog	6 Feb 2012 18:45:13 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/activemodel
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/ChangeLog,v 1.20 2011/12/31 20:57:22 grobian Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/ChangeLog,v 1.21 2012/02/06 18:45:13 ranger Exp $
+
+  06 Feb 2012; Brent Baude <ranger@gentoo.org> activemodel-3.1.3.ebuild:
+  Marking activemodel-3.1.3 ~ppc for bug 396177
 
   31 Dec 2011; Fabian Groffen <grobian@gentoo.org> activemodel-3.1.3.ebuild:
   Add Prefix keywords, bug #396547



1.5                  dev-ruby/activemodel/activemodel-3.1.3.ebuild

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

Index: activemodel-3.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/activemodel-3.1.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- activemodel-3.1.3.ebuild	31 Dec 2011 20:57:22 -0000	1.4
+++ activemodel-3.1.3.ebuild	6 Feb 2012 18:45:13 -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/activemodel/activemodel-3.1.3.ebuild,v 1.4 2011/12/31 20:57:22 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/activemodel-3.1.3.ebuild,v 1.5 2012/02/06 18:45:13 ranger Exp $
 
 EAPI=4
 
@@ -20,7 +20,7 @@
 
 LICENSE="MIT"
 SLOT="3.1"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RUBY_S="rails-rails-*/activemodel"






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/activemodel: ChangeLog activemodel-3.1.3.ebuild
@ 2012-03-11 14:09 Brent Baude (ranger)
  0 siblings, 0 replies; 5+ messages in thread
From: Brent Baude (ranger) @ 2012-03-11 14:09 UTC (permalink / raw
  To: gentoo-commits

ranger      12/03/11 14:09:18

  Modified:             ChangeLog activemodel-3.1.3.ebuild
  Log:
  Marking activemodel-3.1.3 ~ppc64 for bug 396547
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.22                 dev-ruby/activemodel/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	6 Feb 2012 18:45:13 -0000	1.21
+++ ChangeLog	11 Mar 2012 14:09:18 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/activemodel
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/ChangeLog,v 1.21 2012/02/06 18:45:13 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/ChangeLog,v 1.22 2012/03/11 14:09:18 ranger Exp $
+
+  11 Mar 2012; Brent Baude <ranger@gentoo.org> activemodel-3.1.3.ebuild:
+  Marking activemodel-3.1.3 ~ppc64 for bug 396547
 
   06 Feb 2012; Brent Baude <ranger@gentoo.org> activemodel-3.1.3.ebuild:
   Marking activemodel-3.1.3 ~ppc for bug 396177



1.6                  dev-ruby/activemodel/activemodel-3.1.3.ebuild

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

Index: activemodel-3.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/activemodel-3.1.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- activemodel-3.1.3.ebuild	6 Feb 2012 18:45:13 -0000	1.5
+++ activemodel-3.1.3.ebuild	11 Mar 2012 14:09:18 -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/activemodel/activemodel-3.1.3.ebuild,v 1.5 2012/02/06 18:45:13 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/activemodel-3.1.3.ebuild,v 1.6 2012/03/11 14:09:18 ranger Exp $
 
 EAPI=4
 
@@ -20,7 +20,7 @@
 
 LICENSE="MIT"
 SLOT="3.1"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RUBY_S="rails-rails-*/activemodel"






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

end of thread, other threads:[~2012-03-11 14:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-28 11:18 [gentoo-commits] gentoo-x86 commit in dev-ruby/activemodel: ChangeLog activemodel-3.1.3.ebuild Hans de Graaff (graaff)
  -- strict thread matches above, loose matches on Subject: below --
2012-03-11 14:09 Brent Baude (ranger)
2012-02-06 18:45 Brent Baude (ranger)
2011-12-27  9:10 Hans de Graaff (graaff)
2011-12-27  8:20 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