summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2009-09-26 19:47:35 +0000
committerHans de Graaff <graaff@gentoo.org>2009-09-26 19:47:35 +0000
commit00d3b6f0cb6d7e27b0e2bfb60ed49a100a75ca71 (patch)
tree01deed6e5b5c4e5f1bb90295c4dcf84b8ab44bb9 /dev-ruby/rails
parentVersion bump, bug #286465. (diff)
downloadgentoo-2-00d3b6f0cb6d7e27b0e2bfb60ed49a100a75ca71.tar.gz
gentoo-2-00d3b6f0cb6d7e27b0e2bfb60ed49a100a75ca71.tar.bz2
gentoo-2-00d3b6f0cb6d7e27b0e2bfb60ed49a100a75ca71.zip
Remove insecure versions, bug 283396.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/rails')
-rw-r--r--dev-ruby/rails/ChangeLog9
-rw-r--r--dev-ruby/rails/rails-2.3.2.ebuild47
-rw-r--r--dev-ruby/rails/rails-2.3.3.ebuild47
3 files changed, 8 insertions, 95 deletions
diff --git a/dev-ruby/rails/ChangeLog b/dev-ruby/rails/ChangeLog
index 244e8d7d0e9e..9dd62c7fca56 100644
--- a/dev-ruby/rails/ChangeLog
+++ b/dev-ruby/rails/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-ruby/rails
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.148 2009/09/25 18:20:04 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.149 2009/09/26 19:47:35 graaff Exp $
+
+ 26 Sep 2009; Hans de Graaff <graaff@gentoo.org> -rails-2.3.2.ebuild,
+ -rails-2.3.3.ebuild:
+ Remove insecure versions, bug 283396.
+
+ 26 Sep 2009; Hans de Graaff <graaff@gentoo.org> ChangeLog:
+ Remove insecure versions, bug 283396.
25 Sep 2009; Brent Baude <ranger@gentoo.org> rails-2.3.4.ebuild:
Marking rails-2.3.4 ppc64 stable for bug 283396
diff --git a/dev-ruby/rails/rails-2.3.2.ebuild b/dev-ruby/rails/rails-2.3.2.ebuild
deleted file mode 100644
index 536f33702a66..000000000000
--- a/dev-ruby/rails/rails-2.3.2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-2.3.2.ebuild,v 1.7 2009/05/28 16:10:52 armin76 Exp $
-
-inherit ruby gems
-USE_RUBY="ruby18 ruby19"
-
-DESCRIPTION="ruby on rails is a web-application and persistance framework"
-HOMEPAGE="http://www.rubyonrails.org"
-
-LICENSE="MIT"
-SLOT="2.3"
-KEYWORDS="amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-
-IUSE="fastcgi"
-DEPEND=">=dev-lang/ruby-1.8.6
- >=app-admin/eselect-rails-0.15
- >=dev-ruby/rake-0.8.3
- ~dev-ruby/activerecord-2.3.2
- ~dev-ruby/activeresource-2.3.2
- ~dev-ruby/activesupport-2.3.2
- ~dev-ruby/actionmailer-2.3.2
- ~dev-ruby/actionpack-2.3.2"
-
-RDEPEND="${DEPEND}
- fastcgi? ( >=dev-ruby/ruby-fcgi-0.8.6 )
- >=dev-ruby/rubygems-1.3.1"
-
-src_install() {
- gems_src_install
- # Rename slotted files that may clash so that eselect can handle
- # them
- mv "${D}/usr/bin/rails" "${D}/usr/bin/rails-${PV}"
- sed -i -e "s/>= 0/${PV}/" "${D}/usr/bin/rails-${PV}"
- mv "${D}/${GEMSDIR}/bin/rails" "${D}/${GEMSDIR}/bin/rails-${PV}"
-}
-
-pkg_postinst() {
- einfo "To select between slots of rails, use:"
- einfo "\teselect rails"
-
- eselect rails update
-}
-
-pkg_postrm() {
- eselect rails update
-}
diff --git a/dev-ruby/rails/rails-2.3.3.ebuild b/dev-ruby/rails/rails-2.3.3.ebuild
deleted file mode 100644
index 14d8225210e5..000000000000
--- a/dev-ruby/rails/rails-2.3.3.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-2.3.3.ebuild,v 1.3 2009/08/16 14:31:02 armin76 Exp $
-
-inherit ruby gems
-USE_RUBY="ruby18 ruby19"
-
-DESCRIPTION="ruby on rails is a web-application and persistance framework"
-HOMEPAGE="http://www.rubyonrails.org"
-
-LICENSE="MIT"
-SLOT="2.3"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-
-IUSE="fastcgi"
-DEPEND=">=dev-lang/ruby-1.8.6
- >=app-admin/eselect-rails-0.15
- >=dev-ruby/rake-0.8.3
- ~dev-ruby/activerecord-2.3.3
- ~dev-ruby/activeresource-2.3.3
- ~dev-ruby/activesupport-2.3.3
- ~dev-ruby/actionmailer-2.3.3
- ~dev-ruby/actionpack-2.3.3"
-
-RDEPEND="${DEPEND}
- fastcgi? ( >=dev-ruby/ruby-fcgi-0.8.6 )
- >=dev-ruby/rubygems-1.3.1"
-
-src_install() {
- gems_src_install
- # Rename slotted files that may clash so that eselect can handle
- # them
- mv "${D}/usr/bin/rails" "${D}/usr/bin/rails-${PV}"
- sed -i -e "s/>= 0/${PV}/" "${D}/usr/bin/rails-${PV}"
- mv "${D}/${GEMSDIR}/bin/rails" "${D}/${GEMSDIR}/bin/rails-${PV}"
-}
-
-pkg_postinst() {
- einfo "To select between slots of rails, use:"
- einfo "\teselect rails"
-
- eselect rails update
-}
-
-pkg_postrm() {
- eselect rails update
-}