Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/liberation-fonts/
Date: Thu, 18 Aug 2022 02:53:53
Message-Id: 1660791186.b582c6403c80014b14897581d8169b9d5dc41bad.mattst88@gentoo
1 commit: b582c6403c80014b14897581d8169b9d5dc41bad
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 18 02:45:10 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 18 02:53:06 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b582c640
7
8 media-fonts/liberation-fonts: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 media-fonts/liberation-fonts/Manifest | 2 -
13 .../liberation-fonts/liberation-fonts-2.1.2.ebuild | 52 ----------------------
14 2 files changed, 54 deletions(-)
15
16 diff --git a/media-fonts/liberation-fonts/Manifest b/media-fonts/liberation-fonts/Manifest
17 index 0f8f340071a4..8c38178361a9 100644
18 --- a/media-fonts/liberation-fonts/Manifest
19 +++ b/media-fonts/liberation-fonts/Manifest
20 @@ -1,4 +1,2 @@
21 -DIST liberation-fonts-2.1.2.tar.gz 4976962 BLAKE2B 934b71cbd45ba94b6cf18fc81942004beefe2dba860f13e885930b423208aa0b2f328f3d6e95f65c16017fdf40d51c25bf2b94d8654e3118fd347a00253056fc SHA512 9eec48e3a87d07499969926204fc9063d9d196894b95536b506988041b1965064319a2686bf54cbaabf836f54323816fe0d2a74ae14249366791de94da630e29
22 DIST liberation-fonts-2.1.3.tar.gz 4977444 BLAKE2B 1d77ea6a9aa850a3501a7051bf3e3cd75923bd77dca5d42ae3fa4fbe7be9fea104779caadcccaf2608dc6423bddb3abd199defcaae3161ecd997268078b6781e SHA512 826c002008c2c753957ae4228d8e5dac5b1de995eb7cf392e9cbef9a23bb438ff56303bb9e8ee45a52fb9797e5685b89749f6a689413537f9cc7ee8067dea463
23 -DIST liberation-fonts-ttf-2.1.2.tar.gz 2370416 BLAKE2B 386eab6e886b677082bbbe1bf625bf91304e6baa4352a8dba3d073d3d2d80c1ae85ebb456f0b967be7ba9c430d7a95364107e54e789d419605976174ceb751b3 SHA512 bfdc3fb7dff1e78aa833035dad40bc26b12bce24b9e16863ec2f8f768a2a370705fafd25c430e3ed4ba7f742051c52ed3cf14da82a8500797b9efcdeef507f3c
24 DIST liberation-fonts-ttf-2.1.3.tar.gz 2370443 BLAKE2B af9039d7586e87b25b05ee80893fb63f0857c05de748a9a9228557556d74cd322c8411672387f6a55b4e6ae2e7c16adb00b6e4d19b6170ce822721845741d0bf SHA512 d988cf02119352f7815327e58ac93ffc2301da66b9afe4427b49ed01edd465dbefd05bf76936035f501d9d38636e97cf243ba87e9f62ca85599ad2c9874a2c77
25
26 diff --git a/media-fonts/liberation-fonts/liberation-fonts-2.1.2.ebuild b/media-fonts/liberation-fonts/liberation-fonts-2.1.2.ebuild
27 deleted file mode 100644
28 index 36b1a4b57d66..000000000000
29 --- a/media-fonts/liberation-fonts/liberation-fonts-2.1.2.ebuild
30 +++ /dev/null
31 @@ -1,52 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -PYTHON_COMPAT=( python3_{8..10} )
38 -
39 -inherit font python-any-r1
40 -
41 -DESCRIPTION="A Helvetica/Times/Courier replacement TrueType font set, courtesy of Red Hat"
42 -HOMEPAGE="https://github.com/liberationfonts/liberation-fonts"
43 -SRC_URI="fontforge? ( https://github.com/liberationfonts/liberation-fonts/files/5722232/${P}.tar.gz )
44 - !fontforge? ( https://github.com/liberationfonts/liberation-fonts/files/5722233/${PN}-ttf-${PV}.tar.gz )
45 -"
46 -
47 -KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 ~riscv x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-solaris"
48 -SLOT="0"
49 -LICENSE="OFL-1.1"
50 -IUSE="fontforge X"
51 -
52 -FONT_SUFFIX="ttf"
53 -
54 -FONT_CONF=( "${FILESDIR}/60-liberation.conf" )
55 -
56 -BDEPEND="
57 - fontforge? (
58 - ${PYTHON_DEPS}
59 - media-gfx/fontforge
60 - $(python_gen_any_dep 'dev-python/fonttools[${PYTHON_USEDEP}]')
61 - )"
62 -
63 -python_check_deps() {
64 - has_version -b "dev-python/fonttools[${PYTHON_USEDEP}]"
65 -}
66 -
67 -src_prepare() {
68 - default
69 - if use fontforge ; then
70 - sed -i "s/= python3/= ${EPYTHON}/" Makefile || die
71 - fi
72 -}
73 -
74 -pkg_setup() {
75 - if use fontforge; then
76 - FONT_S="${S}/${PN}-ttf-${PV}"
77 - python-any-r1_pkg_setup
78 - else
79 - FONT_S="${WORKDIR}/${PN}-ttf-${PV}"
80 - S="${FONT_S}"
81 - fi
82 - font_pkg_setup
83 -}