commit: 5f9102ba446cde82e7c08d7519b4c2fd416b80a9 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Mon Jun 4 09:55:27 2018 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Mon Jun 4 09:56:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f9102ba
dev-ruby/marcel: add missing dependency on mimemagic Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-ruby/marcel/marcel-0.3.2-r1.ebuild | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/dev-ruby/marcel/marcel-0.3.2-r1.ebuild b/dev-ruby/marcel/marcel-0.3.2-r1.ebuild new file mode 100644 index 00000000000..ee661bc7ef3 --- /dev/null +++ b/dev-ruby/marcel/marcel-0.3.2-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +USE_RUBY="ruby23 ruby24 ruby25" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit ruby-fakegem + +DESCRIPTION="Simple mime type detection using magic numbers, filenames, and extensions" +HOMEPAGE="https://github.com/basecamp/marcel" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +ruby_add_rdepend ">=dev-ruby/mimemagic-0.3.2:0" + +all_ruby_prepare() { + sed -i -e '2irequire "pathname"' test/test_helper.rb || die +}
