Update to new corefonts package

(Portage version: 2.2.0_alpha123/git/Linux x86_64, RepoMan options: --force, unsigned Manifest commit)
This commit is contained in:
Mario Fetka
2012-10-17 15:36:15 +02:00
parent 27a2b679fe
commit 452c01012e
3 changed files with 37 additions and 24 deletions

View File

@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-fonts/corefonts/corefonts-1-r4.ebuild,v 1.10 2010/01/09 21:22:09 fauli Exp $
# $Header: /var/cvsroot/gentoo-x86/media-fonts/corefonts/corefonts-1-r6.ebuild,v 1.2 2012/05/09 16:50:42 aballier Exp $
inherit font
@@ -19,11 +19,12 @@ SRC_URI="mirror://sourceforge/corefonts/andale32.exe
mirror://sourceforge/corefonts/verdan32.exe
mirror://sourceforge/corefonts/wd97vwr32.exe
mirror://sourceforge/corefonts/webdin32.exe
http://download.microsoft.com/download/9/F/7/9F742C8F-8C70-4498-B4D1-539BE36A1077/PowerPointViewer.exe"
http://download.microsoft.com/download/9/F/7/9F742C8F-8C70-4498-B4D1-539BE36A1077/PowerPointViewer.exe
mirror://gentoo/EUupdate.EXE"
LICENSE="MSttfEULA MSWordViewerEULA"
LICENSE="MSttfEULA"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
IUSE="X"
DEPEND="app-arch/cabextract"
@@ -43,5 +44,13 @@ src_unpack() {
|| die "failed to unpack viewer1.cab"
cabextract --lowercase ${S}/ppviewer.cab > /dev/null \
|| die "failed to unpack viewer1.cab"
}
src_install() {
font_src_install
# The license explicitly states that the license must be distributed with the
# fonts. The only way to do that for the binpkg is to include it.
# We just have to copy it from the portdir because it's not actually inside
# upstream's own files...
dodoc "${PORTDIR}"/licenses/"${LICENSE}"
}