summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-04-04 18:54:02 +0000
committerHans de Graaff <graaff@gentoo.org>2011-04-04 18:54:02 +0000
commitbb94b9761eaa5db4a6cb94557cc64f1d204b2252 (patch)
tree4e124238e5861eb791db37827f004c54f70caa59 /dev-ruby
parentAdd dependency on rake since the gemspec requires this. Fixes bug 361595. (diff)
downloadgentoo-2-bb94b9761eaa5db4a6cb94557cc64f1d204b2252.tar.gz
gentoo-2-bb94b9761eaa5db4a6cb94557cc64f1d204b2252.tar.bz2
gentoo-2-bb94b9761eaa5db4a6cb94557cc64f1d204b2252.zip
Remove old version.
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/railties/ChangeLog5
-rw-r--r--dev-ruby/railties/railties-3.0.3.ebuild40
2 files changed, 4 insertions, 41 deletions
diff --git a/dev-ruby/railties/ChangeLog b/dev-ruby/railties/ChangeLog
index 5b5a97852690..182419cb925e 100644
--- a/dev-ruby/railties/ChangeLog
+++ b/dev-ruby/railties/ChangeLog
@@ -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.5 2011/04/04 18:51:50 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/railties/ChangeLog,v 1.6 2011/04/04 18:54:02 graaff Exp $
+
+ 04 Apr 2011; Hans de Graaff <graaff@gentoo.org> -railties-3.0.3.ebuild:
+ Remove old version.
04 Apr 2011; Hans de Graaff <graaff@gentoo.org> railties-3.0.3-r1.ebuild:
Add dependency on rake since the gemspec requires this. Fixes bug 361595.
diff --git a/dev-ruby/railties/railties-3.0.3.ebuild b/dev-ruby/railties/railties-3.0.3.ebuild
deleted file mode 100644
index 4aa7decf55ce..000000000000
--- a/dev-ruby/railties/railties-3.0.3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2010 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.ebuild,v 1.1 2010/12/05 08:39: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"
-
-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
- )"