diff options
author | Ben de Groot <yngwin@gentoo.org> | 2015-02-21 04:33:29 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2015-02-21 04:33:29 +0000 |
commit | ae27a43b5c6f6bfeb37700f9034da4888a61b4d3 (patch) | |
tree | 6fb4eec51f797d7014dfb0535ac17bfbbb10d238 /media-fonts/stix-fonts | |
parent | Version bump. (diff) | |
download | gentoo-2-ae27a43b5c6f6bfeb37700f9034da4888a61b4d3.tar.gz gentoo-2-ae27a43b5c6f6bfeb37700f9034da4888a61b4d3.tar.bz2 gentoo-2-ae27a43b5c6f6bfeb37700f9034da4888a61b4d3.zip |
version bump
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x4FDF9CFD2FAC514E!)
Diffstat (limited to 'media-fonts/stix-fonts')
-rw-r--r-- | media-fonts/stix-fonts/ChangeLog | 9 | ||||
-rw-r--r-- | media-fonts/stix-fonts/stix-fonts-1.1.1.ebuild | 31 |
2 files changed, 38 insertions, 2 deletions
diff --git a/media-fonts/stix-fonts/ChangeLog b/media-fonts/stix-fonts/ChangeLog index f1ae6a38dc8c..148910303187 100644 --- a/media-fonts/stix-fonts/ChangeLog +++ b/media-fonts/stix-fonts/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-fonts/stix-fonts -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/stix-fonts/ChangeLog,v 1.13 2014/02/16 20:35:07 vapier Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/stix-fonts/ChangeLog,v 1.14 2015/02/21 04:33:29 yngwin Exp $ + +*stix-fonts-1.1.1 (21 Feb 2015) + + 21 Feb 2015; Ben de Groot <yngwin@gentoo.org> +stix-fonts-1.1.1.ebuild: + version bump 16 Feb 2014; Mike Frysinger <vapier@gentoo.org> stix-fonts-1.0.0-r1.ebuild: Mark arm stable. diff --git a/media-fonts/stix-fonts/stix-fonts-1.1.1.ebuild b/media-fonts/stix-fonts/stix-fonts-1.1.1.ebuild new file mode 100644 index 000000000000..bf049a19f986 --- /dev/null +++ b/media-fonts/stix-fonts/stix-fonts-1.1.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/stix-fonts/stix-fonts-1.1.1.ebuild,v 1.1 2015/02/21 04:33:29 yngwin Exp $ + +EAPI=5 +inherit font + +DESCRIPTION="Comprehensive OpenType font set of mathematical symbols and alphabets" +HOMEPAGE="http://www.stixfonts.org/" +SRC_URI="mirror://sourceforge/${PN/-/}/STIXv${PV}-word.zip" + +LICENSE="OFL-1.1" +SLOT="0" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +IUSE="" + +DEPEND="app-arch/unzip" +RDEPEND="" + +S="${WORKDIR}" +FONT_SUFFIX="otf" +FONT_S="${S}/Fonts/STIX-Word" +FONT_CONF=( "${FILESDIR}"/61-stix.conf ) + +src_install() { + # DOCS can't do files with spaces so handle it ourselves + font_src_install + dodoc "STIX Font ${PV} Release Documentation.pdf" +} + +RESTRICT="binchecks strip test" |