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

graaff      13/10/07 12:34:22

  Modified:             ChangeLog
  Added:                activesupport-4.0.0.ebuild
  Log:
  Version bump for Rails 4. Dropped keywords in bug 487206.
  
  (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

Revision  Changes    Path
1.230                dev-ruby/activesupport/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v
retrieving revision 1.229
retrieving revision 1.230
diff -u -r1.229 -r1.230
--- ChangeLog	17 Aug 2013 10:30:43 -0000	1.229
+++ ChangeLog	7 Oct 2013 12:34:22 -0000	1.230
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/activesupport
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.229 2013/08/17 10:30:43 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.230 2013/10/07 12:34:22 graaff Exp $
+
+*activesupport-4.0.0 (07 Oct 2013)
+
+  07 Oct 2013; Hans de Graaff <graaff@gentoo.org> +activesupport-4.0.0.ebuild:
+  Version bump for Rails 4. Dropped keywords in bug 487206.
 
 *activesupport-3.2.14 (17 Aug 2013)
 



1.1                  dev-ruby/activesupport/activesupport-4.0.0.ebuild

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

Index: activesupport-4.0.0.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-4.0.0.ebuild,v 1.1 2013/10/07 12:34:22 graaff Exp $

EAPI=5

USE_RUBY="ruby19"

RUBY_FAKEGEM_TASK_DOC=""

RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"

RUBY_FAKEGEM_GEMSPEC="activesupport.gemspec"

RUBY_FAKEGEM_BINWRAP=""

inherit ruby-fakegem versionator

DESCRIPTION="Utility Classes and Extension to the Standard Library"
HOMEPAGE="http://rubyforge.org/projects/activesupport/"
SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz"

LICENSE="MIT"
SLOT="$(get_version_component_range 1-2)"
KEYWORDS="~amd64"
IUSE=""

RUBY_S="rails-${PV}/${PN}"

ruby_add_rdepend "
	>=dev-ruby/multi_json-1.3:0
	>=dev-ruby/i18n-0.6.4:0.6
	>=dev-ruby/tzinfo-0.3.37
	>=dev-ruby/minitest-4.2:0
	>=dev-ruby/thread_safe-0.1:0
	!!<dev-ruby/activesupport-3.0.11-r1:3.0"

# memcache-client, nokogiri, and builder are not strictly
# needed, but there are tests using this code.
ruby_add_bdepend "test? (
	>=dev-ruby/dalli-2.2.1
	>=dev-ruby/nokogiri-1.4.5
	>=dev-ruby/builder-3.1.0:3.1
	>=dev-ruby/libxml-2.0.0
	)"

all_ruby_prepare() {
	# Set the secure permissions that tests expect.
	chmod 0755 "${HOME}" || die "Failed to fix permissions on home"

	# 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"

	# Make sure a compatible version of minitest is used everywhere.
	sed -i -e "s/gem 'minitest'/gem 'minitest', '~> 4.2'/" lib/active_support/test_case.rb || die
	sed -i -e "1igem 'minitest', '~> 4.2'" test/abstract_unit.rb || die
}





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/activesupport: activesupport-4.0.0.ebuild ChangeLog
@ 2013-10-12 17:09 Jeroen Roovers (jer)
  0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers (jer) @ 2013-10-12 17:09 UTC (permalink / raw
  To: gentoo-commits

jer         13/10/12 17:09:04

  Modified:             activesupport-4.0.0.ebuild ChangeLog
  Log:
  Marked ~hppa (bug #487206).
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.2                  dev-ruby/activesupport/activesupport-4.0.0.ebuild

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

Index: activesupport-4.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-4.0.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- activesupport-4.0.0.ebuild	7 Oct 2013 12:34:22 -0000	1.1
+++ activesupport-4.0.0.ebuild	12 Oct 2013 17:09:04 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-4.0.0.ebuild,v 1.1 2013/10/07 12:34:22 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-4.0.0.ebuild,v 1.2 2013/10/12 17:09:04 jer Exp $
 
 EAPI=5
 
@@ -22,7 +22,7 @@
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~hppa"
 IUSE=""
 
 RUBY_S="rails-${PV}/${PN}"



1.231                dev-ruby/activesupport/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v
retrieving revision 1.230
retrieving revision 1.231
diff -u -r1.230 -r1.231
--- ChangeLog	7 Oct 2013 12:34:22 -0000	1.230
+++ ChangeLog	12 Oct 2013 17:09:04 -0000	1.231
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/activesupport
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.230 2013/10/07 12:34:22 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.231 2013/10/12 17:09:04 jer Exp $
+
+  12 Oct 2013; Jeroen Roovers <jer@gentoo.org> activesupport-4.0.0.ebuild:
+  Marked ~hppa (bug #487206).
 
 *activesupport-4.0.0 (07 Oct 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/activesupport: activesupport-4.0.0.ebuild ChangeLog
@ 2013-10-12 17:10 Jeroen Roovers (jer)
  0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers (jer) @ 2013-10-12 17:10 UTC (permalink / raw
  To: gentoo-commits

jer         13/10/12 17:10:12

  Modified:             activesupport-4.0.0.ebuild ChangeLog
  Log:
  Revert.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.3                  dev-ruby/activesupport/activesupport-4.0.0.ebuild

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

Index: activesupport-4.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-4.0.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- activesupport-4.0.0.ebuild	12 Oct 2013 17:09:04 -0000	1.2
+++ activesupport-4.0.0.ebuild	12 Oct 2013 17:10:12 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-4.0.0.ebuild,v 1.2 2013/10/12 17:09:04 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-4.0.0.ebuild,v 1.3 2013/10/12 17:10:12 jer Exp $
 
 EAPI=5
 
@@ -22,7 +22,7 @@
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~hppa"
+KEYWORDS=" ~amd64"
 IUSE=""
 
 RUBY_S="rails-${PV}/${PN}"



1.232                dev-ruby/activesupport/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v
retrieving revision 1.231
retrieving revision 1.232
diff -u -r1.231 -r1.232
--- ChangeLog	12 Oct 2013 17:09:04 -0000	1.231
+++ ChangeLog	12 Oct 2013 17:10:12 -0000	1.232
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/activesupport
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.231 2013/10/12 17:09:04 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.232 2013/10/12 17:10:12 jer Exp $
+
+  12 Oct 2013; Jeroen Roovers <jer@gentoo.org> activesupport-4.0.0.ebuild:
+  Revert.
 
   12 Oct 2013; Jeroen Roovers <jer@gentoo.org> activesupport-4.0.0.ebuild:
   Marked ~hppa (bug #487206).





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/activesupport: activesupport-4.0.0.ebuild ChangeLog
@ 2013-10-13 16:05 Hans de Graaff (graaff)
  0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff (graaff) @ 2013-10-13 16:05 UTC (permalink / raw
  To: gentoo-commits

graaff      13/10/13 16:05:34

  Modified:             activesupport-4.0.0.ebuild ChangeLog
  Log:
  Slot tzinfo dependency to match the gemspec.
  
  (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

Revision  Changes    Path
1.4                  dev-ruby/activesupport/activesupport-4.0.0.ebuild

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

Index: activesupport-4.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-4.0.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- activesupport-4.0.0.ebuild	12 Oct 2013 17:10:12 -0000	1.3
+++ activesupport-4.0.0.ebuild	13 Oct 2013 16:05:34 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-4.0.0.ebuild,v 1.3 2013/10/12 17:10:12 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-4.0.0.ebuild,v 1.4 2013/10/13 16:05:34 graaff Exp $
 
 EAPI=5
 
@@ -30,7 +30,7 @@
 ruby_add_rdepend "
 	>=dev-ruby/multi_json-1.3:0
 	>=dev-ruby/i18n-0.6.4:0.6
-	>=dev-ruby/tzinfo-0.3.37
+	>=dev-ruby/tzinfo-0.3.37:0
 	>=dev-ruby/minitest-4.2:0
 	>=dev-ruby/thread_safe-0.1:0
 	!!<dev-ruby/activesupport-3.0.11-r1:3.0"



1.233                dev-ruby/activesupport/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v
retrieving revision 1.232
retrieving revision 1.233
diff -u -r1.232 -r1.233
--- ChangeLog	12 Oct 2013 17:10:12 -0000	1.232
+++ ChangeLog	13 Oct 2013 16:05:34 -0000	1.233
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/activesupport
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.232 2013/10/12 17:10:12 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.233 2013/10/13 16:05:34 graaff Exp $
+
+  13 Oct 2013; Hans de Graaff <graaff@gentoo.org> activesupport-4.0.0.ebuild:
+  Slot tzinfo dependency to match the gemspec.
 
   12 Oct 2013; Jeroen Roovers <jer@gentoo.org> activesupport-4.0.0.ebuild:
   Revert.





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/activesupport: activesupport-4.0.0.ebuild ChangeLog
@ 2013-10-13 22:05 Markus Meier (maekke)
  0 siblings, 0 replies; 5+ messages in thread
From: Markus Meier (maekke) @ 2013-10-13 22:05 UTC (permalink / raw
  To: gentoo-commits

maekke      13/10/13 22:05:36

  Modified:             activesupport-4.0.0.ebuild ChangeLog
  Log:
  add ~arm, bug #487206
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)

Revision  Changes    Path
1.5                  dev-ruby/activesupport/activesupport-4.0.0.ebuild

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

Index: activesupport-4.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-4.0.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- activesupport-4.0.0.ebuild	13 Oct 2013 16:05:34 -0000	1.4
+++ activesupport-4.0.0.ebuild	13 Oct 2013 22:05:36 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-4.0.0.ebuild,v 1.4 2013/10/13 16:05:34 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-4.0.0.ebuild,v 1.5 2013/10/13 22:05:36 maekke Exp $
 
 EAPI=5
 
@@ -22,7 +22,7 @@
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS=" ~amd64"
+KEYWORDS=" ~amd64 ~arm"
 IUSE=""
 
 RUBY_S="rails-${PV}/${PN}"



1.234                dev-ruby/activesupport/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v
retrieving revision 1.233
retrieving revision 1.234
diff -u -r1.233 -r1.234
--- ChangeLog	13 Oct 2013 16:05:34 -0000	1.233
+++ ChangeLog	13 Oct 2013 22:05:36 -0000	1.234
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/activesupport
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.233 2013/10/13 16:05:34 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.234 2013/10/13 22:05:36 maekke Exp $
+
+  13 Oct 2013; Markus Meier <maekke@gentoo.org> activesupport-4.0.0.ebuild:
+  add ~arm, bug #487206
 
   13 Oct 2013; Hans de Graaff <graaff@gentoo.org> activesupport-4.0.0.ebuild:
   Slot tzinfo dependency to match the gemspec.





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

end of thread, other threads:[~2013-10-13 22:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-12 17:10 [gentoo-commits] gentoo-x86 commit in dev-ruby/activesupport: activesupport-4.0.0.ebuild ChangeLog Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2013-10-13 22:05 Markus Meier (maekke)
2013-10-13 16:05 Hans de Graaff (graaff)
2013-10-12 17:09 Jeroen Roovers (jer)
2013-10-07 12:34 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