dev-ruby/totoridipjp: many fixes
authorHans de Graaff <graaff@gentoo.org>
Wed, 3 Feb 2016 06:16:18 +0000 (07:16 +0100)
committerHans de Graaff <graaff@gentoo.org>
Wed, 3 Feb 2016 06:16:18 +0000 (07:16 +0100)
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

dev-ruby/totoridipjp/metadata.xml
dev-ruby/totoridipjp/totoridipjp-0.1.0.ebuild

index 4b45643bc78be30713d190850bdbfc8f4456e029..ddf5da98f68740bd9bd752c51eb155a13f16817c 100644 (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>
index b7ef079b14a74b7e5b49501e4b03472ccd81e75e..fad356c4679eaad05044f0f3f26bc53878d7d816 100644 (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
-}