2015-07-05 17:08:26 +03:00
|
|
|
# Copyright 1999-2015 Gentoo Foundation
|
2013-12-06 18:44:25 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-08-10 23:59:40 +03:00
|
|
|
# $Id$
|
2013-12-06 18:44:25 +04:00
|
|
|
|
|
|
|
EAPI=5
|
2015-07-05 17:08:26 +03:00
|
|
|
USE_RUBY="ruby19 ruby20 ruby21 ruby22"
|
2013-12-06 18:44:25 +04:00
|
|
|
|
|
|
|
inherit ruby-ng-gnome2
|
|
|
|
|
|
|
|
DESCRIPTION="Ruby GDK-3.x bindings"
|
2015-07-10 10:59:00 +03:00
|
|
|
KEYWORDS="~amd64 ~ppc ~x86"
|
2013-12-06 18:44:25 +04:00
|
|
|
IUSE=""
|
|
|
|
|
2015-07-05 17:08:26 +03:00
|
|
|
DEPEND+=" x11-libs/gtk+:3"
|
|
|
|
RDEPEND+=" x11-libs/gtk+:3"
|
2013-12-06 18:44:25 +04:00
|
|
|
|
|
|
|
ruby_add_bdepend ">=dev-ruby/ruby-glib2-${PV}"
|
|
|
|
ruby_add_rdepend ">=dev-ruby/ruby-gdkpixbuf2-${PV}
|
|
|
|
>=dev-ruby/ruby-atk-${PV}
|
2015-07-05 17:08:26 +03:00
|
|
|
>=dev-ruby/ruby-cairo-gobject-${PV}
|
2013-12-06 18:44:25 +04:00
|
|
|
>=dev-ruby/ruby-pango-${PV}"
|
2015-07-05 17:08:26 +03:00
|
|
|
|
|
|
|
each_ruby_configure() {
|
|
|
|
:
|
|
|
|
}
|
|
|
|
|
|
|
|
each_ruby_compile() {
|
|
|
|
:
|
|
|
|
}
|
|
|
|
|
|
|
|
each_ruby_install() {
|
|
|
|
each_fakegem_install
|
|
|
|
}
|