summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-09-28 13:06:53 +0200
committerJustin Lecher <jlec@gentoo.org>2015-09-28 13:06:53 +0200
commit80c1ba9b982daf49da3cacf93763c6e4d23f030b (patch)
treebfd1b51cd04930262292caea0a4d4b907b0ccee9
parentmedia-fonts/mathematica-fonts: Stable for ALLARCHES (diff)
downloadgentoo-80c1ba9b982daf49da3cacf93763c6e4d23f030b.tar.gz
gentoo-80c1ba9b982daf49da3cacf93763c6e4d23f030b.tar.bz2
gentoo-80c1ba9b982daf49da3cacf93763c6e4d23f030b.zip
media-fonts/mathematica-fonts: Clean old
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>
-rw-r--r--media-fonts/mathematica-fonts/Manifest1
-rw-r--r--media-fonts/mathematica-fonts/mathematica-fonts-7.0.ebuild40
2 files changed, 0 insertions, 41 deletions
diff --git a/media-fonts/mathematica-fonts/Manifest b/media-fonts/mathematica-fonts/Manifest
index fd5b2fc88a2f..66ffb9f1e446 100644
--- a/media-fonts/mathematica-fonts/Manifest
+++ b/media-fonts/mathematica-fonts/Manifest
@@ -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
index e27e20018e9e..000000000000
--- a/media-fonts/mathematica-fonts/mathematica-fonts-7.0.ebuild
+++ /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
-}