commit: afb1b7f4825f1598e99b6280c68101db02723f91
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 14 09:57:54 2019 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sat Sep 14 09:57:54 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afb1b7f4
app-i18n/skk-jisyo: update repository location
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
app-i18n/skk-jisyo/skk-jisyo-999999.ebuild | 14 +++++---------
1 file changed, 5 insertions(+), 9 deletions(-)
diff --git a/app-i18n/skk-jisyo/skk-jisyo-999999.ebuild
b/app-i18n/skk-jisyo/skk-jisyo-999999.ebuild
index 06b2b1a2c95..5954af57aa5 100644
--- a/app-i18n/skk-jisyo/skk-jisyo-999999.ebuild
+++ b/app-i18n/skk-jisyo/skk-jisyo-999999.ebuild
@@ -1,19 +1,16 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="6"
+EAPI="7"
USE_RUBY="ruby24 ruby25 ruby26"
-inherit cvs ruby-single
+inherit git-r3 ruby-single
MY_PN=${PN^^}
DESCRIPTION="Jisyo (dictionary) files for the SKK Japanese-input software"
-HOMEPAGE="http://openlab.ring.gr.jp/skk/dic.html"
-ECVS_SERVER="openlab.jp:/circus/cvsroot"
-ECVS_MODULE="skk/dic"
-ECVS_USER="guest"
-ECVS_PASS="guest"
+HOMEPAGE="https://skk-dev.github.io/dict"
+EGIT_REPO_URI="https://github.com/skk-dev/dict"
LICENSE="GPL-2 freedist public-domain"
SLOT="0"
@@ -30,9 +27,8 @@ DEPEND="${RUBY_DEPS}
)
)"
RDEPEND=""
-S="${WORKDIR}/${ECVS_MODULE}"
-DOCS=( ChangeLog{,.{1..3}} READMEs/committers.txt edict_doc.txt
zipcode/README.ja )
+DOCS=( ChangeLog{,.{1..3}} committers.txt edict_doc.txt zipcode/README.ja )
SKKTOOLS_DIR="${EPREFIX}/usr/share/skktools/convert2skk"