mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
dev-ruby/mime-types: drop 3.6.0
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
parent
b4ae472394
commit
245e7b5059
@ -1,3 +1,2 @@
|
||||
DIST mime-types-3.6.0.gem 39424 BLAKE2B 6cd1dc43fb7f101c42be5b85a092834a9b0f65c694000636c11b2ebe12632c4ed3c61a630629b018f6f7886a382ca16ab5067edeadcd6d60bedb7523b6d0dbe9 SHA512 1d6a569e4a67d9b4dd9f2ca7223c3b1271715754a9f683ce3016839792f844c13f920a074800403c3d00a8ce53caefcbca65d07f8419b6a52e85f53cb347feed
|
||||
DIST mime-types-3.6.2.gem 40448 BLAKE2B ce7d8aaafba561448a336de02380dd24115d82848ac312b2002ebf3f318c35921a1af5e0180531770bd06b66f0a4872d5a03bfc81e07e4ae8d4f4117384dbaf4 SHA512 224f091d0f9f8909ddae359b773cead75a11e23d630ebf1d3253f7c746aca55bcb8462485d8afe4751973572e1ddb015a90ed06f9b04cc01a450b1e859c4b76c
|
||||
DIST mime-types-3.7.0.gem 41984 BLAKE2B 6d08432463e5be26a090bd18fe190378384a94409a1ea92421fd287d810c9dc71b5a9a8fe076f92e13e647ef0d07e424968af0e78c2cd7a2844ae0fc7d5e4e4e SHA512 ea00d78a3176c96c28b45df68d4b32a1e6b7ce604311178a3a114e544ff7fa56e8abb7c7aff1a29f8b7f4797759739c284c73638777fb9599ae3483d5046de08
|
||||
|
||||
@ -1,31 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
USE_RUBY="ruby31 ruby32 ruby33"
|
||||
|
||||
RUBY_FAKEGEM_EXTRADOC="History.md README.rdoc"
|
||||
|
||||
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"
|
||||
SLOT="3"
|
||||
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86"
|
||||
|
||||
ruby_add_bdepend "test? ( dev-ruby/minitest:5 dev-ruby/minitest-hooks:1 )"
|
||||
|
||||
ruby_add_rdepend "dev-ruby/logger >=dev-ruby/mime-types-data-3.2015:3"
|
||||
|
||||
all_ruby_prepare() {
|
||||
# Avoid unneeded developer-only dependencies.
|
||||
sed -i -e '/\(focus\|rg\)/ s:^:#:' \
|
||||
-e 's:fivemat/::' test/minitest_helper.rb || die
|
||||
}
|
||||
|
||||
each_ruby_test() {
|
||||
MT_NO_PLUGINS=1 ${RUBY} -Ilib:test:. -e 'require "minitest/autorun"; Dir["test/test_*.rb"].each{|f| require f}' || die
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user