From 520a5b56dff7c24c9d42eafec142cb78b44f8e3e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 21 Jul 2018 18:59:32 +0100 Subject: gentoo resync : 21.07.2018 --- dev-ruby/mecab-ruby/mecab-ruby-0.996-r1.ebuild | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'dev-ruby/mecab-ruby/mecab-ruby-0.996-r1.ebuild') diff --git a/dev-ruby/mecab-ruby/mecab-ruby-0.996-r1.ebuild b/dev-ruby/mecab-ruby/mecab-ruby-0.996-r1.ebuild index dcaa73a9d32d..14e17b2d3b0b 100644 --- a/dev-ruby/mecab-ruby/mecab-ruby-0.996-r1.ebuild +++ b/dev-ruby/mecab-ruby/mecab-ruby-0.996-r1.ebuild @@ -1,15 +1,15 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="5" +EAPI="6" USE_RUBY="ruby22 ruby23 ruby24 ruby25" inherit ruby-ng DESCRIPTION="Ruby binding for MeCab" -HOMEPAGE="http://mecab.sourceforge.net/" -SRC_URI="https://mecab.googlecode.com/files/${P}.tar.gz" +HOMEPAGE="http://taku910.github.io/mecab/" +SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${PN%-*}/${P}.tar.gz" LICENSE="|| ( BSD LGPL-2.1 GPL-2 )" SLOT="0" @@ -19,6 +19,9 @@ IUSE="" DEPEND="~app-text/mecab-${PV}" RDEPEND="${DEPEND}" +DOCS=( AUTHORS README test.rb ) +HTML_DOCS=( bindings.html ) + each_ruby_configure() { ${RUBY} extconf.rb || die } @@ -32,6 +35,5 @@ each_ruby_install() { } all_ruby_install() { - dodoc AUTHORS README test.rb - dohtml bindings.html + einstalldocs } -- cgit v1.2.3