diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2018-10-16 10:59:11 +0200 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2018-10-16 10:59:11 +0200 |
commit | 3d1ef637a29b9d0ca0e5151a4a7773ebca3d37cc (patch) | |
tree | 58981b0c6fdb4187bacfadff04a7b6a517ecee81 /media-fonts/bitstream-cyberbit | |
parent | dev-libs/libinput: Added anoter USE="doc" dep. (diff) | |
download | gentoo-3d1ef637a29b9d0ca0e5151a4a7773ebca3d37cc.tar.gz gentoo-3d1ef637a29b9d0ca0e5151a4a7773ebca3d37cc.tar.bz2 gentoo-3d1ef637a29b9d0ca0e5151a4a7773ebca3d37cc.zip |
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 <chithanh@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'media-fonts/bitstream-cyberbit')
-rw-r--r-- | media-fonts/bitstream-cyberbit/bitstream-cyberbit-2.0-r2.ebuild | 4 |
1 files 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 51438253a0f8..dd46e6e5976d 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" |