From ffd400b7f8af5ff92ad43502a70d8708d432a832 Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Wed, 5 Oct 2011 18:00:31 +0000 Subject: [PATCH] Remove old versions. Package-Manager: portage-2.1.10.11/cvs/Linux x86_64 --- dev-ruby/actionmailer/ChangeLog | 6 +- .../actionmailer/actionmailer-3.0.7.ebuild | 37 ----------- .../actionmailer/actionmailer-3.0.9.ebuild | 37 ----------- dev-ruby/actionpack/ChangeLog | 6 +- dev-ruby/actionpack/actionpack-3.0.7.ebuild | 55 ----------------- dev-ruby/actionpack/actionpack-3.0.9.ebuild | 55 ----------------- dev-ruby/activemodel/ChangeLog | 6 +- dev-ruby/activemodel/activemodel-3.0.7.ebuild | 43 ------------- dev-ruby/activemodel/activemodel-3.0.9.ebuild | 43 ------------- dev-ruby/activerecord/ChangeLog | 6 +- .../activerecord/activerecord-3.0.7.ebuild | 61 ------------------- .../activerecord/activerecord-3.0.9.ebuild | 61 ------------------- dev-ruby/activeresource/ChangeLog | 6 +- .../activeresource-3.0.7.ebuild | 41 ------------- .../activeresource-3.0.9.ebuild | 41 ------------- dev-ruby/activesupport/ChangeLog | 6 +- .../activesupport/activesupport-3.0.7.ebuild | 41 ------------- .../activesupport/activesupport-3.0.9.ebuild | 41 ------------- dev-ruby/rails/ChangeLog | 6 +- dev-ruby/rails/rails-3.0.7.ebuild | 50 --------------- dev-ruby/rails/rails-3.0.9.ebuild | 50 --------------- dev-ruby/railties/ChangeLog | 6 +- dev-ruby/railties/railties-3.0.7.ebuild | 46 -------------- dev-ruby/railties/railties-3.0.9.ebuild | 47 -------------- 24 files changed, 40 insertions(+), 757 deletions(-) delete mode 100644 dev-ruby/actionmailer/actionmailer-3.0.7.ebuild delete mode 100644 dev-ruby/actionmailer/actionmailer-3.0.9.ebuild delete mode 100644 dev-ruby/actionpack/actionpack-3.0.7.ebuild delete mode 100644 dev-ruby/actionpack/actionpack-3.0.9.ebuild delete mode 100644 dev-ruby/activemodel/activemodel-3.0.7.ebuild delete mode 100644 dev-ruby/activemodel/activemodel-3.0.9.ebuild delete mode 100644 dev-ruby/activerecord/activerecord-3.0.7.ebuild delete mode 100644 dev-ruby/activerecord/activerecord-3.0.9.ebuild delete mode 100644 dev-ruby/activeresource/activeresource-3.0.7.ebuild delete mode 100644 dev-ruby/activeresource/activeresource-3.0.9.ebuild delete mode 100644 dev-ruby/activesupport/activesupport-3.0.7.ebuild delete mode 100644 dev-ruby/activesupport/activesupport-3.0.9.ebuild delete mode 100644 dev-ruby/rails/rails-3.0.7.ebuild delete mode 100644 dev-ruby/rails/rails-3.0.9.ebuild delete mode 100644 dev-ruby/railties/railties-3.0.7.ebuild delete mode 100644 dev-ruby/railties/railties-3.0.9.ebuild diff --git a/dev-ruby/actionmailer/ChangeLog b/dev-ruby/actionmailer/ChangeLog index ca38eb4aeda2..99a987da7963 100644 --- a/dev-ruby/actionmailer/ChangeLog +++ b/dev-ruby/actionmailer/ChangeLog @@ -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 -actionmailer-3.0.7.ebuild, + -actionmailer-3.0.9.ebuild: + Remove old versions. 28 Sep 2011; Hans de Graaff -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 index 3705644617c8..000000000000 --- a/dev-ruby/actionmailer/actionmailer-3.0.7.ebuild +++ /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 index b75281daccc2..000000000000 --- a/dev-ruby/actionmailer/actionmailer-3.0.9.ebuild +++ /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" -} diff --git a/dev-ruby/actionpack/ChangeLog b/dev-ruby/actionpack/ChangeLog index 5e3721347cab..dea2971dd36d 100644 --- a/dev-ruby/actionpack/ChangeLog +++ b/dev-ruby/actionpack/ChangeLog @@ -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 -actionpack-3.0.7.ebuild, + -actionpack-3.0.9.ebuild: + Remove old versions. 28 Sep 2011; Hans de Graaff -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 index 7dbc3b95603a..000000000000 --- a/dev-ruby/actionpack/actionpack-3.0.7.ebuild +++ /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 index 6f3cf2767af6..000000000000 --- a/dev-ruby/actionpack/actionpack-3.0.9.ebuild +++ /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 -} diff --git a/dev-ruby/activemodel/ChangeLog b/dev-ruby/activemodel/ChangeLog index 6aecd0fadff5..29ab7a67408c 100644 --- a/dev-ruby/activemodel/ChangeLog +++ b/dev-ruby/activemodel/ChangeLog @@ -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 -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 index baa28133b41a..000000000000 --- a/dev-ruby/activemodel/activemodel-3.0.7.ebuild +++ /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 index 7b12ee94ce12..000000000000 --- a/dev-ruby/activemodel/activemodel-3.0.9.ebuild +++ /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" -} diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog index d79e12b0f02b..7fb8c44d6519 100644 --- a/dev-ruby/activerecord/ChangeLog +++ b/dev-ruby/activerecord/ChangeLog @@ -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 -activerecord-3.0.7.ebuild, + -activerecord-3.0.9.ebuild: + Remove old versions. 28 Sep 2011; Hans de Graaff -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 index 8bc98d2c97ab..000000000000 --- a/dev-ruby/activerecord/activerecord-3.0.7.ebuild +++ /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 index bd3ad785c8d0..000000000000 --- a/dev-ruby/activerecord/activerecord-3.0.9.ebuild +++ /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 -} diff --git a/dev-ruby/activeresource/ChangeLog b/dev-ruby/activeresource/ChangeLog index 46e949af0639..bc26cad4cf86 100644 --- a/dev-ruby/activeresource/ChangeLog +++ b/dev-ruby/activeresource/ChangeLog @@ -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 -activeresource-3.0.7.ebuild, + -activeresource-3.0.9.ebuild: + Remove old versions. 28 Sep 2011; Hans de Graaff -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 index a9776659565d..000000000000 --- a/dev-ruby/activeresource/activeresource-3.0.7.ebuild +++ /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 index e83834ff3833..000000000000 --- a/dev-ruby/activeresource/activeresource-3.0.9.ebuild +++ /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" - -} diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog index 669b8016bca8..0f8d5119474d 100644 --- a/dev-ruby/activesupport/ChangeLog +++ b/dev-ruby/activesupport/ChangeLog @@ -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 -activesupport-3.0.7.ebuild, + -activesupport-3.0.9.ebuild: + Remove old versions. 28 Sep 2011; Hans de Graaff -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 index 025cee154fa7..000000000000 --- a/dev-ruby/activesupport/activesupport-3.0.7.ebuild +++ /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 index 274294615af4..000000000000 --- a/dev-ruby/activesupport/activesupport-3.0.9.ebuild +++ /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" -} diff --git a/dev-ruby/rails/ChangeLog b/dev-ruby/rails/ChangeLog index 3cf35563aa06..56e446582e79 100644 --- a/dev-ruby/rails/ChangeLog +++ b/dev-ruby/rails/ChangeLog @@ -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 -rails-3.0.7.ebuild, + -rails-3.0.9.ebuild: + Remove old versions. 28 Sep 2011; Hans de Graaff -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 index 88dd88aa4964..000000000000 --- a/dev-ruby/rails/rails-3.0.7.ebuild +++ /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 index 2a3da58f04c4..000000000000 --- a/dev-ruby/rails/rails-3.0.9.ebuild +++ /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 -} diff --git a/dev-ruby/railties/ChangeLog b/dev-ruby/railties/ChangeLog index 9373cd136106..9e5c845d64b5 100644 --- a/dev-ruby/railties/ChangeLog +++ b/dev-ruby/railties/ChangeLog @@ -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 -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 index f8ff0a6d3e53..000000000000 --- a/dev-ruby/railties/railties-3.0.7.ebuild +++ /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 index da70c794d229..000000000000 --- a/dev-ruby/railties/railties-3.0.9.ebuild +++ /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 - )" -- 2.26.2