Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-fonts/mathematica-fonts: ChangeLog mathematica-fonts-6.0.ebuild
Date: Mon, 31 Dec 2007 02:33:05
Message-Id: E1J9ASW-0000AX-G3@stork.gentoo.org
1 dirtyepic 07/12/31 02:32:56
2
3 Modified: ChangeLog
4 Added: mathematica-fonts-6.0.ebuild
5 Log:
6 Version bump. Bug #203739.
7 (Portage version: 2.1.4_rc11)
8
9 Revision Changes Path
10 1.11 media-fonts/mathematica-fonts/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/mathematica-fonts/ChangeLog?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/mathematica-fonts/ChangeLog?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/mathematica-fonts/ChangeLog?r1=1.10&r2=1.11
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-fonts/mathematica-fonts/ChangeLog,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- ChangeLog 2 Jul 2007 15:05:36 -0000 1.10
23 +++ ChangeLog 31 Dec 2007 02:32:55 -0000 1.11
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-fonts/mathematica-fonts
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/mathematica-fonts/ChangeLog,v 1.10 2007/07/02 15:05:36 peper Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/mathematica-fonts/ChangeLog,v 1.11 2007/12/31 02:32:55 dirtyepic Exp $
29 +
30 +*mathematica-fonts-6.0 (31 Dec 2007)
31 +
32 + 31 Dec 2007; Ryan Hill <dirtyepic@g.o>
33 + +mathematica-fonts-6.0.ebuild:
34 + Version bump. Bug #203739.
35
36 02 Jul 2007; Piotr JaroszyƄski <peper@g.o>
37 mathematica-fonts-4.2.ebuild, mathematica-fonts-5.2.ebuild:
38
39
40
41 1.1 media-fonts/mathematica-fonts/mathematica-fonts-6.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/mathematica-fonts/mathematica-fonts-6.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/mathematica-fonts/mathematica-fonts-6.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: mathematica-fonts-6.0.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-fonts/mathematica-fonts/mathematica-fonts-6.0.ebuild,v 1.1 2007/12/31 02:32:55 dirtyepic Exp $
51
52 inherit font
53
54 DESCRIPTION="Mathematica's Fonts for MathML"
55
56 HOMEPAGE="http://support.wolfram.com/mathematica/systems/windows/general/latestfonts.html"
57 SRC_URI="http://support.wolfram.com/mathematica/systems/windows/general/files/MathFonts_${PV}.zip"
58
59 LICENSE="WRI-EULA"
60
61 SLOT="0"
62 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
63 IUSE=""
64 DEPEND="app-arch/unzip"
65
66 # WRI reserves the right to control all distribution of the Mathematica fonts
67 # and does not, at this time, allow them to be widely distributed via any
68 # servers, archives, or non-WRI software products of any kind without express
69 # written consent of WRI. There are no restrictions on embedding the fonts in
70 # documents transmitted to service bureaus, publishers, or other users of WRI
71 # products. There are no restrictions on widely distributing metrics files
72 # generated from the Mathematica fonts.
73 #
74 # == RESTRICT="mirror"
75
76 RESTRICT="mirror strip binchecks"
77 S=${WORKDIR}/
78
79 src_install() {
80 FONT_S="${S}"/Fonts/TrueType FONT_SUFFIX="ttf" font_src_install
81 FONT_S="${S}"/Fonts/Type1 FONT_SUFFIX="pfa" font_src_install
82 }
83
84 pkg_postinst() {
85 echo
86 elog "To make Mozilla happy, you should change font.mathfont-family:"
87 elog "1. Enter the URL about:config"
88 elog "2. First, check to see if the pref exists"
89 elog " If not, right-click and select New > String"
90 elog " The name of the preference is font.mathfont-family"
91 elog "3. You should set the value to (right-click to modify):"
92 elog " CMSY10, CMEX10, Mathematica1, Mathematica2, Mathematica4, MT Extra, Standard Symbols L"
93 echo
94 }
95
96
97
98 --
99 gentoo-commits@g.o mailing list