Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/mathematica-fonts/
Date: Mon, 28 Sep 2015 11:07:02
Message-Id: 1443438413.80c1ba9b982daf49da3cacf93763c6e4d23f030b.jlec@gentoo
1 commit: 80c1ba9b982daf49da3cacf93763c6e4d23f030b
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 28 11:06:53 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 28 11:06:53 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80c1ba9b
7
8 media-fonts/mathematica-fonts: Clean old
9
10 obsoletes:
11 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=265444
12 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=298165
13 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=561158
14
15 Package-Manager: portage-2.2.22
16 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
17
18 media-fonts/mathematica-fonts/Manifest | 1 -
19 .../mathematica-fonts/mathematica-fonts-7.0.ebuild | 40 ----------------------
20 2 files changed, 41 deletions(-)
21
22 diff --git a/media-fonts/mathematica-fonts/Manifest b/media-fonts/mathematica-fonts/Manifest
23 index fd5b2fc..66ffb9f 100644
24 --- a/media-fonts/mathematica-fonts/Manifest
25 +++ b/media-fonts/mathematica-fonts/Manifest
26 @@ -1,2 +1 @@
27 -DIST MathematicaV7FontsLinux.tar.gz 8597655 SHA256 69b4ca6f7c864df6ff517c6636823881de6283392321708a9b2b515f1f292eb4
28 DIST mathematica-fonts-10.0.zip 586368 SHA256 e15299b5a12ab7b149d7f28c5dec984999dd519e47ab503035d9a7d067e73002 SHA512 4429163c427bc762cdaf7d310985becff97f78e7b452b184e9cb64f5f787559d283b5438a16f4e6bfaeffe86429bd416d2772707350830f646c70f53b519f4c7 WHIRLPOOL ffe260a6b8ce9654ac876afc9aba1ed9f7a459b15edd6824b9619f3812be852464748022f391a0150f19eabcfe0c8c1523a9fce113cbac4da115de3a9f0f7b2e
29
30 diff --git a/media-fonts/mathematica-fonts/mathematica-fonts-7.0.ebuild b/media-fonts/mathematica-fonts/mathematica-fonts-7.0.ebuild
31 deleted file mode 100644
32 index e27e200..0000000
33 --- a/media-fonts/mathematica-fonts/mathematica-fonts-7.0.ebuild
34 +++ /dev/null
35 @@ -1,40 +0,0 @@
36 -# Copyright 1999-2009 Gentoo Foundation
37 -# Distributed under the terms of the GNU General Public License v2
38 -# $Id$
39 -
40 -inherit font
41 -
42 -DESCRIPTION="Mathematica's Fonts for MathML"
43 -HOMEPAGE="http://support.wolfram.com/technotes/latestfonts.en.html"
44 -SRC_URI="http://support.wolfram.com/technotes/MathematicaV7FontsLinux.tar.gz"
45 -
46 -LICENSE="WRI-EULA"
47 -SLOT="0"
48 -KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
49 -IUSE=""
50 -
51 -RESTRICT="mirror strip binchecks"
52 -S=${WORKDIR}
53 -
54 -src_install() {
55 - FONT_S="${S}"/Fonts/TTF FONT_SUFFIX="ttf" font_src_install
56 - FONT_S="${S}"/Fonts/Type1 FONT_SUFFIX="pfa" font_src_install
57 -}
58 -
59 -pkg_postinst() {
60 - einfo
61 - ewarn "Previously we suggested to set fonts in Mozilla or Firefox browsers."
62 - ewarn "If you did that, please, revert back since now everything should work"
63 - ewarn "out of box and no manual configuration required."
64 - einfo
65 - elog "To reset open web browser, enter the URL 'about:config', 'Filter' for"
66 - elog "'mathfont', and 'Reset' to the default value through the context menu on"
67 - elog "the preference."
68 - elog
69 - elog "Although if you still wish to use this fonts for MathML in web brower, then"
70 - elog "set font.mathfont-family to:"
71 - elog "Mathematica1, Mathematica2, Mathematica3, Mathematica4, Mathematica5, Mathematica6, Mathematica7"
72 - elog
73 - elog "Test your fonts at http://www.mozilla.org/projects/mathml/start.xhtml"
74 - einfo
75 -}