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/stix-fonts-2.0.0.ebuild
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/stix-fonts-2.0.0.ebuild')
-rw-r--r--media-fonts/stix-fonts/stix-fonts-2.0.0.ebuild28
1 files changed, 28 insertions, 0 deletions
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"