summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2008-09-12 05:58:12 +0000
committerHans de Graaff <graaff@gentoo.org>2008-09-12 05:58:12 +0000
commite6a8df99a793e5e9e55d90ac070a52ad7a8a5a6c (patch)
treeb934afd2d3ffdcb703d053825f1013a9209f596a /dev-ruby
parentVersion bump. Cleanup (diff)
downloadhistorical-e6a8df99a793e5e9e55d90ac070a52ad7a8a5a6c.tar.gz
historical-e6a8df99a793e5e9e55d90ac070a52ad7a8a5a6c.tar.bz2
historical-e6a8df99a793e5e9e55d90ac070a52ad7a8a5a6c.zip
Version bump for Rails 2.0.4, bug #237385
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/actionmailer/ChangeLog8
-rw-r--r--dev-ruby/actionmailer/actionmailer-2.0.4.ebuild16
-rw-r--r--dev-ruby/actionpack/ChangeLog7
-rw-r--r--dev-ruby/actionpack/actionpack-2.0.4.ebuild16
-rw-r--r--dev-ruby/activerecord/ChangeLog8
-rw-r--r--dev-ruby/activerecord/activerecord-2.0.4.ebuild21
-rw-r--r--dev-ruby/activeresource/ChangeLog8
-rw-r--r--dev-ruby/activeresource/activeresource-2.0.4.ebuild16
-rw-r--r--dev-ruby/activesupport/ChangeLog8
-rw-r--r--dev-ruby/activesupport/activesupport-2.0.4.ebuild16
-rw-r--r--dev-ruby/rails/ChangeLog7
-rw-r--r--dev-ruby/rails/rails-2.0.4.ebuild48
12 files changed, 173 insertions, 6 deletions
diff --git a/dev-ruby/actionmailer/ChangeLog b/dev-ruby/actionmailer/ChangeLog
index 8c9aed24c806..739554a112ef 100644
--- a/dev-ruby/actionmailer/ChangeLog
+++ b/dev-ruby/actionmailer/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-ruby/actionmailer
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.80 2008/07/13 09:02:18 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.81 2008/09/12 05:53:55 graaff Exp $
+
+*actionmailer-2.0.4 (12 Sep 2008)
+
+ 12 Sep 2008; Hans de Graaff <graaff@gentoo.org>
+ +actionmailer-2.0.4.ebuild:
+ Version bump for Rails 2.0.4, bug #237385
13 Jul 2008; Hans de Graaff <graaff@gentoo.org>
-actionmailer-1.2.5.ebuild:
diff --git a/dev-ruby/actionmailer/actionmailer-2.0.4.ebuild b/dev-ruby/actionmailer/actionmailer-2.0.4.ebuild
new file mode 100644
index 000000000000..d819602dfff4
--- /dev/null
+++ b/dev-ruby/actionmailer/actionmailer-2.0.4.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.0.4.ebuild,v 1.1 2008/09/12 05:53:55 graaff Exp $
+
+inherit ruby gems
+
+DESCRIPTION="Framework for designing email-service layers"
+HOMEPAGE="http://rubyforge.org/projects/actionmailer/"
+
+LICENSE="MIT"
+SLOT="2"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND="=dev-ruby/actionpack-2.0.4
+ >=dev-lang/ruby-1.8.5"
diff --git a/dev-ruby/actionpack/ChangeLog b/dev-ruby/actionpack/ChangeLog
index 18ae1ac4ac75..f90942d64212 100644
--- a/dev-ruby/actionpack/ChangeLog
+++ b/dev-ruby/actionpack/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/actionpack
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.81 2008/07/13 09:03:44 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.82 2008/09/12 05:51:12 graaff Exp $
+
+*actionpack-2.0.4 (12 Sep 2008)
+
+ 12 Sep 2008; Hans de Graaff <graaff@gentoo.org> +actionpack-2.0.4.ebuild:
+ Version bump for Rails 2.0.4, bug #237385
13 Jul 2008; Hans de Graaff <graaff@gentoo.org> -actionpack-1.12.5.ebuild:
Belated removal for GLSA 200711-17
diff --git a/dev-ruby/actionpack/actionpack-2.0.4.ebuild b/dev-ruby/actionpack/actionpack-2.0.4.ebuild
new file mode 100644
index 000000000000..37baa3b23aa7
--- /dev/null
+++ b/dev-ruby/actionpack/actionpack-2.0.4.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-2.0.4.ebuild,v 1.1 2008/09/12 05:51:12 graaff Exp $
+
+inherit ruby gems
+
+DESCRIPTION="Eases web-request routing, handling, and response."
+HOMEPAGE="http://rubyforge.org/projects/actionpack/"
+
+LICENSE="MIT"
+SLOT="2"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND=">=dev-lang/ruby-1.8.5
+ =dev-ruby/activesupport-2.0.4"
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog
index cb8db5483b6f..bd171dd776f6 100644
--- a/dev-ruby/activerecord/ChangeLog
+++ b/dev-ruby/activerecord/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-ruby/activerecord
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.79 2008/07/13 09:00:50 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.80 2008/09/12 05:56:06 graaff Exp $
+
+*activerecord-2.0.4 (12 Sep 2008)
+
+ 12 Sep 2008; Hans de Graaff <graaff@gentoo.org>
+ +activerecord-2.0.4.ebuild:
+ Version bump for Rails 2.0.4, bug #237385
13 Jul 2008; Hans de Graaff <graaff@gentoo.org>
-activerecord-1.14.4.ebuild:
diff --git a/dev-ruby/activerecord/activerecord-2.0.4.ebuild b/dev-ruby/activerecord/activerecord-2.0.4.ebuild
new file mode 100644
index 000000000000..be0f6894fa45
--- /dev/null
+++ b/dev-ruby/activerecord/activerecord-2.0.4.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.0.4.ebuild,v 1.1 2008/09/12 05:56:06 graaff Exp $
+
+inherit ruby gems
+
+DESCRIPTION="Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM"
+HOMEPAGE="http://rubyforge.org/projects/activerecord/"
+
+LICENSE="MIT"
+SLOT="2"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="mysql postgres sqlite sqlite3"
+RESTRICT="test"
+
+DEPEND=">=dev-lang/ruby-1.8.5
+ =dev-ruby/activesupport-2.0.4
+ 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 )"
diff --git a/dev-ruby/activeresource/ChangeLog b/dev-ruby/activeresource/ChangeLog
index 0cc144c2362a..5acf6ec52363 100644
--- a/dev-ruby/activeresource/ChangeLog
+++ b/dev-ruby/activeresource/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-ruby/activeresource
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.11 2008/06/17 05:32:38 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.12 2008/09/12 05:48:50 graaff Exp $
+
+*activeresource-2.0.4 (12 Sep 2008)
+
+ 12 Sep 2008; Hans de Graaff <graaff@gentoo.org>
+ +activeresource-2.0.4.ebuild:
+ Version bump for Rails 2.0.4, bug #237385
*activeresource-2.1.0 (17 Jun 2008)
diff --git a/dev-ruby/activeresource/activeresource-2.0.4.ebuild b/dev-ruby/activeresource/activeresource-2.0.4.ebuild
new file mode 100644
index 000000000000..c6f1c64e8a80
--- /dev/null
+++ b/dev-ruby/activeresource/activeresource-2.0.4.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-2.0.4.ebuild,v 1.1 2008/09/12 05:48:50 graaff Exp $
+
+inherit ruby gems
+
+DESCRIPTION="Think Active Record for web resources.."
+HOMEPAGE="http://rubyforge.org/projects/activeresource/"
+
+LICENSE="MIT"
+SLOT="2"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND=">=dev-lang/ruby-1.8.5
+ ~dev-ruby/activesupport-2.0.4"
diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog
index 7d59f9c1e94b..3e72a7ede8ea 100644
--- a/dev-ruby/activesupport/ChangeLog
+++ b/dev-ruby/activesupport/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-ruby/activesupport
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.64 2008/07/13 09:06:06 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.65 2008/09/12 05:45:32 graaff Exp $
+
+*activesupport-2.0.4 (12 Sep 2008)
+
+ 12 Sep 2008; Hans de Graaff <graaff@gentoo.org>
+ +activesupport-2.0.4.ebuild:
+ Version bump for Rails 2.0.4, bug #237385
13 Jul 2008; Hans de Graaff <graaff@gentoo.org>
-activesupport-1.3.1.ebuild:
diff --git a/dev-ruby/activesupport/activesupport-2.0.4.ebuild b/dev-ruby/activesupport/activesupport-2.0.4.ebuild
new file mode 100644
index 000000000000..bf747a54fd39
--- /dev/null
+++ b/dev-ruby/activesupport/activesupport-2.0.4.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-2.0.4.ebuild,v 1.1 2008/09/12 05:45:32 graaff Exp $
+
+inherit ruby gems
+
+DESCRIPTION="Utility Classes and Extension to the Standard Library"
+HOMEPAGE="http://rubyforge.org/projects/activesupport/"
+
+LICENSE="MIT"
+SLOT="2"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND=">=dev-lang/ruby-1.8.5
+ >=dev-ruby/rubygems-0.9.0"
diff --git a/dev-ruby/rails/ChangeLog b/dev-ruby/rails/ChangeLog
index 38c758ad4022..02053a139e7e 100644
--- a/dev-ruby/rails/ChangeLog
+++ b/dev-ruby/rails/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/rails
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.110 2008/07/13 08:58:43 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.111 2008/09/12 05:58:12 graaff Exp $
+
+*rails-2.0.4 (12 Sep 2008)
+
+ 12 Sep 2008; Hans de Graaff <graaff@gentoo.org> +rails-2.0.4.ebuild:
+ Version bump for Rails 2.0.4, bug #237385
13 Jul 2008; Hans de Graaff <graaff@gentoo.org>
-files/1.1.6-deprecate-old-lighttpd.patch, -rails-1.1.6.ebuild,
diff --git a/dev-ruby/rails/rails-2.0.4.ebuild b/dev-ruby/rails/rails-2.0.4.ebuild
new file mode 100644
index 000000000000..919b4b1a6067
--- /dev/null
+++ b/dev-ruby/rails/rails-2.0.4.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-2.0.4.ebuild,v 1.1 2008/09/12 05:58:12 graaff Exp $
+
+inherit ruby gems
+
+DESCRIPTION="ruby on rails is a web-application and persistance framework"
+HOMEPAGE="http://www.rubyonrails.org"
+
+LICENSE="MIT"
+SLOT="2"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+
+IUSE="fastcgi"
+DEPEND=">=dev-lang/ruby-1.8.5
+ >=app-admin/eselect-rails-0.11
+ >=dev-ruby/rake-0.7.2
+ ~dev-ruby/activerecord-2.0.4
+ ~dev-ruby/activeresource-2.0.4
+ ~dev-ruby/activesupport-2.0.4
+ ~dev-ruby/actionmailer-2.0.4
+ ~dev-ruby/actionpack-2.0.4
+ !<dev-ruby/rails-1.1.6-r1"
+
+RDEPEND="${DEPEND}
+ fastcgi? ( >=dev-ruby/ruby-fcgi-0.8.6 )"
+
+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}"
+ mv "${D}/${GEMSDIR}/bin/rails" "${D}/${GEMSDIR}/bin/rails-${PV}"
+}
+
+pkg_postinst() {
+ einfo "To select between slots of rails, use:"
+ einfo "\teselect rails"
+ # Bring users to rails 2.0.x by default when updating
+ eselect rails update 2
+
+ ewarn "All database USE flags have been moved to dev-ruby/activerecord"
+}
+
+pkg_postrm() {
+ # Drop users back to rails 1.2.x when they remove 2.0.x
+ eselect rails update 1.2
+}