24 lines
627 B
Bash
24 lines
627 B
Bash
# Copyright 1999-2012 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pdf-inspector/pdf-inspector-1.0.2.ebuild,v 1.1 2012/12/01 15:26:44 graaff Exp $
|
|
|
|
EAPI=5
|
|
|
|
USE_RUBY="ruby18 ruby19 ree18 jruby"
|
|
|
|
RUBY_FAKEGEM_TASK_TEST=""
|
|
|
|
RUBY_FAKEGEM_TASK_DOC=""
|
|
RUBY_FAKEGEM_EXTRADOC="CHANGELOG README"
|
|
|
|
inherit ruby-fakegem
|
|
|
|
DESCRIPTION=" A tool for analyzing PDF output."
|
|
HOMEPAGE="http://github.com/sandal/pdf-inspector"
|
|
|
|
LICENSE="|| ( Ruby GPL-2 GPL-3 )"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
|
|
IUSE=""
|
|
|
|
ruby_add_rdepend ">=dev-ruby/pdf-reader-0.9.0"
|