diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2018-05-11 23:33:56 +0200 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2018-05-11 23:33:56 +0200 |
commit | b76cd7cdfd919ecac2e00bffa6d0c5b1353b2d01 (patch) | |
tree | 46c2f8e9e3b472d828f403ac9102fd8aafe95e27 /media-fonts/bitstream-cyberbit | |
parent | x11-misc/piedock: Use pkg-config to find freetype. (diff) | |
download | gentoo-b76cd7cdfd919ecac2e00bffa6d0c5b1353b2d01.tar.gz gentoo-b76cd7cdfd919ecac2e00bffa6d0c5b1353b2d01.tar.bz2 gentoo-b76cd7cdfd919ecac2e00bffa6d0c5b1353b2d01.zip |
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
Diffstat (limited to 'media-fonts/bitstream-cyberbit')
-rw-r--r-- | media-fonts/bitstream-cyberbit/bitstream-cyberbit-2.0-r1.ebuild | 22 | ||||
-rw-r--r-- | media-fonts/bitstream-cyberbit/bitstream-cyberbit-2.0.ebuild | 4 |
2 files changed, 24 insertions, 2 deletions
diff --git a/media-fonts/bitstream-cyberbit/bitstream-cyberbit-2.0-r1.ebuild b/media-fonts/bitstream-cyberbit/bitstream-cyberbit-2.0-r1.ebuild new file mode 100644 index 000000000000..434abf6f8733 --- /dev/null +++ b/media-fonts/bitstream-cyberbit/bitstream-cyberbit-2.0-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +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 ftp://ftp.netscape.com.edgesuite.net/pub/communicator/extras/fonts/windows/Cyberbit.ZIP -> ${P}.zip" +LICENSE="BitstreamCyberbit" + +SLOT="0" +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 b128f8fd056d..d8ca96854d61 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" |