| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 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.9.3_p125.ebuild,v 1.4 2012/05/27 17:54:00 maekke Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.9.3_p125.ebuild,v 1.5 2012/06/25 07:06:31 nativemad Exp $ |
| 4 | |
4 | |
| 5 | EAPI=2 |
5 | EAPI=2 |
| 6 | |
6 | |
| 7 | #PATCHSET= |
7 | #PATCHSET= |
| 8 | |
8 | |
| … | |
… | |
| 32 | HOMEPAGE="http://www.ruby-lang.org/" |
32 | HOMEPAGE="http://www.ruby-lang.org/" |
| 33 | SRC_URI="mirror://ruby/1.9/${MY_P}.tar.bz2 |
33 | SRC_URI="mirror://ruby/1.9/${MY_P}.tar.bz2 |
| 34 | http://dev.gentoo.org/~flameeyes/ruby-team/${PN}-patches-${PATCHSET}.tar.bz2" |
34 | http://dev.gentoo.org/~flameeyes/ruby-team/${PN}-patches-${PATCHSET}.tar.bz2" |
| 35 | |
35 | |
| 36 | LICENSE="|| ( Ruby BSD-2 )" |
36 | LICENSE="|| ( Ruby BSD-2 )" |
| 37 | KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" |
37 | KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" |
| 38 | IUSE="berkdb debug doc examples gdbm ipv6 +rdoc rubytests socks5 ssl tk xemacs ncurses +readline +yaml" #libedit |
38 | IUSE="berkdb debug doc examples gdbm ipv6 +rdoc rubytests socks5 ssl tk xemacs ncurses +readline +yaml" #libedit |
| 39 | |
39 | |
| 40 | # libedit support is removed everywhere because of this upstream bug: |
40 | # libedit support is removed everywhere because of this upstream bug: |
| 41 | # http://redmine.ruby-lang.org/issues/show/3698 |
41 | # http://redmine.ruby-lang.org/issues/show/3698 |
| 42 | |
42 | |