commit:     e46d50dc62c181eb78fc20460a252be23a3e185d
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 22 19:32:09 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Jan 22 19:32:09 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e46d50dc

dev-ruby/mime-types: cleanup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/mime-types/mime-types-3.0-r1.ebuild | 33 ----------------------------
 1 file changed, 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 ddf3a4c8152..00000000000
--- 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
-}

Reply via email to