media-fonts/mathematica-fonts: Clean old
authorJustin Lecher <jlec@gentoo.org>
Mon, 28 Sep 2015 11:06:53 +0000 (13:06 +0200)
committerJustin Lecher <jlec@gentoo.org>
Mon, 28 Sep 2015 11:06:53 +0000 (13:06 +0200)
obsoletes:
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=265444
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=298165
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=561158

Package-Manager: portage-2.2.22
Signed-off-by: Justin Lecher <jlec@gentoo.org>
media-fonts/mathematica-fonts/Manifest
media-fonts/mathematica-fonts/mathematica-fonts-7.0.ebuild [deleted file]

index fd5b2fc88a2f1945be688ac16b00361a5d2255d1..66ffb9f1e446c1091621b2401ca701a1ed588e0b 100644 (file)
@@ -1,2 +1 @@
-DIST MathematicaV7FontsLinux.tar.gz 8597655 SHA256 69b4ca6f7c864df6ff517c6636823881de6283392321708a9b2b515f1f292eb4
 DIST mathematica-fonts-10.0.zip 586368 SHA256 e15299b5a12ab7b149d7f28c5dec984999dd519e47ab503035d9a7d067e73002 SHA512 4429163c427bc762cdaf7d310985becff97f78e7b452b184e9cb64f5f787559d283b5438a16f4e6bfaeffe86429bd416d2772707350830f646c70f53b519f4c7 WHIRLPOOL ffe260a6b8ce9654ac876afc9aba1ed9f7a459b15edd6824b9619f3812be852464748022f391a0150f19eabcfe0c8c1523a9fce113cbac4da115de3a9f0f7b2e
diff --git a/media-fonts/mathematica-fonts/mathematica-fonts-7.0.ebuild b/media-fonts/mathematica-fonts/mathematica-fonts-7.0.ebuild
deleted file mode 100644 (file)
index e27e200..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit font
-
-DESCRIPTION="Mathematica's Fonts for MathML"
-HOMEPAGE="http://support.wolfram.com/technotes/latestfonts.en.html"
-SRC_URI="http://support.wolfram.com/technotes/MathematicaV7FontsLinux.tar.gz"
-
-LICENSE="WRI-EULA"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
-IUSE=""
-
-RESTRICT="mirror strip binchecks"
-S=${WORKDIR}
-
-src_install() {
-       FONT_S="${S}"/Fonts/TTF FONT_SUFFIX="ttf" font_src_install
-       FONT_S="${S}"/Fonts/Type1 FONT_SUFFIX="pfa" font_src_install
-}
-
-pkg_postinst() {
-       einfo
-       ewarn "Previously we suggested to set fonts in Mozilla or Firefox browsers."
-       ewarn "If you did that, please, revert back since now everything should work"
-       ewarn "out of box and no manual configuration required."
-       einfo
-       elog "To reset open web browser, enter the URL 'about:config', 'Filter' for"
-       elog "'mathfont', and 'Reset' to the default value through the context menu on"
-       elog "the preference."
-       elog
-       elog "Although if you still wish to use this fonts for MathML in web brower, then"
-       elog "set font.mathfont-family to:"
-       elog "Mathematica1, Mathematica2, Mathematica3, Mathematica4, Mathematica5, Mathematica6, Mathematica7"
-       elog
-       elog "Test your fonts at http://www.mozilla.org/projects/mathml/start.xhtml"
-       einfo
-}