Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/dejavu/
Date: Sat, 25 Sep 2021 23:25:06
Message-Id: 1632612259.86b9001b06f6700a791ce9f0509e7dd5b72717da.sam@gentoo
1 commit: 86b9001b06f6700a791ce9f0509e7dd5b72717da
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 25 23:24:19 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 25 23:24:19 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86b9001b
7
8 Revert "media-fonts/dejavu: reflect new data path of app-i18n/unicode-data"
9
10 This reverts commit 72b9db2b3011cbeecaf804b31f973201bfd8e60c.
11
12 Bug: https://bugs.gentoo.org/814860
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 media-fonts/dejavu/dejavu-2.37.ebuild | 13 ++-----------
16 1 file changed, 2 insertions(+), 11 deletions(-)
17
18 diff --git a/media-fonts/dejavu/dejavu-2.37.ebuild b/media-fonts/dejavu/dejavu-2.37.ebuild
19 index 871e75a1dcf..3ed26ced409 100644
20 --- a/media-fonts/dejavu/dejavu-2.37.ebuild
21 +++ b/media-fonts/dejavu/dejavu-2.37.ebuild
22 @@ -67,20 +67,11 @@ src_prepare() {
23 }
24
25 src_compile() {
26 - local unicodedir="${EPREFIX}"/usr/share/unicode
27 - local ucddir
28 -
29 - if has_verson '<app-i18n/unicode-data-14.0.0-r1'; then
30 - ucddir="${unicodedir}-data"
31 - else
32 - ucddir=${unicodedir}
33 - fi
34 -
35 if use fontforge; then
36 emake \
37 BUILDDIR=ttf \
38 - BLOCKS=${ucddir}/Blocks.txt \
39 - UNICODEDATA=${ucddir}/UnicodeData.txt \
40 + BLOCKS=/usr/share/unicode-data/Blocks.txt \
41 + UNICODEDATA=/usr/share/unicode-data/UnicodeData.txt \
42 FC-LANG=/usr/share/fc-lang \
43 full sans
44 fi