Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/showfont/
Date: Wed, 31 Aug 2022 14:48:57
Message-Id: 1661957308.64d1d39858bb1ea0b72be82a96c369b8f8162beb.mattst88@gentoo
1 commit: 64d1d39858bb1ea0b72be82a96c369b8f8162beb
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 31 03:59:18 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 31 14:48:28 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64d1d398
7
8 x11-apps/showfont: Version bump to 1.0.6
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-apps/showfont/Manifest | 1 +
13 x11-apps/showfont/showfont-1.0.6.ebuild | 15 +++++++++++++++
14 2 files changed, 16 insertions(+)
15
16 diff --git a/x11-apps/showfont/Manifest b/x11-apps/showfont/Manifest
17 index 824335175406..dcd6475b0913 100644
18 --- a/x11-apps/showfont/Manifest
19 +++ b/x11-apps/showfont/Manifest
20 @@ -1 +1,2 @@
21 DIST showfont-1.0.5.tar.bz2 125618 BLAKE2B dd3f97e3f2dff934f1cff4bfda0f8a06be3b8549b8572f3a163dbc638fa753eb14b65e8b11e19a56e687a306f3602f99b91fc458c22543d5622f870e518b77cd SHA512 d90d6d99ca573f2632435ccfd46de606994e3792deb58bab6261ff950481ec71eef032b828da0ee5333d6946c5f54594dfb2dadf930825971d3f4baa5c0ff6fd
22 +DIST showfont-1.0.6.tar.xz 121588 BLAKE2B 963040ca15db4e990aab19616a4b5cca5a9454ca9df57a7bf92f3adf44eed08e14182a98697f6a135b1ed509e6fa15826044af43541bbcbc9434fa25db0a363d SHA512 21a318519492f4ba46a8bcb3590097fc5f96fe01fdb557257ae56bae813671952a2aad6c0df8cd69659e06708571c398e6d97969224cf692e22c8a35c8e6c363
23
24 diff --git a/x11-apps/showfont/showfont-1.0.6.ebuild b/x11-apps/showfont/showfont-1.0.6.ebuild
25 new file mode 100644
26 index 000000000000..a1c1e9b34d0f
27 --- /dev/null
28 +++ b/x11-apps/showfont/showfont-1.0.6.ebuild
29 @@ -0,0 +1,15 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +XORG_TARBALL_SUFFIX="xz"
36 +inherit xorg-3
37 +
38 +DESCRIPTION="font dumper for X font server"
39 +
40 +KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
41 +
42 +RDEPEND="x11-libs/libFS"
43 +DEPEND="${RDEPEND}
44 + x11-base/xorg-proto"