summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDion Moult <moult@gentoo.org>2013-03-27 13:28:39 +0000
committerDion Moult <moult@gentoo.org>2013-03-27 13:28:39 +0000
commit2246cb72b5dc8f91904f328cee934bc3fcacc971 (patch)
treeee8ed619b118a2213ec53cb74c3b66a571e3f26a /dev-ruby
parentVersion bump (diff)
downloadgentoo-2-2246cb72b5dc8f91904f328cee934bc3fcacc971.tar.gz
gentoo-2-2246cb72b5dc8f91904f328cee934bc3fcacc971.tar.bz2
gentoo-2-2246cb72b5dc8f91904f328cee934bc3fcacc971.zip
Remove dev-ruby/rails:3.0 due to lack of upstream support
(Portage version: 2.2.0_alpha161_p11/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/rails/ChangeLog5
-rw-r--r--dev-ruby/rails/rails-3.0.20.ebuild50
2 files changed, 4 insertions, 51 deletions
diff --git a/dev-ruby/rails/ChangeLog b/dev-ruby/rails/ChangeLog
index b2c8c44b6372..2585d5befeea 100644
--- a/dev-ruby/rails/ChangeLog
+++ b/dev-ruby/rails/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/rails
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.261 2013/02/24 17:36:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.262 2013/03/27 13:28:39 moult Exp $
+
+ 27 Mar 2013; Dion Moult <moult@gentoo.org> -rails-3.0.20.ebuild:
+ Remove dev-ruby/rails:3.0 due to lack of upstream support
24 Feb 2013; Agostino Sarubbo <ago@gentoo.org> rails-2.3.17.ebuild:
Stable for x86, wrt bug #456840
diff --git a/dev-ruby/rails/rails-3.0.20.ebuild b/dev-ruby/rails/rails-3.0.20.ebuild
deleted file mode 100644
index c060f44c9d12..000000000000
--- a/dev-ruby/rails/rails-3.0.20.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-3.0.20.ebuild,v 1.1 2013/01/28 22:24:53 graaff Exp $
-
-EAPI=2
-USE_RUBY="ruby18 ree18"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_TASK_TEST=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="ruby on rails is a web-application and persistance framework"
-HOMEPAGE="http://www.rubyonrails.org"
-
-LICENSE="MIT"
-SLOT="3.0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-
-IUSE=""
-
-RDEPEND=">=app-admin/eselect-rails-0.16"
-
-ruby_add_rdepend "
- ~dev-ruby/actionmailer-${PV}
- ~dev-ruby/actionpack-${PV}
- ~dev-ruby/activerecord-${PV}
- ~dev-ruby/activeresource-${PV}
- ~dev-ruby/activesupport-${PV}
- =dev-ruby/bundler-1.0*
- ~dev-ruby/railties-${PV}"
-
-all_ruby_install() {
- all_fakegem_install
-
- ruby_fakegem_binwrapper rails rails-${PV}
-}
-
-pkg_postinst() {
- elog "To select between slots of rails, use:"
- elog "\teselect rails"
-
- eselect rails update
-}
-
-pkg_postrm() {
- eselect rails update
-}