Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/liberation-fonts/
Date: Thu, 26 Apr 2018 21:16:30
Message-Id: 1524777375.91bfb927a99b0d8db7c984772a75d04fd1e3fb34.johu@gentoo
1 commit: 91bfb927a99b0d8db7c984772a75d04fd1e3fb34
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 26 21:16:05 2018 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 26 21:16:15 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91bfb927
7
8 media-fonts/liberation-fonts: Remove 2.00.1-r1
9
10 Deprecated EAPI 4 and overshadowed by 2.00.1-r3
11
12 Package-Manager: Portage-2.3.31, Repoman-2.3.9
13
14 .../liberation-fonts-2.00.1-r1.ebuild | 40 ----------------------
15 1 file changed, 40 deletions(-)
16
17 diff --git a/media-fonts/liberation-fonts/liberation-fonts-2.00.1-r1.ebuild b/media-fonts/liberation-fonts/liberation-fonts-2.00.1-r1.ebuild
18 deleted file mode 100644
19 index 106fba61c42..00000000000
20 --- a/media-fonts/liberation-fonts/liberation-fonts-2.00.1-r1.ebuild
21 +++ /dev/null
22 @@ -1,40 +0,0 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=4
27 -
28 -PYTHON_COMPAT=( python2_7 )
29 -
30 -inherit font python-any-r1
31 -
32 -DESCRIPTION="A Helvetica/Times/Courier replacement TrueType font set, courtesy of Red Hat"
33 -HOMEPAGE="https://pagure.io/liberation-fonts"
34 -SRC_URI="!fontforge? ( https://releases.pagure.org/${PN}/${PN}-ttf-${PV}.tar.gz )
35 -fontforge? ( https://releases.pagure.org/${PN}/${P}.tar.gz )"
36 -
37 -KEYWORDS="~alpha amd64 arm arm64 ia64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x64-solaris"
38 -SLOT="0"
39 -LICENSE="OFL-1.1"
40 -IUSE="fontforge X"
41 -
42 -FONT_SUFFIX="ttf"
43 -
44 -FONT_CONF=( "${FILESDIR}/60-liberation.conf" )
45 -
46 -DEPEND="fontforge? (
47 - ${PYTHON_DEPS}
48 - media-gfx/fontforge
49 - dev-python/fonttools
50 - )"
51 -RDEPEND=""
52 -
53 -pkg_setup() {
54 - if use fontforge; then
55 - FONT_S="${S}/${PN}-ttf-${PV}"
56 - python-any-r1_pkg_setup
57 - else
58 - FONT_S="${WORKDIR}/${PN}-ttf-${PV}"
59 - S="${FONT_S}"
60 - fi
61 - font_pkg_setup
62 -}