diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-06-01 17:48:56 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-06-17 20:35:03 -0400 |
commit | 25293b3e098b3bbc073d1c392faebf16a484d694 (patch) | |
tree | 612646f1bd9bbf278b755a0943996c48b2098611 /app-i18n/nkf | |
parent | app-vim/splice: update HOMEPAGE, use HTTPS (diff) | |
download | gentoo-25293b3e098b3bbc073d1c392faebf16a484d694.tar.gz gentoo-25293b3e098b3bbc073d1c392faebf16a484d694.tar.bz2 gentoo-25293b3e098b3bbc073d1c392faebf16a484d694.zip |
app-i18n/nkf: update HOMEPAGE
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12149
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-i18n/nkf')
-rw-r--r-- | app-i18n/nkf/nkf-2.1.3-r2.ebuild | 4 | ||||
-rw-r--r-- | app-i18n/nkf/nkf-2.1.4.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-i18n/nkf/nkf-2.1.3-r2.ebuild b/app-i18n/nkf/nkf-2.1.3-r2.ebuild index 21daf284bc4f..987c68e8253e 100644 --- a/app-i18n/nkf/nkf-2.1.3-r2.ebuild +++ b/app-i18n/nkf/nkf-2.1.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -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="http://sourceforge.jp/projects/nkf/" +HOMEPAGE="https://ja.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 189885919022..8d94ae691118 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="http://sourceforge.jp/projects/nkf/" +HOMEPAGE="https://ja.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 )" |