diff options
author | Hans de Graaff <graaff@gentoo.org> | 2017-06-23 09:05:17 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2017-06-23 09:44:38 +0200 |
commit | 3aa69aab331360cce0c3a2af187a4102a3341d85 (patch) | |
tree | 3ae3870bd34f5f62da7ecb4d702db6acc4309eda /dev-ruby | |
parent | dev-ada/gtkada: Use as C compiler the same version as the ada one (diff) | |
download | gentoo-3aa69aab331360cce0c3a2af187a4102a3341d85.tar.gz gentoo-3aa69aab331360cce0c3a2af187a4102a3341d85.tar.bz2 gentoo-3aa69aab331360cce0c3a2af187a4102a3341d85.zip |
dev-ruby/prawn: cleanup
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/prawn/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/prawn/prawn-2.0.2.ebuild | 36 | ||||
-rw-r--r-- | dev-ruby/prawn/prawn-2.1.0-r1.ebuild | 35 |
3 files changed, 0 insertions, 72 deletions
diff --git a/dev-ruby/prawn/Manifest b/dev-ruby/prawn/Manifest index 01e30ff85ad1..68c0daad1d6c 100644 --- a/dev-ruby/prawn/Manifest +++ b/dev-ruby/prawn/Manifest @@ -1,4 +1,3 @@ DIST prawn-1.3.0.tar.gz 4126581 SHA256 a24c32f6425c1d2a3bfffc487a1302024ac7c3a2fea5bff1f28b9d92c36f20fa SHA512 0440b1a8b342c1682408dcdec2207b3f4c05bd1405b5d992ee5f7b1ca18bbebd0f42a561cda64981658cd42d79d5d63120b5973c4b6949884134fcac80b47061 WHIRLPOOL 3e72d656c64ea2d3a46912bce02b30e617206b1731d7af49d0995485b4849fd3b1ad62f36f19a7c7294a2b9a3223e40882039a273d64875a1c36bd4ee8d4148f -DIST prawn-2.0.2.tar.gz 4523832 SHA256 eb08c0d61d510c806599fba99cb4073f926efedaf119e837a4183ea8be35bb97 SHA512 9b576862663351a9a5eb20c72bd2986c54ad8cbbccab74f2a17212012ce09c001466ef5eee668527d60809eccf1e4ce4b236d9220c6c952970bb1ab84a400a7c WHIRLPOOL 91f0810a3a8c3e8bcfbdf92594063daa7afc94e4ec5773c1b162f3e66e97abb5ce9f75ab4ef32b2bd832a58940507326ce0e5e168d0b76d6f69bba54c1d91eea DIST prawn-2.1.0.tar.gz 4687290 SHA256 bf2870328a6e5d7bf946f80c76c44e52e71852a65f2f335843958353062d03fb SHA512 2fcc3261899e2c88a877901840e49261ff3da1924f3319cc65fa028ec0d550df595c98ae206fd645bcacd983cbd69cafa6ecd33f66f8a516c82ad13578a6796e WHIRLPOOL 7a2f9f2ec8ee34c25dfb3fdd1d8f0ec0623b39ff97eae0455046666b9d56cc7c7ee7b74808f2cbc9111bcc878abb4302718bcb8f406cfc84d7be7a89f27e80c8 DIST prawn-2.2.0.tar.gz 5215662 SHA256 6acdd1a0d28ea97535b594c02191bf48a397a59a6c87ce27cb945a97217c31f7 SHA512 a714f3cf47439d2603afda66cf4202ab9fdda0b6aaec120fd65df4e29d4b26155d95392487131c16d451ebe8f774aa6d64227670fad7b151cd0a514d3ed40b06 WHIRLPOOL 8814fc397ec6ee1b7af0904405d36007af59cf46a9537bbaeb6c585c062ff032b1312547300ab3d4f2c2d4df787e5cb6ea1101a41f3b59c579cb45498bdabd63 diff --git a/dev-ruby/prawn/prawn-2.0.2.ebuild b/dev-ruby/prawn/prawn-2.0.2.ebuild deleted file mode 100644 index 27a021da76c9..000000000000 --- a/dev-ruby/prawn/prawn-2.0.2.ebuild +++ /dev/null @@ -1,36 +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="rspec" -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.0 - >=dev-ruby/ttfunk-1.4.0" -ruby_add_bdepend "test? ( dev-ruby/coderay - dev-ruby/mocha - >=dev-ruby/pdf-inspector-1.2.0 - >=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 -} diff --git a/dev-ruby/prawn/prawn-2.1.0-r1.ebuild b/dev-ruby/prawn/prawn-2.1.0-r1.ebuild deleted file mode 100644 index 8a9c5fcce4e8..000000000000 --- a/dev-ruby/prawn/prawn-2.1.0-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby21 ruby22 ruby23" - -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 ~ppc ~ppc64 ~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 -} |