yngwin 15/02/21 04:33:29 Modified: ChangeLog Added: stix-fonts-1.1.1.ebuild Log: version bump (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x4FDF9CFD2FAC514E!)
Revision Changes Path 1.14 media-fonts/stix-fonts/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/stix-fonts/ChangeLog?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/stix-fonts/ChangeLog?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/stix-fonts/ChangeLog?r1=1.13&r2=1.14 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-fonts/stix-fonts/ChangeLog,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ChangeLog 16 Feb 2014 20:35:07 -0000 1.13 +++ ChangeLog 21 Feb 2015 04:33:29 -0000 1.14 @@ -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 <[email protected]> +stix-fonts-1.1.1.ebuild: + version bump 16 Feb 2014; Mike Frysinger <[email protected]> stix-fonts-1.0.0-r1.ebuild: Mark arm stable. 1.1 media-fonts/stix-fonts/stix-fonts-1.1.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/stix-fonts/stix-fonts-1.1.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-fonts/stix-fonts/stix-fonts-1.1.1.ebuild?rev=1.1&content-type=text/plain Index: stix-fonts-1.1.1.ebuild =================================================================== # 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"
