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

graaff      11/05/01 14:10:16

  Modified:             ChangeLog
  Removed:              railties-3.0.3-r1.ebuild
  Log:
  Remove old versions.
  
  (Portage version: 2.1.9.42/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  dev-ruby/railties/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/railties/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	26 Apr 2011 18:05:55 -0000	1.7
+++ ChangeLog	1 May 2011 14:10:16 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/railties
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/railties/ChangeLog,v 1.7 2011/04/26 18:05:55 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/railties/ChangeLog,v 1.8 2011/05/01 14:10:16 graaff Exp $
+
+  01 May 2011; Hans de Graaff <graaff@gentoo.org> -railties-3.0.3-r1.ebuild:
+  Remove old versions.
 
 *railties-3.0.7 (26 Apr 2011)
 






^ permalink raw reply	[flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/railties: ChangeLog railties-3.0.3-r1.ebuild
@ 2011-01-10  7:04 Hans de Graaff (graaff)
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2011-01-10  7:04 UTC (permalink / raw
  To: gentoo-commits

graaff      11/01/10 07:04:27

  Modified:             ChangeLog
  Added:                railties-3.0.3-r1.ebuild
  Log:
  Install the real gemspec instead of our own version. Fixes bug 351240.
  
  (Portage version: 2.1.9.25/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-ruby/railties/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/railties/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	5 Dec 2010 08:39:27 -0000	1.1
+++ ChangeLog	10 Jan 2011 07:04:27 -0000	1.2
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/railties
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/railties/ChangeLog,v 1.1 2010/12/05 08:39:27 graaff Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/railties/ChangeLog,v 1.2 2011/01/10 07:04:27 graaff Exp $
+
+*railties-3.0.3-r1 (10 Jan 2011)
+
+  10 Jan 2011; Hans de Graaff <graaff@gentoo.org> +railties-3.0.3-r1.ebuild:
+  Install the real gemspec instead of our own version. Fixes bug 351240.
 
 *railties-3.0.3 (05 Dec 2010)
 



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

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

Index: railties-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/railties/railties-3.0.3-r1.ebuild,v 1.1 2011/01/10 07:04:27 graaff Exp $

EAPI=2
USE_RUBY="ruby18 ree18"

RUBY_FAKEGEM_TASK_TEST="test:regular"
RUBY_FAKEGEM_TASK_DOC="generate_guides"
RUBY_FAKEGEM_DOCDIR="guides/output"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"

RUBY_FAKEGEM_GEMSPEC="railties.gemspec"

inherit ruby-fakegem

DESCRIPTION="Tools for creating, working with, and running Rails applications."
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 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""

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

# The test suite has many failures, most likely due to a mismatch in
# exact dependencies or environment specifics. Needs further
# investigation.
RESTRICT="test"

ruby_add_rdepend "
	~dev-ruby/activesupport-${PV}
	~dev-ruby/actionpack-${PV}
	>=dev-ruby/thor-0.14.4"

ruby_add_bdepend "
	test? (
		>=dev-ruby/mocha-0.9.5
		virtual/ruby-test-unit
	)"






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

end of thread, other threads:[~2011-05-01 14:10 UTC | newest]

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