summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2018-01-22 20:32:09 +0100
committerHans de Graaff <graaff@gentoo.org>2018-01-22 20:32:09 +0100
commite46d50dc62c181eb78fc20460a252be23a3e185d (patch)
treeda60f39aee0df40a07f41abf19287420f9831747
parentdev-ruby/mime-types: add ruby23, ruby24, ruby25 (diff)
downloadgentoo-e46d50dc62c181eb78fc20460a252be23a3e185d.tar.gz
gentoo-e46d50dc62c181eb78fc20460a252be23a3e185d.tar.bz2
gentoo-e46d50dc62c181eb78fc20460a252be23a3e185d.zip
dev-ruby/mime-types: cleanup
Package-Manager: Portage-2.3.19, Repoman-2.3.6
-rw-r--r--dev-ruby/mime-types/mime-types-3.0-r1.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-ruby/mime-types/mime-types-3.0-r1.ebuild b/dev-ruby/mime-types/mime-types-3.0-r1.ebuild
deleted file mode 100644
index ddf3a4c8152d..000000000000
--- a/dev-ruby/mime-types/mime-types-3.0-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="History.rdoc 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 ~ppc ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/minitest:5 dev-ruby/minitest-bonus-assertions:2 )"
-
-ruby_add_rdepend ">=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() {
- ${RUBY} -Ilib:test:. -e 'Dir["test/test_*.rb"].each{|f| require f}' || die
-}