diff options
author | 2023-01-21 09:16:59 +0100 | |
---|---|---|
committer | 2023-01-21 09:44:53 +0100 | |
commit | 02fdb8e29cef44b4ead7f8eec59c69c56b4c212e (patch) | |
tree | 522e66d95fa1d48bdcdbdecfa1d73e2005d275f1 /dev-ruby/tilt | |
parent | app-admin/clustershell: drop 1.8.4 (diff) | |
download | gentoo-02fdb8e29cef44b4ead7f8eec59c69c56b4c212e.tar.gz gentoo-02fdb8e29cef44b4ead7f8eec59c69c56b4c212e.tar.bz2 gentoo-02fdb8e29cef44b4ead7f8eec59c69c56b4c212e.zip |
dev-ruby/tilt: drop 2.0.10
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/tilt')
-rw-r--r-- | dev-ruby/tilt/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/tilt/tilt-2.0.10.ebuild | 45 |
2 files changed, 0 insertions, 46 deletions
diff --git a/dev-ruby/tilt/Manifest b/dev-ruby/tilt/Manifest index b6053ea67cab..53b57245771a 100644 --- a/dev-ruby/tilt/Manifest +++ b/dev-ruby/tilt/Manifest @@ -1,2 +1 @@ -DIST tilt-2.0.10.tar.gz 51446 BLAKE2B de5c12dcf22994f182ae163a82c3060f1d0d8b4bc2a4495f28c9befc954b4949b9d2ae6aed42e3a9c35fb68825844881d9f15b2b68d949236e5396083ff199a3 SHA512 4a36c55347e307ea0c842aad3da72cebe98bcf8a0421040cfce7a43540d1746e736ce92b7ce7492a5cfc184372842c3ac7a006f3650b4c9420d5825ec005b4ef DIST tilt-2.0.11.tar.gz 53041 BLAKE2B 2509cc3efe5e6302c8943c00108eeda6ee4b23a18952ad23049e11ea28b397b80a21d34c4d241119f45cedf2a978a2673d857a6cc32d7e26a2016caa510458f9 SHA512 e28e31ab92aa42eada34e0f6c05dab6a54945d07b649588356b1635ba8a36700f6e537e8702613883693501442d21690d8b3690b06f7b9f331192134511b78b7 diff --git a/dev-ruby/tilt/tilt-2.0.10.ebuild b/dev-ruby/tilt/tilt-2.0.10.ebuild deleted file mode 100644 index 46a445fe60b6..000000000000 --- a/dev-ruby/tilt/tilt-2.0.10.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -USE_RUBY="ruby24 ruby25 ruby26 ruby27" - -RUBY_FAKEGEM_RECIPE_DOC="none" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md docs/TEMPLATES.md" - -RUBY_FAKEGEM_GEMSPEC="tilt.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Thin interface over template engines to make their usage as generic as possible" -HOMEPAGE="https://github.com/rtomayko/tilt" -SRC_URI="https://github.com/rtomayko/tilt/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="2" -KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-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/coffee-script - dev-ruby/erubis - dev-ruby/nokogiri -)" - -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:^:#:' \ - -e '/test_smart_quotes_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 - - # Skip tests for unpackaged asciidoctor converter - sed -i -e '/docbook 4.5/askip' test/tilt_asciidoctor_test.rb || die -} |