Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/prawn/
Date: Fri, 23 Jun 2017 07:44:51
Message-Id: 1498203878.3aa69aab331360cce0c3a2af187a4102a3341d85.graaff@gentoo
1 commit: 3aa69aab331360cce0c3a2af187a4102a3341d85
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 23 07:05:17 2017 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 23 07:44:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aa69aab
7
8 dev-ruby/prawn: cleanup
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 dev-ruby/prawn/Manifest | 1 -
13 dev-ruby/prawn/prawn-2.0.2.ebuild | 36 ------------------------------------
14 dev-ruby/prawn/prawn-2.1.0-r1.ebuild | 35 -----------------------------------
15 3 files changed, 72 deletions(-)
16
17 diff --git a/dev-ruby/prawn/Manifest b/dev-ruby/prawn/Manifest
18 index 01e30ff85ad..68c0daad1d6 100644
19 --- a/dev-ruby/prawn/Manifest
20 +++ b/dev-ruby/prawn/Manifest
21 @@ -1,4 +1,3 @@
22 DIST prawn-1.3.0.tar.gz 4126581 SHA256 a24c32f6425c1d2a3bfffc487a1302024ac7c3a2fea5bff1f28b9d92c36f20fa SHA512 0440b1a8b342c1682408dcdec2207b3f4c05bd1405b5d992ee5f7b1ca18bbebd0f42a561cda64981658cd42d79d5d63120b5973c4b6949884134fcac80b47061 WHIRLPOOL 3e72d656c64ea2d3a46912bce02b30e617206b1731d7af49d0995485b4849fd3b1ad62f36f19a7c7294a2b9a3223e40882039a273d64875a1c36bd4ee8d4148f
23 -DIST prawn-2.0.2.tar.gz 4523832 SHA256 eb08c0d61d510c806599fba99cb4073f926efedaf119e837a4183ea8be35bb97 SHA512 9b576862663351a9a5eb20c72bd2986c54ad8cbbccab74f2a17212012ce09c001466ef5eee668527d60809eccf1e4ce4b236d9220c6c952970bb1ab84a400a7c WHIRLPOOL 91f0810a3a8c3e8bcfbdf92594063daa7afc94e4ec5773c1b162f3e66e97abb5ce9f75ab4ef32b2bd832a58940507326ce0e5e168d0b76d6f69bba54c1d91eea
24 DIST prawn-2.1.0.tar.gz 4687290 SHA256 bf2870328a6e5d7bf946f80c76c44e52e71852a65f2f335843958353062d03fb SHA512 2fcc3261899e2c88a877901840e49261ff3da1924f3319cc65fa028ec0d550df595c98ae206fd645bcacd983cbd69cafa6ecd33f66f8a516c82ad13578a6796e WHIRLPOOL 7a2f9f2ec8ee34c25dfb3fdd1d8f0ec0623b39ff97eae0455046666b9d56cc7c7ee7b74808f2cbc9111bcc878abb4302718bcb8f406cfc84d7be7a89f27e80c8
25 DIST prawn-2.2.0.tar.gz 5215662 SHA256 6acdd1a0d28ea97535b594c02191bf48a397a59a6c87ce27cb945a97217c31f7 SHA512 a714f3cf47439d2603afda66cf4202ab9fdda0b6aaec120fd65df4e29d4b26155d95392487131c16d451ebe8f774aa6d64227670fad7b151cd0a514d3ed40b06 WHIRLPOOL 8814fc397ec6ee1b7af0904405d36007af59cf46a9537bbaeb6c585c062ff032b1312547300ab3d4f2c2d4df787e5cb6ea1101a41f3b59c579cb45498bdabd63
26
27 diff --git a/dev-ruby/prawn/prawn-2.0.2.ebuild b/dev-ruby/prawn/prawn-2.0.2.ebuild
28 deleted file mode 100644
29 index 27a021da76c..00000000000
30 --- a/dev-ruby/prawn/prawn-2.0.2.ebuild
31 +++ /dev/null
32 @@ -1,36 +0,0 @@
33 -# Copyright 1999-2016 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -USE_RUBY="ruby20 ruby21 ruby22"
38 -
39 -RUBY_FAKEGEM_RECIPE_DOC="yard"
40 -RUBY_FAKEGEM_RECIPE_TEST="rspec"
41 -RUBY_FAKEGEM_EXTRAINSTALL="data"
42 -
43 -inherit ruby-fakegem
44 -
45 -DESCRIPTION="Fast, Nimble PDF Generation For Ruby"
46 -HOMEPAGE="http://prawn.majesticseacreature.com/"
47 -SRC_URI="https://github.com/prawnpdf/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
48 -LICENSE="|| ( GPL-2 Ruby )"
49 -SLOT="2"
50 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
51 -IUSE=""
52 -
53 -ruby_add_rdepend ">=dev-ruby/pdf-core-0.6.0
54 - >=dev-ruby/ttfunk-1.4.0"
55 -ruby_add_bdepend "test? ( dev-ruby/coderay
56 - dev-ruby/mocha
57 - >=dev-ruby/pdf-inspector-1.2.0
58 - >=dev-ruby/pdf-reader-1.2
59 - )"
60 -
61 -all_ruby_prepare() {
62 - sed -i -e "/[Bb]undler/d" Rakefile spec/spec_helper.rb || die
63 - # Remove failing tests
64 - # https://github.com/prawnpdf/prawn/pull/693
65 - # https://github.com/prawnpdf/prawn/issues/603
66 - sed -i -e "/should process UTF-8 chars/,+9 s/^/#/" spec/line_wrap_spec.rb || die
67 - sed -i -e "/shrink_to_fit with special utf-8 text/,+12 s/^/#/" spec/text_spec.rb || die
68 -}
69
70 diff --git a/dev-ruby/prawn/prawn-2.1.0-r1.ebuild b/dev-ruby/prawn/prawn-2.1.0-r1.ebuild
71 deleted file mode 100644
72 index 8a9c5fcce4e..00000000000
73 --- a/dev-ruby/prawn/prawn-2.1.0-r1.ebuild
74 +++ /dev/null
75 @@ -1,35 +0,0 @@
76 -# Copyright 1999-2017 Gentoo Foundation
77 -# Distributed under the terms of the GNU General Public License v2
78 -
79 -EAPI=5
80 -USE_RUBY="ruby21 ruby22 ruby23"
81 -
82 -RUBY_FAKEGEM_RECIPE_DOC="yard"
83 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
84 -RUBY_FAKEGEM_EXTRAINSTALL="data"
85 -
86 -inherit ruby-fakegem
87 -
88 -DESCRIPTION="Fast, Nimble PDF Generation For Ruby"
89 -HOMEPAGE="http://prawn.majesticseacreature.com/"
90 -SRC_URI="https://github.com/prawnpdf/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
91 -LICENSE="|| ( GPL-2 Ruby )"
92 -SLOT="2"
93 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
94 -IUSE=""
95 -
96 -ruby_add_rdepend ">=dev-ruby/pdf-core-0.6.1
97 - >=dev-ruby/ttfunk-1.4.0"
98 -ruby_add_bdepend "test? ( dev-ruby/coderay
99 - >=dev-ruby/pdf-inspector-1.2.1
100 - >=dev-ruby/pdf-reader-1.2
101 - )"
102 -
103 -all_ruby_prepare() {
104 - sed -i -e "/[Bb]undler/d" Rakefile spec/spec_helper.rb || die
105 - # Remove failing tests
106 - # https://github.com/prawnpdf/prawn/pull/693
107 - # https://github.com/prawnpdf/prawn/issues/603
108 - sed -i -e "/should process UTF-8 chars/,+9 s/^/#/" spec/line_wrap_spec.rb || die
109 - sed -i -e "/shrink_to_fit with special utf-8 text/,+12 s/^/#/" spec/text_spec.rb || die
110 -}