Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 198555 | Differences between
and this patch

Collapse All | Expand All

(-)rails-1.2.5.ebuild.old (-6 / +2 lines)
Lines 11-17 Link Here
11
SLOT="1.2"
11
SLOT="1.2"
12
KEYWORDS="amd64 ia64 ppc sparc x86 ~x86-fbsd"
12
KEYWORDS="amd64 ia64 ppc sparc x86 ~x86-fbsd"
13
13
14
IUSE="mysql sqlite sqlite3 postgres 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
16
        app-admin/eselect-rails
17
        >=dev-ruby/rake-0.7.2
17
        >=dev-ruby/rake-0.7.2
Lines 23-33 Link Here
23
        !<dev-ruby/rails-1.1.6-r1"
23
        !<dev-ruby/rails-1.1.6-r1"
24
24
25
RDEPEND="${DEPEND}
25
RDEPEND="${DEPEND}
26
        fastcgi? ( >=dev-ruby/ruby-fcgi-0.8.6 )
26
        fastcgi? ( >=dev-ruby/ruby-fcgi-0.8.6 )"
27
        sqlite? ( >=dev-ruby/sqlite-ruby-2.2.2 )
28
        sqlite3? ( dev-ruby/sqlite3-ruby )
29
        mysql? ( >=dev-ruby/mysql-ruby-2.7 )
30
        postgres? ( >=dev-ruby/ruby-postgres-0.7.1 )"
31
27
32
src_install() {
28
src_install() {
33
        gems_src_install
29
        gems_src_install

Return to bug 198555