| 1 | # Copyright 1999-2009 Gentoo Foundation |
1 | # Copyright 1999-2009 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/Attic/rails-2.1.2-r1.ebuild,v 1.2 2009/01/04 16:15:18 maekke Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/Attic/rails-2.1.2-r1.ebuild,v 1.3 2009/01/07 15:37:54 ranger Exp $ |
| 4 | |
4 | |
| 5 | inherit ruby gems |
5 | inherit ruby gems |
| 6 | |
6 | |
| 7 | DESCRIPTION="ruby on rails is a web-application and persistance framework" |
7 | DESCRIPTION="ruby on rails is a web-application and persistance framework" |
| 8 | HOMEPAGE="http://www.rubyonrails.org" |
8 | HOMEPAGE="http://www.rubyonrails.org" |
| 9 | |
9 | |
| 10 | LICENSE="MIT" |
10 | LICENSE="MIT" |
| 11 | SLOT="2.1" |
11 | SLOT="2.1" |
| 12 | KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" |
12 | KEYWORDS="amd64 ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd" |
| 13 | |
13 | |
| 14 | IUSE="fastcgi" |
14 | IUSE="fastcgi" |
| 15 | DEPEND=">=dev-lang/ruby-1.8.5 |
15 | DEPEND=">=dev-lang/ruby-1.8.5 |
| 16 | >=app-admin/eselect-rails-0.14 |
16 | >=app-admin/eselect-rails-0.14 |
| 17 | >=dev-ruby/rake-0.8.1 |
17 | >=dev-ruby/rake-0.8.1 |