commit:     8c9e08cb380f61fa54c83f234ffb81af74b36d94
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 22 01:56:25 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Jan 22 01:56:25 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c9e08cb

dev-ruby/pdf-core: Add ruby23, drop ~ia64, ~ppc, ~sparc keywords

Also unrestrict versions of pdf-inspector as test dep a bit

Package-Manager: portage-2.3.3

 dev-ruby/pdf-core/pdf-core-0.6.1-r1.ebuild | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/dev-ruby/pdf-core/pdf-core-0.6.1-r1.ebuild 
b/dev-ruby/pdf-core/pdf-core-0.6.1-r1.ebuild
new file mode 100644
index 00000000..48fe1a9
--- /dev/null
+++ b/dev-ruby/pdf-core/pdf-core-0.6.1-r1.ebuild
@@ -0,0 +1,28 @@
+# 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_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Implements low level PDF features for Prawn"
+HOMEPAGE="https://github.com/prawnpdf/pdf-core/";
+
+LICENSE="|| ( Ruby GPL-2 GPL-3 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~x86"
+IUSE="test"
+
+ruby_add_bdepend "test? ( =dev-ruby/pdf-inspector-1*
+       >=dev-ruby/pdf-reader-1.2 =dev-ruby/pdf-reader-1* )"
+
+all_ruby_prepare() {
+       sed -i -e "/[Bb]undler/d" spec/spec_helper.rb || die
+}

Reply via email to