summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2016-12-09 01:15:11 -0500
committerTim Harder <radhermit@gentoo.org>2016-12-09 01:17:16 -0500
commitde548d11168e0b12e44d308721f29252084835e9 (patch)
tree2fe6d0ed6a818b0b6f985fb7d43a59abd991bffe /media-fonts/stix-fonts
parentmedia-fonts/roboto: remove old (diff)
downloadgentoo-de548d11168e0b12e44d308721f29252084835e9.tar.gz
gentoo-de548d11168e0b12e44d308721f29252084835e9.tar.bz2
gentoo-de548d11168e0b12e44d308721f29252084835e9.zip
media-fonts/stix-fonts: version bump to 2.0.0
Diffstat (limited to 'media-fonts/stix-fonts')
-rw-r--r--media-fonts/stix-fonts/Manifest1
-rw-r--r--media-fonts/stix-fonts/stix-fonts-2.0.0.ebuild28
2 files changed, 29 insertions, 0 deletions
diff --git a/media-fonts/stix-fonts/Manifest b/media-fonts/stix-fonts/Manifest
index baa4994e03f1..1e70c7ca9a0f 100644
--- a/media-fonts/stix-fonts/Manifest
+++ b/media-fonts/stix-fonts/Manifest
@@ -1,2 +1,3 @@
DIST STIXv1.0.0.zip 2761626 SHA256 2f10ee4deaf93e31d2fad6b4df2091e4c56b8c144499da4c0178fc0e4a873cfe SHA512 c3b8a35656bc22fb903917d5c976a742026f7f63c2e1969de120a85d439af2ad54721947a4fee6fc5fecfcb35b928666e8853c02936ca9fcd1f459d5765d8578 WHIRLPOOL 8105790082042808b74eada2ec3e588bc02b168e6343f74f1a655e3560fc3e59a7c28d4529aa8ce23bad027cbec662d7afd41074fb86d3bd910ebaa571042d3e
DIST STIXv1.1.1-word.zip 1834654 SHA256 98f86eccef5d81daff07a00d9cc8350c2400e9193f59b5da4507da61f1e265e0 SHA512 df5171f1a2de4e4e513013b47943cc8f7e210c59ddc11bb4d1f7d07680d7efdd0c73c96a349e523fbca24782314ded81a4eeb1b87aeb2a2c81d00fa9dbcd4b11 WHIRLPOOL 28592dbb5d5c07cd11c5aeb023aea939bb5089e0e0504f706b7ae6cc24cadb75ef1ace9be95063d67a5dfb1c263a11933136dbcb930adfd54dc7a9f6da07eede
+DIST STIXv2.0.0.zip 3921396 SHA256 6fac297b27c78891aeca9adb37be54729932e57cdcdb218a9e163671c163d938 SHA512 b5d1a98be67fb548d8898cee207b429a6b53617c0ee33b798273e4626e287af9404acf85e702c7fc6cd0b27da379a03013f77caeb57b957d7633efa722f69ae0 WHIRLPOOL 3500db92492c1b26e54920b78f9c78e6c9f1c0d90e7648a02ccc75a2c6e321f0bb3aff1f18147b7a036e13607dedf837dfe70a267e39d370a776d3364a09384b
diff --git a/media-fonts/stix-fonts/stix-fonts-2.0.0.ebuild b/media-fonts/stix-fonts/stix-fonts-2.0.0.ebuild
new file mode 100644
index 000000000000..9b5dd8960c8d
--- /dev/null
+++ b/media-fonts/stix-fonts/stix-fonts-2.0.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit font
+
+MY_P="STIXv${PV}"
+DESCRIPTION="Comprehensive OpenType font set of mathematical symbols and alphabets"
+HOMEPAGE="http://www.stixfonts.org/"
+SRC_URI="mirror://sourceforge/${PN/-/}/${MY_P}.zip"
+
+LICENSE="OFL-1.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE=""
+
+DEPEND="app-arch/unzip"
+RDEPEND=""
+
+S="${WORKDIR}/${MY_P}"
+FONT_SUFFIX="otf"
+FONT_S="${S}/Fonts/OTF"
+FONT_CONF=( "${FILESDIR}"/61-stix.conf )
+
+DOCS=( docs/STIX_2.0.0_release_notes.txt )
+
+RESTRICT="binchecks strip test"