Remove old versions.
authorHans de Graaff <graaff@gentoo.org>
Wed, 5 Oct 2011 18:00:31 +0000 (18:00 +0000)
committerHans de Graaff <graaff@gentoo.org>
Wed, 5 Oct 2011 18:00:31 +0000 (18:00 +0000)
Package-Manager: portage-2.1.10.11/cvs/Linux x86_64

24 files changed:
dev-ruby/actionmailer/ChangeLog
dev-ruby/actionmailer/actionmailer-3.0.7.ebuild [deleted file]
dev-ruby/actionmailer/actionmailer-3.0.9.ebuild [deleted file]
dev-ruby/actionpack/ChangeLog
dev-ruby/actionpack/actionpack-3.0.7.ebuild [deleted file]
dev-ruby/actionpack/actionpack-3.0.9.ebuild [deleted file]
dev-ruby/activemodel/ChangeLog
dev-ruby/activemodel/activemodel-3.0.7.ebuild [deleted file]
dev-ruby/activemodel/activemodel-3.0.9.ebuild [deleted file]
dev-ruby/activerecord/ChangeLog
dev-ruby/activerecord/activerecord-3.0.7.ebuild [deleted file]
dev-ruby/activerecord/activerecord-3.0.9.ebuild [deleted file]
dev-ruby/activeresource/ChangeLog
dev-ruby/activeresource/activeresource-3.0.7.ebuild [deleted file]
dev-ruby/activeresource/activeresource-3.0.9.ebuild [deleted file]
dev-ruby/activesupport/ChangeLog
dev-ruby/activesupport/activesupport-3.0.7.ebuild [deleted file]
dev-ruby/activesupport/activesupport-3.0.9.ebuild [deleted file]
dev-ruby/rails/ChangeLog
dev-ruby/rails/rails-3.0.7.ebuild [deleted file]
dev-ruby/rails/rails-3.0.9.ebuild [deleted file]
dev-ruby/railties/ChangeLog
dev-ruby/railties/railties-3.0.7.ebuild [deleted file]
dev-ruby/railties/railties-3.0.9.ebuild [deleted file]

index ca38eb4aeda23ad3717337cdada2dd9c6c050ab5..99a987da796329dca8241e9e0af844d7667e6dea 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/actionmailer
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.173 2011/09/28 07:53:43 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.174 2011/10/05 17:56:41 graaff Exp $
+
+  05 Oct 2011; Hans de Graaff <graaff@gentoo.org> -actionmailer-3.0.7.ebuild,
+  -actionmailer-3.0.9.ebuild:
+  Remove old versions.
 
   28 Sep 2011; Hans de Graaff <graaff@gentoo.org> -actionmailer-2.3.5.ebuild,
   -actionmailer-2.3.11.ebuild, -actionmailer-2.3.12.ebuild:
diff --git a/dev-ruby/actionmailer/actionmailer-3.0.7.ebuild b/dev-ruby/actionmailer/actionmailer-3.0.7.ebuild
deleted file mode 100644 (file)
index 3705644..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-3.0.7.ebuild,v 1.1 2011/04/26 18:04:55 graaff Exp $
-
-EAPI=2
-USE_RUBY="ruby18 ree18"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="actionmailer.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Framework for designing email-service layers"
-HOMEPAGE="http://rubyforge.org/projects/actionmailer/"
-SRC_URI="http://github.com/rails/rails/tarball/v${PV} -> rails-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="3.0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE=""
-
-S="${WORKDIR}/rails-rails-*/actionmailer"
-
-ruby_add_rdepend "~dev-ruby/actionpack-${PV}
-       >=dev-ruby/mail-2.2.15"
-ruby_add_bdepend "test? (
-       >=dev-ruby/mocha-0.9.5
-       virtual/ruby-test-unit
-)"
-
-all_ruby_prepare() {
-       # Set test environment to our hand.
-       rm "${S}/../Gemfile" || die "Unable to remove Gemfile"
-       sed -i -e '/\/load_paths/d' test/abstract_unit.rb || die "Unable to remove load paths"
-}
diff --git a/dev-ruby/actionmailer/actionmailer-3.0.9.ebuild b/dev-ruby/actionmailer/actionmailer-3.0.9.ebuild
deleted file mode 100644 (file)
index b75281d..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-3.0.9.ebuild,v 1.4 2011/09/09 07:50:29 grobian Exp $
-
-EAPI=2
-USE_RUBY="ruby18 ree18"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="actionmailer.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Framework for designing email-service layers"
-HOMEPAGE="http://rubyforge.org/projects/actionmailer/"
-SRC_URI="http://github.com/rails/rails/tarball/v${PV} -> rails-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="3.0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-S="${WORKDIR}/rails-rails-*/actionmailer"
-
-ruby_add_rdepend "~dev-ruby/actionpack-${PV}
-       >=dev-ruby/mail-2.2.19"
-ruby_add_bdepend "test? (
-       >=dev-ruby/mocha-0.9.5
-       virtual/ruby-test-unit
-)"
-
-all_ruby_prepare() {
-       # Set test environment to our hand.
-       rm "${S}/../Gemfile" || die "Unable to remove Gemfile"
-       sed -i -e '/\/load_paths/d' test/abstract_unit.rb || die "Unable to remove load paths"
-}
index 5e3721347cab1c1ee09e42dec48c2ef5d3f3ba04..dea2971dd36dd92e7e233889ed300c175b186c81 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/actionpack
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.194 2011/09/28 07:55:43 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.195 2011/10/05 17:58:15 graaff Exp $
+
+  05 Oct 2011; Hans de Graaff <graaff@gentoo.org> -actionpack-3.0.7.ebuild,
+  -actionpack-3.0.9.ebuild:
+  Remove old versions.
 
   28 Sep 2011; Hans de Graaff <graaff@gentoo.org> -actionpack-2.3.5.ebuild,
   -actionpack-2.3.11.ebuild, -actionpack-2.3.12.ebuild:
diff --git a/dev-ruby/actionpack/actionpack-3.0.7.ebuild b/dev-ruby/actionpack/actionpack-3.0.7.ebuild
deleted file mode 100644 (file)
index 7dbc3b9..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-3.0.7.ebuild,v 1.2 2011/07/23 07:34:11 graaff Exp $
-
-EAPI=2
-
-USE_RUBY="ruby18 ree18"
-
-# The default test task tries to test activerecord with SQLite as well.
-RUBY_FAKEGEM_TASK_TEST="test_action_pack"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="actionpack.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Eases web-request routing, handling, and response."
-HOMEPAGE="http://rubyforge.org/projects/actionpack/"
-SRC_URI="http://github.com/rails/rails/tarball/v${PV} -> rails-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="3.0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE=""
-
-S="${WORKDIR}/rails-rails-*/actionpack"
-
-ruby_add_rdepend "
-       ~dev-ruby/activemodel-${PV}
-       ~dev-ruby/activesupport-${PV}
-       >=dev-ruby/builder-2.1.2:0
-       >=dev-ruby/erubis-2.6.6
-       >=dev-ruby/i18n-0.5.0:0.5
-       >=dev-ruby/rack-1.2.1:1.2
-       >=dev-ruby/rack-mount-0.6.14
-       >=dev-ruby/rack-test-0.5.7:0.5
-       >=dev-ruby/tzinfo-0.3.23"
-
-ruby_add_bdepend "
-       test? (
-               ~dev-ruby/activerecord-${PV}
-               ~dev-ruby/actionmailer-${PV}
-       )"
-
-all_ruby_prepare() {
-       # Set test environment to our hand.
-       rm "${S}/../Gemfile" || die "Unable to remove Gemfile"
-       sed -i -e '/\/load_paths/d' test/abstract_unit.rb || die "Unable to remove load paths"
-
-       # Loosen erubis and rack-mount dependencies since these are not slotted.
-       sed -i -e 's/~> 2.6.6/>= 2.6.6/' -e 's/~> 0.6.14/>= 0.6.14/' actionpack.gemspec || die
-}
diff --git a/dev-ruby/actionpack/actionpack-3.0.9.ebuild b/dev-ruby/actionpack/actionpack-3.0.9.ebuild
deleted file mode 100644 (file)
index 6f3cf27..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-3.0.9.ebuild,v 1.5 2011/09/09 08:09:35 grobian Exp $
-
-EAPI=2
-
-USE_RUBY="ruby18 ree18"
-
-# The default test task tries to test activerecord with SQLite as well.
-RUBY_FAKEGEM_TASK_TEST="test_action_pack"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="actionpack.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Eases web-request routing, handling, and response."
-HOMEPAGE="http://rubyforge.org/projects/actionpack/"
-SRC_URI="http://github.com/rails/rails/tarball/v${PV} -> rails-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="3.0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-S="${WORKDIR}/rails-rails-*/actionpack"
-
-ruby_add_rdepend "
-       ~dev-ruby/activemodel-${PV}
-       ~dev-ruby/activesupport-${PV}
-       >=dev-ruby/builder-2.1.2:0
-       >=dev-ruby/erubis-2.6.6
-       >=dev-ruby/i18n-0.5.0:0.5
-       >=dev-ruby/rack-1.2.1:1.2
-       >=dev-ruby/rack-mount-0.6.14:0.6
-       >=dev-ruby/rack-test-0.5.7:0.5
-       >=dev-ruby/tzinfo-0.3.23"
-
-ruby_add_bdepend "
-       test? (
-               ~dev-ruby/activerecord-${PV}
-               ~dev-ruby/actionmailer-${PV}
-       )"
-
-all_ruby_prepare() {
-       # Set test environment to our hand.
-       rm "${S}/../Gemfile" || die "Unable to remove Gemfile"
-       sed -i -e '/\/load_paths/d' test/abstract_unit.rb || die "Unable to remove load paths"
-
-       # Loosen erubis dependency since this is not slotted.
-       sed -i -e 's/~> 2.6.6/>= 2.6.6/' actionpack.gemspec || die
-}
index 6aecd0fadff558e5c45882e3a426e34b9363b559..29ab7a67408c1ee9de0b4714a7022f40e14577db 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/activemodel
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/ChangeLog,v 1.14 2011/09/28 07:22:20 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/ChangeLog,v 1.15 2011/10/05 17:59:44 graaff Exp $
+
+  05 Oct 2011; Hans de Graaff <graaff@gentoo.org> -activemodel-3.0.7.ebuild,
+  -activemodel-3.0.9.ebuild:
+  Remove old versions.
 
 *activemodel-3.0.10 (28 Sep 2011)
 
diff --git a/dev-ruby/activemodel/activemodel-3.0.7.ebuild b/dev-ruby/activemodel/activemodel-3.0.7.ebuild
deleted file mode 100644 (file)
index baa2813..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/activemodel-3.0.7.ebuild,v 1.1 2011/04/26 18:01:36 graaff Exp $
-
-EAPI=2
-USE_RUBY="ruby18 ree18"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="activemodel.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A toolkit for building modeling frameworks like Active Record and Active Resource."
-HOMEPAGE="http://github.com/rails/rails"
-SRC_URI="http://github.com/rails/rails/tarball/v${PV} -> rails-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="3.0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE=""
-
-S="${WORKDIR}/rails-rails-*/activemodel"
-
-ruby_add_rdepend "
-       ~dev-ruby/activesupport-${PV}
-       >=dev-ruby/builder-2.1.2
-       >=dev-ruby/i18n-0.5.0:0.5"
-
-ruby_add_bdepend "
-       test? (
-               dev-ruby/ruby-debug
-               >=dev-ruby/mocha-0.9.5
-               virtual/ruby-test-unit
-       )"
-
-all_ruby_prepare() {
-       # Set test environment to our hand.
-       rm "${S}/../Gemfile" || die "Unable to remove Gemfile"
-       sed -i -e '/load_paths/d' test/cases/helper.rb || die "Unable to remove load paths"
-}
diff --git a/dev-ruby/activemodel/activemodel-3.0.9.ebuild b/dev-ruby/activemodel/activemodel-3.0.9.ebuild
deleted file mode 100644 (file)
index 7b12ee9..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/activemodel-3.0.9.ebuild,v 1.4 2011/09/09 07:32:55 grobian Exp $
-
-EAPI=2
-USE_RUBY="ruby18 ree18"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="activemodel.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A toolkit for building modeling frameworks like Active Record and Active Resource."
-HOMEPAGE="http://github.com/rails/rails"
-SRC_URI="http://github.com/rails/rails/tarball/v${PV} -> rails-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="3.0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-S="${WORKDIR}/rails-rails-*/activemodel"
-
-ruby_add_rdepend "
-       ~dev-ruby/activesupport-${PV}
-       >=dev-ruby/builder-2.1.2
-       >=dev-ruby/i18n-0.5.0:0.5"
-
-ruby_add_bdepend "
-       test? (
-               dev-ruby/ruby-debug
-               >=dev-ruby/mocha-0.9.5
-               virtual/ruby-test-unit
-       )"
-
-all_ruby_prepare() {
-       # Set test environment to our hand.
-       rm "${S}/../Gemfile" || die "Unable to remove Gemfile"
-       sed -i -e '/load_paths/d' test/cases/helper.rb || die "Unable to remove load paths"
-}
index d79e12b0f02ba43a617a2c8fed70df92b579ad81..7fb8c44d65193f1c60307467210f2b75337c8959 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/activerecord
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.172 2011/09/28 07:52:39 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.173 2011/10/05 17:55:57 graaff Exp $
+
+  05 Oct 2011; Hans de Graaff <graaff@gentoo.org> -activerecord-3.0.7.ebuild,
+  -activerecord-3.0.9.ebuild:
+  Remove old versions.
 
   28 Sep 2011; Hans de Graaff <graaff@gentoo.org> -activerecord-2.3.5.ebuild,
   -activerecord-2.3.11.ebuild, -activerecord-2.3.12.ebuild:
diff --git a/dev-ruby/activerecord/activerecord-3.0.7.ebuild b/dev-ruby/activerecord/activerecord-3.0.7.ebuild
deleted file mode 100644 (file)
index 8bc98d2..0000000
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-3.0.7.ebuild,v 1.4 2011/07/04 09:36:31 graaff Exp $
-
-EAPI=2
-USE_RUBY="ruby18 ree18"
-
-# this is not null so that the dependencies will actually be filled
-RUBY_FAKEGEM_TASK_TEST="test"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="activerecord.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM"
-HOMEPAGE="http://rubyforge.org/projects/activerecord/"
-SRC_URI="http://github.com/rails/rails/tarball/v${PV} -> rails-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="3.0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE="mysql postgres sqlite3"
-
-S="${WORKDIR}/rails-rails-*/activerecord"
-
-ruby_add_rdepend "~dev-ruby/activesupport-${PV}
-       ~dev-ruby/activemodel-${PV}
-       >=dev-ruby/arel-2.0.2:2.0
-       >=dev-ruby/tzinfo-0.3.23
-       sqlite3? ( >=dev-ruby/sqlite3-ruby-1.3.3 )
-       mysql? ( dev-ruby/mysql2:0.2 )
-       postgres? ( dev-ruby/pg )"
-
-ruby_add_bdepend "
-       test? (
-               ~dev-ruby/actionpack-${PV}
-               >=dev-ruby/sqlite3-ruby-1.3.3
-               >=dev-ruby/mocha-0.9.5
-               virtual/ruby-test-unit
-       )"
-
-all_ruby_prepare() {
-       # Set test environment to our hand.
-       rm "${S}/../Gemfile" || die "Unable to remove Gemfile"
-       sed -i -e '/load_paths/d' test/cases/helper.rb || die "Unable to remove load paths"
-}
-
-each_ruby_test() {
-       case ${RUBY} in
-               *jruby)
-                       ;;
-               *)
-                       if use sqlite3; then
-                               ${RUBY} -S rake test_sqlite3 || die "sqlite3 tests failed"
-                       fi
-                       ;;
-       esac
-}
diff --git a/dev-ruby/activerecord/activerecord-3.0.9.ebuild b/dev-ruby/activerecord/activerecord-3.0.9.ebuild
deleted file mode 100644 (file)
index bd3ad78..0000000
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-3.0.9.ebuild,v 1.4 2011/09/09 08:33:21 grobian Exp $
-
-EAPI=2
-USE_RUBY="ruby18 ree18"
-
-# this is not null so that the dependencies will actually be filled
-RUBY_FAKEGEM_TASK_TEST="test"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="activerecord.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM"
-HOMEPAGE="http://rubyforge.org/projects/activerecord/"
-SRC_URI="http://github.com/rails/rails/tarball/v${PV} -> rails-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="3.0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="mysql postgres sqlite3"
-
-S="${WORKDIR}/rails-rails-*/activerecord"
-
-ruby_add_rdepend "~dev-ruby/activesupport-${PV}
-       ~dev-ruby/activemodel-${PV}
-       >=dev-ruby/arel-2.0.10-r1:2.0
-       >=dev-ruby/tzinfo-0.3.23
-       sqlite3? ( >=dev-ruby/sqlite3-ruby-1.3.3 )
-       mysql? ( dev-ruby/mysql2:0.2 )
-       postgres? ( dev-ruby/pg )"
-
-ruby_add_bdepend "
-       test? (
-               ~dev-ruby/actionpack-${PV}
-               >=dev-ruby/sqlite3-ruby-1.3.3
-               >=dev-ruby/mocha-0.9.5
-               virtual/ruby-test-unit
-       )"
-
-all_ruby_prepare() {
-       # Set test environment to our hand.
-       rm "${S}/../Gemfile" || die "Unable to remove Gemfile"
-       sed -i -e '/load_paths/d' test/cases/helper.rb || die "Unable to remove load paths"
-}
-
-each_ruby_test() {
-       case ${RUBY} in
-               *jruby)
-                       ;;
-               *)
-                       if use sqlite3; then
-                               ${RUBY} -S rake test_sqlite3 || die "sqlite3 tests failed"
-                       fi
-                       ;;
-       esac
-}
index 46e949af063994c9fe08cfaa3ca850514bfb772b..bc26cad4cf86322a6d5bc4ce98318b512c80aad5 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/activeresource
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.97 2011/09/28 07:56:40 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.98 2011/10/05 17:59:03 graaff Exp $
+
+  05 Oct 2011; Hans de Graaff <graaff@gentoo.org> -activeresource-3.0.7.ebuild,
+  -activeresource-3.0.9.ebuild:
+  Remove old versions.
 
   28 Sep 2011; Hans de Graaff <graaff@gentoo.org> -activeresource-2.3.5.ebuild,
   -activeresource-2.3.11.ebuild, -activeresource-2.3.12.ebuild:
diff --git a/dev-ruby/activeresource/activeresource-3.0.7.ebuild b/dev-ruby/activeresource/activeresource-3.0.7.ebuild
deleted file mode 100644 (file)
index a977665..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-3.0.7.ebuild,v 1.1 2011/04/26 18:02:10 graaff Exp $
-
-EAPI=2
-
-USE_RUBY="ruby18 ree18"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="activeresource.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Think Active Record for web resources.."
-HOMEPAGE="http://rubyforge.org/projects/activeresource/"
-SRC_URI="http://github.com/rails/rails/tarball/v${PV} -> rails-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="3.0"
-KEYWORDS="~amd64 ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE=""
-
-S="${WORKDIR}/rails-rails-*/activeresource"
-
-ruby_add_rdepend "~dev-ruby/activesupport-${PV}
-       ~dev-ruby/activemodel-${PV}"
-ruby_add_bdepend "
-       test? (
-               >=dev-ruby/mocha-0.9.5
-               virtual/ruby-test-unit
-       )"
-
-all_ruby_prepare() {
-       # Set test environment to our hand.
-       rm "${S}/../Gemfile" || die "Unable to remove Gemfile"
-       sed -i -e '/load_paths/d' test/abstract_unit.rb || die "Unable to remove load paths"
-
-}
diff --git a/dev-ruby/activeresource/activeresource-3.0.9.ebuild b/dev-ruby/activeresource/activeresource-3.0.9.ebuild
deleted file mode 100644 (file)
index e83834f..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-3.0.9.ebuild,v 1.4 2011/09/09 07:51:21 grobian Exp $
-
-EAPI=2
-
-USE_RUBY="ruby18 ree18"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="activeresource.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Think Active Record for web resources.."
-HOMEPAGE="http://rubyforge.org/projects/activeresource/"
-SRC_URI="http://github.com/rails/rails/tarball/v${PV} -> rails-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="3.0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-S="${WORKDIR}/rails-rails-*/activeresource"
-
-ruby_add_rdepend "~dev-ruby/activesupport-${PV}
-       ~dev-ruby/activemodel-${PV}"
-ruby_add_bdepend "
-       test? (
-               >=dev-ruby/mocha-0.9.5
-               virtual/ruby-test-unit
-       )"
-
-all_ruby_prepare() {
-       # Set test environment to our hand.
-       rm "${S}/../Gemfile" || die "Unable to remove Gemfile"
-       sed -i -e '/load_paths/d' test/abstract_unit.rb || die "Unable to remove load paths"
-
-}
index 669b8016bca827269f63c1b091f0311dfe1fddce..0f8d5119474dc197ba22e707167e9749cd330f83 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/activesupport
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.155 2011/09/28 07:58:49 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.156 2011/10/05 18:00:31 graaff Exp $
+
+  05 Oct 2011; Hans de Graaff <graaff@gentoo.org> -activesupport-3.0.7.ebuild,
+  -activesupport-3.0.9.ebuild:
+  Remove old versions.
 
   28 Sep 2011; Hans de Graaff <graaff@gentoo.org> -activesupport-2.3.5.ebuild,
   -activesupport-2.3.5-r1.ebuild, -activesupport-2.3.11.ebuild,
diff --git a/dev-ruby/activesupport/activesupport-3.0.7.ebuild b/dev-ruby/activesupport/activesupport-3.0.7.ebuild
deleted file mode 100644 (file)
index 025cee1..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-3.0.7.ebuild,v 1.1 2011/04/26 18:00:52 graaff Exp $
-
-EAPI=2
-USE_RUBY="ruby18 ree18"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="activesupport.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Utility Classes and Extension to the Standard Library"
-HOMEPAGE="http://rubyforge.org/projects/activesupport/"
-SRC_URI="https://github.com/rails/rails/tarball/v${PV} -> rails-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="3.0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE=""
-
-S="${WORKDIR}/rails-rails-*/${PN}"
-
-ruby_add_rdepend ">=dev-ruby/memcache-client-1.5.8"
-
-# libxml-ruby and nokogiri are not strictly needed, but there are tests
-# using this code.
-ruby_add_bdepend "test? ( virtual/ruby-test-unit >=dev-ruby/libxml-2.0.0 dev-ruby/nokogiri )"
-
-all_ruby_prepare() {
-       # don't support older mocha versions as the optional codepath
-       # breaks JRuby
-       epatch "${FILESDIR}"/${PN}-3.0.3-mocha-0.9.5.patch
-
-       # Set test environment to our hand.
-       rm "${S}/../Gemfile" || die "Unable to remove Gemfile"
-       sed -i -e '/load_paths/d' test/abstract_unit.rb || die "Unable to remove load paths"
-}
diff --git a/dev-ruby/activesupport/activesupport-3.0.9.ebuild b/dev-ruby/activesupport/activesupport-3.0.9.ebuild
deleted file mode 100644 (file)
index 2742946..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-3.0.9.ebuild,v 1.4 2011/09/09 07:37:49 grobian Exp $
-
-EAPI=2
-USE_RUBY="ruby18 ree18"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="activesupport.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Utility Classes and Extension to the Standard Library"
-HOMEPAGE="http://rubyforge.org/projects/activesupport/"
-SRC_URI="https://github.com/rails/rails/tarball/v${PV} -> rails-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="3.0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-S="${WORKDIR}/rails-rails-*/${PN}"
-
-ruby_add_rdepend ">=dev-ruby/memcache-client-1.5.8"
-
-# libxml-ruby and nokogiri are not strictly needed, but there are tests
-# using this code.
-ruby_add_bdepend "test? ( virtual/ruby-test-unit >=dev-ruby/libxml-2.0.0 dev-ruby/nokogiri )"
-
-all_ruby_prepare() {
-       # don't support older mocha versions as the optional codepath
-       # breaks JRuby
-       epatch "${FILESDIR}"/${PN}-3.0.3-mocha-0.9.5.patch
-
-       # Set test environment to our hand.
-       rm "${S}/../Gemfile" || die "Unable to remove Gemfile"
-       sed -i -e '/load_paths/d' test/abstract_unit.rb || die "Unable to remove load paths"
-}
index 3cf35563aa06d124d43a8cf24df36f609d6afc32..56e446582e7941991c0bfb8474c116c677c00a60 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/rails
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.206 2011/09/28 07:51:38 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.207 2011/10/05 17:53:56 graaff Exp $
+
+  05 Oct 2011; Hans de Graaff <graaff@gentoo.org> -rails-3.0.7.ebuild,
+  -rails-3.0.9.ebuild:
+  Remove old versions.
 
   28 Sep 2011; Hans de Graaff <graaff@gentoo.org> -rails-2.3.5.ebuild,
   -rails-2.3.11.ebuild, -rails-2.3.12.ebuild:
diff --git a/dev-ruby/rails/rails-3.0.7.ebuild b/dev-ruby/rails/rails-3.0.7.ebuild
deleted file mode 100644 (file)
index 88dd88a..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-3.0.7.ebuild,v 1.1 2011/04/26 18:06:26 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 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~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.0.9.ebuild b/dev-ruby/rails/rails-3.0.9.ebuild
deleted file mode 100644 (file)
index 2a3da58..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-3.0.9.ebuild,v 1.4 2011/09/09 12:23:49 grobian 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 ~ia64 ~ppc ~ppc64 ~sparc ~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
-}
index 9373cd136106877c64d88149f665409b1d0e0c71..9e5c845d64b55c877483888f0d9a1b8e853b828b 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/railties
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/railties/ChangeLog,v 1.14 2011/09/28 07:34:39 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/railties/ChangeLog,v 1.15 2011/10/05 17:55:08 graaff Exp $
+
+  05 Oct 2011; Hans de Graaff <graaff@gentoo.org> -railties-3.0.7.ebuild,
+  -railties-3.0.9.ebuild:
+  Remove old versions.
 
 *railties-3.0.10 (28 Sep 2011)
 
diff --git a/dev-ruby/railties/railties-3.0.7.ebuild b/dev-ruby/railties/railties-3.0.7.ebuild
deleted file mode 100644 (file)
index f8ff0a6..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/railties/railties-3.0.7.ebuild,v 1.1 2011/04/26 18:05:55 graaff Exp $
-
-EAPI=2
-USE_RUBY="ruby18 ree18"
-
-RUBY_FAKEGEM_TASK_TEST="test:regular"
-RUBY_FAKEGEM_TASK_DOC="generate_guides"
-RUBY_FAKEGEM_DOCDIR="guides/output"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="railties.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Tools for creating, working with, and running Rails applications."
-HOMEPAGE="http://github.com/rails/rails"
-SRC_URI="http://github.com/rails/rails/tarball/v${PV} -> rails-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="3.0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE=""
-
-S="${WORKDIR}/rails-rails-*/railties"
-
-# The test suite has many failures, most likely due to a mismatch in
-# exact dependencies or environment specifics. Needs further
-# investigation.
-RESTRICT="test"
-
-ruby_add_rdepend "
-       ~dev-ruby/activesupport-${PV}
-       ~dev-ruby/actionpack-${PV}
-       >=dev-ruby/thor-0.14.4
-       >=dev-ruby/rake-0.8.7"
-
-ruby_add_bdepend "
-       test? (
-               >=dev-ruby/mocha-0.9.5
-               virtual/ruby-test-unit
-       )
-       doc? (
-               >=dev-ruby/redcloth-4.1.1
-       )"
diff --git a/dev-ruby/railties/railties-3.0.9.ebuild b/dev-ruby/railties/railties-3.0.9.ebuild
deleted file mode 100644 (file)
index da70c79..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/railties/railties-3.0.9.ebuild,v 1.5 2011/09/09 07:09:27 grobian Exp $
-
-EAPI=2
-USE_RUBY="ruby18 ree18"
-
-RUBY_FAKEGEM_TASK_TEST="test:regular"
-RUBY_FAKEGEM_TASK_DOC="generate_guides"
-RUBY_FAKEGEM_DOCDIR="guides/output"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="railties.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Tools for creating, working with, and running Rails applications."
-HOMEPAGE="http://github.com/rails/rails"
-SRC_URI="http://github.com/rails/rails/tarball/v${PV} -> rails-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="3.0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-S="${WORKDIR}/rails-rails-*/railties"
-
-# The test suite has many failures, most likely due to a mismatch in
-# exact dependencies or environment specifics. Needs further
-# investigation.
-RESTRICT="test"
-
-ruby_add_rdepend "
-       ~dev-ruby/activesupport-${PV}
-       ~dev-ruby/actionpack-${PV}
-       >=dev-ruby/rdoc-3.4
-       >=dev-ruby/thor-0.14.4
-       >=dev-ruby/rake-0.8.7"
-
-ruby_add_bdepend "
-       test? (
-               >=dev-ruby/mocha-0.9.5
-               virtual/ruby-test-unit
-       )
-       doc? (
-               >=dev-ruby/redcloth-4.1.1
-       )"