summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2008-12-02 07:59:40 +0000
committerPeter Volkov <pva@gentoo.org>2008-12-02 07:59:40 +0000
commit59bdc7e52f306542f0db2048368475b894c6e4ab (patch)
tree3b8c3a55a1768e1f550a845462aa09fb132707be /media-fonts/mathematica-fonts
parentStable for HPPA (bug #249393). (diff)
downloadgentoo-2-59bdc7e52f306542f0db2048368475b894c6e4ab.tar.gz
gentoo-2-59bdc7e52f306542f0db2048368475b894c6e4ab.tar.bz2
gentoo-2-59bdc7e52f306542f0db2048368475b894c6e4ab.zip
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.
(Portage version: 2.2_rc16/cvs/Linux 2.6.26-openvz.git-89451f9 i686, RepoMan options: --force)
Diffstat (limited to 'media-fonts/mathematica-fonts')
-rw-r--r--media-fonts/mathematica-fonts/ChangeLog11
-rw-r--r--media-fonts/mathematica-fonts/mathematica-fonts-4.2.ebuild62
-rw-r--r--media-fonts/mathematica-fonts/mathematica-fonts-6.0-r1.ebuild47
-rw-r--r--media-fonts/mathematica-fonts/mathematica-fonts-6.0.ebuild47
-rw-r--r--media-fonts/mathematica-fonts/mathematica-fonts-7.0.ebuild (renamed from media-fonts/mathematica-fonts/mathematica-fonts-5.2.ebuild)26
5 files changed, 21 insertions, 172 deletions
diff --git a/media-fonts/mathematica-fonts/ChangeLog b/media-fonts/mathematica-fonts/ChangeLog
index 2e9c84006167..f0cfb82fcd08 100644
--- a/media-fonts/mathematica-fonts/ChangeLog
+++ b/media-fonts/mathematica-fonts/ChangeLog
@@ -1,6 +1,15 @@
# ChangeLog for media-fonts/mathematica-fonts
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/mathematica-fonts/ChangeLog,v 1.13 2008/05/20 00:04:26 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/mathematica-fonts/ChangeLog,v 1.14 2008/12/02 07:59:40 pva Exp $
+
+*mathematica-fonts-7.0 (02 Dec 2008)
+
+ 02 Dec 2008; Peter Volkov <pva@gentoo.org> -mathematica-fonts-4.2.ebuild,
+ -mathematica-fonts-5.2.ebuild, -mathematica-fonts-6.0.ebuild,
+ -mathematica-fonts-6.0-r1.ebuild, +mathematica-fonts-7.0.ebuild:
+ 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.
*mathematica-fonts-6.0-r1 (20 May 2008)
diff --git a/media-fonts/mathematica-fonts/mathematica-fonts-4.2.ebuild b/media-fonts/mathematica-fonts/mathematica-fonts-4.2.ebuild
deleted file mode 100644
index e0885a786be5..000000000000
--- a/media-fonts/mathematica-fonts/mathematica-fonts-4.2.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# 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-4.2.ebuild,v 1.7 2007/07/02 15:05:36 peper Exp $
-
-inherit font
-
-DESCRIPTION="Mathematica's Fonts for MathML"
-
-HOMEPAGE="http://support.wolfram.com/mathematica/systems/windows/general/latestfonts.html"
-DOWNLOAD_URI="http://support.wolfram.com/mathematica/systems/windows/general/files/"
-TRUETYPE_FILE="MathFonts_TrueType_${PV//./}.exe"
-TYPE1_FILE="MathFonts_Type1_${PV//./}.exe"
-
-SRC_URI="truetype? ( $TRUETYPE_FILE )
-!truetype? ( $TYPE1_FILE )"
-LICENSE="WRI-EULA"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="truetype"
-DEPEND="app-arch/unzip"
-RDEPEND=""
-RESTRICT="fetch mirror"
-S=${WORKDIR}/
-FONT_S=${S}
-
-pkg_nofetch() {
- einfo "Please visit the homepage:"
- einfo "$HOMEPAGE"
- einfo "and download "
- if use truetype; then
- einfo ${DOWNLOAD_URI}${TRUETYPE_FILE}
- else
- einfo ${DOWNLOAD_URI}${TYPE1_FILE}
- fi
- einfo "Then just put the file in ${DISTDIR}"
-}
-
-src_unpack() {
- # zip is sufficient to extract the archive
- unzip ${DISTDIR}/${A} >/dev/null || die "failed to unpack ${A}"
-}
-
-src_install() {
- if use truetype; then
- FONT_SUFFIX="ttf"
- else
- FONT_SUFFIX="pf*"
- fi
-
- font_src_install
-}
-
-pkg_postinst() {
- 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"
-}
diff --git a/media-fonts/mathematica-fonts/mathematica-fonts-6.0-r1.ebuild b/media-fonts/mathematica-fonts/mathematica-fonts-6.0-r1.ebuild
deleted file mode 100644
index b7ed3661cba9..000000000000
--- a/media-fonts/mathematica-fonts/mathematica-fonts-6.0-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2008 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-r1.ebuild,v 1.1 2008/05/20 00:04:26 dirtyepic Exp $
-
-inherit font
-
-DESCRIPTION="Mathematica's Fonts for MathML"
-
-HOMEPAGE="http://support.wolfram.com/mathematica/systems/linux/general/latestfonts.html"
-SRC_URI="http://support.wolfram.com/mathematica/systems/linux/general/files/Math_6_Linux.tar.gz"
-
-LICENSE="WRI-EULA"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~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/TTF 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
-}
diff --git a/media-fonts/mathematica-fonts/mathematica-fonts-6.0.ebuild b/media-fonts/mathematica-fonts/mathematica-fonts-6.0.ebuild
deleted file mode 100644
index ea3c45174ddc..000000000000
--- a/media-fonts/mathematica-fonts/mathematica-fonts-6.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2008 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.2 2008/01/23 18:25:48 armin76 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="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~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
-}
diff --git a/media-fonts/mathematica-fonts/mathematica-fonts-5.2.ebuild b/media-fonts/mathematica-fonts/mathematica-fonts-7.0.ebuild
index 85af061e61e7..40146ffa15c6 100644
--- a/media-fonts/mathematica-fonts/mathematica-fonts-5.2.ebuild
+++ b/media-fonts/mathematica-fonts/mathematica-fonts-7.0.ebuild
@@ -1,34 +1,30 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/mathematica-fonts/mathematica-fonts-5.2.ebuild,v 1.7 2007/07/02 15:05:36 peper Exp $
+# $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 $
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"
+HOMEPAGE="http://support.wolfram.com/technotes/latestfonts.en.html"
+SRC_URI="http://download.wolfram.com/download/T6RFFB/MathematicaV7FontsLinux.tar.gz"
LICENSE="WRI-EULA"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
IUSE=""
-DEPEND="app-arch/unzip"
-RESTRICT="mirror"
-S=${WORKDIR}/
+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
-
+ FONT_S="${S}"/Fonts/TTF 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"
@@ -36,5 +32,5 @@ pkg_postinst() {
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
}