app-i18n/skk-jisyo: update repository location
authorAkinori Hattori <hattya@gentoo.org>
Sat, 14 Sep 2019 09:57:54 +0000 (18:57 +0900)
committerAkinori Hattori <hattya@gentoo.org>
Sat, 14 Sep 2019 09:57:54 +0000 (18:57 +0900)
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
app-i18n/skk-jisyo/skk-jisyo-999999.ebuild

index 06b2b1a2c959afa56fa2b34161325a27a5db9643..5954af57aa56177a153bea7d3729bd29e16c9b36 100644 (file)
@@ -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"