dev-ruby/prawn: cleanup
authorHans de Graaff <graaff@gentoo.org>
Wed, 24 Jan 2018 16:26:56 +0000 (17:26 +0100)
committerHans de Graaff <graaff@gentoo.org>
Wed, 24 Jan 2018 16:43:05 +0000 (17:43 +0100)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

dev-ruby/prawn/Manifest
dev-ruby/prawn/prawn-2.1.0.ebuild [deleted file]

index 976ba0fb3959154060b8c9b313dd32128934d923..fa0294f1b9120833de518da2ea122c44c16c9ba7 100644 (file)
@@ -1,2 +1 @@
-DIST prawn-2.1.0.tar.gz 4687290 BLAKE2B 25b544078fe540cc3cd7f223e15da92e2b8b3de6751821f24fb81547a49c1bda27a2b0403fd61747294229deb5a693695ceb1939c64dea9b9e1d59aaab2fdf0f SHA512 2fcc3261899e2c88a877901840e49261ff3da1924f3319cc65fa028ec0d550df595c98ae206fd645bcacd983cbd69cafa6ecd33f66f8a516c82ad13578a6796e
 DIST prawn-2.2.0.tar.gz 5215662 BLAKE2B 7130aaa4e9e9de2f15148f9c3a7a713ebb9808047e59fc156566f3a44705055b907284ce6690ff2e803702ddc3eb304b32e8f8c0049badda348bf4242df7e14c SHA512 a714f3cf47439d2603afda66cf4202ab9fdda0b6aaec120fd65df4e29d4b26155d95392487131c16d451ebe8f774aa6d64227670fad7b151cd0a514d3ed40b06
diff --git a/dev-ruby/prawn/prawn-2.1.0.ebuild b/dev-ruby/prawn/prawn-2.1.0.ebuild
deleted file mode 100644 (file)
index 7ca5b1a..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_DOC="yard"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_EXTRAINSTALL="data"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Fast, Nimble PDF Generation For Ruby"
-HOMEPAGE="http://prawn.majesticseacreature.com/"
-SRC_URI="https://github.com/prawnpdf/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="|| ( GPL-2 Ruby )"
-SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/pdf-core-0.6.1
-       >=dev-ruby/ttfunk-1.4.0"
-ruby_add_bdepend "test? ( dev-ruby/coderay
-       >=dev-ruby/pdf-inspector-1.2.1
-       >=dev-ruby/pdf-reader-1.2
-       )"
-
-all_ruby_prepare() {
-       sed -i -e "/[Bb]undler/d" Rakefile spec/spec_helper.rb || die
-       # Remove failing tests
-       # https://github.com/prawnpdf/prawn/pull/693
-       # https://github.com/prawnpdf/prawn/issues/603
-       sed -i -e "/should process UTF-8 chars/,+9 s/^/#/" spec/line_wrap_spec.rb || die
-       sed -i -e "/shrink_to_fit with special utf-8 text/,+12 s/^/#/" spec/text_spec.rb || die
-}