mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user