add ebuild for ne MS fonts

This commit is contained in:
Jörg Deckert 2014-06-12 08:33:33 +02:00
parent 06c5f519f6
commit c98cf96c18
2 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,2 @@
DIST PowerPointViewer.exe 27024112 SHA256 c4e753548d3092ffd7dd3849105e0a26d9b5a1afe46e6e667fe7c6887893701f SHA512 6a4878534c81a74be7c057df43794825b8df61e1cd4443b5a1c86a3bfc7da4b901a196471ebcdf34216fb3c83b5cd351d8e095728393ba85e4e33dbd0dab67f7 WHIRLPOOL 38e9822b797d73d3093bdd5ac2a2ed07de71e3e02202923b8ee9717aadd89d66441adeca45bf8d5a169eaa02bfb6ed102253968119b512da8877d039eccd3873
EBUILD cfonts-1.ebuild 881 SHA256 f30e105261a1edb8a49cd4b0f27f7220e8408eb4bf4742896ffcbb98d4807a77 SHA512 9ace12c616e2e00270af37de59db1cc76709fb73aca422a586f29a69567f0c2685f88d380e1ba7b314a48eb3c6f96d0c0c77da7e967de9ca79c03960b4354088 WHIRLPOOL 761c608005326106079ce11f2228cb4492ae98e0717b9f201a85d0f18bf62c1a343ae5cfc2e3a57ac36cca4e75983082158ca73891e7e20dca7cccf93f512a65

View File

@ -0,0 +1,27 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit font
DESCRIPTION="Microsoft's so-called C-fonts for Windows Vista and Office 2007"
HOMEPAGE="http://www.microsoft.com/downloads/details.aspx?familyid=048DC840-14E1-467D-8DCA-19D2A8FD7485&displaylang=en"
SRC_URI="http://download.microsoft.com/download/f/5/a/f5a3df76-d856-4a61-a6bd-722f52a5be26/PowerPointViewer.exe"
RESTRICT="mirror"
LICENSE="MSttfEULA"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="X"
DEPEND="app-arch/cabextract"
RDEPEND=""
S=${WORKDIR}
FONT_S=${WORKDIR}
FONT_SUFFIX="ttf ttc"
src_unpack() {
cabextract ${DISTDIR}/${A} > /dev/null || die "failed to unpack ${A}"
cabextract --lowercase ppviewer.cab > /dev/null || die "failed to unpack ppviewer.cab"
}