You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
684 B
27 lines
684 B
# Copyright 1999-2014 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gnome2/ruby-gnome2-1.1.8.ebuild,v 1.6 2014/05/21 01:33:15 mrueg Exp $
|
|
|
|
EAPI=4
|
|
USE_RUBY="ruby19"
|
|
|
|
inherit ruby-ng
|
|
|
|
DESCRIPTION="Ruby Gnome2 bindings"
|
|
HOMEPAGE="http://ruby-gnome2.sourceforge.jp/"
|
|
SRC_URI=""
|
|
|
|
LICENSE="Ruby"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 ppc x86"
|
|
IUSE=""
|
|
|
|
ruby_add_rdepend ">=dev-ruby/ruby-gio2-${PV}
|
|
>=dev-ruby/ruby-goocanvas-${PV}
|
|
>=dev-ruby/ruby-gstreamer-${PV}
|
|
>=dev-ruby/ruby-gtk2-${PV}
|
|
>=dev-ruby/ruby-gtksourceview-${PV}
|
|
>=dev-ruby/ruby-poppler-${PV}
|
|
>=dev-ruby/ruby-rsvg-${PV}
|
|
>=dev-ruby/ruby-vte-${PV}"
|