summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2016-03-02 22:57:27 +0100
committerManuel Rüger <mrueg@gentoo.org>2016-03-02 22:57:27 +0100
commit1dd59e9771b8754afaf04a3664ea08c6c0cd2a4d (patch)
treefecca97d9f44b67e663e5eaaa3c02ac87a67f45a /dev-ruby/mimemagic/mimemagic-0.3.0.ebuild
parentdev-util/jenkins-bin: Version bump (diff)
downloadgentoo-1dd59e9771b8754afaf04a3664ea08c6c0cd2a4d.tar.gz
gentoo-1dd59e9771b8754afaf04a3664ea08c6c0cd2a4d.tar.bz2
gentoo-1dd59e9771b8754afaf04a3664ea08c6c0cd2a4d.zip
dev-ruby/mimemagic: Remove old
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-ruby/mimemagic/mimemagic-0.3.0.ebuild')
-rw-r--r--dev-ruby/mimemagic/mimemagic-0.3.0.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-ruby/mimemagic/mimemagic-0.3.0.ebuild b/dev-ruby/mimemagic/mimemagic-0.3.0.ebuild
deleted file mode 100644
index be44373f99ff..000000000000
--- a/dev-ruby/mimemagic/mimemagic-0.3.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
-
-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
-}