Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-fonts/mathematica-fonts: ChangeLog mathematica-fonts-7.0.ebuild mathematica-fonts-5.2.ebuild mathematica-fonts-4.2.ebuild mathematica-fonts-6.0.ebuild mathematica-fonts-6.0-r1.ebuild
Date: Tue, 02 Dec 2008 07:59:42
Message-Id: E1L7QAW-0000F8-LF@stork.gentoo.org
1 pva 08/12/02 07:59:40
2
3 Modified: ChangeLog
4 Added: mathematica-fonts-7.0.ebuild
5 Removed: mathematica-fonts-5.2.ebuild
6 mathematica-fonts-4.2.ebuild
7 mathematica-fonts-6.0.ebuild
8 mathematica-fonts-6.0-r1.ebuild
9 Log:
10 Download location for old fonts is unknown at the moment, removing them. Version bump straight to stable, since this are only fonts possible to install.
11 (Portage version: 2.2_rc16/cvs/Linux 2.6.26-openvz.git-89451f9 i686, RepoMan options: --force)
12
13 Revision Changes Path
14 1.14 media-fonts/mathematica-fonts/ChangeLog
15
16 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/mathematica-fonts/ChangeLog?rev=1.14&view=markup
17 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/mathematica-fonts/ChangeLog?rev=1.14&content-type=text/plain
18 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/mathematica-fonts/ChangeLog?r1=1.13&r2=1.14
19
20 Index: ChangeLog
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/media-fonts/mathematica-fonts/ChangeLog,v
23 retrieving revision 1.13
24 retrieving revision 1.14
25 diff -u -r1.13 -r1.14
26 --- ChangeLog 20 May 2008 00:04:26 -0000 1.13
27 +++ ChangeLog 2 Dec 2008 07:59:40 -0000 1.14
28 @@ -1,6 +1,15 @@
29 # ChangeLog for media-fonts/mathematica-fonts
30 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
31 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/mathematica-fonts/ChangeLog,v 1.13 2008/05/20 00:04:26 dirtyepic Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/mathematica-fonts/ChangeLog,v 1.14 2008/12/02 07:59:40 pva Exp $
33 +
34 +*mathematica-fonts-7.0 (02 Dec 2008)
35 +
36 + 02 Dec 2008; Peter Volkov <pva@g.o> -mathematica-fonts-4.2.ebuild,
37 + -mathematica-fonts-5.2.ebuild, -mathematica-fonts-6.0.ebuild,
38 + -mathematica-fonts-6.0-r1.ebuild, +mathematica-fonts-7.0.ebuild:
39 + Download location for old fonts is unknown at the moment, removing them.
40 + Version bump straight to stable, since this are only fonts possible to
41 + install.
42
43 *mathematica-fonts-6.0-r1 (20 May 2008)
44
45
46
47
48 1.1 media-fonts/mathematica-fonts/mathematica-fonts-7.0.ebuild
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/mathematica-fonts/mathematica-fonts-7.0.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-fonts/mathematica-fonts/mathematica-fonts-7.0.ebuild?rev=1.1&content-type=text/plain
52
53 Index: mathematica-fonts-7.0.ebuild
54 ===================================================================
55 # Copyright 1999-2008 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Header: /var/cvsroot/gentoo-x86/media-fonts/mathematica-fonts/mathematica-fonts-7.0.ebuild,v 1.1 2008/12/02 07:59:40 pva Exp $
58
59 inherit font
60
61 DESCRIPTION="Mathematica's Fonts for MathML"
62
63 HOMEPAGE="http://support.wolfram.com/technotes/latestfonts.en.html"
64 SRC_URI="http://download.wolfram.com/download/T6RFFB/MathematicaV7FontsLinux.tar.gz"
65
66 LICENSE="WRI-EULA"
67
68 SLOT="0"
69 KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
70 IUSE=""
71
72 RESTRICT="mirror strip binchecks"
73 S=${WORKDIR}
74
75 src_install() {
76 FONT_S="${S}"/Fonts/TTF FONT_SUFFIX="ttf" font_src_install
77 FONT_S="${S}"/Fonts/Type1 FONT_SUFFIX="pfa" font_src_install
78 }
79
80 pkg_postinst() {
81 echo
82 elog "To make Mozilla happy, you should change font.mathfont-family:"
83 elog "1. Enter the URL about:config"
84 elog "2. First, check to see if the pref exists"
85 elog " If not, right-click and select New > String"
86 elog " The name of the preference is font.mathfont-family"
87 elog "3. You should set the value to (right-click to modify):"
88 elog " CMSY10, CMEX10, Mathematica1, Mathematica2, Mathematica4, MT Extra, Standard Symbols L"
89 echo
90 }