| 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-ruby/eruby/eruby-1.0.5-r1.ebuild,v 1.5 2007/01/21 08:03:17 pclouds Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/dev-ruby/eruby/eruby-1.0.5-r1.ebuild,v 1.6 2007/03/09 14:52:19 tgall Exp $ |
| 4 | |
4 | |
| 5 | RUBY_BUG_145222=yes |
5 | RUBY_BUG_145222=yes |
| 6 | inherit ruby |
6 | inherit ruby |
| 7 | |
7 | |
| 8 | IUSE="vim-syntax examples" |
8 | IUSE="vim-syntax examples" |
| … | |
… | |
| 10 | DESCRIPTION="eRuby interprets a Ruby code embedded text file" |
10 | DESCRIPTION="eRuby interprets a Ruby code embedded text file" |
| 11 | HOMEPAGE="http://www.modruby.net/" |
11 | HOMEPAGE="http://www.modruby.net/" |
| 12 | SRC_URI="http://www.modruby.net/archive/${P}.tar.gz" |
12 | SRC_URI="http://www.modruby.net/archive/${P}.tar.gz" |
| 13 | LICENSE="GPL-2 LGPL-2.1" |
13 | LICENSE="GPL-2 LGPL-2.1" |
| 14 | SLOT="0" |
14 | SLOT="0" |
| 15 | KEYWORDS="alpha ~amd64 hppa ia64 ~mips ppc sparc x86" |
15 | KEYWORDS="alpha ~amd64 hppa ia64 ~mips ppc ~ppc64 sparc x86" |
| 16 | DEPEND="virtual/ruby" |
16 | DEPEND="virtual/ruby" |
| 17 | PDEPEND="vim-syntax? ( app-vim/eruby-syntax )" |
17 | PDEPEND="vim-syntax? ( app-vim/eruby-syntax )" |
| 18 | USE_RUBY="ruby16 ruby18" # doesn't build on ruby19 |
18 | USE_RUBY="ruby16 ruby18" # doesn't build on ruby19 |
| 19 | |
19 | |
| 20 | src_compile() { |
20 | src_compile() { |