2018-05-02 16:03:00 +03:00
|
|
|
# Copyright 1999-2018 Gentoo Foundation
|
2017-05-29 09:54:32 +03:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI=6
|
|
|
|
|
2018-05-02 16:03:00 +03:00
|
|
|
USE_RUBY="ruby23 ruby24 ruby25"
|
|
|
|
|
2017-05-29 09:54:32 +03:00
|
|
|
RUBY_FAKEGEM_RECIPE_TEST="none"
|
2018-05-02 16:03:00 +03:00
|
|
|
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
|
|
|
|
RUBY_FAKEGEM_BINWRAP=""
|
2017-05-29 09:54:32 +03:00
|
|
|
|
|
|
|
inherit ruby-fakegem
|
|
|
|
|
2018-05-02 16:03:00 +03:00
|
|
|
DESCRIPTION="library is for creating and/or parsing MIME messages"
|
|
|
|
HOMEPAGE="https://rubygems.org/gems/rex-mime"
|
2017-05-29 09:54:32 +03:00
|
|
|
|
|
|
|
LICENSE="BSD"
|
|
|
|
|
|
|
|
SLOT="0"
|
|
|
|
KEYWORDS="~amd64 ~arm ~x86"
|
|
|
|
IUSE=""
|
|
|
|
|
2018-05-02 16:03:00 +03:00
|
|
|
ruby_add_rdepend "dev-ruby/rex-text"
|
|
|
|
|
2017-05-29 09:54:32 +03:00
|
|
|
all_ruby_prepare() {
|
|
|
|
sed -i '/bundler/d' Rakefile
|
|
|
|
}
|