public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/activemodel: ChangeLog activemodel-4.2.0.ebuild
@ 2015-01-01 10:19 Hans de Graaff (graaff)
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2015-01-01 10:19 UTC (permalink / raw
  To: gentoo-commits

graaff      15/01/01 10:19:01

  Modified:             ChangeLog
  Added:                activemodel-4.2.0.ebuild
  Log:
  Version bump for Rails 4.2. Dropped keywords tracked in bug 534186.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

Revision  Changes    Path
1.97                 dev-ruby/activemodel/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- ChangeLog	20 Dec 2014 07:31:29 -0000	1.96
+++ ChangeLog	1 Jan 2015 10:19:01 -0000	1.97
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/activemodel
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/ChangeLog,v 1.96 2014/12/20 07:31:29 graaff Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/ChangeLog,v 1.97 2015/01/01 10:19:01 graaff Exp $
+
+*activemodel-4.2.0 (01 Jan 2015)
+
+  01 Jan 2015; Hans de Graaff <graaff@gentoo.org> +activemodel-4.2.0.ebuild:
+  Version bump for Rails 4.2. Dropped keywords tracked in bug 534186.
 
   20 Dec 2014; Hans de Graaff <graaff@gentoo.org> -activemodel-3.2.20.ebuild,
   -activemodel-4.0.11.ebuild, -activemodel-4.1.7.ebuild:



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

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

Index: activemodel-4.2.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/activemodel-4.2.0.ebuild,v 1.1 2015/01/01 10:19:01 graaff Exp $

EAPI=5

USE_RUBY="ruby19 ruby20 ruby21"

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

RUBY_FAKEGEM_GEMSPEC="activemodel.gemspec"

inherit ruby-fakegem versionator

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/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/activesupport-${PV}
	>=dev-ruby/builder-3.1 =dev-ruby/builder-3*
"

ruby_add_bdepend "
	test? (
		>=dev-ruby/railties-4.2.0
		dev-ruby/test-unit:2
		>=dev-ruby/mocha-0.14.0:0.14
		>=dev-ruby/bcrypt-ruby-3.1.7
	)"

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





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/activemodel: ChangeLog activemodel-4.2.0.ebuild
@ 2015-01-08 21:00 Markus Meier (maekke)
  0 siblings, 0 replies; 2+ messages in thread
From: Markus Meier (maekke) @ 2015-01-08 21:00 UTC (permalink / raw
  To: gentoo-commits

maekke      15/01/08 21:00:37

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

Revision  Changes    Path
1.101                dev-ruby/activemodel/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog	7 Jan 2015 07:04:15 -0000	1.100
+++ ChangeLog	8 Jan 2015 21:00:37 -0000	1.101
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/activemodel
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/ChangeLog,v 1.100 2015/01/07 07:04:15 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/ChangeLog,v 1.101 2015/01/08 21:00:37 maekke Exp $
+
+  08 Jan 2015; Markus Meier <maekke@gentoo.org> activemodel-4.2.0.ebuild:
+  add ~arm, bug #534186
 
 *activemodel-4.1.9 (07 Jan 2015)
 *activemodel-4.0.13 (07 Jan 2015)



1.4                  dev-ruby/activemodel/activemodel-4.2.0.ebuild

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

Index: activemodel-4.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/activemodel-4.2.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- activemodel-4.2.0.ebuild	1 Jan 2015 11:00:14 -0000	1.3
+++ activemodel-4.2.0.ebuild	8 Jan 2015 21:00:37 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/activemodel-4.2.0.ebuild,v 1.3 2015/01/01 11:00:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/activemodel-4.2.0.ebuild,v 1.4 2015/01/08 21:00:37 maekke Exp $
 
 EAPI=5
 
@@ -20,7 +20,7 @@
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~ppc ~ppc64"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
 IUSE=""
 
 RUBY_S="rails-${PV}/${PN}"





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

end of thread, other threads:[~2015-01-08 21:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-08 21:00 [gentoo-commits] gentoo-x86 commit in dev-ruby/activemodel: ChangeLog activemodel-4.2.0.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2015-01-01 10:19 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