diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-12-02 12:20:02 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-12-02 12:20:02 +0000 |
commit | 285ff9816c447ec8982f74075401a0e38fc36a71 (patch) | |
tree | d9432612fa68a2cce9a17ffe3bab1444e09cd9b0 /media-fonts/bitstream-cyberbit | |
parent | Version bump. Cleanup old. (diff) | |
download | gentoo-2-285ff9816c447ec8982f74075401a0e38fc36a71.tar.gz gentoo-2-285ff9816c447ec8982f74075401a0e38fc36a71.tar.bz2 gentoo-2-285ff9816c447ec8982f74075401a0e38fc36a71.zip |
Fix download URI, bug #492982.
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'media-fonts/bitstream-cyberbit')
-rw-r--r-- | media-fonts/bitstream-cyberbit/ChangeLog | 9 | ||||
-rw-r--r-- | media-fonts/bitstream-cyberbit/bitstream-cyberbit-2.0.ebuild | 6 |
2 files changed, 9 insertions, 6 deletions
diff --git a/media-fonts/bitstream-cyberbit/ChangeLog b/media-fonts/bitstream-cyberbit/ChangeLog index 2c0cf35b944f..a3f418583e10 100644 --- a/media-fonts/bitstream-cyberbit/ChangeLog +++ b/media-fonts/bitstream-cyberbit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-fonts/bitstream-cyberbit -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/bitstream-cyberbit/ChangeLog,v 1.4 2011/06/12 18:46:39 chithanh Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/bitstream-cyberbit/ChangeLog,v 1.5 2013/12/02 12:20:02 chithanh Exp $ + + 02 Dec 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + bitstream-cyberbit-2.0.ebuild: + Fix download URI, bug #492982. 12 Jun 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> bitstream-cyberbit-2.0.ebuild: @@ -19,4 +23,3 @@ 13 Feb 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> +bitstream-cyberbit-2.0.ebuild, +metadata.xml: Initial import for bug #284684 - diff --git a/media-fonts/bitstream-cyberbit/bitstream-cyberbit-2.0.ebuild b/media-fonts/bitstream-cyberbit/bitstream-cyberbit-2.0.ebuild index 1be06322185f..c17bc3309ee4 100644 --- a/media-fonts/bitstream-cyberbit/bitstream-cyberbit-2.0.ebuild +++ b/media-fonts/bitstream-cyberbit/bitstream-cyberbit-2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/bitstream-cyberbit/bitstream-cyberbit-2.0.ebuild,v 1.4 2011/06/12 18:46:39 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/bitstream-cyberbit/bitstream-cyberbit-2.0.ebuild,v 1.5 2013/12/02 12:20:02 chithanh Exp $ EAPI="2" @@ -8,7 +8,7 @@ inherit font DESCRIPTION="Cyberbit Unicode (including CJK) font" HOMEPAGE="http://www.bitstream.com/" -SRC_URI="http://http.netscape.com.edgesuite.net/pub/communicator/extras/fonts/windows/Cyberbit.ZIP -> ${P}.zip" +SRC_URI="http://ftp.netscape.com/pub/communicator/extras/fonts/windows/Cyberbit.ZIP -> ${P}.zip" LICENSE="BitstreamCyberbit" SLOT="0" |