commit: b76cd7cdfd919ecac2e00bffa6d0c5b1353b2d01 Author: Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org> AuthorDate: Fri May 11 21:33:56 2018 +0000 Commit: Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org> CommitDate: Fri May 11 21:33:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b76cd7cd
media-fonts/bitstream-cyberbit: fix QA issues Add alternative download location Closes: https://bugs.gentoo.org/show_bug.cgi?id=655454 Add ebuild with EAPI=7 Bug: https://bugs.gentoo.org/show_bug.cgi?id=655466 No longer rely on WORKDIR fallback (PMS 9.1.1) for EAPI=7 ebuild Closes: https://bugs.gentoo.org/show_bug.cgi?id=467128 Package-Manager: Portage-2.3.36, Repoman-2.3.9 ...ream-cyberbit-2.0.ebuild => bitstream-cyberbit-2.0-r1.ebuild} | 9 +++++---- media-fonts/bitstream-cyberbit/bitstream-cyberbit-2.0.ebuild | 4 ++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/media-fonts/bitstream-cyberbit/bitstream-cyberbit-2.0.ebuild b/media-fonts/bitstream-cyberbit/bitstream-cyberbit-2.0-r1.ebuild similarity index 61% copy from media-fonts/bitstream-cyberbit/bitstream-cyberbit-2.0.ebuild copy to media-fonts/bitstream-cyberbit/bitstream-cyberbit-2.0-r1.ebuild index b128f8fd056..434abf6f873 100644 --- a/media-fonts/bitstream-cyberbit/bitstream-cyberbit-2.0.ebuild +++ b/media-fonts/bitstream-cyberbit/bitstream-cyberbit-2.0-r1.ebuild @@ -1,21 +1,22 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="2" +EAPI=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" +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" LICENSE="BitstreamCyberbit" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="" DEPEND="app-arch/unzip" RDEPEND="" RESTRICT="bindist mirror" +S="${WORKDIR}" FONT_SUFFIX="ttf" diff --git a/media-fonts/bitstream-cyberbit/bitstream-cyberbit-2.0.ebuild b/media-fonts/bitstream-cyberbit/bitstream-cyberbit-2.0.ebuild index b128f8fd056..d8ca96854d6 100644 --- a/media-fonts/bitstream-cyberbit/bitstream-cyberbit-2.0.ebuild +++ b/media-fonts/bitstream-cyberbit/bitstream-cyberbit-2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="2" @@ -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" +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" LICENSE="BitstreamCyberbit" SLOT="0"
