diff options
author | Hans de Graaff <graaff@gentoo.org> | 2008-10-24 12:17:16 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2008-10-24 12:17:16 +0000 |
commit | 8844cf2dc228ac45f010131eef3332183b1b6141 (patch) | |
tree | f06389a18931de04920fbf279cbc5c870f1516a0 /dev-ruby | |
parent | Version bump and old version cleanup (diff) | |
download | historical-8844cf2dc228ac45f010131eef3332183b1b6141.tar.gz historical-8844cf2dc228ac45f010131eef3332183b1b6141.tar.bz2 historical-8844cf2dc228ac45f010131eef3332183b1b6141.zip |
Version bump for Rails 2.1.2
Package-Manager: portage-2.1.4.5
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/actionmailer/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/actionmailer/actionmailer-2.1.2.ebuild | 16 | ||||
-rw-r--r-- | dev-ruby/actionpack/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/actionpack/actionpack-2.1.2.ebuild | 16 | ||||
-rw-r--r-- | dev-ruby/activerecord/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-2.1.2.ebuild | 21 | ||||
-rw-r--r-- | dev-ruby/activeresource/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/activeresource/activeresource-2.1.2.ebuild | 16 | ||||
-rw-r--r-- | dev-ruby/activesupport/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/activesupport/activesupport-2.1.2.ebuild | 16 |
10 files changed, 119 insertions, 5 deletions
diff --git a/dev-ruby/actionmailer/ChangeLog b/dev-ruby/actionmailer/ChangeLog index 0ae01c10c1f8..630e9d2390d2 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.83 2008/10/20 19:32:07 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.84 2008/10/24 12:13:47 graaff Exp $ + +*actionmailer-2.1.2 (24 Oct 2008) + + 24 Oct 2008; Hans de Graaff <graaff@gentoo.org> + +actionmailer-2.1.2.ebuild: + Version bump for Rails 2.1.2 *actionmailer-2.0.5 (20 Oct 2008) diff --git a/dev-ruby/actionmailer/actionmailer-2.1.2.ebuild b/dev-ruby/actionmailer/actionmailer-2.1.2.ebuild new file mode 100644 index 000000000000..dbf918bd9e13 --- /dev/null +++ b/dev-ruby/actionmailer/actionmailer-2.1.2.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.1.2.ebuild,v 1.1 2008/10/24 12:13:47 graaff Exp $ + +inherit ruby gems + +DESCRIPTION="Framework for designing email-service layers" +HOMEPAGE="http://rubyforge.org/projects/actionmailer/" + +LICENSE="MIT" +SLOT="2.1" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND="=dev-ruby/actionpack-2.1.2 + >=dev-lang/ruby-1.8.5" diff --git a/dev-ruby/actionpack/ChangeLog b/dev-ruby/actionpack/ChangeLog index 6970b159b091..49b1e52eeada 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.84 2008/10/20 19:30:24 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.85 2008/10/24 12:11:29 graaff Exp $ + +*actionpack-2.1.2 (24 Oct 2008) + + 24 Oct 2008; Hans de Graaff <graaff@gentoo.org> +actionpack-2.1.2.ebuild: + Version bump for Rails 2.1.2 *actionpack-2.0.5 (20 Oct 2008) diff --git a/dev-ruby/actionpack/actionpack-2.1.2.ebuild b/dev-ruby/actionpack/actionpack-2.1.2.ebuild new file mode 100644 index 000000000000..cd7c49c158b1 --- /dev/null +++ b/dev-ruby/actionpack/actionpack-2.1.2.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.1.2.ebuild,v 1.1 2008/10/24 12:11:29 graaff Exp $ + +inherit ruby gems + +DESCRIPTION="Eases web-request routing, handling, and response." +HOMEPAGE="http://rubyforge.org/projects/actionpack/" + +LICENSE="MIT" +SLOT="2.1" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND=">=dev-lang/ruby-1.8.5 + =dev-ruby/activesupport-2.1.2" diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog index 68b61228ba09..77964191467d 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.82 2008/10/20 19:33:47 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.83 2008/10/24 12:17:16 graaff Exp $ + +*activerecord-2.1.2 (24 Oct 2008) + + 24 Oct 2008; Hans de Graaff <graaff@gentoo.org> + +activerecord-2.1.2.ebuild: + Version bump for Rails 2.1.2 *activerecord-2.0.5 (20 Oct 2008) diff --git a/dev-ruby/activerecord/activerecord-2.1.2.ebuild b/dev-ruby/activerecord/activerecord-2.1.2.ebuild new file mode 100644 index 000000000000..d6874dac5dfe --- /dev/null +++ b/dev-ruby/activerecord/activerecord-2.1.2.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.1.2.ebuild,v 1.1 2008/10/24 12:17:16 graaff Exp $ + +inherit ruby gems + +DESCRIPTION="Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM" +HOMEPAGE="http://rubyforge.org/projects/activerecord/" + +LICENSE="MIT" +SLOT="2.1" +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.1.2 + 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 483b44712f8e..45838fdeb92c 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.14 2008/10/20 19:28:48 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.15 2008/10/24 12:09:06 graaff Exp $ + +*activeresource-2.1.2 (24 Oct 2008) + + 24 Oct 2008; Hans de Graaff <graaff@gentoo.org> + +activeresource-2.1.2.ebuild: + Version bump for Rails 2.1.2 *activeresource-2.0.5 (20 Oct 2008) diff --git a/dev-ruby/activeresource/activeresource-2.1.2.ebuild b/dev-ruby/activeresource/activeresource-2.1.2.ebuild new file mode 100644 index 000000000000..9d895ff3b79a --- /dev/null +++ b/dev-ruby/activeresource/activeresource-2.1.2.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.1.2.ebuild,v 1.1 2008/10/24 12:09:06 graaff Exp $ + +inherit ruby gems + +DESCRIPTION="Think Active Record for web resources.." +HOMEPAGE="http://rubyforge.org/projects/activeresource/" + +LICENSE="MIT" +SLOT="2.1" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND=">=dev-lang/ruby-1.8.5 + ~dev-ruby/activesupport-2.1.2" diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog index 5753d5c8e57d..db7b0f25ac3b 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.68 2008/10/20 19:22:43 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.69 2008/10/24 12:06:15 graaff Exp $ + +*activesupport-2.1.2 (24 Oct 2008) + + 24 Oct 2008; Hans de Graaff <graaff@gentoo.org> + +activesupport-2.1.2.ebuild: + Version bump for Rails 2.1.2 *activesupport-2.0.5 (20 Oct 2008) diff --git a/dev-ruby/activesupport/activesupport-2.1.2.ebuild b/dev-ruby/activesupport/activesupport-2.1.2.ebuild new file mode 100644 index 000000000000..0626e9d658c8 --- /dev/null +++ b/dev-ruby/activesupport/activesupport-2.1.2.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.1.2.ebuild,v 1.1 2008/10/24 12:06:15 graaff Exp $ + +inherit ruby gems + +DESCRIPTION="Utility Classes and Extension to the Standard Library" +HOMEPAGE="http://rubyforge.org/projects/activesupport/" + +LICENSE="MIT" +SLOT="2.1" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND=">=dev-lang/ruby-1.8.5 + >=dev-ruby/rubygems-0.9.0" |