summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2010-10-15 08:04:22 +0000
committerHans de Graaff <graaff@gentoo.org>2010-10-15 08:04:22 +0000
commit97d4e036b248faa9509740de7da521ed294cc91a (patch)
treebc633d6aa34cec0e8a1f1702a4e123abc59f90a6 /dev-ruby/rails
parentVersion bump for rails 2.3.10. (diff)
downloadhistorical-97d4e036b248faa9509740de7da521ed294cc91a.tar.gz
historical-97d4e036b248faa9509740de7da521ed294cc91a.tar.bz2
historical-97d4e036b248faa9509740de7da521ed294cc91a.zip
Remove vulnerable version.
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/rails')
-rw-r--r--dev-ruby/rails/ChangeLog5
-rw-r--r--dev-ruby/rails/rails-2.3.9.ebuild63
2 files changed, 4 insertions, 64 deletions
diff --git a/dev-ruby/rails/ChangeLog b/dev-ruby/rails/ChangeLog
index 4cf6e5b0da1c..0ad38cc7d6c1 100644
--- a/dev-ruby/rails/ChangeLog
+++ b/dev-ruby/rails/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/rails
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.179 2010/10/15 07:52:59 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.180 2010/10/15 07:57:15 graaff Exp $
+
+ 15 Oct 2010; Hans de Graaff <graaff@gentoo.org> -rails-2.3.9.ebuild:
+ Remove vulnerable version.
*rails-2.3.10 (15 Oct 2010)
diff --git a/dev-ruby/rails/rails-2.3.9.ebuild b/dev-ruby/rails/rails-2.3.9.ebuild
deleted file mode 100644
index 8d1e292dfc54..000000000000
--- a/dev-ruby/rails/rails-2.3.9.ebuild
+++ /dev/null
@@ -1,63 +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/rails/rails-2.3.9.ebuild,v 1.1 2010/09/05 09:22:59 graaff Exp $
-
-EAPI=2
-USE_RUBY="ruby18 ree18"
-
-RUBY_FAKEGEM_EXTRAINSTALL="builtin configs doc dispatches environments fresh_rakefile helpers html README"
-RUBY_FAKEGEM_EXTRADOC="README CHANGELOG"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-# gem lacks tests
-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="2.3"
-KEYWORDS="~amd64 ~ia64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
-
-IUSE=""
-
-RDEPEND=">=app-admin/eselect-rails-0.15"
-
-ruby_add_rdepend ">=dev-ruby/rake-0.8.3
- ~dev-ruby/activerecord-${PV}
- ~dev-ruby/activeresource-${PV}
- ~dev-ruby/activesupport-${PV}
- ~dev-ruby/actionmailer-${PV}
- ~dev-ruby/actionpack-${PV}"
-ruby_add_bdepend "doc? ( dev-ruby/redcloth )"
-
-all_ruby_prepare() {
- sed -i -e '/horo/d' Rakefile || die "Could not remove reference to unavailable documentation template."
-}
-
-all_ruby_install() {
- all_fakegem_install
-
- ruby_fakegem_binwrapper rails rails-${PV}
-
- if use doc; then
- pushd doc
- docinto api
- dohtml -r *
- popd
- fi
-}
-
-pkg_postinst() {
- elog "To select between slots of rails, use:"
- elog "\teselect rails"
-
- eselect rails update
-}
-
-pkg_postrm() {
- eselect rails update
-}