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
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
-rw-r--r--dev-ruby/actionmailer/ChangeLog6
-rw-r--r--dev-ruby/actionmailer/actionmailer-2.3.9.ebuild34
-rw-r--r--dev-ruby/actionpack/ChangeLog5
-rw-r--r--dev-ruby/actionpack/actionpack-2.3.9.ebuild52
-rw-r--r--dev-ruby/activerecord/ChangeLog6
-rw-r--r--dev-ruby/activerecord/activerecord-2.3.9.ebuild61
-rw-r--r--dev-ruby/activeresource/ChangeLog6
-rw-r--r--dev-ruby/activeresource/activeresource-2.3.9.ebuild33
-rw-r--r--dev-ruby/activesupport/ChangeLog6
-rw-r--r--dev-ruby/activesupport/activesupport-2.3.9.ebuild38
-rw-r--r--dev-ruby/rails/ChangeLog5
-rw-r--r--dev-ruby/rails/rails-2.3.9.ebuild63
12 files changed, 28 insertions, 287 deletions
diff --git a/dev-ruby/actionmailer/ChangeLog b/dev-ruby/actionmailer/ChangeLog
index a48a60094cd6..e8b799a08e7e 100644
--- a/dev-ruby/actionmailer/ChangeLog
+++ b/dev-ruby/actionmailer/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/actionmailer
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.146 2010/10/15 07:51:00 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.147 2010/10/15 08:01:03 graaff Exp $
+
+ 15 Oct 2010; Hans de Graaff <graaff@gentoo.org>
+ -actionmailer-2.3.9.ebuild:
+ Remove vulnerable version.
*actionmailer-2.3.10 (15 Oct 2010)
diff --git a/dev-ruby/actionmailer/actionmailer-2.3.9.ebuild b/dev-ruby/actionmailer/actionmailer-2.3.9.ebuild
deleted file mode 100644
index 16b8b6a543ce..000000000000
--- a/dev-ruby/actionmailer/actionmailer-2.3.9.ebuild
+++ /dev/null
@@ -1,34 +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/actionmailer/actionmailer-2.3.9.ebuild,v 1.1 2010/09/05 09:21:30 graaff Exp $
-
-EAPI=2
-USE_RUBY="ruby18 ree18 jruby"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Framework for designing email-service layers"
-HOMEPAGE="http://rubyforge.org/projects/actionmailer/"
-
-LICENSE="MIT"
-SLOT="2.3"
-KEYWORDS="~amd64 ~ia64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RUBY_PATCHES=( "${P}-require-uri.patch" )
-
-ruby_add_rdepend "~dev-ruby/actionpack-${PV}
- >=dev-ruby/text-format-0.6.3
- >=dev-ruby/tmail-1.2.3"
-ruby_add_bdepend "test? (
- >=dev-ruby/mocha-0.9.5
- virtual/ruby-test-unit
-)"
-
-all_ruby_prepare() {
- # Custom template not found in package
- sed -i -e '/horo/d' Rakefile || die
-}
diff --git a/dev-ruby/actionpack/ChangeLog b/dev-ruby/actionpack/ChangeLog
index fa113d14b78f..f3d1d9ebc624 100644
--- a/dev-ruby/actionpack/ChangeLog
+++ b/dev-ruby/actionpack/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/actionpack
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.160 2010/10/15 07:47:46 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.161 2010/10/15 08:02:52 graaff Exp $
+
+ 15 Oct 2010; Hans de Graaff <graaff@gentoo.org> -actionpack-2.3.9.ebuild:
+ Remove vulnerable version.
*actionpack-2.3.10 (15 Oct 2010)
diff --git a/dev-ruby/actionpack/actionpack-2.3.9.ebuild b/dev-ruby/actionpack/actionpack-2.3.9.ebuild
deleted file mode 100644
index ffe1175d9960..000000000000
--- a/dev-ruby/actionpack/actionpack-2.3.9.ebuild
+++ /dev/null
@@ -1,52 +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/actionpack/actionpack-2.3.9.ebuild,v 1.1 2010/09/05 09:20:31 graaff Exp $
-
-EAPI=2
-
-USE_RUBY="ruby18 ree18 jruby"
-
-# The default test task tries to test activerecord with SQLite as well.
-RUBY_FAKEGEM_TASK_TEST="test_action_pack"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Eases web-request routing, handling, and response."
-HOMEPAGE="http://rubyforge.org/projects/actionpack/"
-
-LICENSE="MIT"
-SLOT="2.3"
-KEYWORDS="~amd64 ~ia64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE=""
-
-#RUBY_PATCHES=( "${P}-custom-cookie-fix.patch" )
-
-ruby_add_rdepend "~dev-ruby/activesupport-${PV}
- >=dev-ruby/rack-1.1.0"
-
-ruby_add_bdepend "
- test? (
- dev-ruby/activerecord:${SLOT}
- dev-ruby/actionmailer:${SLOT}
- !dev-ruby/test-unit:2
- )"
-
-all_ruby_prepare() {
- # Custom template not found in package
- sed -i -e '/horo/d' Rakefile || die
-
- # This tries to load a “vendorized” copy of activerecord that we
- # will never have.
- sed -i -e '/PATH_TO_AR/s:^:#:' test/active_record_unit.rb || die
-
- # Fix the testsuite, the symlink is not present in the gem for
- # some reason
- ln -s ../../symlink_parent test/fixtures/layout_tests/layouts/symlinked
-
- # Remove test that works fine by itself but causes other tests to fail
- # https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/5554-actionpack-239-form_helper_test-test-failures
- rm test/template/record_tag_helper_test.rb || die
-}
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog
index 0448e08385d0..e0465b0dc52b 100644
--- a/dev-ruby/activerecord/ChangeLog
+++ b/dev-ruby/activerecord/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/activerecord
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.141 2010/10/15 07:51:55 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.142 2010/10/15 07:59:13 graaff Exp $
+
+ 15 Oct 2010; Hans de Graaff <graaff@gentoo.org>
+ -activerecord-2.3.9.ebuild:
+ Remove vulnerable version.
*activerecord-2.3.10 (15 Oct 2010)
diff --git a/dev-ruby/activerecord/activerecord-2.3.9.ebuild b/dev-ruby/activerecord/activerecord-2.3.9.ebuild
deleted file mode 100644
index e95c976b8117..000000000000
--- a/dev-ruby/activerecord/activerecord-2.3.9.ebuild
+++ /dev/null
@@ -1,61 +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/activerecord/activerecord-2.3.9.ebuild,v 1.1 2010/09/05 09:18:15 graaff Exp $
-
-EAPI=2
-USE_RUBY="ruby18 ree18 jruby"
-
-# this is not null so that the dependencies will actually be filled
-RUBY_FAKEGEM_TASK_TEST="none"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM"
-HOMEPAGE="http://rubyforge.org/projects/activerecord/"
-
-LICENSE="MIT"
-SLOT="2.3"
-KEYWORDS="~amd64 ~ia64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE="mysql postgres sqlite3" #sqlite
-
-ruby_add_rdepend "~dev-ruby/activesupport-${PV}"
-
-#ruby_add_rdepend sqlite ">=dev-ruby/sqlite-ruby-2.2.2"
-USE_RUBY=ruby18 \
- ruby_add_rdepend "
- sqlite3? ( dev-ruby/sqlite3-ruby )
- mysql? ( >=dev-ruby/mysql-ruby-2.7 )
- postgres? ( dev-ruby/pg )"
-
-ruby_add_bdepend "
- test? (
- >=dev-ruby/mocha-0.9.5
- virtual/ruby-test-unit
- !dev-ruby/test-unit:2
- )"
-
-all_ruby_prepare() {
- # Custom template not found in package
- sed -i -e '/horo/d' Rakefile || die
-
- epatch "${FILESDIR}/${PN}-2.3.8-add-index-with-symbol.patch"
-}
-
-each_ruby_test() {
- case ${RUBY} in
- *jruby)
- ;;
- *)
- if use sqlite3; then
- ${RUBY} -S rake test_sqlite3 || die "sqlite3 tests failed"
- fi
- ;;
- esac
-#
-# if use sqlite; then
-# ${RUBY} -S rake test_sqlite || die "sqlite3 tests failed"
-# fi
-}
diff --git a/dev-ruby/activeresource/ChangeLog b/dev-ruby/activeresource/ChangeLog
index 6324d0ea876b..9af79cb17090 100644
--- a/dev-ruby/activeresource/ChangeLog
+++ b/dev-ruby/activeresource/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/activeresource
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.69 2010/10/15 07:49:10 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.70 2010/10/15 08:00:02 graaff Exp $
+
+ 15 Oct 2010; Hans de Graaff <graaff@gentoo.org>
+ -activeresource-2.3.9.ebuild:
+ Remove vulnerable version.
*activeresource-2.3.10 (15 Oct 2010)
diff --git a/dev-ruby/activeresource/activeresource-2.3.9.ebuild b/dev-ruby/activeresource/activeresource-2.3.9.ebuild
deleted file mode 100644
index afbcc2180e42..000000000000
--- a/dev-ruby/activeresource/activeresource-2.3.9.ebuild
+++ /dev/null
@@ -1,33 +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/activeresource/activeresource-2.3.9.ebuild,v 1.1 2010/09/05 09:19:29 graaff Exp $
-
-EAPI=2
-
-USE_RUBY="ruby18 ree18 jruby"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Think Active Record for web resources.."
-HOMEPAGE="http://rubyforge.org/projects/activeresource/"
-
-LICENSE="MIT"
-SLOT="2.3"
-KEYWORDS="~amd64 ~ia64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_rdepend "~dev-ruby/activesupport-${PV}"
-ruby_add_bdepend "
- test? (
- >=dev-ruby/mocha-0.9.5
- virtual/ruby-test-unit
- !dev-ruby/test-unit:2
- )"
-
-all_ruby_prepare() {
- # Custom template not found in package
- sed -i -e '/horo/d' Rakefile || die
-}
diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog
index b90ee7e730d5..7c09964dff11 100644
--- a/dev-ruby/activesupport/ChangeLog
+++ b/dev-ruby/activesupport/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/activesupport
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.126 2010/10/15 07:45:29 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.127 2010/10/15 08:04:22 graaff Exp $
+
+ 15 Oct 2010; Hans de Graaff <graaff@gentoo.org>
+ -activesupport-2.3.9.ebuild:
+ Remove vulnerable version.
*activesupport-2.3.10 (15 Oct 2010)
diff --git a/dev-ruby/activesupport/activesupport-2.3.9.ebuild b/dev-ruby/activesupport/activesupport-2.3.9.ebuild
deleted file mode 100644
index a5e49bd3ee11..000000000000
--- a/dev-ruby/activesupport/activesupport-2.3.9.ebuild
+++ /dev/null
@@ -1,38 +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/activesupport/activesupport-2.3.9.ebuild,v 1.1 2010/09/05 09:17:04 graaff Exp $
-
-EAPI=2
-USE_RUBY="ruby18 ree18 jruby"
-
-RUBY_FAKEGEM_TASK_TEST=""
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Utility Classes and Extension to the Standard Library"
-HOMEPAGE="http://rubyforge.org/projects/activesupport/"
-
-LICENSE="MIT"
-SLOT="2.3"
-KEYWORDS="~amd64 ~ia64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/builder-2.1.2 >=dev-ruby/tzinfo-0.3.16 >=dev-ruby/i18n-0.4.1:0.4"
-
-all_ruby_prepare() {
- # Remove the bundled packages!
- rm -r lib/active_support/vendor/{tzinfo,builder,i18n}-* \
- || die "failed to remove vendor packages"
-
- # This patch removes the fallback to local vendorized gems, as
- # well as fixing the dependencies for i18n to use the correct
- # slot.
- epatch "${FILESDIR}"/${P}-unvendorize.patch
-
- # don't support older mocha versions as the optional codepath
- # breaks JRuby
- epatch "${FILESDIR}"/${PN}-2.3.5-mocha-0.9.5.patch
-}
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
-}