diff options
author | Akinori Hattori <hattya@gentoo.org> | 2020-05-16 22:51:27 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2020-05-16 23:47:42 +0900 |
commit | 93ec62530190eaf6218de351770db6f9e933b147 (patch) | |
tree | 06cc09337df8f11671fa159697e561634083c06a /app-i18n | |
parent | app-i18n/nkf: update to EAPI 7 (diff) | |
download | gentoo-93ec62530190eaf6218de351770db6f9e933b147.tar.gz gentoo-93ec62530190eaf6218de351770db6f9e933b147.tar.bz2 gentoo-93ec62530190eaf6218de351770db6f9e933b147.zip |
app-i18n/nkf: update HOMEPAGE
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/nkf/nkf-2.1.3-r2.ebuild | 2 | ||||
-rw-r--r-- | app-i18n/nkf/nkf-2.1.4.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-i18n/nkf/nkf-2.1.3-r2.ebuild b/app-i18n/nkf/nkf-2.1.3-r2.ebuild index ee2518acd6d2..5aebc9371fa0 100644 --- a/app-i18n/nkf/nkf-2.1.3-r2.ebuild +++ b/app-i18n/nkf/nkf-2.1.3-r2.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 perl-module toolchain-funcs DESCRIPTION="Network Kanji code conversion Filter with UTF-8/16 support" -HOMEPAGE="https://ja.osdn.net/projects/nkf/" +HOMEPAGE="https://osdn.net/projects/nkf/" SRC_URI="mirror://sourceforge.jp/${PN}/59912/${P}.tar.gz l10n_ja? ( https://dev.gentoo.org/~naota/files/${PN}.1j ) python? ( https://dev.gentoo.org/~naota/files/NKF_python20090602.tgz )" diff --git a/app-i18n/nkf/nkf-2.1.4.ebuild b/app-i18n/nkf/nkf-2.1.4.ebuild index 6f616167fa75..3ebf5b10a786 100644 --- a/app-i18n/nkf/nkf-2.1.4.ebuild +++ b/app-i18n/nkf/nkf-2.1.4.ebuild @@ -10,7 +10,7 @@ PY_P="python-${PN}-0.2.0_p20141211" PY_COMMIT="000915e115acac57a1fdbceb1e6361788af83a3d" DESCRIPTION="Network Kanji code conversion Filter with UTF-8/16 support" -HOMEPAGE="https://ja.osdn.net/projects/nkf/" +HOMEPAGE="https://osdn.net/projects/nkf/" SRC_URI="mirror://sourceforge.jp/${PN}/64158/${P}.tar.gz python? ( https://github.com/fumiyas/python-${PN}/archive/${PY_COMMIT}.tar.gz -> ${PY_P}.tar.gz )" |