| 1 |
graaff |
1.1 |
# Copyright 1999-2012 Gentoo Foundation |
| 2 |
|
|
# Distributed under the terms of the GNU General Public License v2 |
| 3 |
|
|
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-glib2/ruby-glib2-1.1.4.ebuild,v 1.1 2012/08/18 07:31:00 graaff Exp $ |
| 4 |
|
|
|
| 5 |
|
|
EAPI=4 |
| 6 |
|
|
USE_RUBY="ruby18 ree18 ruby19" |
| 7 |
|
|
|
| 8 |
|
|
inherit ruby-ng-gnome2 |
| 9 |
|
|
|
| 10 |
|
|
DESCRIPTION="Ruby Glib2 bindings" |
| 11 |
|
|
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" |
| 12 |
|
|
IUSE="" |
| 13 |
|
|
RDEPEND="${RDEPEND} >=dev-libs/glib-2" |
| 14 |
|
|
DEPEND="${DEPEND} |
| 15 |
|
|
>=dev-libs/glib-2" |
| 16 |
|
|
|
| 17 |
|
|
each_ruby_configure() { |
| 18 |
|
|
${RUBY} extconf.rb || die "extconf.rb failed" |
| 19 |
|
|
} |