diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-05-01 14:12:51 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-05-01 14:12:51 +0000 |
commit | 1075ea2a2ab59199ff8ab03ab7828ad65b46a1a6 (patch) | |
tree | f7caa2aefb718938f2db5b88bf707f2e9b44888a /dev-ruby | |
parent | Make USE="network-cron" default. (diff) | |
download | historical-1075ea2a2ab59199ff8ab03ab7828ad65b46a1a6.tar.gz historical-1075ea2a2ab59199ff8ab03ab7828ad65b46a1a6.tar.bz2 historical-1075ea2a2ab59199ff8ab03ab7828ad65b46a1a6.zip |
Remove old versions.
Package-Manager: portage-2.1.9.42/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby')
23 files changed, 39 insertions, 727 deletions
diff --git a/dev-ruby/actionmailer/ChangeLog b/dev-ruby/actionmailer/ChangeLog index c3fa5f1c007f..36503ae976b2 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.155 2011/04/26 18:04:55 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.156 2011/05/01 14:11:07 graaff Exp $ + + 01 May 2011; Hans de Graaff <graaff@gentoo.org> + -actionmailer-2.3.10.ebuild, -actionmailer-3.0.3.ebuild: + Remove old versions. *actionmailer-3.0.7 (26 Apr 2011) diff --git a/dev-ruby/actionmailer/actionmailer-2.3.10.ebuild b/dev-ruby/actionmailer/actionmailer-2.3.10.ebuild deleted file mode 100644 index 244541f71e23..000000000000 --- a/dev-ruby/actionmailer/actionmailer-2.3.10.ebuild +++ /dev/null @@ -1,34 +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-2.3.10.ebuild,v 1.3 2011/02/21 19:42:10 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 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="" - -RUBY_PATCHES=( "${P}-rails3.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/actionmailer/actionmailer-3.0.3.ebuild b/dev-ruby/actionmailer/actionmailer-3.0.3.ebuild deleted file mode 100644 index 3f5000574979..000000000000 --- a/dev-ruby/actionmailer/actionmailer-3.0.3.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.3.ebuild,v 1.3 2011/02/13 21:18:21 tomka 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.9" -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 3309704b73b2..29a274edb62a 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.174 2011/04/26 18:02:47 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.175 2011/05/01 14:11:36 graaff Exp $ + + 01 May 2011; Hans de Graaff <graaff@gentoo.org> -actionpack-2.3.10.ebuild, + -actionpack-3.0.3-r1.ebuild: + Remove old versions. *actionpack-3.0.7 (26 Apr 2011) diff --git a/dev-ruby/actionpack/actionpack-2.3.10.ebuild b/dev-ruby/actionpack/actionpack-2.3.10.ebuild deleted file mode 100644 index 08651cb381d0..000000000000 --- a/dev-ruby/actionpack/actionpack-2.3.10.ebuild +++ /dev/null @@ -1,58 +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-2.3.10.ebuild,v 1.3 2011/02/20 15:55:24 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 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="" - -RUBY_PATCHES=( "${PN}-2.3.11-rails3.patch" "${P}-i18n-0.4.2.patch" ) - -ruby_add_rdepend "~dev-ruby/activesupport-${PV} - >=dev-ruby/rack-1.1.0" - -ruby_add_bdepend " - test? ( - >=dev-ruby/mocha-0.9.7 - 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. It can now also use a normally installed - # version but these tests fail. - sed -i -e '/PATH_TO_AR/s:^:#:' -e 's/self.able_to_connect = true/self.able_to_connect = false/' 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 - - # MemCacheStore tests no longer fail gracefully, and it's unlikely for - # someone to have them running anyway, so remove them for now. - rm test/controller/session/mem_cache_store_test.rb || die - - # Fix tests when run against i18n 0.4.2 which ignores locale - # definitions with an empty data section. - sed -i -e 's/, {}/, {:test => "test"}/' test/template/render_test.rb || die -} diff --git a/dev-ruby/actionpack/actionpack-3.0.3-r1.ebuild b/dev-ruby/actionpack/actionpack-3.0.3-r1.ebuild deleted file mode 100644 index 9758aec680cc..000000000000 --- a/dev-ruby/actionpack/actionpack-3.0.3-r1.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.3-r1.ebuild,v 1.3 2011/02/13 21:12:09 tomka 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 - >=dev-ruby/erubis-2.6.6 - >=dev-ruby/i18n-0.4.1:0.4 - >=dev-ruby/rack-1.2.1 - >=dev-ruby/rack-mount-0.6.12 - >=dev-ruby/rack-test-0.5.4 - >=dev-ruby/tzinfo-0.3.23" - -ruby_add_bdepend " - test? ( - dev-ruby/activerecord:${SLOT} - dev-ruby/actionmailer:${SLOT} - )" - -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" - - # Relax builder requirement to also support 3.0.0 - sed -i -e 's/~> 2.1.2/>= 2.1.2/' actionpack.gemspec || die -} diff --git a/dev-ruby/activemodel/ChangeLog b/dev-ruby/activemodel/ChangeLog index 430c9d9c2436..cd50a2a7b9dd 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.8 2011/04/26 18:01:36 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/ChangeLog,v 1.9 2011/05/01 14:12:22 graaff Exp $ + + 01 May 2011; Hans de Graaff <graaff@gentoo.org> -activemodel-3.0.3.ebuild, + -activemodel-3.0.3-r1.ebuild: + Remove old versions. *activemodel-3.0.7 (26 Apr 2011) diff --git a/dev-ruby/activemodel/activemodel-3.0.3-r1.ebuild b/dev-ruby/activemodel/activemodel-3.0.3-r1.ebuild deleted file mode 100644 index afac6707e94b..000000000000 --- a/dev-ruby/activemodel/activemodel-3.0.3-r1.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/activemodel/activemodel-3.0.3-r1.ebuild,v 1.2 2011/02/13 21:21:27 tomka 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.4.1:0.4" - -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" - - # Relax builder requirement to also support 3.0.0 - sed -i -e 's/~> 2.1.2/>= 2.1.2/' activemodel.gemspec || die -} diff --git a/dev-ruby/activemodel/activemodel-3.0.3.ebuild b/dev-ruby/activemodel/activemodel-3.0.3.ebuild deleted file mode 100644 index 0177792b337c..000000000000 --- a/dev-ruby/activemodel/activemodel-3.0.3.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/activemodel/activemodel-3.0.3.ebuild,v 1.5 2011/01/10 19:03:14 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 ~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.4.1:0.4" - -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" - - # Relax builder requirement to also support 3.0.0 - sed -i -e 's/~> 2.1.2/>= 2.1.2/' activemodel.gemspec || die -} diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog index 9af70f1ee746..62ac093efd85 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.152 2011/04/26 18:05:30 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.153 2011/05/01 14:10:43 graaff Exp $ + + 01 May 2011; Hans de Graaff <graaff@gentoo.org> + -activerecord-2.3.10.ebuild, -activerecord-3.0.3.ebuild: + Remove old versions. *activerecord-3.0.7 (26 Apr 2011) diff --git a/dev-ruby/activerecord/activerecord-2.3.10.ebuild b/dev-ruby/activerecord/activerecord-2.3.10.ebuild deleted file mode 100644 index ccf0b8719ae3..000000000000 --- a/dev-ruby/activerecord/activerecord-2.3.10.ebuild +++ /dev/null @@ -1,57 +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-2.3.10.ebuild,v 1.4 2011/02/21 19:55:35 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 ~hppa ~ia64 ~ppc ~ppc64 ~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() { - epatch "${FILESDIR}/${P}-rails3.patch" - - # Custom template not found in package - sed -i -e '/horo/d' Rakefile || die -} - -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.3.ebuild b/dev-ruby/activerecord/activerecord-3.0.3.ebuild deleted file mode 100644 index b4c97b9c2e26..000000000000 --- a/dev-ruby/activerecord/activerecord-3.0.3.ebuild +++ /dev/null @@ -1,63 +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.3.ebuild,v 1.4 2011/02/13 21:17:27 tomka 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" #sqlite - -S="${WORKDIR}/rails-rails-*/activerecord" - -ruby_add_rdepend "~dev-ruby/activesupport-${PV} - ~dev-ruby/activemodel-${PV} - >=dev-ruby/arel-2.0.2 - >=dev-ruby/tzinfo-0.3.23 - sqlite3? ( dev-ruby/sqlite3-ruby ) - mysql? ( dev-ruby/mysql2 ) - postgres? ( dev-ruby/pg )" - -#ruby_add_rdepend sqlite ">=dev-ruby/sqlite-ruby-2.2.2" - -ruby_add_bdepend " - test? ( - dev-ruby/sqlite3-ruby - >=dev-ruby/mocha-0.9.5 - virtual/ruby-test-unit - !dev-ruby/test-unit:2 - )" - -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 fc370681234e..4b9c52bcde12 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.79 2011/04/26 18:02:10 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.80 2011/05/01 14:12:01 graaff Exp $ + + 01 May 2011; Hans de Graaff <graaff@gentoo.org> + -activeresource-2.3.10.ebuild, -activeresource-3.0.3.ebuild: + Remove old versions. *activeresource-3.0.7 (26 Apr 2011) diff --git a/dev-ruby/activeresource/activeresource-2.3.10.ebuild b/dev-ruby/activeresource/activeresource-2.3.10.ebuild deleted file mode 100644 index 16a25cca060a..000000000000 --- a/dev-ruby/activeresource/activeresource-2.3.10.ebuild +++ /dev/null @@ -1,35 +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-2.3.10.ebuild,v 1.4 2011/04/26 16:31:56 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 ~ppc ~ppc64 ~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() { - epatch "${FILESDIR}/${P}-rails3.patch" - - # Custom template not found in package - sed -i -e '/horo/d' Rakefile || die -} diff --git a/dev-ruby/activeresource/activeresource-3.0.3.ebuild b/dev-ruby/activeresource/activeresource-3.0.3.ebuild deleted file mode 100644 index e48235dd7ee9..000000000000 --- a/dev-ruby/activeresource/activeresource-3.0.3.ebuild +++ /dev/null @@ -1,42 +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.3.ebuild,v 1.5 2011/04/26 16:31:56 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-fbsd ~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 - !dev-ruby/test-unit:2 - )" - -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 229f0a1ee1ae..1f75223c0c96 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.137 2011/04/26 18:00:52 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.138 2011/05/01 14:12:51 graaff Exp $ + + 01 May 2011; Hans de Graaff <graaff@gentoo.org> + -activesupport-2.3.10.ebuild, -activesupport-3.0.3.ebuild: + Remove old versions. *activesupport-3.0.7 (26 Apr 2011) diff --git a/dev-ruby/activesupport/activesupport-2.3.10.ebuild b/dev-ruby/activesupport/activesupport-2.3.10.ebuild deleted file mode 100644 index 49636ec19dae..000000000000 --- a/dev-ruby/activesupport/activesupport-2.3.10.ebuild +++ /dev/null @@ -1,38 +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-2.3.10.ebuild,v 1.3 2011/01/07 09:22:52 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 ~hppa ~ia64 ~ppc ~ppc64 ~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}"/${PN}-2.3.9-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/activesupport/activesupport-3.0.3.ebuild b/dev-ruby/activesupport/activesupport-3.0.3.ebuild deleted file mode 100644 index 4de840dcba7d..000000000000 --- a/dev-ruby/activesupport/activesupport-3.0.3.ebuild +++ /dev/null @@ -1,49 +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.3.ebuild,v 1.4 2011/02/13 21:19:11 tomka 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="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 ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="" - -S="${WORKDIR}/rails-rails-*/${PN}" - -ruby_add_rdepend ">=dev-ruby/builder-2.1.2 - >=dev-ruby/tzinfo-0.3.16 - >=dev-ruby/i18n-0.4.1:0.4 - >=dev-ruby/memcache-client-1.5.8" - -ruby_add_bdepend "test? ( - !dev-ruby/test-unit:2 - virtual/ruby-test-unit - )" - -all_ruby_prepare() { - # don't support older mocha versions as the optional codepath - # breaks JRuby - epatch "${FILESDIR}"/${P}-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" - - # Remove tests that have issues and need further investigation. It - # looks like SAX behaviour changed at some point in libxml2. - rm test/xml_mini/libxmlsax_engine_test.rb test/xml_mini/nokogirisax_engine_test.rb || die "Unable to remove failing test." -} diff --git a/dev-ruby/rails/ChangeLog b/dev-ruby/rails/ChangeLog index 9c62f78aea98..14fd81f7dd18 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.187 2011/04/26 18:06:26 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.188 2011/05/01 14:09:45 graaff Exp $ + + 01 May 2011; Hans de Graaff <graaff@gentoo.org> -rails-2.3.10.ebuild, + -rails-3.0.3.ebuild: + Remove old versions. *rails-3.0.7 (26 Apr 2011) diff --git a/dev-ruby/rails/rails-2.3.10.ebuild b/dev-ruby/rails/rails-2.3.10.ebuild deleted file mode 100644 index 3bd29eb74928..000000000000 --- a/dev-ruby/rails/rails-2.3.10.ebuild +++ /dev/null @@ -1,63 +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-2.3.10.ebuild,v 1.2 2011/01/07 09:32:44 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 ~ppc ~ppc64 ~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 -} diff --git a/dev-ruby/rails/rails-3.0.3.ebuild b/dev-ruby/rails/rails-3.0.3.ebuild deleted file mode 100644 index 5c1cbba6a8b1..000000000000 --- a/dev-ruby/rails/rails-3.0.3.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.3.ebuild,v 1.3 2011/02/13 21:11:07 tomka 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/railties/ChangeLog b/dev-ruby/railties/ChangeLog index 9ced4a856de1..ddcdc20c63f9 100644 --- a/dev-ruby/railties/ChangeLog +++ b/dev-ruby/railties/ChangeLog @@ -1,6 +1,9 @@ # 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.7 2011/04/26 18:05:55 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/railties/ChangeLog,v 1.8 2011/05/01 14:10:16 graaff Exp $ + + 01 May 2011; Hans de Graaff <graaff@gentoo.org> -railties-3.0.3-r1.ebuild: + Remove old versions. *railties-3.0.7 (26 Apr 2011) diff --git a/dev-ruby/railties/railties-3.0.3-r1.ebuild b/dev-ruby/railties/railties-3.0.3-r1.ebuild deleted file mode 100644 index 47d339c63037..000000000000 --- a/dev-ruby/railties/railties-3.0.3-r1.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.3-r1.ebuild,v 1.4 2011/04/04 18:51:50 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 - )" |