summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2007-12-31 02:32:56 +0000
committerRyan Hill <dirtyepic@gentoo.org>2007-12-31 02:32:56 +0000
commitcc61896fe388a64eb3f56aa350b959c539ff6c14 (patch)
tree58c4d027f6d6ae08ae7f93657032556523c5fa60
parentfix changelog for 2.6.23-r1 (diff)
downloadgentoo-2-cc61896fe388a64eb3f56aa350b959c539ff6c14.tar.gz
gentoo-2-cc61896fe388a64eb3f56aa350b959c539ff6c14.tar.bz2
gentoo-2-cc61896fe388a64eb3f56aa350b959c539ff6c14.zip
Version bump. Bug #203739.
(Portage version: 2.1.4_rc11)
-rw-r--r--media-fonts/mathematica-fonts/ChangeLog8
-rw-r--r--media-fonts/mathematica-fonts/files/digest-mathematica-fonts-6.03
-rw-r--r--media-fonts/mathematica-fonts/mathematica-fonts-6.0.ebuild47
3 files changed, 57 insertions, 1 deletions
diff --git a/media-fonts/mathematica-fonts/ChangeLog b/media-fonts/mathematica-fonts/ChangeLog
index 719d1a164dc0..cfcc0473af07 100644
--- a/media-fonts/mathematica-fonts/ChangeLog
+++ b/media-fonts/mathematica-fonts/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-fonts/mathematica-fonts
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/mathematica-fonts/ChangeLog,v 1.10 2007/07/02 15:05:36 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/mathematica-fonts/ChangeLog,v 1.11 2007/12/31 02:32:55 dirtyepic Exp $
+
+*mathematica-fonts-6.0 (31 Dec 2007)
+
+ 31 Dec 2007; Ryan Hill <dirtyepic@gentoo.org>
+ +mathematica-fonts-6.0.ebuild:
+ Version bump. Bug #203739.
02 Jul 2007; Piotr Jaroszyński <peper@gentoo.org>
mathematica-fonts-4.2.ebuild, mathematica-fonts-5.2.ebuild:
diff --git a/media-fonts/mathematica-fonts/files/digest-mathematica-fonts-6.0 b/media-fonts/mathematica-fonts/files/digest-mathematica-fonts-6.0
new file mode 100644
index 000000000000..49a3aaceff49
--- /dev/null
+++ b/media-fonts/mathematica-fonts/files/digest-mathematica-fonts-6.0
@@ -0,0 +1,3 @@
+MD5 f97df8a304d3c17c4137bb963f8cbe9e MathFonts_6.0.zip 4020562
+RMD160 74c3f6c50916e0c916fee7302aae3bcabc44b754 MathFonts_6.0.zip 4020562
+SHA256 ad84f5c8a4d9ca94a876b832295b293d8b42a0f68a74a5c6ffa800eb4f0e84f9 MathFonts_6.0.zip 4020562
diff --git a/media-fonts/mathematica-fonts/mathematica-fonts-6.0.ebuild b/media-fonts/mathematica-fonts/mathematica-fonts-6.0.ebuild
new file mode 100644
index 000000000000..9f493370346d
--- /dev/null
+++ b/media-fonts/mathematica-fonts/mathematica-fonts-6.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $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 $
+
+inherit font
+
+DESCRIPTION="Mathematica's Fonts for MathML"
+
+HOMEPAGE="http://support.wolfram.com/mathematica/systems/windows/general/latestfonts.html"
+SRC_URI="http://support.wolfram.com/mathematica/systems/windows/general/files/MathFonts_${PV}.zip"
+
+LICENSE="WRI-EULA"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+IUSE=""
+DEPEND="app-arch/unzip"
+
+# WRI reserves the right to control all distribution of the Mathematica fonts
+# and does not, at this time, allow them to be widely distributed via any
+# servers, archives, or non-WRI software products of any kind without express
+# written consent of WRI. There are no restrictions on embedding the fonts in
+# documents transmitted to service bureaus, publishers, or other users of WRI
+# products. There are no restrictions on widely distributing metrics files
+# generated from the Mathematica fonts.
+#
+# == RESTRICT="mirror"
+
+RESTRICT="mirror strip binchecks"
+S=${WORKDIR}/
+
+src_install() {
+ FONT_S="${S}"/Fonts/TrueType FONT_SUFFIX="ttf" font_src_install
+ FONT_S="${S}"/Fonts/Type1 FONT_SUFFIX="pfa" font_src_install
+}
+
+pkg_postinst() {
+ echo
+ elog "To make Mozilla happy, you should change font.mathfont-family:"
+ elog "1. Enter the URL about:config"
+ elog "2. First, check to see if the pref exists"
+ elog " If not, right-click and select New > String"
+ elog " The name of the preference is font.mathfont-family"
+ elog "3. You should set the value to (right-click to modify):"
+ elog " CMSY10, CMEX10, Mathematica1, Mathematica2, Mathematica4, MT Extra, Standard Symbols L"
+ echo
+}