diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-01-19 07:13:19 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-01-19 07:13:26 +0100 |
commit | 2c4539933f75e6de4cf16096accd2ac1fb5bc8c8 (patch) | |
tree | ef1255b3c25f3f14920ae0bb06646396a337f795 /dev-ruby/mime-types | |
parent | dev-ruby/nagios_analyzer: Remove last-rited pkg (diff) | |
download | gentoo-2c4539933f75e6de4cf16096accd2ac1fb5bc8c8.tar.gz gentoo-2c4539933f75e6de4cf16096accd2ac1fb5bc8c8.tar.bz2 gentoo-2c4539933f75e6de4cf16096accd2ac1fb5bc8c8.zip |
dev-ruby/mime-types: Remove masked slot :2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-ruby/mime-types')
-rw-r--r-- | dev-ruby/mime-types/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/mime-types/mime-types-2.99.3.ebuild | 34 |
2 files changed, 0 insertions, 35 deletions
diff --git a/dev-ruby/mime-types/Manifest b/dev-ruby/mime-types/Manifest index 22aa18da45b8..48c80ce940c1 100644 --- a/dev-ruby/mime-types/Manifest +++ b/dev-ruby/mime-types/Manifest @@ -1,2 +1 @@ -DIST mime-types-2.99.3.gem 149504 BLAKE2B f0e34e5379948e5e742f3d9db0214bcf40bcdf425866509fe40e74188673b779da11980ab68d202c5129295ecda1a19f4b177f51f1add0b413f29669717060b7 SHA512 1a71cbe2baed27fa14a914e2ad112545c42c7560e93617a41fd3a5bf61e0ee1e5b5385e0cca7488302aecfc25eb6cd071a33d57291aa4c3280cb2621989daa48 DIST mime-types-3.4.1.gem 36864 BLAKE2B 09c6c2fad3cad3535e5c357b49c84b2c1809903235f3bdbeeb766157c48bfc899f32fe95be535feab3c7835c4b535e25b49019c14f51dee1a812fdb735f0f7af SHA512 d0cec7afbe1685c008765997c3047f23bbb0bd10989cd82475805f932e61c400b3d2e60f5f95804c46919b57f0d3644c866be358b0c4c653ace43d62bbc98e4f diff --git a/dev-ruby/mime-types/mime-types-2.99.3.ebuild b/dev-ruby/mime-types/mime-types-2.99.3.ebuild deleted file mode 100644 index 95fcf9162b30..000000000000 --- a/dev-ruby/mime-types/mime-types-2.99.3.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -# ruby30: not compatible -USE_RUBY="ruby26 ruby27" - -RUBY_FAKEGEM_EXTRADOC="History.rdoc History-Types.rdoc README.rdoc" - -RUBY_FAKEGEM_EXTRAINSTALL="data" - -inherit ruby-fakegem - -DESCRIPTION="Provides a mailcap-like MIME Content-Type lookup for Ruby" -HOMEPAGE="https://github.com/mime-types/ruby-mime-types" - -LICENSE="MIT Artistic GPL-2" -SLOT="2" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -ruby_add_bdepend "test? ( dev-ruby/minitest:5 )" - -all_ruby_prepare() { - # Avoid unneeded dependency on minitest-focus. - sed -i -e '/focus/ s:^:#:' \ - -e 's:fivemat/::' \ - test/minitest_helper.rb || die -} - -each_ruby_test() { - ${RUBY} -Ilib:test:. -e 'Dir["test/test_*.rb"].each{|f| require f}' || die -} |