diff options
author | Hans de Graaff <graaff@gentoo.org> | 2009-05-25 20:08:58 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2009-05-25 20:08:58 +0000 |
commit | 1e2a25ee48f72f08768078f3b0ab635237594e89 (patch) | |
tree | 98d51091a8abca82e1bfa3ffa4658bbdb6bba3fb /dev-ruby/rails | |
parent | Fix typo (diff) | |
download | gentoo-2-1e2a25ee48f72f08768078f3b0ab635237594e89.tar.gz gentoo-2-1e2a25ee48f72f08768078f3b0ab635237594e89.tar.bz2 gentoo-2-1e2a25ee48f72f08768078f3b0ab635237594e89.zip |
Remove old vulnerable versions.
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/rails')
-rw-r--r-- | dev-ruby/rails/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/rails/rails-1.2.6.ebuild | 48 | ||||
-rw-r--r-- | dev-ruby/rails/rails-2.0.5.ebuild | 48 | ||||
-rw-r--r-- | dev-ruby/rails/rails-2.1.2.ebuild | 48 | ||||
-rw-r--r-- | dev-ruby/rails/rails-2.2.2.ebuild | 45 |
5 files changed, 5 insertions, 190 deletions
diff --git a/dev-ruby/rails/ChangeLog b/dev-ruby/rails/ChangeLog index 7557f7d2f464..168c445c6c41 100644 --- a/dev-ruby/rails/ChangeLog +++ b/dev-ruby/rails/ChangeLog @@ -1,6 +1,6 @@ # 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.137 2009/05/24 18:56:08 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.138 2009/05/25 20:08:58 graaff Exp $ 24 May 2009; Markus Meier <maekke@gentoo.org> rails-2.3.2.ebuild: x86 stable, bug #270331 @@ -17,6 +17,10 @@ 18 May 2009; Ferris McCormick <fmccor@gentoo.org> rails-2.3.2.ebuild: Sparc stable, Bug #270331. + 18 May 2009; Hans de Graaff <graaff@gentoo.org> -rails-1.2.6.ebuild, + -rails-2.0.5.ebuild, -rails-2.1.2.ebuild, -rails-2.2.2.ebuild: + Remove old and vulnerable versions. + *rails-2.3.2 (17 Mar 2009) 17 Mar 2009; Alex Legler <a3li@gentoo.org> +rails-2.3.2.ebuild: diff --git a/dev-ruby/rails/rails-1.2.6.ebuild b/dev-ruby/rails/rails-1.2.6.ebuild deleted file mode 100644 index 286d7117ff2d..000000000000 --- a/dev-ruby/rails/rails-1.2.6.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-1.2.6.ebuild,v 1.6 2007/12/01 22:48:48 angelos Exp $ - -inherit ruby gems - -DESCRIPTION="ruby on rails is a web-application and persistance framework" -HOMEPAGE="http://www.rubyonrails.org" - -LICENSE="MIT" -SLOT="1.2" -KEYWORDS="amd64 ia64 ppc ~ppc64 sparc x86 ~x86-fbsd" - -IUSE="mysql sqlite sqlite3 postgres fastcgi" -DEPEND=">=dev-lang/ruby-1.8.5 - app-admin/eselect-rails - >=dev-ruby/rake-0.7.2 - =dev-ruby/activerecord-1.15.6 - =dev-ruby/actionmailer-1.3.6 - =dev-ruby/actionwebservice-1.2.6 - =dev-ruby/activesupport-1.4.4 - =dev-ruby/actionpack-1.13.6 - !<dev-ruby/rails-1.1.6-r1" - -RDEPEND="${DEPEND} - fastcgi? ( >=dev-ruby/ruby-fcgi-0.8.6 ) - sqlite? ( >=dev-ruby/sqlite-ruby-2.2.2 ) - sqlite3? ( dev-ruby/sqlite3-ruby ) - mysql? ( >=dev-ruby/mysql-ruby-2.7 ) - postgres? ( >=dev-ruby/ruby-postgres-0.7.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} - 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 --if-unset -} - -pkg_postrm() { - eselect rails update --if-unset -} diff --git a/dev-ruby/rails/rails-2.0.5.ebuild b/dev-ruby/rails/rails-2.0.5.ebuild deleted file mode 100644 index 5c10f7cc35a2..000000000000 --- a/dev-ruby/rails/rails-2.0.5.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.5.ebuild,v 1.5 2008/11/15 18:14:50 dertobi123 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.5 - ~dev-ruby/activeresource-2.0.5 - ~dev-ruby/activesupport-2.0.5 - ~dev-ruby/actionmailer-2.0.5 - ~dev-ruby/actionpack-2.0.5 - !<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.2.ebuild b/dev-ruby/rails/rails-2.1.2.ebuild deleted file mode 100644 index 1986985b6bf1..000000000000 --- a/dev-ruby/rails/rails-2.1.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.1.2.ebuild,v 1.6 2008/11/15 18:14:50 dertobi123 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.2 - ~dev-ruby/activeresource-2.1.2 - ~dev-ruby/activesupport-2.1.2 - ~dev-ruby/actionmailer-2.1.2 - ~dev-ruby/actionpack-2.1.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.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.2.2.ebuild b/dev-ruby/rails/rails-2.2.2.ebuild deleted file mode 100644 index 2384e10cdd19..000000000000 --- a/dev-ruby/rails/rails-2.2.2.ebuild +++ /dev/null @@ -1,45 +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.2.2.ebuild,v 1.1 2008/11/27 06:59:53 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.2" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" - -IUSE="fastcgi" -DEPEND=">=dev-lang/ruby-1.8.5 - >=app-admin/eselect-rails-0.13 - >=dev-ruby/rake-0.8.3 - ~dev-ruby/activerecord-2.2.2 - ~dev-ruby/activeresource-2.2.2 - ~dev-ruby/activesupport-2.2.2 - ~dev-ruby/actionmailer-2.2.2 - ~dev-ruby/actionpack-2.2.2" - -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.2.x by default when updating - eselect rails update 2.2 -} - -pkg_postrm() { - # Drop users back to rails 2.1.x when they remove 2.2.x - eselect rails update 2.1 -} |