Remove old versions.
authorHans de Graaff <graaff@gentoo.org>
Wed, 28 Sep 2011 07:58:49 +0000 (07:58 +0000)
committerHans de Graaff <graaff@gentoo.org>
Wed, 28 Sep 2011 07:58:49 +0000 (07:58 +0000)
Package-Manager: portage-2.1.10.11/cvs/Linux x86_64

25 files changed:
dev-ruby/actionmailer/ChangeLog
dev-ruby/actionmailer/actionmailer-2.3.11.ebuild [deleted file]
dev-ruby/actionmailer/actionmailer-2.3.12.ebuild [deleted file]
dev-ruby/actionmailer/actionmailer-2.3.5.ebuild [deleted file]
dev-ruby/actionpack/ChangeLog
dev-ruby/actionpack/actionpack-2.3.11.ebuild [deleted file]
dev-ruby/actionpack/actionpack-2.3.12.ebuild [deleted file]
dev-ruby/actionpack/actionpack-2.3.5.ebuild [deleted file]
dev-ruby/activerecord/ChangeLog
dev-ruby/activerecord/activerecord-2.3.11.ebuild [deleted file]
dev-ruby/activerecord/activerecord-2.3.12.ebuild [deleted file]
dev-ruby/activerecord/activerecord-2.3.5.ebuild [deleted file]
dev-ruby/activeresource/ChangeLog
dev-ruby/activeresource/activeresource-2.3.11.ebuild [deleted file]
dev-ruby/activeresource/activeresource-2.3.12.ebuild [deleted file]
dev-ruby/activeresource/activeresource-2.3.5.ebuild [deleted file]
dev-ruby/activesupport/ChangeLog
dev-ruby/activesupport/activesupport-2.3.11.ebuild [deleted file]
dev-ruby/activesupport/activesupport-2.3.12.ebuild [deleted file]
dev-ruby/activesupport/activesupport-2.3.5-r1.ebuild [deleted file]
dev-ruby/activesupport/activesupport-2.3.5.ebuild [deleted file]
dev-ruby/rails/ChangeLog
dev-ruby/rails/rails-2.3.11.ebuild [deleted file]
dev-ruby/rails/rails-2.3.12.ebuild [deleted file]
dev-ruby/rails/rails-2.3.5.ebuild [deleted file]

index 54d95fe18d92c405b39fef06343e24b670d8a127..ca38eb4aeda23ad3717337cdada2dd9c6c050ab5 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.172 2011/09/28 07:33:30 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.173 2011/09/28 07:53:43 graaff Exp $
+
+  28 Sep 2011; Hans de Graaff <graaff@gentoo.org> -actionmailer-2.3.5.ebuild,
+  -actionmailer-2.3.11.ebuild, -actionmailer-2.3.12.ebuild:
+  Remove old versions.
 
 *actionmailer-3.0.10 (28 Sep 2011)
 
diff --git a/dev-ruby/actionmailer/actionmailer-2.3.11.ebuild b/dev-ruby/actionmailer/actionmailer-2.3.11.ebuild
deleted file mode 100644 (file)
index 8d71c43..0000000
+++ /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.11.ebuild,v 1.1 2011/02/21 20:10:46 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=( "${PN}-2.3.10-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-2.3.12.ebuild b/dev-ruby/actionmailer/actionmailer-2.3.12.ebuild
deleted file mode 100644 (file)
index 856f6cb..0000000
+++ /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.12.ebuild,v 1.5 2011/07/24 17:35:30 armin76 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=( "${PN}-2.3.10-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-2.3.5.ebuild b/dev-ruby/actionmailer/actionmailer-2.3.5.ebuild
deleted file mode 100644 (file)
index 6e3c639..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.5.ebuild,v 1.7 2010/05/22 14:57:47 flameeyes Exp $
-
-inherit ruby gems
-USE_RUBY="ruby18"
-
-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 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE=""
-
-DEPEND="~dev-ruby/actionpack-${PV}
-       >=dev-lang/ruby-1.8.6"
-RDEPEND="${DEPEND}"
index fb9e659ca740748be0b987467907da48602bb586..5e3721347cab1c1ee09e42dec48c2ef5d3f3ba04 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.193 2011/09/28 07:24:44 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.194 2011/09/28 07:55:43 graaff Exp $
+
+  28 Sep 2011; Hans de Graaff <graaff@gentoo.org> -actionpack-2.3.5.ebuild,
+  -actionpack-2.3.11.ebuild, -actionpack-2.3.12.ebuild:
+  Remove old versions.
 
 *actionpack-3.0.10 (28 Sep 2011)
 
diff --git a/dev-ruby/actionpack/actionpack-2.3.11.ebuild b/dev-ruby/actionpack/actionpack-2.3.11.ebuild
deleted file mode 100644 (file)
index 931a152..0000000
+++ /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/actionpack/actionpack-2.3.11.ebuild,v 1.3 2011/03/14 19:42:33 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=( "${P}-rails3.patch" "${PN}-2.3.10-i18n-0.4.2.patch" )
-
-ruby_add_rdepend "~dev-ruby/activesupport-${PV}
-       >=dev-ruby/rack-1.1.0:0"
-
-ruby_add_bdepend "
-       test? (
-               >=dev-ruby/mocha-0.9.7
-               dev-ruby/activerecord:${SLOT}
-               dev-ruby/actionmailer:${SLOT}
-       )"
-
-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-2.3.12.ebuild b/dev-ruby/actionpack/actionpack-2.3.12.ebuild
deleted file mode 100644 (file)
index 7d67b96..0000000
+++ /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/actionpack/actionpack-2.3.12.ebuild,v 1.5 2011/07/24 17:36:50 armin76 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" "${PN}-2.3.10-i18n-0.4.2.patch" )
-
-ruby_add_rdepend "~dev-ruby/activesupport-${PV}
-       >=dev-ruby/rack-1.1.0:0"
-
-ruby_add_bdepend "
-       test? (
-               >=dev-ruby/mocha-0.9.7
-               dev-ruby/activerecord:${SLOT}
-               ~dev-ruby/actionmailer-${PV}
-       )"
-
-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-2.3.5.ebuild b/dev-ruby/actionpack/actionpack-2.3.5.ebuild
deleted file mode 100644 (file)
index a2e54ce..0000000
+++ /dev/null
@@ -1,19 +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.5.ebuild,v 1.9 2011/06/19 09:48:46 a3li Exp $
-
-inherit ruby gems
-USE_RUBY="ruby18"
-
-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 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE=""
-
-DEPEND=">=dev-lang/ruby-1.8.6
-       ~dev-ruby/activesupport-${PV}
-       =dev-ruby/rack-1.0*"
-RDEPEND="${DEPEND}"
index 84d06660c17667d7feaa383760a474a41a184402..d79e12b0f02ba43a617a2c8fed70df92b579ad81 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.171 2011/09/28 07:27:12 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.172 2011/09/28 07:52:39 graaff Exp $
+
+  28 Sep 2011; Hans de Graaff <graaff@gentoo.org> -activerecord-2.3.5.ebuild,
+  -activerecord-2.3.11.ebuild, -activerecord-2.3.12.ebuild:
+  Remove old versions.
 
 *activerecord-3.0.10 (28 Sep 2011)
 
diff --git a/dev-ruby/activerecord/activerecord-2.3.11.ebuild b/dev-ruby/activerecord/activerecord-2.3.11.ebuild
deleted file mode 100644 (file)
index 02bbae3..0000000
+++ /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.11.ebuild,v 1.1 2011/02/21 20:11:53 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}/${PN}-2.3.10-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-2.3.12.ebuild b/dev-ruby/activerecord/activerecord-2.3.12.ebuild
deleted file mode 100644 (file)
index 67505c0..0000000
+++ /dev/null
@@ -1,56 +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.12.ebuild,v 1.5 2011/07/24 17:22:45 armin76 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
-       )"
-
-all_ruby_prepare() {
-       epatch "${FILESDIR}/${PN}-2.3.10-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-2.3.5.ebuild b/dev-ruby/activerecord/activerecord-2.3.5.ebuild
deleted file mode 100644 (file)
index b2c45dc..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.5.ebuild,v 1.6 2010/05/22 14:59:16 flameeyes Exp $
-
-inherit ruby gems
-USE_RUBY="ruby18"
-
-DESCRIPTION="Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM"
-HOMEPAGE="http://rubyforge.org/projects/activerecord/"
-
-LICENSE="MIT"
-SLOT="2.3"
-KEYWORDS="amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="mysql postgres sqlite sqlite3"
-
-DEPEND=">=dev-lang/ruby-1.8.6
-       ~dev-ruby/activesupport-${PV}"
-RDEPEND="${DEPEND}
-       sqlite? ( >=dev-ruby/sqlite-ruby-2.2.2 )
-       sqlite3? ( dev-ruby/sqlite3-ruby )
-       mysql? ( >=dev-ruby/mysql-ruby-2.7 )
-       postgres? ( >=dev-ruby/ruby-postgres-0.7.1 )"
index f8167e63214663162876df546dd6caf9d2ce3c24..46e949af063994c9fe08cfaa3ca850514bfb772b 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.96 2011/09/28 07:26:14 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.97 2011/09/28 07:56:40 graaff Exp $
+
+  28 Sep 2011; Hans de Graaff <graaff@gentoo.org> -activeresource-2.3.5.ebuild,
+  -activeresource-2.3.11.ebuild, -activeresource-2.3.12.ebuild:
+  Remove old versions.
 
 *activeresource-3.0.10 (28 Sep 2011)
 
diff --git a/dev-ruby/activeresource/activeresource-2.3.11.ebuild b/dev-ruby/activeresource/activeresource-2.3.11.ebuild
deleted file mode 100644 (file)
index aa5fb52..0000000
+++ /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.11.ebuild,v 1.2 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}/${PN}-2.3.10-rails3.patch"
-
-       # Custom template not found in package
-       sed -i -e '/horo/d' Rakefile || die
-}
diff --git a/dev-ruby/activeresource/activeresource-2.3.12.ebuild b/dev-ruby/activeresource/activeresource-2.3.12.ebuild
deleted file mode 100644 (file)
index cd425d0..0000000
+++ /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/activeresource/activeresource-2.3.12.ebuild,v 1.5 2011/07/24 17:25:20 armin76 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
-       )"
-
-all_ruby_prepare() {
-       epatch "${FILESDIR}/${PN}-2.3.10-rails3.patch"
-
-       # Custom template not found in package
-       sed -i -e '/horo/d' Rakefile || die
-}
diff --git a/dev-ruby/activeresource/activeresource-2.3.5.ebuild b/dev-ruby/activeresource/activeresource-2.3.5.ebuild
deleted file mode 100644 (file)
index 5eb4d96..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.5.ebuild,v 1.7 2010/05/22 14:59:57 flameeyes Exp $
-
-inherit ruby gems
-USE_RUBY="ruby18"
-
-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=""
-
-DEPEND=">=dev-lang/ruby-1.8.6
-       ~dev-ruby/activesupport-${PV}"
-RDEPEND="${DEPEND}"
index ed7692cd0994bcba340eae113d46869435f863aa..669b8016bca827269f63c1b091f0311dfe1fddce 100644 (file)
@@ -1,6 +1,11 @@
 # 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.154 2011/09/28 07:20:53 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.155 2011/09/28 07:58:49 graaff Exp $
+
+  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,
+  -activesupport-2.3.12.ebuild:
+  Remove old versions.
 
 *activesupport-3.0.10 (28 Sep 2011)
 
diff --git a/dev-ruby/activesupport/activesupport-2.3.11.ebuild b/dev-ruby/activesupport/activesupport-2.3.11.ebuild
deleted file mode 100644 (file)
index 21b1f71..0000000
+++ /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.11.ebuild,v 1.2 2011/04/26 12:08:50 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:0 >=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-2.3.12.ebuild b/dev-ruby/activesupport/activesupport-2.3.12.ebuild
deleted file mode 100644 (file)
index 1d7fcbf..0000000
+++ /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.12.ebuild,v 1.5 2011/07/24 17:24:03 armin76 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:0 >=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-2.3.5-r1.ebuild b/dev-ruby/activesupport/activesupport-2.3.5-r1.ebuild
deleted file mode 100644 (file)
index fab6b6a..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.5-r1.ebuild,v 1.4 2010/05/23 10:36:02 a3li 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 ~x86-fbsd"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/builder-2.1.2 >=dev-ruby/tzinfo-0.3.12"
-
-all_ruby_prepare() {
-       # Remove the bundled packages!
-       rm -r lib/active_support/vendor/{tzinfo,builder}-* \
-               || die "failed to remove vendor packages"
-}
diff --git a/dev-ruby/activesupport/activesupport-2.3.5.ebuild b/dev-ruby/activesupport/activesupport-2.3.5.ebuild
deleted file mode 100644 (file)
index d3b908f..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.5.ebuild,v 1.6 2010/05/22 15:00:38 flameeyes Exp $
-
-inherit ruby gems
-USE_RUBY="ruby18"
-
-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 ~x86-fbsd"
-IUSE=""
-
-DEPEND=">=dev-lang/ruby-1.8.6"
-RDEPEND="${DEPEND}"
index e5539e9947ac2e025ac97d1a49b5aba61c6fa7ef..3cf35563aa06d124d43a8cf24df36f609d6afc32 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.205 2011/09/28 07:37:24 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.206 2011/09/28 07:51:38 graaff Exp $
+
+  28 Sep 2011; Hans de Graaff <graaff@gentoo.org> -rails-2.3.5.ebuild,
+  -rails-2.3.11.ebuild, -rails-2.3.12.ebuild:
+  Remove old versions.
 
 *rails-3.0.10 (28 Sep 2011)
 
diff --git a/dev-ruby/rails/rails-2.3.11.ebuild b/dev-ruby/rails/rails-2.3.11.ebuild
deleted file mode 100644 (file)
index ad2ced6..0000000
+++ /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.11.ebuild,v 1.1 2011/02/21 20:12:22 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-2.3.12.ebuild b/dev-ruby/rails/rails-2.3.12.ebuild
deleted file mode 100644 (file)
index 639864f..0000000
+++ /dev/null
@@ -1,70 +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.12.ebuild,v 1.6 2011/07/24 17:38:13 armin76 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/rdoc
-       ~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."
-
-       # Create the documentation that we create on the fly in a separate
-       # directory, since we need to install the doc directory for the
-       # rails script.
-       sed -i -e "s/rdoc_dir = 'doc'/rdoc_dir = 'rdoc'/" Rakefile || die
-
-}
-
-all_ruby_install() {
-       all_fakegem_install
-
-       ruby_fakegem_binwrapper rails rails-${PV}
-
-       if use doc; then
-               pushd rdoc
-               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-2.3.5.ebuild b/dev-ruby/rails/rails-2.3.5.ebuild
deleted file mode 100644 (file)
index b9d95fb..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-2.3.5.ebuild,v 1.6 2010/05/22 14:36:13 flameeyes Exp $
-
-inherit ruby gems
-USE_RUBY="ruby18"
-
-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 ~x86-fbsd"
-
-IUSE="fastcgi"
-DEPEND=">=dev-lang/ruby-1.8.6
-       >=app-admin/eselect-rails-0.15
-       >=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}"
-
-RDEPEND="${DEPEND}
-       fastcgi? ( >=dev-ruby/ruby-fcgi-0.8.6 )
-       >=dev-ruby/rubygems-1.3.2"
-
-src_install() {
-       gems_src_install
-       # Rename slotted files that may clash so that eselect can handle
-       # them
-       mv "${D}/usr/bin/rails" "${D}/usr/bin/rails-${PV}"
-       sed -i -e "s/>= 0/${PV}/" "${D}/usr/bin/rails-${PV}"
-       mv "${D}/${GEMSDIR}/bin/rails" "${D}/${GEMSDIR}/bin/rails-${PV}"
-}
-
-pkg_postinst() {
-       einfo "To select between slots of rails, use:"
-       einfo "\teselect rails"
-
-       eselect rails update
-}
-
-pkg_postrm() {
-       eselect rails update
-}