| 1 | # Copyright 1999-2010 Gentoo Foundation |
1 | # Copyright 1999-2010 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.13 2010/05/22 15:11:59 flameeyes Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/dev-ruby/eruby/eruby-1.0.5-r1.ebuild,v 1.14 2010/10/19 05:39:35 leio Exp $ |
| 4 | |
4 | |
| 5 | inherit ruby |
5 | inherit ruby |
| 6 | |
6 | |
| 7 | IUSE="vim-syntax examples" |
7 | IUSE="vim-syntax examples" |
| 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 hppa ia64 mips ppc ppc64 sparc x86 ~x86-fbsd" |
14 | KEYWORDS="alpha ~amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" |
| 15 | PDEPEND="vim-syntax? ( app-vim/eruby-syntax )" |
15 | PDEPEND="vim-syntax? ( app-vim/eruby-syntax )" |
| 16 | USE_RUBY="ruby18" # doesn't build on |
16 | USE_RUBY="ruby18" # doesn't build on |
| 17 | |
17 | |
| 18 | src_unpack() { |
18 | src_unpack() { |
| 19 | unpack ${A} |
19 | unpack ${A} |