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

graaff      11/01/10 19:11:41

  Modified:             ChangeLog
  Added:                actionpack-3.0.3-r1.ebuild
  Log:
  This requires a bump since we modify the gemspec file.
  
  (Portage version: 2.1.9.25/cvs/Linux x86_64)

Revision  Changes    Path
1.166                dev-ruby/actionpack/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -r1.165 -r1.166
--- ChangeLog	10 Jan 2011 19:10:38 -0000	1.165
+++ ChangeLog	10 Jan 2011 19:11:41 -0000	1.166
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/actionpack
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.165 2011/01/10 19:10:38 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.166 2011/01/10 19:11:41 graaff Exp $
+
+*actionpack-3.0.3-r1 (10 Jan 2011)
+
+  10 Jan 2011; Hans de Graaff <graaff@gentoo.org>
+  +actionpack-3.0.3-r1.ebuild:
+  This requires a bump since we modify the gemspec file.
 
   10 Jan 2011; Hans de Graaff <graaff@gentoo.org> actionpack-3.0.3.ebuild:
   Relax builder requirements for bug 351189.



1.1                  dev-ruby/actionpack/actionpack-3.0.3-r1.ebuild

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

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

EAPI=2

USE_RUBY="ruby18 ree18"

# The default test task tries to test activerecord with SQLite as well.
#RUBY_FAKEGEM_TASK_TEST="test_action_pack"

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

RUBY_FAKEGEM_GEMSPEC="actionpack.gemspec"

inherit ruby-fakegem

DESCRIPTION="Eases web-request routing, handling, and response."
HOMEPAGE="http://rubyforge.org/projects/actionpack/"
SRC_URI="http://github.com/rails/rails/tarball/v${PV} -> rails-${PV}.tgz"

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

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

ruby_add_rdepend "
	~dev-ruby/activemodel-${PV}
	~dev-ruby/activesupport-${PV}
	>=dev-ruby/builder-2.1.2
	>=dev-ruby/erubis-2.6.6
	>=dev-ruby/i18n-0.4.1:0.4
	>=dev-ruby/rack-1.2.1
	>=dev-ruby/rack-mount-0.6.12
	>=dev-ruby/rack-test-0.5.4
	>=dev-ruby/tzinfo-0.3.23"

ruby_add_bdepend "
	test? (
		dev-ruby/activerecord:${SLOT}
		dev-ruby/actionmailer:${SLOT}
		!dev-ruby/test-unit:2
	)"

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"

	# Relax builder requirement to also support 3.0.0
	sed -i -e 's/~> 2.1.2/>= 2.1.2/' actionpack.gemspec || die
}






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/actionpack: actionpack-3.0.3-r1.ebuild ChangeLog
@ 2011-01-11  7:14 Hans de Graaff (graaff)
  0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff (graaff) @ 2011-01-11  7:14 UTC (permalink / raw
  To: gentoo-commits

graaff      11/01/11 07:14:05

  Modified:             actionpack-3.0.3-r1.ebuild ChangeLog
  Log:
  Remove blocker on test-unit:2, test now run fine with it.
  
  (Portage version: 2.1.9.25/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-ruby/actionpack/actionpack-3.0.3-r1.ebuild

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

Index: actionpack-3.0.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-3.0.3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- actionpack-3.0.3-r1.ebuild	10 Jan 2011 19:11:41 -0000	1.1
+++ actionpack-3.0.3-r1.ebuild	11 Jan 2011 07:14:05 -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/actionpack/actionpack-3.0.3-r1.ebuild,v 1.1 2011/01/10 19:11:41 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-3.0.3-r1.ebuild,v 1.2 2011/01/11 07:14:05 graaff Exp $
 
 EAPI=2
 
@@ -43,7 +43,6 @@
 	test? (
 		dev-ruby/activerecord:${SLOT}
 		dev-ruby/actionmailer:${SLOT}
-		!dev-ruby/test-unit:2
 	)"
 
 all_ruby_prepare() {



1.167                dev-ruby/actionpack/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -r1.166 -r1.167
--- ChangeLog	10 Jan 2011 19:11:41 -0000	1.166
+++ ChangeLog	11 Jan 2011 07:14:05 -0000	1.167
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/actionpack
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.166 2011/01/10 19:11:41 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.167 2011/01/11 07:14:05 graaff Exp $
+
+  11 Jan 2011; Hans de Graaff <graaff@gentoo.org>
+  actionpack-3.0.3-r1.ebuild:
+  Remove blocker on test-unit:2, test now run fine with it.
 
 *actionpack-3.0.3-r1 (10 Jan 2011)
 






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/actionpack: actionpack-3.0.3-r1.ebuild ChangeLog
@ 2011-02-13 21:12 Thomas Kahle (tomka)
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Kahle (tomka) @ 2011-02-13 21:12 UTC (permalink / raw
  To: gentoo-commits

tomka       11/02/13 21:12:09

  Modified:             actionpack-3.0.3-r1.ebuild ChangeLog
  Log:
  keyworded ~x86 per bug 351835
  
  (Portage version: 2.1.9.39/cvs/Linux i686)

Revision  Changes    Path
1.3                  dev-ruby/actionpack/actionpack-3.0.3-r1.ebuild

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

Index: actionpack-3.0.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-3.0.3-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- actionpack-3.0.3-r1.ebuild	11 Jan 2011 07:14:05 -0000	1.2
+++ actionpack-3.0.3-r1.ebuild	13 Feb 2011 21:12:09 -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/actionpack/actionpack-3.0.3-r1.ebuild,v 1.2 2011/01/11 07:14:05 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-3.0.3-r1.ebuild,v 1.3 2011/02/13 21:12:09 tomka Exp $
 
 EAPI=2
 
@@ -23,7 +23,7 @@
 
 LICENSE="MIT"
 SLOT="3.0"
-KEYWORDS="~amd64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 S="${WORKDIR}/rails-rails-*/actionpack"



1.169                dev-ruby/actionpack/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -r1.168 -r1.169
--- ChangeLog	22 Jan 2011 14:41:42 -0000	1.168
+++ ChangeLog	13 Feb 2011 21:12:09 -0000	1.169
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/actionpack
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.168 2011/01/22 14:41:42 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.169 2011/02/13 21:12:09 tomka Exp $
+
+  13 Feb 2011; Thomas Kahle <tomka@gentoo.org> actionpack-3.0.3-r1.ebuild:
+  keyworded ~x86 per bug 351835
 
   22 Jan 2011; Hans de Graaff <graaff@gentoo.org>
   -actionpack-2.3.5-r1.ebuild, -actionpack-2.3.8.ebuild,






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

end of thread, other threads:[~2011-02-13 21:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-11  7:14 [gentoo-commits] gentoo-x86 commit in dev-ruby/actionpack: actionpack-3.0.3-r1.ebuild ChangeLog Hans de Graaff (graaff)
  -- strict thread matches above, loose matches on Subject: below --
2011-02-13 21:12 Thomas Kahle (tomka)
2011-01-10 19:11 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