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/xlsfonts/
Date: Mon, 04 Apr 2022 02:40:05
Message-Id: 1649039738.98a107e817727af79bc2478ccf94ec522ec48f03.mattst88@gentoo
1 commit: 98a107e817727af79bc2478ccf94ec522ec48f03
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 4 02:35:38 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 4 02:35:38 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98a107e8
7
8 x11-apps/xlsfonts: Version bump to 1.0.7
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-apps/xlsfonts/Manifest | 1 +
13 x11-apps/xlsfonts/xlsfonts-1.0.7.ebuild | 15 +++++++++++++++
14 2 files changed, 16 insertions(+)
15
16 diff --git a/x11-apps/xlsfonts/Manifest b/x11-apps/xlsfonts/Manifest
17 index 9fa098c9d87c..17a6c6e64dfb 100644
18 --- a/x11-apps/xlsfonts/Manifest
19 +++ b/x11-apps/xlsfonts/Manifest
20 @@ -1 +1,2 @@
21 DIST xlsfonts-1.0.6.tar.bz2 133500 BLAKE2B e21b5776ca02c5fe07ba80c2e845fd04d75642ed7984080df3402a478748e4bea00f93134eaf359da9d5223be6bf98224067bd3413c072c2f38bd589fdc90328 SHA512 052a3b1dec23cb20fdfacd4500cb836feb3b888bf568a548ea71deb58a4ba10a1ad5392d658e95272c6d4a1832edf1f19c3de2498b78dca82c43ee52800a30c0
22 +DIST xlsfonts-1.0.7.tar.xz 126888 BLAKE2B 13f2e2007c38f7d1724e6ffd0c7fe9a3b887a150f50107b892327c3620e4ffdbd4ae1191a9764cc4000d6422fe0f331dcbef11c0b50013ff2d94b699c0cba1ee SHA512 ec82be0a97500a9e64fb5a6adbbec470b249b1267c3081c2bd44cd3e7148107517d1234c1da2f81b0405230ab03ad2943ea53756c3380f4d561665b38d0cedc0
23
24 diff --git a/x11-apps/xlsfonts/xlsfonts-1.0.7.ebuild b/x11-apps/xlsfonts/xlsfonts-1.0.7.ebuild
25 new file mode 100644
26 index 000000000000..1616f5a8f2ad
27 --- /dev/null
28 +++ b/x11-apps/xlsfonts/xlsfonts-1.0.7.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="X.Org xlsfonts application"
39 +
40 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
41 +
42 +RDEPEND="x11-libs/libX11"
43 +DEPEND="${RDEPEND}
44 + x11-base/xorg-proto"