dev-ruby/totoridipjp: many fixes

Fix USE=doc and FEATURES=test cases.
Use eclass mechanism for not installing binaries.
Fix metadata to point to correct package.

Package-Manager: portage-2.2.26
This commit is contained in:
Hans de Graaff
2016-02-03 07:16:18 +01:00
parent 3dff0089f3
commit 11c44d084a
2 changed files with 9 additions and 7 deletions

View File

@@ -9,6 +9,6 @@
<name>Gentoo Ruby Project</name>
</maintainer>
<upstream>
<remote-id type="rubygems">delayer-deferred</remote-id>
<remote-id type="rubygems">totoridipjp</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -1,14 +1,20 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
USE_RUBY="ruby20 ruby21 ruby22"
USE_RUBY="ruby20 ruby21 ruby22 ruby23"
RUBY_FAKEGEM_RECIPE_TEST="none"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="README.md"
RUBY_FAKEGEM_BINWRAP=""
inherit ruby-fakegem
DESCRIPTION="A ruby binding to use totori.dip.jp Web API"
HOMEPAGE="https://rubygems.org/gems/totoridipjp"
@@ -16,7 +22,3 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
all_ruby_prepare() {
rm -fvr bin/ || die
}