summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2008-11-17 06:21:15 +0000
committerHans de Graaff <graaff@gentoo.org>2008-11-17 06:21:15 +0000
commit0590ee11ce9a3dbfb0d1bc431304178293d7aa03 (patch)
tree4116e72b464af48b843e427889d97ad5e1c5a5e5 /dev-ruby
parentStable for HPPA (bug #246652). (diff)
downloadgentoo-2-0590ee11ce9a3dbfb0d1bc431304178293d7aa03.tar.gz
gentoo-2-0590ee11ce9a3dbfb0d1bc431304178293d7aa03.tar.bz2
gentoo-2-0590ee11ce9a3dbfb0d1bc431304178293d7aa03.zip
Remove old versions
(Portage version: 2.1.4.5)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/rails/ChangeLog6
-rw-r--r--dev-ruby/rails/rails-2.0.2.ebuild48
-rw-r--r--dev-ruby/rails/rails-2.0.4.ebuild48
-rw-r--r--dev-ruby/rails/rails-2.1.0.ebuild48
-rw-r--r--dev-ruby/rails/rails-2.1.1.ebuild48
5 files changed, 5 insertions, 193 deletions
diff --git a/dev-ruby/rails/ChangeLog b/dev-ruby/rails/ChangeLog
index 88934f306e68..fa3487e9c55c 100644
--- a/dev-ruby/rails/ChangeLog
+++ b/dev-ruby/rails/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/rails
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.120 2008/11/15 18:14:50 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.121 2008/11/17 06:21:15 graaff Exp $
+
+ 17 Nov 2008; Hans de Graaff <graaff@gentoo.org> -rails-2.0.2.ebuild,
+ -rails-2.0.4.ebuild, -rails-2.1.0.ebuild, -rails-2.1.1.ebuild:
+ Remove old, insecure, versions
15 Nov 2008; Tobias Scherbaum <dertobi123@gentoo.org> rails-2.0.5.ebuild,
rails-2.1.2.ebuild:
diff --git a/dev-ruby/rails/rails-2.0.2.ebuild b/dev-ruby/rails/rails-2.0.2.ebuild
deleted file mode 100644
index dd891d91c3c0..000000000000
--- a/dev-ruby/rails/rails-2.0.2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-2.0.2.ebuild,v 1.11 2008/05/16 17:37:47 nixnut Exp $
-
-inherit ruby gems
-
-DESCRIPTION="ruby on rails is a web-application and persistance framework"
-HOMEPAGE="http://www.rubyonrails.org"
-
-LICENSE="MIT"
-SLOT="2"
-KEYWORDS="amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-
-IUSE="fastcgi"
-DEPEND=">=dev-lang/ruby-1.8.5
- >=app-admin/eselect-rails-0.11
- >=dev-ruby/rake-0.7.2
- ~dev-ruby/activerecord-2.0.2
- ~dev-ruby/activeresource-2.0.2
- ~dev-ruby/activesupport-2.0.2
- ~dev-ruby/actionmailer-2.0.2
- ~dev-ruby/actionpack-2.0.2
- !<dev-ruby/rails-1.1.6-r1"
-
-RDEPEND="${DEPEND}
- fastcgi? ( >=dev-ruby/ruby-fcgi-0.8.6 )"
-
-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}"
- mv "${D}/${GEMSDIR}/bin/rails" "${D}/${GEMSDIR}/bin/rails-${PV}"
-}
-
-pkg_postinst() {
- einfo "To select between slots of rails, use:"
- einfo "\teselect rails"
- # Bring users to rails 2.0.x by default when updating
- eselect rails update 2
-
- ewarn "All database USE flags have been moved to dev-ruby/activerecord"
-}
-
-pkg_postrm() {
- # Drop users back to rails 1.2.x when they remove 2.0.x
- eselect rails update 1.2
-}
diff --git a/dev-ruby/rails/rails-2.0.4.ebuild b/dev-ruby/rails/rails-2.0.4.ebuild
deleted file mode 100644
index 919b4b1a6067..000000000000
--- a/dev-ruby/rails/rails-2.0.4.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-2.0.4.ebuild,v 1.1 2008/09/12 05:58:12 graaff Exp $
-
-inherit ruby gems
-
-DESCRIPTION="ruby on rails is a web-application and persistance framework"
-HOMEPAGE="http://www.rubyonrails.org"
-
-LICENSE="MIT"
-SLOT="2"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-
-IUSE="fastcgi"
-DEPEND=">=dev-lang/ruby-1.8.5
- >=app-admin/eselect-rails-0.11
- >=dev-ruby/rake-0.7.2
- ~dev-ruby/activerecord-2.0.4
- ~dev-ruby/activeresource-2.0.4
- ~dev-ruby/activesupport-2.0.4
- ~dev-ruby/actionmailer-2.0.4
- ~dev-ruby/actionpack-2.0.4
- !<dev-ruby/rails-1.1.6-r1"
-
-RDEPEND="${DEPEND}
- fastcgi? ( >=dev-ruby/ruby-fcgi-0.8.6 )"
-
-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}"
- mv "${D}/${GEMSDIR}/bin/rails" "${D}/${GEMSDIR}/bin/rails-${PV}"
-}
-
-pkg_postinst() {
- einfo "To select between slots of rails, use:"
- einfo "\teselect rails"
- # Bring users to rails 2.0.x by default when updating
- eselect rails update 2
-
- ewarn "All database USE flags have been moved to dev-ruby/activerecord"
-}
-
-pkg_postrm() {
- # Drop users back to rails 1.2.x when they remove 2.0.x
- eselect rails update 1.2
-}
diff --git a/dev-ruby/rails/rails-2.1.0.ebuild b/dev-ruby/rails/rails-2.1.0.ebuild
deleted file mode 100644
index 119933a788e1..000000000000
--- a/dev-ruby/rails/rails-2.1.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-2.1.0.ebuild,v 1.2 2008/07/04 07:00:57 graaff Exp $
-
-inherit ruby gems
-
-DESCRIPTION="ruby on rails is a web-application and persistance framework"
-HOMEPAGE="http://www.rubyonrails.org"
-
-LICENSE="MIT"
-SLOT="2.1"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-
-IUSE="fastcgi"
-DEPEND=">=dev-lang/ruby-1.8.5
- >=app-admin/eselect-rails-0.12
- >=dev-ruby/rake-0.8.1
- ~dev-ruby/activerecord-2.1.0
- ~dev-ruby/activeresource-2.1.0
- ~dev-ruby/activesupport-2.1.0
- ~dev-ruby/actionmailer-2.1.0
- ~dev-ruby/actionpack-2.1.0
- !<dev-ruby/rails-1.1.6-r1"
-
-RDEPEND="${DEPEND}
- fastcgi? ( >=dev-ruby/ruby-fcgi-0.8.6 )"
-
-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}"
- mv "${D}/${GEMSDIR}/bin/rails" "${D}/${GEMSDIR}/bin/rails-${PV}"
-}
-
-pkg_postinst() {
- einfo "To select between slots of rails, use:"
- einfo "\teselect rails"
- # Bring users to rails 2.1.x by default when updating
- eselect rails update 2.1
-
- ewarn "All database USE flags have been moved to dev-ruby/activerecord"
-}
-
-pkg_postrm() {
- # Drop users back to rails 2.0.x when they remove 2.1.x
- eselect rails update 2
-}
diff --git a/dev-ruby/rails/rails-2.1.1.ebuild b/dev-ruby/rails/rails-2.1.1.ebuild
deleted file mode 100644
index 0da33280c91e..000000000000
--- a/dev-ruby/rails/rails-2.1.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-2.1.1.ebuild,v 1.1 2008/09/13 09:09:14 graaff Exp $
-
-inherit ruby gems
-
-DESCRIPTION="ruby on rails is a web-application and persistance framework"
-HOMEPAGE="http://www.rubyonrails.org"
-
-LICENSE="MIT"
-SLOT="2.1"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-
-IUSE="fastcgi"
-DEPEND=">=dev-lang/ruby-1.8.5
- >=app-admin/eselect-rails-0.12
- >=dev-ruby/rake-0.8.1
- ~dev-ruby/activerecord-2.1.1
- ~dev-ruby/activeresource-2.1.1
- ~dev-ruby/activesupport-2.1.1
- ~dev-ruby/actionmailer-2.1.1
- ~dev-ruby/actionpack-2.1.1
- !<dev-ruby/rails-1.1.6-r1"
-
-RDEPEND="${DEPEND}
- fastcgi? ( >=dev-ruby/ruby-fcgi-0.8.6 )"
-
-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}"
- mv "${D}/${GEMSDIR}/bin/rails" "${D}/${GEMSDIR}/bin/rails-${PV}"
-}
-
-pkg_postinst() {
- einfo "To select between slots of rails, use:"
- einfo "\teselect rails"
- # Bring users to rails 2.1.x by default when updating
- eselect rails update 2.1
-
- ewarn "All database USE flags have been moved to dev-ruby/activerecord"
-}
-
-pkg_postrm() {
- # Drop users back to rails 2.0.x when they remove 2.1.x
- eselect rails update 2
-}