summaryrefslogtreecommitdiff
path: root/media-fonts/symbola/symbola-11.00-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-04-12 03:41:30 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-04-12 03:41:30 +0100
commit623ee73d661e5ed8475cb264511f683407d87365 (patch)
tree993eb27c93ec7a2d2d19550300d888fc1fed9e69 /media-fonts/symbola/symbola-11.00-r1.ebuild
parentceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (diff)
gentoo Easter resync : 12.04.2020
Diffstat (limited to 'media-fonts/symbola/symbola-11.00-r1.ebuild')
-rw-r--r--media-fonts/symbola/symbola-11.00-r1.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/media-fonts/symbola/symbola-11.00-r1.ebuild b/media-fonts/symbola/symbola-11.00-r1.ebuild
deleted file mode 100644
index dbfeda55a4aa..000000000000
--- a/media-fonts/symbola/symbola-11.00-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN="${PN/s/S}"
-
-inherit font
-
-DESCRIPTION="Unicode font for Latin, IPA Extensions, Greek, Cyrillic and many Symbol Blocks"
-HOMEPAGE="http://users.teilar.gr/~g1951d/"
-SRC_URI="http://users.teilar.gr/~g1951d/${MY_PN}.zip -> ${P}.zip doc? ( http://users.teilar.gr/~g1951d/${MY_PN}.pdf -> ${P}.pdf )"
-LICENSE="Unicode_Fonts_for_Ancient_Scripts"
-
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE="doc"
-
-DEPEND="app-arch/unzip"
-RDEPEND=""
-
-S="${WORKDIR}"
-FONT_S="${S}"
-FONT_SUFFIX="ttf"
-
-src_prepare() {
- if use doc; then
- DOCS="${DISTDIR}/${P}.pdf"
- fi
- default
-}