|
Lines 1-6
Link Here
|
| 1 |
# Copyright 1999-2007 Gentoo Foundation |
1 |
# Copyright 1999-2007 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-lang/ruby/ruby-1.8.6-r1.ebuild,v 1.9 2007/06/14 13:27:01 angelos Exp $ |
3 |
# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.8.6-r1.ebuild,v 1.12 2007/06/21 19:04:11 ferdy Exp $ |
| 4 |
|
4 |
|
| 5 |
WANT_AUTOCONF="latest" |
5 |
WANT_AUTOCONF="latest" |
| 6 |
WANT_AUTOMAKE="latest" |
6 |
WANT_AUTOMAKE="latest" |
|
Lines 17-23
Link Here
|
| 17 |
|
17 |
|
| 18 |
LICENSE="Ruby" |
18 |
LICENSE="Ruby" |
| 19 |
SLOT="1.8" |
19 |
SLOT="1.8" |
| 20 |
KEYWORDS="alpha amd64 ~arm hppa ia64 mips ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd" |
20 |
KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 mips ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd ~x86 ~x86-fbsd" |
| 21 |
IUSE="debug doc examples ipv6 rubytests socks5 threads tk" # cjk |
21 |
IUSE="debug doc examples ipv6 rubytests socks5 threads tk" # cjk |
| 22 |
RESTRICT="confcache" |
22 |
RESTRICT="confcache" |
| 23 |
|
23 |
|
|
Lines 55-60
Link Here
|
| 55 |
eautoreconf |
55 |
eautoreconf |
| 56 |
|
56 |
|
| 57 |
epatch ${FILESDIR}/${P}-exit-status.patch |
57 |
epatch ${FILESDIR}/${P}-exit-status.patch |
|
|
58 |
|
| 59 |
cd "${S}/ext/dl" |
| 60 |
epatch ${FILESDIR}/ruby-patch.diff |
| 58 |
} |
61 |
} |
| 59 |
|
62 |
|
| 60 |
src_compile() { |
63 |
src_compile() { |