Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/stix-fonts/
Date: Thu, 18 Aug 2022 02:53:52
Message-Id: 1660791186.c2cb4da23f973bc98a93aa3923d07642fc917230.mattst88@gentoo
1 commit: c2cb4da23f973bc98a93aa3923d07642fc917230
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 18 02:45:38 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 18 02:53:06 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2cb4da2
7
8 media-fonts/stix-fonts: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 media-fonts/stix-fonts/Manifest | 1 -
13 media-fonts/stix-fonts/stix-fonts-1.1.1.ebuild | 26 --------------------------
14 2 files changed, 27 deletions(-)
15
16 diff --git a/media-fonts/stix-fonts/Manifest b/media-fonts/stix-fonts/Manifest
17 index a3630a99fc55..3fe98024f8b9 100644
18 --- a/media-fonts/stix-fonts/Manifest
19 +++ b/media-fonts/stix-fonts/Manifest
20 @@ -1,4 +1,3 @@
21 -DIST STIXv1.1.1-word.zip 1834654 BLAKE2B ddd240876ae432a5796b70c7d4adc7f44446db7883b4bb3528b223d729a28cbff6f589e7f06323859397a4c9dcad34a1d5dcb9092977a8ae323b4adf1ee5ea64 SHA512 df5171f1a2de4e4e513013b47943cc8f7e210c59ddc11bb4d1f7d07680d7efdd0c73c96a349e523fbca24782314ded81a4eeb1b87aeb2a2c81d00fa9dbcd4b11
22 DIST stix-fonts-2.11-FONTLOG.txt 27987 BLAKE2B b29daccfd54daaa59e694bf105d566fb14e4b4c8bf732dd9eccbdd610983e0fc3798a8f8c3bbca80e86190f9e44cdf27e527a721c0ef548addcf39c3f240c6f6 SHA512 3cd3c87b5b8c7ba4e4f76ed95349a375c5a365303f0e9a8bb26922c8b4382e47f4903531dacffd9f2d6df8bb0be8f50fb965695fc5c5ed69c443345140952067
23 DIST stix-fonts-2.11-STIXTwoMath-Regular.pdf 988219 BLAKE2B 614fce509b4890aff9732fec997e1665bce256a381457a00b4508ebf052a2aeaa264bd13917c0df34610332a15fbf9a0951f00477d9e17bfb156bc62aff584c6 SHA512 be03b5539bff41b904a4971e07d717d2b8b5bc4805f05c18bb56ec79ee07d38dd7bd1274c0887fc3019594aa09945e59cee30a22a0406c7985dba72245987861
24 DIST stix-fonts-2.11-STIXTwoText-Regular.pdf 371400 BLAKE2B 874d78aac0cf335f5d7a616ca54b8efd707d15a7e4a9d6c18541f277554688fc321f51d3c13d7ae9c55a916b8e4a17730c63c7886bbd81c509b6883c97096e5c SHA512 2cdfe0f3906480e8449c969ee52ece50322b27bf1d9f3da664086d0846fd5fdf007d5e1daf181a0cabc8b9a5c63645722f7ce3d3cd69d3930c6b3d3474e7f032
25
26 diff --git a/media-fonts/stix-fonts/stix-fonts-1.1.1.ebuild b/media-fonts/stix-fonts/stix-fonts-1.1.1.ebuild
27 deleted file mode 100644
28 index 21614ffbeb88..000000000000
29 --- a/media-fonts/stix-fonts/stix-fonts-1.1.1.ebuild
30 +++ /dev/null
31 @@ -1,26 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -inherit font
38 -
39 -DESCRIPTION="Comprehensive OpenType font set of mathematical symbols and alphabets"
40 -HOMEPAGE="https://www.stixfonts.org/"
41 -SRC_URI="mirror://sourceforge/${PN/-/}/STIXv${PV}-word.zip"
42 -S="${WORKDIR}"
43 -
44 -LICENSE="OFL-1.1"
45 -SLOT="0"
46 -KEYWORDS="amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
47 -IUSE=""
48 -
49 -RESTRICT="binchecks strip test"
50 -
51 -BDEPEND="app-arch/unzip"
52 -
53 -DOCS=( "STIX Font ${PV} Release Documentation.pdf" )
54 -
55 -FONT_CONF=( "${FILESDIR}"/61-stix.conf )
56 -FONT_SUFFIX="otf"
57 -FONT_S="${S}/Fonts/STIX-Word"