Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Wed, 31 Mar 2021 08:13:00
Message-Id: 1617178372.666e192e4856b76b1154e463f9fec16f4f0b8541.sam@gentoo
1 commit: 666e192e4856b76b1154e463f9fec16f4f0b8541
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 31 08:12:02 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 31 08:12:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=666e192e
7
8 font-ebdftopcf.eclass: drop incomplete definitions of functions
9
10 It's better to not try according to our fun AWK ;)
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 eclass/font-ebdftopcf.eclass | 2 --
15 1 file changed, 2 deletions(-)
16
17 diff --git a/eclass/font-ebdftopcf.eclass b/eclass/font-ebdftopcf.eclass
18 index 6d6bd70ae31..889f821c257 100644
19 --- a/eclass/font-ebdftopcf.eclass
20 +++ b/eclass/font-ebdftopcf.eclass
21 @@ -22,7 +22,6 @@ RDEPEND=""
22 # Public functions
23 #
24
25 -# @FUNCTION: ebdftopcf
26 ebdftopcf() {
27 local bdffiles
28 bdffiles="$@"
29 @@ -37,7 +36,6 @@ ebdftopcf() {
30 # Public inheritable functions
31 #
32
33 -# @FUNCTION: font-ebdftopcf_src_compile
34 font-ebdftopcf_src_compile() {
35 use X && FONT_SUFFIX="pcf.gz"
36 use X || FONT_SUFFIX="bdf"