summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2018-04-26 20:44:27 +0200
committerJohannes Huber <johu@gentoo.org>2018-04-26 20:44:50 +0200
commit404ee3a4e152f7d755fb5ccace348f9a64564e23 (patch)
tree6ad48a0f9905286f7b87de91c6506dfee57cab4b
parentmedia-fonts/liberation-fonts: Revision bump 2.00.1-r3 (diff)
downloadgentoo-404ee3a4e152f7d755fb5ccace348f9a64564e23.tar.gz
gentoo-404ee3a4e152f7d755fb5ccace348f9a64564e23.tar.bz2
gentoo-404ee3a4e152f7d755fb5ccace348f9a64564e23.zip
media-fonts/liberation-fonts: Remove 2.00.1-r2
Package-Manager: Portage-2.3.31, Repoman-2.3.9
-rw-r--r--media-fonts/liberation-fonts/liberation-fonts-2.00.1-r2.ebuild47
1 files changed, 0 insertions, 47 deletions
diff --git a/media-fonts/liberation-fonts/liberation-fonts-2.00.1-r2.ebuild b/media-fonts/liberation-fonts/liberation-fonts-2.00.1-r2.ebuild
deleted file mode 100644
index dafb53d7047b..000000000000
--- a/media-fonts/liberation-fonts/liberation-fonts-2.00.1-r2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit font python-any-r1
-
-DESCRIPTION="A Helvetica/Times/Courier replacement TrueType font set, courtesy of Red Hat"
-HOMEPAGE="https://pagure.io/liberation-fonts"
-SRC_URI="
- !fontforge? (
- https://releases.pagure.org/${PN}/${PN}-ttf-${PV}.tar.gz
- )
- fontforge? (
- https://releases.pagure.org/${PN}/${P}.tar.gz
- )
-"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-solaris"
-SLOT="0"
-LICENSE="OFL-1.1"
-IUSE="fontforge X"
-
-FONT_SUFFIX="ttf"
-
-FONT_CONF=( "${FILESDIR}/60-liberation.conf" )
-
-DEPEND="
- fontforge? (
- ${PYTHON_DEPS}
- media-gfx/fontforge
- dev-python/fonttools
- )"
-RDEPEND=""
-
-pkg_setup() {
- if use fontforge; then
- FONT_S="${S}/${PN}-ttf-${PV}"
- python-any-r1_pkg_setup
- else
- FONT_S="${WORKDIR}/${PN}-ttf-${PV}"
- S="${FONT_S}"
- fi
- font_pkg_setup
-}