diff options
author | Hans de Graaff <graaff@gentoo.org> | 2016-12-11 19:52:30 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2016-12-11 20:17:15 +0100 |
commit | ed5195be5468e9b53c7a7ea90db5b69f21213930 (patch) | |
tree | 1f764da962099c24c3697bd908a6395cc4889190 /dev-ruby/tilt | |
parent | dev-ruby/rubytest: add ruby23 (diff) | |
download | gentoo-ed5195be5468e9b53c7a7ea90db5b69f21213930.tar.gz gentoo-ed5195be5468e9b53c7a7ea90db5b69f21213930.tar.bz2 gentoo-ed5195be5468e9b53c7a7ea90db5b69f21213930.zip |
dev-ruby/tilt: cleanup
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-ruby/tilt')
-rw-r--r-- | dev-ruby/tilt/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/tilt/tilt-2.0.4.ebuild | 49 |
2 files changed, 0 insertions, 50 deletions
diff --git a/dev-ruby/tilt/Manifest b/dev-ruby/tilt/Manifest index d5721765107c..7f6e45ff4acb 100644 --- a/dev-ruby/tilt/Manifest +++ b/dev-ruby/tilt/Manifest @@ -1,3 +1,2 @@ DIST tilt-1.4.1.gem 42496 SHA256 39820562c4f5db45fe18de87ccc30a0e77a998bf5334b1d8c10a2f7dbc1f5903 SHA512 10fec263596d0e18a7a1440a7edfa08a161526cc46cc70427bc251951c447c40b4a4e8675e9162a9ed288879682b4aceeeb35b48cf3f4925921025194543363f WHIRLPOOL 5d70949358b97e867cdec160bd3c3726dabfec94bfeadc3a12f17463d378779d8502dda6458c7deb92bd3d9def91e306077ef806a7f75bd6c892554739ce46e9 -DIST tilt-2.0.4.gem 51712 SHA256 47bc2e43480f7d29291a0dcb1395dd6e2badd6ed61b4e78dd695d64061fddb1f SHA512 86a0953cc56cf256aa6fb30eb373f8ebea69c76a1161c617e28a8b7244b1b327fd8abb1a084771a3f3f32c5fc90249fa111b33f040bbf15a13e4854671453d1d WHIRLPOOL 8f693de9978447baa54bc85a4630de12c0d2581e70fe18eb28b7d09a52532faaea5294a83d6a91b0e0c0c7a22f4bacc9c97eaae299eaaab52003cbc992d01d48 DIST tilt-2.0.5.gem 52224 SHA256 0ec3e46ff4dcbabe0e90af1e92786b3c88312ebca55816b04f2511d1dd42f351 SHA512 b032439d00e09d3968b20f5ea5937c5918b1e10e0255cce402b6859b7d59ecdc265523a151c0fcca0034e0de26ca5fe422944790939896d7e0000641980764fa WHIRLPOOL ab98e857c456b664e8364d037b800ace4559b3de317c72da116402d0845a697e1979c33a77606ebd976b7ac03d0ecd24d4c56711e53190ae62edb63bc19f8b9c diff --git a/dev-ruby/tilt/tilt-2.0.4.ebuild b/dev-ruby/tilt/tilt-2.0.4.ebuild deleted file mode 100644 index 6b334ca9e0ff..000000000000 --- a/dev-ruby/tilt/tilt-2.0.4.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -USE_RUBY="ruby20 ruby21 ruby22 ruby23" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md docs/TEMPLATES.md" - -inherit ruby-fakegem - -DESCRIPTION="Thin interface over template engines to make their usage as generic as possible" -HOMEPAGE="https://github.com/rtomayko/tilt" - -LICENSE="MIT" -SLOT="2" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -# Block on some of the potential test dependencies. These dependencies -# are optional for the test suite, and we don't want to depend on all of -# them to faciliate keywording and stabling. -ruby_add_bdepend "test? ( - dev-ruby/bluecloth - dev-ruby/coffee-script - dev-ruby/erubis - dev-ruby/nokogiri - !!<dev-ruby/maruku-0.7.2 )" - -# Most dependencies are optional: skip haml and radius for ruby20 and ruby21 -# because haml depends on rails. -USE_RUBY="ruby20 ruby21 ruby22" ruby_add_bdepend "test? ( dev-ruby/haml )" -USE_RUBY="ruby20 ruby21" ruby_add_bdepend "test? ( dev-ruby/radius )" - -ruby_add_rdepend ">=dev-ruby/builder-2.0.0:* - !!<dev-ruby/tilt-1.4.1-r2:0" - -all_ruby_prepare() { - rm Gemfile || die - sed -e '/bundler/I s:^:#:' -i Rakefile test/test_helper.rb || die - - # Avoid tests with minor syntax differences since this happens all - # the time when details in the dependencies change. - sed -e '/test_smarty_pants_true/,/^ end/ s:^:#:' -i test/tilt_markdown_test.rb || die - sed -e '/smartypants when :smart is set/,/^ end/ s:^:#:' -i test/tilt_rdiscounttemplate_test.rb || die - #sed -i -e '/docbook templates/,/^ end/ s:^:#:' test/tilt_asciidoctor_test.rb || die -} |