summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2016-12-09 01:16:35 -0500
committerTim Harder <radhermit@gentoo.org>2016-12-09 01:17:17 -0500
commit266b8bd6568b2076d2c05f713e923c030b56c6fd (patch)
tree79c6367bb9929299f5af4447fbfec62685d5cda7 /media-fonts/stix-fonts
parentmedia-fonts/stix-fonts: stabilize 1.1.1 (diff)
downloadgentoo-266b8bd6568b2076d2c05f713e923c030b56c6fd.tar.gz
gentoo-266b8bd6568b2076d2c05f713e923c030b56c6fd.tar.bz2
gentoo-266b8bd6568b2076d2c05f713e923c030b56c6fd.zip
media-fonts/stix-fonts: remove old
Diffstat (limited to 'media-fonts/stix-fonts')
-rw-r--r--media-fonts/stix-fonts/Manifest1
-rw-r--r--media-fonts/stix-fonts/stix-fonts-1.0.0-r1.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/media-fonts/stix-fonts/Manifest b/media-fonts/stix-fonts/Manifest
index 1e70c7ca9a0f..54b82ad0728c 100644
--- a/media-fonts/stix-fonts/Manifest
+++ b/media-fonts/stix-fonts/Manifest
@@ -1,3 +1,2 @@
-DIST STIXv1.0.0.zip 2761626 SHA256 2f10ee4deaf93e31d2fad6b4df2091e4c56b8c144499da4c0178fc0e4a873cfe SHA512 c3b8a35656bc22fb903917d5c976a742026f7f63c2e1969de120a85d439af2ad54721947a4fee6fc5fecfcb35b928666e8853c02936ca9fcd1f459d5765d8578 WHIRLPOOL 8105790082042808b74eada2ec3e588bc02b168e6343f74f1a655e3560fc3e59a7c28d4529aa8ce23bad027cbec662d7afd41074fb86d3bd910ebaa571042d3e
DIST STIXv1.1.1-word.zip 1834654 SHA256 98f86eccef5d81daff07a00d9cc8350c2400e9193f59b5da4507da61f1e265e0 SHA512 df5171f1a2de4e4e513013b47943cc8f7e210c59ddc11bb4d1f7d07680d7efdd0c73c96a349e523fbca24782314ded81a4eeb1b87aeb2a2c81d00fa9dbcd4b11 WHIRLPOOL 28592dbb5d5c07cd11c5aeb023aea939bb5089e0e0504f706b7ae6cc24cadb75ef1ace9be95063d67a5dfb1c263a11933136dbcb930adfd54dc7a9f6da07eede
DIST STIXv2.0.0.zip 3921396 SHA256 6fac297b27c78891aeca9adb37be54729932e57cdcdb218a9e163671c163d938 SHA512 b5d1a98be67fb548d8898cee207b429a6b53617c0ee33b798273e4626e287af9404acf85e702c7fc6cd0b27da379a03013f77caeb57b957d7633efa722f69ae0 WHIRLPOOL 3500db92492c1b26e54920b78f9c78e6c9f1c0d90e7648a02ccc75a2c6e321f0bb3aff1f18147b7a036e13607dedf837dfe70a267e39d370a776d3364a09384b
diff --git a/media-fonts/stix-fonts/stix-fonts-1.0.0-r1.ebuild b/media-fonts/stix-fonts/stix-fonts-1.0.0-r1.ebuild
deleted file mode 100644
index fad31034bf3d..000000000000
--- a/media-fonts/stix-fonts/stix-fonts-1.0.0-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit font
-
-DESCRIPTION="Comprehensive OpenType font set of mathematical symbols and alphabets"
-HOMEPAGE="http://www.stixfonts.org/"
-SRC_URI="mirror://gentoo/STIXv${PV}.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="doc"
-
-DEPEND="app-arch/unzip"
-RDEPEND=""
-
-S="${WORKDIR}/STIXv${PV}"
-FONT_SUFFIX="otf"
-FONT_S="${S}/Fonts"
-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 Release Documentation 2010.pdf"
- use doc && dodoc "${S}"/Glyphs/*.pdf
-}
-
-RESTRICT="strip binchecks"