diff options
author | Akinori Hattori <hattya@gentoo.org> | 2019-09-14 18:57:54 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2019-09-14 18:57:54 +0900 |
commit | afb1b7f4825f1598e99b6280c68101db02723f91 (patch) | |
tree | 3b9d85da4b4655743de4706e0749bd8b34d751d1 /app-i18n | |
parent | app-i18n/skk-jisyo: update USE_RUBY (diff) | |
download | gentoo-afb1b7f4825f1598e99b6280c68101db02723f91.tar.gz gentoo-afb1b7f4825f1598e99b6280c68101db02723f91.tar.bz2 gentoo-afb1b7f4825f1598e99b6280c68101db02723f91.zip |
app-i18n/skk-jisyo: update repository location
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/skk-jisyo/skk-jisyo-999999.ebuild | 14 |
1 files 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 06b2b1a2c959..5954af57aa56 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" |