1 | # Copyright 1999-2010 Gentoo Foundation |
1 | # Copyright 1999-2011 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/amstd/Attic/amstd-2.0.0-r2.ebuild,v 1.1 2010/06/12 20:26:15 graaff Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/dev-ruby/amstd/Attic/amstd-2.0.0-r2.ebuild,v 1.2 2011/11/28 11:51:49 phajdan.jr Exp $ |
4 | |
4 | |
5 | EAPI=2 |
5 | EAPI=2 |
6 | USE_RUBY="ruby18" |
6 | USE_RUBY="ruby18" |
7 | |
7 | |
8 | inherit ruby-ng |
8 | inherit ruby-ng |
… | |
… | |
11 | HOMEPAGE="http://www.loveruby.net/en/amstd.html" |
11 | HOMEPAGE="http://www.loveruby.net/en/amstd.html" |
12 | SRC_URI="http://www.loveruby.net/archive/amstd/${P}.tar.gz" |
12 | SRC_URI="http://www.loveruby.net/archive/amstd/${P}.tar.gz" |
13 | |
13 | |
14 | LICENSE="LGPL-2.1" |
14 | LICENSE="LGPL-2.1" |
15 | SLOT="0" |
15 | SLOT="0" |
16 | KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" |
16 | KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86" |
17 | |
17 | |
18 | IUSE="" |
18 | IUSE="" |
19 | |
19 | |
20 | each_ruby_configure() { |
20 | each_ruby_configure() { |
21 | ${RUBY} install.rb config --prefix=/usr || die "config failed" |
21 | ${RUBY} install.rb config --prefix=/usr || die "config failed" |