dev-ruby/pdf-inspector: Add ruby23, drop ~ia64, ~ppc, ~sparc keywords
authorManuel Rüger <mrueg@gentoo.org>
Sun, 22 Jan 2017 01:40:53 +0000 (02:40 +0100)
committerManuel Rüger <mrueg@gentoo.org>
Sun, 22 Jan 2017 01:40:53 +0000 (02:40 +0100)
Package-Manager: portage-2.3.3

dev-ruby/pdf-inspector/pdf-inspector-1.2.1-r1.ebuild [new file with mode: 0644]

diff --git a/dev-ruby/pdf-inspector/pdf-inspector-1.2.1-r1.ebuild b/dev-ruby/pdf-inspector/pdf-inspector-1.2.1-r1.ebuild
new file mode 100644 (file)
index 0000000..62e16a1
--- /dev/null
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A tool for analyzing PDF output"
+HOMEPAGE="https://github.com/prawnpdf/pdf-inspector"
+
+LICENSE="|| ( Ruby GPL-2 GPL-3 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~x86"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/pdf-reader-1.0"