Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/
Date: Sun, 06 Mar 2016 19:21:28
Message-Id: 1457291913.164df2090c79f26ddef0ffbd59d7d4d04f0aebe3.mrueg@gentoo
1 commit: 164df2090c79f26ddef0ffbd59d7d4d04f0aebe3
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 6 19:18:33 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 6 19:18:33 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=164df209
7
8 dev-ruby/tilt: Remove old
9
10 Package-Manager: portage-2.2.27
11
12 dev-ruby/tilt/Manifest | 1 -
13 dev-ruby/tilt/tilt-2.0.1-r1.ebuild | 49 --------------------------------------
14 2 files changed, 50 deletions(-)
15
16 diff --git a/dev-ruby/tilt/Manifest b/dev-ruby/tilt/Manifest
17 index 1807953..825f9d0 100644
18 --- a/dev-ruby/tilt/Manifest
19 +++ b/dev-ruby/tilt/Manifest
20 @@ -1,3 +1,2 @@
21 DIST tilt-1.4.1.gem 42496 SHA256 39820562c4f5db45fe18de87ccc30a0e77a998bf5334b1d8c10a2f7dbc1f5903 SHA512 10fec263596d0e18a7a1440a7edfa08a161526cc46cc70427bc251951c447c40b4a4e8675e9162a9ed288879682b4aceeeb35b48cf3f4925921025194543363f WHIRLPOOL 5d70949358b97e867cdec160bd3c3726dabfec94bfeadc3a12f17463d378779d8502dda6458c7deb92bd3d9def91e306077ef806a7f75bd6c892554739ce46e9
22 -DIST tilt-2.0.1.gem 44544 SHA256 73dc6e2cd2fe4251cb7d15c92d0e66c884f17d0be580500d00cb426eb29881e1 SHA512 9451b2387c7c2535c9c78ae07dc0893f675e921d845f8eb5bc24c13a1e726888baba0d813195a81014370b640b290fab2e1b47871b6b2ab1e3eddb10c71217df WHIRLPOOL 92773f66291c193e912f810b8ad3da827782e744b19e2ef0ece7db262ff8a66324e9e08362f3b37ce14d125a196e743f1e264ef739bfeeaecd37c1a29c15c7e6
23 DIST tilt-2.0.2.gem 48640 SHA256 04c91dcf7533576196e3ea2ba22514f37811ab7419bab6c71877e2e63a206d52 SHA512 93540d673f1c0e841be43e54e85451482f6ea8f967d14bce46c997be69a9ff16684aa5966c91cfd8d590cc32ef590974151183839ec315d46df5d398fd016832 WHIRLPOOL 051c29727ce157bf73d1c276c500471a48bde23a8a0ce516ad75e88a99b738e7c1a0283070db2c127922582e4f674e8591c69d36821744d5d09a3d0f9d0bd03f
24
25 diff --git a/dev-ruby/tilt/tilt-2.0.1-r1.ebuild b/dev-ruby/tilt/tilt-2.0.1-r1.ebuild
26 deleted file mode 100644
27 index 1a420c2..0000000
28 --- a/dev-ruby/tilt/tilt-2.0.1-r1.ebuild
29 +++ /dev/null
30 @@ -1,49 +0,0 @@
31 -# Copyright 1999-2015 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -EAPI=5
36 -
37 -USE_RUBY="ruby19 ruby20 ruby21 ruby22"
38 -
39 -RUBY_FAKEGEM_TASK_DOC=""
40 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md docs/TEMPLATES.md"
41 -
42 -inherit ruby-fakegem
43 -
44 -DESCRIPTION="A thin interface over a Ruby template engines to make their usage as generic as possible"
45 -HOMEPAGE="https://github.com/rtomayko/tilt"
46 -
47 -LICENSE="MIT"
48 -SLOT="2"
49 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
50 -IUSE=""
51 -
52 -# Block on some of the potential test dependencies. These dependencies
53 -# are optional for the test suite, and we don't want to depend on all of
54 -# them to faciliate keywording and stabling.
55 -ruby_add_bdepend "test? (
56 - dev-ruby/bluecloth
57 - dev-ruby/coffee-script
58 - dev-ruby/erubis
59 - dev-ruby/nokogiri
60 - !!<dev-ruby/maruku-0.7.2 )"
61 -
62 -# Most dependencies are optional: skip haml and radius for ruby20 and ruby21
63 -# because haml depends on rails.
64 -USE_RUBY="ruby19" ruby_add_bdepend "test? ( dev-ruby/haml )"
65 -USE_RUBY="ruby19 ruby20 ruby21" ruby_add_bdepend "test? ( dev-ruby/radius )"
66 -
67 -ruby_add_rdepend ">=dev-ruby/builder-2.0.0:*
68 - !!<dev-ruby/tilt-1.4.1-r2:0"
69 -
70 -all_ruby_prepare() {
71 - rm Gemfile || die
72 - sed -e '/bundler/I s:^:#:' -i Rakefile test/test_helper.rb || die
73 -
74 - # Avoid tests with minor syntax differences since this happens all
75 - # the time when details in the dependencies change.
76 - sed -e '/test_smarty_pants_true/,/^ end/ s:^:#:' -i test/tilt_markdown_test.rb || die
77 - sed -e '/smartypants when :smart is set/,/^ end/ s:^:#:' -i test/tilt_rdiscounttemplate_test.rb || die
78 - sed -i -e '/docbook templates/,/^ end/ s:^:#:' test/tilt_asciidoctor_test.rb || die
79 -}