From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2C77D139083 for ; Tue, 12 Dec 2017 14:03:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57559E0EA2; Tue, 12 Dec 2017 14:03:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2CF52E0EA2 for ; Tue, 12 Dec 2017 14:03:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C547D3416A1 for ; Tue, 12 Dec 2017 14:03:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89316AE77 for ; Tue, 12 Dec 2017 14:03:41 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1513087402.69be6562be3011f04a460928849f14c0210e598c.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/jisx0213-fonts/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/jisx0213-fonts/jisx0213-fonts-20040425-r2.ebuild X-VCS-Directories: media-fonts/jisx0213-fonts/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 69be6562be3011f04a460928849f14c0210e598c X-VCS-Branch: master Date: Tue, 12 Dec 2017 14:03:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 44d165a5-88be-425e-b123-94b219f0a8c9 X-Archives-Hash: 87f4e05dacdc733c748d703e713239b6 commit: 69be6562be3011f04a460928849f14c0210e598c Author: Akinori Hattori gentoo org> AuthorDate: Tue Dec 12 14:02:42 2017 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Tue Dec 12 14:03:22 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69be6562 media-fonts/jisx0213-fonts: update HOMEPAGE and SRC_URI Closes: https://bugs.gentoo.org/602860 Package-Manager: Portage-2.3.13, Repoman-2.3.4 .../jisx0213-fonts-20040425-r2.ebuild | 29 +++++++++++----------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/media-fonts/jisx0213-fonts/jisx0213-fonts-20040425-r2.ebuild b/media-fonts/jisx0213-fonts/jisx0213-fonts-20040425-r2.ebuild index 455edad329e..f7f91217334 100644 --- a/media-fonts/jisx0213-fonts/jisx0213-fonts-20040425-r2.ebuild +++ b/media-fonts/jisx0213-fonts/jisx0213-fonts-20040425-r2.ebuild @@ -6,21 +6,20 @@ EAPI="6" inherit font font-ebdftopcf DESCRIPTION="Japanese fixed fonts that cover JIS0213 charset" -HOMEPAGE="http://www12.ocn.ne.jp/~imamura/jisx0213.html" -SRC_BASE1="http://www12.ocn.ne.jp/~imamura" -SRC_BASE2="http://gitatsu.hp.infoseek.co.jp/bdf" -SRC_URI="${SRC_BASE1}/jiskan16-2004-1.bdf.gz - ${SRC_BASE1}/jiskan16-2000-1.bdf.gz - ${SRC_BASE1}/jiskan16-2000-2.bdf.gz - ${SRC_BASE1}/K14-2004-1.bdf.gz - ${SRC_BASE1}/K14-2000-1.bdf.gz - ${SRC_BASE1}/K14-2000-2.bdf.gz - ${SRC_BASE1}/K12-1.bdf.gz - ${SRC_BASE1}/K12-2.bdf.gz - ${SRC_BASE1}/A14.bdf.gz - ${SRC_BASE1}/A12.bdf.gz - ${SRC_BASE2}/jiskan24-2000-1.bdf.gz - ${SRC_BASE2}/jiskan24-2000-2.bdf.gz" +#HOMEPAGE="http://www12.ocn.ne.jp/~imamura/jisx0213.html" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" +SRC_URI="mirror://gentoo/jiskan16-2004-1.bdf.gz + mirror://gentoo/jiskan16-2000-1.bdf.gz + mirror://gentoo/jiskan16-2000-2.bdf.gz + mirror://gentoo/K14-2004-1.bdf.gz + mirror://gentoo/K14-2000-1.bdf.gz + mirror://gentoo/K14-2000-2.bdf.gz + mirror://gentoo/K12-1.bdf.gz + mirror://gentoo/K12-2.bdf.gz + mirror://gentoo/A14.bdf.gz + mirror://gentoo/A12.bdf.gz + mirror://gentoo/jiskan24-2000-1.bdf.gz + mirror://gentoo/jiskan24-2000-2.bdf.gz" LICENSE="public-domain" SLOT="0"