summaryrefslogtreecommitdiff
path: root/dev-ruby/mimemagic/mimemagic-0.3.1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-02-11 16:09:52 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-02-11 16:09:52 +0000
commitf78108598211053d41752a83e0345441bb9014ae (patch)
treedd2fc7ae0a1aea7bda4942ab0c453d1e55284b37 /dev-ruby/mimemagic/mimemagic-0.3.1.ebuild
parentdc45b83b28fb83e9659492066e347b8dc60bc9e3 (diff)
gentoo resync : 11.02.2018
Diffstat (limited to 'dev-ruby/mimemagic/mimemagic-0.3.1.ebuild')
-rw-r--r--dev-ruby/mimemagic/mimemagic-0.3.1.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-ruby/mimemagic/mimemagic-0.3.1.ebuild b/dev-ruby/mimemagic/mimemagic-0.3.1.ebuild
deleted file mode 100644
index 386732ad790f..000000000000
--- a/dev-ruby/mimemagic/mimemagic-0.3.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Fast mime detection by extension or content"
-HOMEPAGE="https://github.com/minad/mimemagic"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/bacon )"
-
-each_ruby_test() {
- ${RUBY} -S bacon -q -Ilib:test test/*_test.rb || die
-}