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