diff options
author | Hans de Graaff <graaff@gentoo.org> | 2009-09-26 19:53:02 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2009-09-26 19:53:02 +0000 |
commit | 41a384281ee477c76074150fbef6d13af26e61ce (patch) | |
tree | 1bed7f634bd02c92dcf63b7b84b9d5c09180533a /dev-ruby | |
parent | Version bump (diff) | |
download | historical-41a384281ee477c76074150fbef6d13af26e61ce.tar.gz historical-41a384281ee477c76074150fbef6d13af26e61ce.tar.bz2 historical-41a384281ee477c76074150fbef6d13af26e61ce.zip |
Remove insecure versions, bug 283396.
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/actionmailer/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/actionmailer/actionmailer-2.3.2.ebuild | 17 | ||||
-rw-r--r-- | dev-ruby/actionmailer/actionmailer-2.3.3.ebuild | 18 | ||||
-rw-r--r-- | dev-ruby/actionpack/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/actionpack/actionpack-2.3.2.ebuild | 17 | ||||
-rw-r--r-- | dev-ruby/actionpack/actionpack-2.3.3.ebuild | 19 | ||||
-rw-r--r-- | dev-ruby/activerecord/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-2.3.2.ebuild | 22 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-2.3.3.ebuild | 22 | ||||
-rw-r--r-- | dev-ruby/activeresource/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/activeresource/activeresource-2.3.2.ebuild | 17 | ||||
-rw-r--r-- | dev-ruby/activeresource/activeresource-2.3.3.ebuild | 18 | ||||
-rw-r--r-- | dev-ruby/activesupport/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/activesupport/activesupport-2.3.2.ebuild | 16 | ||||
-rw-r--r-- | dev-ruby/activesupport/activesupport-2.3.3.ebuild | 17 | ||||
-rw-r--r-- | dev-ruby/rails/ChangeLog | 9 | ||||
-rw-r--r-- | dev-ruby/rails/rails-2.3.2.ebuild | 47 | ||||
-rw-r--r-- | dev-ruby/rails/rails-2.3.3.ebuild | 47 |
18 files changed, 33 insertions, 283 deletions
diff --git a/dev-ruby/actionmailer/ChangeLog b/dev-ruby/actionmailer/ChangeLog index 05f08608acd9..4e25813b644f 100644 --- a/dev-ruby/actionmailer/ChangeLog +++ b/dev-ruby/actionmailer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/actionmailer # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.113 2009/09/25 18:22:05 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.114 2009/09/26 19:49:32 graaff Exp $ + + 26 Sep 2009; Hans de Graaff <graaff@gentoo.org> + -actionmailer-2.3.2.ebuild, -actionmailer-2.3.3.ebuild: + Remove insecure versions, bug 283396. 25 Sep 2009; Brent Baude <ranger@gentoo.org> actionmailer-2.3.4.ebuild: Marking actionmailer-2.3.4 ppc64 stable for bug 283396 diff --git a/dev-ruby/actionmailer/actionmailer-2.3.2.ebuild b/dev-ruby/actionmailer/actionmailer-2.3.2.ebuild deleted file mode 100644 index 993eccb27fb7..000000000000 --- a/dev-ruby/actionmailer/actionmailer-2.3.2.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.2.ebuild,v 1.7 2009/05/28 16:08:48 armin76 Exp $ - -inherit ruby gems -USE_RUBY="ruby18 ruby19" - -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" -IUSE="" - -DEPEND="~dev-ruby/actionpack-2.3.2 - >=dev-lang/ruby-1.8.6" diff --git a/dev-ruby/actionmailer/actionmailer-2.3.3.ebuild b/dev-ruby/actionmailer/actionmailer-2.3.3.ebuild deleted file mode 100644 index 53a0b4d3ecd9..000000000000 --- a/dev-ruby/actionmailer/actionmailer-2.3.3.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.3.3.ebuild,v 1.3 2009/08/16 14:29:52 armin76 Exp $ - -inherit ruby gems -USE_RUBY="ruby18 ruby19" - -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" -IUSE="" - -DEPEND="~dev-ruby/actionpack-2.3.3 - >=dev-lang/ruby-1.8.6" -RDEPEND="${DEPEND}" diff --git a/dev-ruby/actionpack/ChangeLog b/dev-ruby/actionpack/ChangeLog index 8c6ca9dec3f3..3a2490cf2f0a 100644 --- a/dev-ruby/actionpack/ChangeLog +++ b/dev-ruby/actionpack/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/actionpack # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.119 2009/09/25 18:22:36 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.120 2009/09/26 19:50:17 graaff Exp $ + + 26 Sep 2009; Hans de Graaff <graaff@gentoo.org> -actionpack-2.3.2.ebuild, + -actionpack-2.3.3.ebuild: + Remove insecure versions, bug 283396. 25 Sep 2009; Brent Baude <ranger@gentoo.org> actionpack-2.3.4.ebuild: Marking actionpack-2.3.4 ppc64 stable for bug 283396 diff --git a/dev-ruby/actionpack/actionpack-2.3.2.ebuild b/dev-ruby/actionpack/actionpack-2.3.2.ebuild deleted file mode 100644 index 5732a796ec0d..000000000000 --- a/dev-ruby/actionpack/actionpack-2.3.2.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.2.ebuild,v 1.7 2009/05/28 16:08:09 armin76 Exp $ - -inherit ruby gems -USE_RUBY="ruby18 ruby19" - -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" -IUSE="" - -DEPEND=">=dev-lang/ruby-1.8.6 - =dev-ruby/activesupport-2.3.2" diff --git a/dev-ruby/actionpack/actionpack-2.3.3.ebuild b/dev-ruby/actionpack/actionpack-2.3.3.ebuild deleted file mode 100644 index ce29bddb3699..000000000000 --- a/dev-ruby/actionpack/actionpack-2.3.3.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.3.ebuild,v 1.3 2009/08/16 14:28:29 armin76 Exp $ - -inherit ruby gems -USE_RUBY="ruby18 ruby19" - -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" -IUSE="" - -DEPEND=">=dev-lang/ruby-1.8.6 - =dev-ruby/activesupport-2.3.3 - =dev-ruby/rack-1.0*" -RDEPEND="${DEPEND}" diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog index 129704427742..713221e973b1 100644 --- a/dev-ruby/activerecord/ChangeLog +++ b/dev-ruby/activerecord/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/activerecord # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.110 2009/09/25 18:20:35 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.111 2009/09/26 19:48:36 graaff Exp $ + + 26 Sep 2009; Hans de Graaff <graaff@gentoo.org> + -activerecord-2.3.2.ebuild, -activerecord-2.3.3.ebuild: + Remove insecure versions, bug 283396. 25 Sep 2009; Brent Baude <ranger@gentoo.org> activerecord-2.3.4.ebuild: Marking activerecord-2.3.4 ppc64 stable for bug 283396 diff --git a/dev-ruby/activerecord/activerecord-2.3.2.ebuild b/dev-ruby/activerecord/activerecord-2.3.2.ebuild deleted file mode 100644 index f18bbefba3ce..000000000000 --- a/dev-ruby/activerecord/activerecord-2.3.2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.2.ebuild,v 1.7 2009/05/28 16:09:30 armin76 Exp $ - -inherit ruby gems -USE_RUBY="ruby18 ruby19" - -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" -RESTRICT="test" - -DEPEND=">=dev-lang/ruby-1.8.6 - ~dev-ruby/activesupport-2.3.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/activerecord/activerecord-2.3.3.ebuild b/dev-ruby/activerecord/activerecord-2.3.3.ebuild deleted file mode 100644 index b11f7952f7e4..000000000000 --- a/dev-ruby/activerecord/activerecord-2.3.3.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.3.ebuild,v 1.1 2009/07/22 07:08:10 graaff Exp $ - -inherit ruby gems -USE_RUBY="ruby18 ruby19" - -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-2.3.3" -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 )" diff --git a/dev-ruby/activeresource/ChangeLog b/dev-ruby/activeresource/ChangeLog index 412c09d591a3..4cac01ba40bc 100644 --- a/dev-ruby/activeresource/ChangeLog +++ b/dev-ruby/activeresource/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/activeresource # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.41 2009/09/25 18:21:05 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.42 2009/09/26 19:51:06 graaff Exp $ + + 26 Sep 2009; Hans de Graaff <graaff@gentoo.org> + -activeresource-2.3.2.ebuild, -activeresource-2.3.3.ebuild: + Remove insecure versions, bug 283396. 25 Sep 2009; Brent Baude <ranger@gentoo.org> activeresource-2.3.4.ebuild: Marking activeresource-2.3.4 ppc64 stable for bug 283396 diff --git a/dev-ruby/activeresource/activeresource-2.3.2.ebuild b/dev-ruby/activeresource/activeresource-2.3.2.ebuild deleted file mode 100644 index e2e38c468c4c..000000000000 --- a/dev-ruby/activeresource/activeresource-2.3.2.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.2.ebuild,v 1.7 2009/05/28 16:07:22 armin76 Exp $ - -inherit ruby gems -USE_RUBY="ruby18 ruby19" - -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" -IUSE="" - -DEPEND=">=dev-lang/ruby-1.8.6 - ~dev-ruby/activesupport-2.3.2" diff --git a/dev-ruby/activeresource/activeresource-2.3.3.ebuild b/dev-ruby/activeresource/activeresource-2.3.3.ebuild deleted file mode 100644 index a9986ad086e2..000000000000 --- a/dev-ruby/activeresource/activeresource-2.3.3.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.3.ebuild,v 1.1 2009/07/22 06:44:31 graaff Exp $ - -inherit ruby gems -USE_RUBY="ruby18 ruby19" - -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" -IUSE="" - -DEPEND=">=dev-lang/ruby-1.8.6 - ~dev-ruby/activesupport-2.3.3" -RDEPEND="${DEPEND}" diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog index e031c685a2fb..51f5d9f66013 100644 --- a/dev-ruby/activesupport/ChangeLog +++ b/dev-ruby/activesupport/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/activesupport # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.95 2009/09/25 18:21:35 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.96 2009/09/26 19:53:02 graaff Exp $ + + 26 Sep 2009; Hans de Graaff <graaff@gentoo.org> + -activesupport-2.3.2.ebuild, -activesupport-2.3.3.ebuild: + Remove insecure versions, bug 283396. 25 Sep 2009; Brent Baude <ranger@gentoo.org> activesupport-2.3.4.ebuild: Marking activesupport-2.3.4 ppc64 stable for bug 283396 diff --git a/dev-ruby/activesupport/activesupport-2.3.2.ebuild b/dev-ruby/activesupport/activesupport-2.3.2.ebuild deleted file mode 100644 index f87067ac8e64..000000000000 --- a/dev-ruby/activesupport/activesupport-2.3.2.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.2.ebuild,v 1.7 2009/05/28 16:06:42 armin76 Exp $ - -inherit ruby gems -USE_RUBY="ruby18 ruby19" - -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" diff --git a/dev-ruby/activesupport/activesupport-2.3.3.ebuild b/dev-ruby/activesupport/activesupport-2.3.3.ebuild deleted file mode 100644 index e0112bdfcbf7..000000000000 --- a/dev-ruby/activesupport/activesupport-2.3.3.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.3.ebuild,v 1.1 2009/07/22 06:39:54 graaff Exp $ - -inherit ruby gems -USE_RUBY="ruby18 ruby19" - -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}" diff --git a/dev-ruby/rails/ChangeLog b/dev-ruby/rails/ChangeLog index 244e8d7d0e9e..9dd62c7fca56 100644 --- a/dev-ruby/rails/ChangeLog +++ b/dev-ruby/rails/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-ruby/rails # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.148 2009/09/25 18:20:04 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.149 2009/09/26 19:47:35 graaff Exp $ + + 26 Sep 2009; Hans de Graaff <graaff@gentoo.org> -rails-2.3.2.ebuild, + -rails-2.3.3.ebuild: + Remove insecure versions, bug 283396. + + 26 Sep 2009; Hans de Graaff <graaff@gentoo.org> ChangeLog: + Remove insecure versions, bug 283396. 25 Sep 2009; Brent Baude <ranger@gentoo.org> rails-2.3.4.ebuild: Marking rails-2.3.4 ppc64 stable for bug 283396 diff --git a/dev-ruby/rails/rails-2.3.2.ebuild b/dev-ruby/rails/rails-2.3.2.ebuild deleted file mode 100644 index 536f33702a66..000000000000 --- a/dev-ruby/rails/rails-2.3.2.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-2.3.2.ebuild,v 1.7 2009/05/28 16:10:52 armin76 Exp $ - -inherit ruby gems -USE_RUBY="ruby18 ruby19" - -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-2.3.2 - ~dev-ruby/activeresource-2.3.2 - ~dev-ruby/activesupport-2.3.2 - ~dev-ruby/actionmailer-2.3.2 - ~dev-ruby/actionpack-2.3.2" - -RDEPEND="${DEPEND} - fastcgi? ( >=dev-ruby/ruby-fcgi-0.8.6 ) - >=dev-ruby/rubygems-1.3.1" - -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 -} diff --git a/dev-ruby/rails/rails-2.3.3.ebuild b/dev-ruby/rails/rails-2.3.3.ebuild deleted file mode 100644 index 14d8225210e5..000000000000 --- a/dev-ruby/rails/rails-2.3.3.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-2.3.3.ebuild,v 1.3 2009/08/16 14:31:02 armin76 Exp $ - -inherit ruby gems -USE_RUBY="ruby18 ruby19" - -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-2.3.3 - ~dev-ruby/activeresource-2.3.3 - ~dev-ruby/activesupport-2.3.3 - ~dev-ruby/actionmailer-2.3.3 - ~dev-ruby/actionpack-2.3.3" - -RDEPEND="${DEPEND} - fastcgi? ( >=dev-ruby/ruby-fcgi-0.8.6 ) - >=dev-ruby/rubygems-1.3.1" - -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 -} |