2012-02-08 10:13:10 +04:00
|
|
|
# Copyright 1999-2012 Gentoo Foundation
|
2011-11-10 11:05:36 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2012-05-05 09:43:27 +04:00
|
|
|
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-poppler/ruby-poppler-1.0.3.ebuild,v 1.6 2012/05/04 18:47:55 jdhore Exp $
|
2011-11-10 11:05:36 +04:00
|
|
|
|
|
|
|
EAPI="2"
|
2012-04-17 00:39:04 +04:00
|
|
|
USE_RUBY="ruby18"
|
2011-11-10 11:05:36 +04:00
|
|
|
|
|
|
|
inherit ruby-ng-gnome2
|
|
|
|
|
|
|
|
DESCRIPTION="Ruby poppler-glib bindings"
|
2012-04-18 13:58:38 +04:00
|
|
|
KEYWORDS="amd64 ~ppc x86"
|
2011-11-10 11:05:36 +04:00
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
RDEPEND="${RDEPEND}
|
|
|
|
app-text/poppler[cairo]"
|
|
|
|
DEPEND="${DEPEND}
|
|
|
|
app-text/poppler[cairo]
|
2012-05-05 09:43:27 +04:00
|
|
|
virtual/pkgconfig"
|
2011-11-10 11:05:36 +04:00
|
|
|
|
|
|
|
ruby_add_rdepend "dev-ruby/ruby-gdkpixbuf2
|
|
|
|
>=dev-ruby/ruby-glib2-${PV}
|
|
|
|
>=dev-ruby/ruby-gtk2-${PV}"
|