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/tilt/
Date: Sat, 24 Feb 2018 08:50:16
Message-Id: 1519462124.59b26c8ad71fd36f4723f3a9d86b105be740a9ae.graaff@gentoo
1 commit: 59b26c8ad71fd36f4723f3a9d86b105be740a9ae
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 24 08:43:36 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 24 08:48:44 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59b26c8a
7
8 dev-ruby/tilt: remove masked version
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-ruby/tilt/Manifest | 1 -
13 dev-ruby/tilt/tilt-1.4.1-r2.ebuild | 40 --------------------------------------
14 dev-ruby/tilt/tilt-1.4.1.ebuild | 33 -------------------------------
15 3 files changed, 74 deletions(-)
16
17 diff --git a/dev-ruby/tilt/Manifest b/dev-ruby/tilt/Manifest
18 index ee6cac1c9fd..959274d8bc1 100644
19 --- a/dev-ruby/tilt/Manifest
20 +++ b/dev-ruby/tilt/Manifest
21 @@ -1,4 +1,3 @@
22 -DIST tilt-1.4.1.gem 42496 BLAKE2B 34b142f50650e418f37cd68b81f97257c4ffd5b2b0788582e4981438f2164c70d5219c27d595e820772ab7e26e80fce752f49a6f9c52a17bdbba659ca487a0e6 SHA512 10fec263596d0e18a7a1440a7edfa08a161526cc46cc70427bc251951c447c40b4a4e8675e9162a9ed288879682b4aceeeb35b48cf3f4925921025194543363f
23 DIST tilt-2.0.5.gem 52224 BLAKE2B c3bcd3cbf45ec3cd7669e5f3adb97f26508b5fc57fa234af8074422f7de62be8fca960d94a9b637b8adf8825b7b31cb5049b48bf75c08565b4ba42e2d37b3493 SHA512 b032439d00e09d3968b20f5ea5937c5918b1e10e0255cce402b6859b7d59ecdc265523a151c0fcca0034e0de26ca5fe422944790939896d7e0000641980764fa
24 DIST tilt-2.0.7.gem 54272 BLAKE2B ee532ce6e68937677f7d5c4ea763ba5bfc84d87a052e15a58f09a1c453458e1b995506a32f3f33cc34e4642bcdde954b0c02c4588b550888c9704fbfe49be7cb SHA512 5becf05d870db6ddb656e7a1c45615aa821e0b9827a9cdc4212dcca25c24db671bd8d9fb8f8d6a6ea4095dbe6a80fc0b4792b4382d50ada6c0eec81fd6270064
25 DIST tilt-2.0.8.gem 54784 BLAKE2B 14b067227a1c81060b4627d39fadcae00300fa30c3b4741c2c07f0e69bbe62b1f1e8f3a165f43ff72c9788d3621a133375c3be72c9bf16f0c18686f550bc3c16 SHA512 1767f2e5ce45afe95d84d32de7c2b6fe24ff7cb6f7ee8485d84344820b2f6e969ae60a6fbaa7141f7fe135c6540d96fa5b27fd8010b95c0ded5d049a315001d5
26
27 diff --git a/dev-ruby/tilt/tilt-1.4.1-r2.ebuild b/dev-ruby/tilt/tilt-1.4.1-r2.ebuild
28 deleted file mode 100644
29 index 888e75799c3..00000000000
30 --- a/dev-ruby/tilt/tilt-1.4.1-r2.ebuild
31 +++ /dev/null
32 @@ -1,40 +0,0 @@
33 -# Copyright 1999-2017 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -
38 -# jruby fails tests
39 -USE_RUBY="ruby21 ruby22"
40 -
41 -RUBY_FAKEGEM_TASK_DOC=""
42 -RUBY_FAKEGEM_EXTRADOC="README.md TEMPLATES.md"
43 -
44 -RUBY_FAKEGEM_BINWRAP=""
45 -
46 -inherit ruby-fakegem
47 -
48 -DESCRIPTION="A thin interface over a Ruby template engines to make their usage as generic as possible"
49 -HOMEPAGE="https://github.com/rtomayko/tilt"
50 -
51 -LICENSE="MIT"
52 -SLOT="0"
53 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
54 -IUSE=""
55 -
56 -ruby_add_bdepend "test? (
57 - dev-ruby/bluecloth
58 - dev-ruby/coffee-script
59 - dev-ruby/erubis
60 - dev-ruby/nokogiri
61 - dev-ruby/radius )"
62 -
63 -# Most dependencies are optional: skip haml for ruby20 and ruby21
64 -# because haml depends on rails.
65 -USE_RUBY="ruby20" ruby_add_bdepend "test? ( dev-ruby/haml )"
66 -
67 -ruby_add_rdepend ">=dev-ruby/builder-2.0.0"
68 -
69 -all_ruby_prepare() {
70 - # Recent kramdown versions handle quoting differently.
71 - rm test/tilt_kramdown_test.rb || die
72 -}
73
74 diff --git a/dev-ruby/tilt/tilt-1.4.1.ebuild b/dev-ruby/tilt/tilt-1.4.1.ebuild
75 deleted file mode 100644
76 index 01ae1f65439..00000000000
77 --- a/dev-ruby/tilt/tilt-1.4.1.ebuild
78 +++ /dev/null
79 @@ -1,33 +0,0 @@
80 -# Copyright 1999-2017 Gentoo Foundation
81 -# Distributed under the terms of the GNU General Public License v2
82 -
83 -EAPI=5
84 -
85 -# jruby fails tests
86 -USE_RUBY="ruby21 ruby22"
87 -
88 -RUBY_FAKEGEM_TASK_DOC=""
89 -RUBY_FAKEGEM_EXTRADOC="README.md TEMPLATES.md"
90 -
91 -inherit ruby-fakegem
92 -
93 -DESCRIPTION="A thin interface over a Ruby template engines to make their usage as generic as possible"
94 -HOMEPAGE="https://github.com/rtomayko/tilt"
95 -
96 -LICENSE="MIT"
97 -SLOT="0"
98 -KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
99 -IUSE=""
100 -
101 -ruby_add_bdepend "test? (
102 - dev-ruby/bluecloth
103 - dev-ruby/coffee-script
104 - dev-ruby/erubis
105 - dev-ruby/nokogiri )"
106 -
107 -ruby_add_rdepend ">=dev-ruby/builder-2.0.0"
108 -
109 -all_ruby_prepare() {
110 - # Recent kramdown versions handle quoting differently.
111 - rm test/tilt_kramdown_test.rb || die
112 -}