diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-20 23:56:00 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-21 20:05:35 +0100 |
commit | 4839bce6dc816ccdd612a2d852ba067e57d79fa0 (patch) | |
tree | 89929973684a115ca651f84ac718adbaf604b424 /media-fonts/stix-fonts | |
parent | media-fonts/stix-fonts: 2.11 version bump, EAPI-7, new upstream repo (diff) | |
download | gentoo-4839bce6dc816ccdd612a2d852ba067e57d79fa0.tar.gz gentoo-4839bce6dc816ccdd612a2d852ba067e57d79fa0.tar.bz2 gentoo-4839bce6dc816ccdd612a2d852ba067e57d79fa0.zip |
media-fonts/stix-fonts: Drop 2.0.0
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-fonts/stix-fonts')
-rw-r--r-- | media-fonts/stix-fonts/Manifest | 1 | ||||
-rw-r--r-- | media-fonts/stix-fonts/stix-fonts-2.0.0.ebuild | 27 |
2 files changed, 0 insertions, 28 deletions
diff --git a/media-fonts/stix-fonts/Manifest b/media-fonts/stix-fonts/Manifest index 230728820aec..a3630a99fc55 100644 --- a/media-fonts/stix-fonts/Manifest +++ b/media-fonts/stix-fonts/Manifest @@ -1,5 +1,4 @@ DIST STIXv1.1.1-word.zip 1834654 BLAKE2B ddd240876ae432a5796b70c7d4adc7f44446db7883b4bb3528b223d729a28cbff6f589e7f06323859397a4c9dcad34a1d5dcb9092977a8ae323b4adf1ee5ea64 SHA512 df5171f1a2de4e4e513013b47943cc8f7e210c59ddc11bb4d1f7d07680d7efdd0c73c96a349e523fbca24782314ded81a4eeb1b87aeb2a2c81d00fa9dbcd4b11 -DIST STIXv2.0.0.zip 3921396 BLAKE2B 3188b28e6f21df0bd3283cacac071399afb325cad3c36387e47448ee9bffcd452b59e4381663d06fbbb93d704a3510c23c31a88e832e75fbd7be85a179761553 SHA512 b5d1a98be67fb548d8898cee207b429a6b53617c0ee33b798273e4626e287af9404acf85e702c7fc6cd0b27da379a03013f77caeb57b957d7633efa722f69ae0 DIST stix-fonts-2.11-FONTLOG.txt 27987 BLAKE2B b29daccfd54daaa59e694bf105d566fb14e4b4c8bf732dd9eccbdd610983e0fc3798a8f8c3bbca80e86190f9e44cdf27e527a721c0ef548addcf39c3f240c6f6 SHA512 3cd3c87b5b8c7ba4e4f76ed95349a375c5a365303f0e9a8bb26922c8b4382e47f4903531dacffd9f2d6df8bb0be8f50fb965695fc5c5ed69c443345140952067 DIST stix-fonts-2.11-STIXTwoMath-Regular.pdf 988219 BLAKE2B 614fce509b4890aff9732fec997e1665bce256a381457a00b4508ebf052a2aeaa264bd13917c0df34610332a15fbf9a0951f00477d9e17bfb156bc62aff584c6 SHA512 be03b5539bff41b904a4971e07d717d2b8b5bc4805f05c18bb56ec79ee07d38dd7bd1274c0887fc3019594aa09945e59cee30a22a0406c7985dba72245987861 DIST stix-fonts-2.11-STIXTwoText-Regular.pdf 371400 BLAKE2B 874d78aac0cf335f5d7a616ca54b8efd707d15a7e4a9d6c18541f277554688fc321f51d3c13d7ae9c55a916b8e4a17730c63c7886bbd81c509b6883c97096e5c SHA512 2cdfe0f3906480e8449c969ee52ece50322b27bf1d9f3da664086d0846fd5fdf007d5e1daf181a0cabc8b9a5c63645722f7ce3d3cd69d3930c6b3d3474e7f032 diff --git a/media-fonts/stix-fonts/stix-fonts-2.0.0.ebuild b/media-fonts/stix-fonts/stix-fonts-2.0.0.ebuild deleted file mode 100644 index 160743fffa9b..000000000000 --- a/media-fonts/stix-fonts/stix-fonts-2.0.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -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 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-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" |