| 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/virtual/ruby-threads/ruby-threads-1.ebuild,v 1.6 2012/05/27 13:08:20 maekke Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/virtual/ruby-threads/ruby-threads-1.ebuild,v 1.7 2012/06/25 07:14:24 nativemad Exp $ |
| 4 | |
4 | |
| 5 | EAPI=2 |
5 | EAPI=2 |
| 6 | USE_RUBY="ruby19" |
6 | USE_RUBY="ruby19" |
| 7 | |
7 | |
| 8 | inherit ruby-ng |
8 | inherit ruby-ng |
| … | |
… | |
| 11 | HOMEPAGE="" |
11 | HOMEPAGE="" |
| 12 | SRC_URI="" |
12 | SRC_URI="" |
| 13 | |
13 | |
| 14 | LICENSE="" |
14 | LICENSE="" |
| 15 | SLOT="${USE_RUBY}" |
15 | SLOT="${USE_RUBY}" |
| 16 | KEYWORDS="amd64 arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" |
16 | KEYWORDS="amd64 arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" |
| 17 | IUSE="" |
17 | IUSE="" |
| 18 | |
18 | |
| 19 | RDEPEND="dev-lang/ruby:1.9" |
19 | RDEPEND="dev-lang/ruby:1.9" |
| 20 | |
20 | |
| 21 | pkg_setup() { :; } |
21 | pkg_setup() { :; } |