diff options
author | 2012-07-29 07:39:11 +0000 | |
---|---|---|
committer | 2012-07-29 07:39:11 +0000 | |
commit | 3127c302132c4259e67df46061eaee0e2cd5539a (patch) | |
tree | 4ffbe99b8609faadb44031178ed6dc26015aedee /dev-ruby | |
parent | Cleanup. (diff) | |
download | gentoo-2-3127c302132c4259e67df46061eaee0e2cd5539a.tar.gz gentoo-2-3127c302132c4259e67df46061eaee0e2cd5539a.tar.bz2 gentoo-2-3127c302132c4259e67df46061eaee0e2cd5539a.zip |
Remove vulnerable versions.
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/rails/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/rails/rails-3.0.15.ebuild | 50 | ||||
-rw-r--r-- | dev-ruby/rails/rails-3.1.6.ebuild | 56 | ||||
-rw-r--r-- | dev-ruby/rails/rails-3.2.6.ebuild | 37 |
4 files changed, 5 insertions, 144 deletions
diff --git a/dev-ruby/rails/ChangeLog b/dev-ruby/rails/ChangeLog index a104e55d32f3..f5aaf0cac9f7 100644 --- a/dev-ruby/rails/ChangeLog +++ b/dev-ruby/rails/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/rails # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.228 2012/07/28 08:20:24 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.229 2012/07/29 07:39:11 graaff Exp $ + + 29 Jul 2012; Hans de Graaff <graaff@gentoo.org> -rails-3.0.15.ebuild, + -rails-3.1.6.ebuild, -rails-3.2.6.ebuild: + Remove vulnerable versions. *rails-3.0.16 (28 Jul 2012) diff --git a/dev-ruby/rails/rails-3.0.15.ebuild b/dev-ruby/rails/rails-3.0.15.ebuild deleted file mode 100644 index 6ab793847a74..000000000000 --- a/dev-ruby/rails/rails-3.0.15.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-3.0.15.ebuild,v 1.1 2012/06/13 17:44:02 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 -} diff --git a/dev-ruby/rails/rails-3.1.6.ebuild b/dev-ruby/rails/rails-3.1.6.ebuild deleted file mode 100644 index 5075c8c64f40..000000000000 --- a/dev-ruby/rails/rails-3.1.6.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-3.1.6.ebuild,v 1.1 2012/06/17 09:28:37 graaff Exp $ - -EAPI=4 -USE_RUBY="ruby18 ruby19 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.1" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - -IUSE="+asset-pipeline" - -RDEPEND=">=app-admin/eselect-rails-0.18" - -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* - ~dev-ruby/railties-${PV} - asset-pipeline? ( - dev-ruby/jquery-rails:0 - dev-ruby/sass-rails - dev-ruby/uglifier - dev-ruby/coffee-rails - )" - -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 -} diff --git a/dev-ruby/rails/rails-3.2.6.ebuild b/dev-ruby/rails/rails-3.2.6.ebuild deleted file mode 100644 index b16dae0f0a7c..000000000000 --- a/dev-ruby/rails/rails-3.2.6.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-3.2.6.ebuild,v 1.1 2012/06/13 06:27:52 graaff Exp $ - -EAPI=4 -USE_RUBY="ruby18 ruby19 ree18" - -RUBY_FAKEGEM_BINWRAP="" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_TASK_TEST="" - -inherit ruby-fakegem versionator - -DESCRIPTION="ruby on rails is a web-application and persistance framework" -HOMEPAGE="http://www.rubyonrails.org" - -LICENSE="MIT" -SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - -IUSE="+asset-pipeline" - -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* - ~dev-ruby/railties-${PV} - asset-pipeline? ( - dev-ruby/jquery-rails - >=dev-ruby/sass-rails-3.2.3:3.2 - >=dev-ruby/uglifier-1.0.3 - >=dev-ruby/coffee-rails-3.2.1:3.2 - )" |