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 8BCA4138334 for ; Tue, 16 Oct 2018 09:00:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81662E08A6; Tue, 16 Oct 2018 09:00:21 +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 5A478E08A6 for ; Tue, 16 Oct 2018 09:00:21 +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 AE696335C36 for ; Tue, 16 Oct 2018 09:00:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 515E3391 for ; Tue, 16 Oct 2018 09:00:09 +0000 (UTC) From: "Chí-Thanh Christopher Nguyễn" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chí-Thanh Christopher Nguyễn" Message-ID: <1539680351.3d1ef637a29b9d0ca0e5151a4a7773ebca3d37cc.chithanh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/bitstream-cyberbit/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/bitstream-cyberbit/bitstream-cyberbit-2.0-r2.ebuild X-VCS-Directories: media-fonts/bitstream-cyberbit/ X-VCS-Committer: chithanh X-VCS-Committer-Name: Chí-Thanh Christopher Nguyễn X-VCS-Revision: 3d1ef637a29b9d0ca0e5151a4a7773ebca3d37cc X-VCS-Branch: master Date: Tue, 16 Oct 2018 09:00:09 +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: 6d4a02df-c45e-40fd-9bef-019ddc19773b X-Archives-Hash: d3a5147b0ab0fdfe1ffa659164ceebdb commit: 3d1ef637a29b9d0ca0e5151a4a7773ebca3d37cc Author: Chí-Thanh Christopher Nguyễn gentoo org> AuthorDate: Tue Oct 16 08:59:11 2018 +0000 Commit: Chí-Thanh Christopher Nguyễn gentoo org> CommitDate: Tue Oct 16 08:59:11 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d1ef637 media-fonts/bitstream-cyberbit: fix download location Closes: https://bugs.gentoo.org/show_bug.cgi?id=668732 Signed-off-by: Chí-Thanh Christopher Nguyễn gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 media-fonts/bitstream-cyberbit/bitstream-cyberbit-2.0-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-fonts/bitstream-cyberbit/bitstream-cyberbit-2.0-r2.ebuild b/media-fonts/bitstream-cyberbit/bitstream-cyberbit-2.0-r2.ebuild index 51438253a0f..dd46e6e5976 100644 --- a/media-fonts/bitstream-cyberbit/bitstream-cyberbit-2.0-r2.ebuild +++ b/media-fonts/bitstream-cyberbit/bitstream-cyberbit-2.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ inherit font DESCRIPTION="Cyberbit Unicode (including CJK) font" HOMEPAGE="http://www.bitstream.com/" -SRC_URI="http://ftp.netscape.com/pub/communicator/extras/fonts/windows/Cyberbit.ZIP -> ${P}.zip ftp://ftp.netscape.com.edgesuite.net/pub/communicator/extras/fonts/windows/Cyberbit.ZIP -> ${P}.zip" +SRC_URI="http://freebsd.nsu.ru/distfiles/cyberbit/Cyberbit.ZIP -> ${P}.zip https://www.minix3.org/distfiles-backup/cyberbit-ttf/Cyberbit.ZIP -> ${P}.zip http://mirror.uni-c.dk/pub/pkgsrc/distfiles/cyberbit-ttf/Cyberbit.ZIP -> ${P}.zip" LICENSE="BitstreamCyberbit" SLOT="0"