| 1 | # Copyright 1999-2006 Gentoo Foundation |
1 | # Copyright 1999-2006 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.2 2006/12/08 10:02:40 opfer Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/dev-ruby/eruby/eruby-1.0.5-r1.ebuild,v 1.3 2006/12/20 18:55:16 jer Exp $ |
| 4 | |
4 | |
| 5 | inherit ruby |
5 | inherit ruby |
| 6 | |
6 | |
| 7 | IUSE="vim-syntax" |
7 | IUSE="vim-syntax" |
| 8 | |
8 | |
| 9 | DESCRIPTION="eRuby interprets a Ruby code embedded text file" |
9 | DESCRIPTION="eRuby interprets a Ruby code embedded text file" |
| 10 | HOMEPAGE="http://www.modruby.net/" |
10 | HOMEPAGE="http://www.modruby.net/" |
| 11 | SRC_URI="http://www.modruby.net/archive/${P}.tar.gz" |
11 | SRC_URI="http://www.modruby.net/archive/${P}.tar.gz" |
| 12 | LICENSE="GPL-2 LGPL-2.1" |
12 | LICENSE="GPL-2 LGPL-2.1" |
| 13 | SLOT="0" |
13 | SLOT="0" |
| 14 | KEYWORDS="alpha ~amd64 ia64 ~mips ~ppc sparc x86" |
14 | KEYWORDS="alpha ~amd64 hppa ia64 ~mips ~ppc sparc x86" |
| 15 | DEPEND="virtual/ruby" |
15 | DEPEND="virtual/ruby" |
| 16 | PDEPEND="vim-syntax? ( app-vim/eruby-syntax )" |
16 | PDEPEND="vim-syntax? ( app-vim/eruby-syntax )" |
| 17 | USE_RUBY="ruby16 ruby18" # doesn't build on ruby19 |
17 | USE_RUBY="ruby16 ruby18" # doesn't build on ruby19 |
| 18 | |
18 | |
| 19 | src_compile() { |
19 | src_compile() { |