Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-ruby/prawn/
Date: Sun, 30 Jul 2017 07:14:30
Message-Id: 1501398854.532a657bf7c62fc634170a8c67dd2ee13c4c18e0.mgorny@gentoo
1 commit: 532a657bf7c62fc634170a8c67dd2ee13c4c18e0
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 30 07:07:16 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 07:14:14 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=532a657b
7
8 dev-ruby/prawn: Remove last-rited slot :1
9
10 dev-ruby/prawn/Manifest | 1 -
11 dev-ruby/prawn/prawn-1.3.0.ebuild | 36 ------------------------------------
12 profiles/package.mask | 5 -----
13 3 files changed, 42 deletions(-)
14
15 diff --git a/dev-ruby/prawn/Manifest b/dev-ruby/prawn/Manifest
16 index 68c0daad1d6..c2a615e3614 100644
17 --- a/dev-ruby/prawn/Manifest
18 +++ b/dev-ruby/prawn/Manifest
19 @@ -1,3 +1,2 @@
20 -DIST prawn-1.3.0.tar.gz 4126581 SHA256 a24c32f6425c1d2a3bfffc487a1302024ac7c3a2fea5bff1f28b9d92c36f20fa SHA512 0440b1a8b342c1682408dcdec2207b3f4c05bd1405b5d992ee5f7b1ca18bbebd0f42a561cda64981658cd42d79d5d63120b5973c4b6949884134fcac80b47061 WHIRLPOOL 3e72d656c64ea2d3a46912bce02b30e617206b1731d7af49d0995485b4849fd3b1ad62f36f19a7c7294a2b9a3223e40882039a273d64875a1c36bd4ee8d4148f
21 DIST prawn-2.1.0.tar.gz 4687290 SHA256 bf2870328a6e5d7bf946f80c76c44e52e71852a65f2f335843958353062d03fb SHA512 2fcc3261899e2c88a877901840e49261ff3da1924f3319cc65fa028ec0d550df595c98ae206fd645bcacd983cbd69cafa6ecd33f66f8a516c82ad13578a6796e WHIRLPOOL 7a2f9f2ec8ee34c25dfb3fdd1d8f0ec0623b39ff97eae0455046666b9d56cc7c7ee7b74808f2cbc9111bcc878abb4302718bcb8f406cfc84d7be7a89f27e80c8
22 DIST prawn-2.2.0.tar.gz 5215662 SHA256 6acdd1a0d28ea97535b594c02191bf48a397a59a6c87ce27cb945a97217c31f7 SHA512 a714f3cf47439d2603afda66cf4202ab9fdda0b6aaec120fd65df4e29d4b26155d95392487131c16d451ebe8f774aa6d64227670fad7b151cd0a514d3ed40b06 WHIRLPOOL 8814fc397ec6ee1b7af0904405d36007af59cf46a9537bbaeb6c585c062ff032b1312547300ab3d4f2c2d4df787e5cb6ea1101a41f3b59c579cb45498bdabd63
23
24 diff --git a/dev-ruby/prawn/prawn-1.3.0.ebuild b/dev-ruby/prawn/prawn-1.3.0.ebuild
25 deleted file mode 100644
26 index 23e2d4ef80c..00000000000
27 --- a/dev-ruby/prawn/prawn-1.3.0.ebuild
28 +++ /dev/null
29 @@ -1,36 +0,0 @@
30 -# Copyright 1999-2016 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -USE_RUBY="ruby20 ruby21"
35 -
36 -RUBY_FAKEGEM_RECIPE_DOC="yard"
37 -RUBY_FAKEGEM_RECIPE_TEST="rspec"
38 -RUBY_FAKEGEM_EXTRAINSTALL="data"
39 -
40 -inherit ruby-fakegem
41 -
42 -DESCRIPTION="Fast, Nimble PDF Generation For Ruby"
43 -HOMEPAGE="http://prawn.majesticseacreature.com/"
44 -SRC_URI="https://github.com/prawnpdf/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
45 -LICENSE="|| ( GPL-2 Ruby )"
46 -SLOT="1"
47 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
48 -IUSE=""
49 -
50 -ruby_add_rdepend ">=dev-ruby/pdf-core-0.4.0
51 - >=dev-ruby/ttfunk-1.4.0"
52 -ruby_add_bdepend "test? ( dev-ruby/coderay
53 - dev-ruby/mocha
54 - >=dev-ruby/pdf-inspector-1.1.0
55 - >=dev-ruby/pdf-reader-1.2
56 - )"
57 -
58 -all_ruby_prepare() {
59 - sed -i -e "/[Bb]undler/d" Rakefile spec/spec_helper.rb || die
60 - # Remove failing tests
61 - # https://github.com/prawnpdf/prawn/pull/693
62 - # https://github.com/prawnpdf/prawn/issues/603
63 - sed -i -e "/should process UTF-8 chars/,+9 s/^/#/" spec/line_wrap_spec.rb || die
64 - sed -i -e "/shrink_to_fit with special utf-8 text/,+12 s/^/#/" spec/text_spec.rb || die
65 -}
66
67 diff --git a/profiles/package.mask b/profiles/package.mask
68 index 491415a97ef..f4e3b48ae1d 100644
69 --- a/profiles/package.mask
70 +++ b/profiles/package.mask
71 @@ -513,11 +513,6 @@ app-cdr/acetoneiso
72 # Removal in 30 days.
73 sys-apps/systemd-sysv-utils
74
75 -# Hans de Graaff <graaff@g.o> (23 Jun 2017)
76 -# Mask ruby21-only packages for removal in 30 days
77 -# Old slots that are ruby21-only
78 -dev-ruby/prawn:1
79 -
80 # Thomas Deutschmann <whissi@g.o> (17 Jun 2017)
81 # Unmaintained in Gentoo repository; Multiple vulnerabilities
82 # People using VMware in Gentoo should switch to Gentoo's VMware overlay