diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-04-03 19:35:38 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-04-03 19:35:38 -0700 |
commit | 98a107e817727af79bc2478ccf94ec522ec48f03 (patch) | |
tree | e5bcbdb711f63a7edf1ab1e8eb2e976cd37c39bf /x11-apps | |
parent | x11-apps/xload: Version bump to 1.1.4 (diff) | |
download | gentoo-98a107e817727af79bc2478ccf94ec522ec48f03.tar.gz gentoo-98a107e817727af79bc2478ccf94ec522ec48f03.tar.bz2 gentoo-98a107e817727af79bc2478ccf94ec522ec48f03.zip |
x11-apps/xlsfonts: Version bump to 1.0.7
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xlsfonts/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xlsfonts/xlsfonts-1.0.7.ebuild | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/x11-apps/xlsfonts/Manifest b/x11-apps/xlsfonts/Manifest index 9fa098c9d87c..17a6c6e64dfb 100644 --- a/x11-apps/xlsfonts/Manifest +++ b/x11-apps/xlsfonts/Manifest @@ -1 +1,2 @@ DIST xlsfonts-1.0.6.tar.bz2 133500 BLAKE2B e21b5776ca02c5fe07ba80c2e845fd04d75642ed7984080df3402a478748e4bea00f93134eaf359da9d5223be6bf98224067bd3413c072c2f38bd589fdc90328 SHA512 052a3b1dec23cb20fdfacd4500cb836feb3b888bf568a548ea71deb58a4ba10a1ad5392d658e95272c6d4a1832edf1f19c3de2498b78dca82c43ee52800a30c0 +DIST xlsfonts-1.0.7.tar.xz 126888 BLAKE2B 13f2e2007c38f7d1724e6ffd0c7fe9a3b887a150f50107b892327c3620e4ffdbd4ae1191a9764cc4000d6422fe0f331dcbef11c0b50013ff2d94b699c0cba1ee SHA512 ec82be0a97500a9e64fb5a6adbbec470b249b1267c3081c2bd44cd3e7148107517d1234c1da2f81b0405230ab03ad2943ea53756c3380f4d561665b38d0cedc0 diff --git a/x11-apps/xlsfonts/xlsfonts-1.0.7.ebuild b/x11-apps/xlsfonts/xlsfonts-1.0.7.ebuild new file mode 100644 index 000000000000..1616f5a8f2ad --- /dev/null +++ b/x11-apps/xlsfonts/xlsfonts-1.0.7.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +XORG_TARBALL_SUFFIX="xz" +inherit xorg-3 + +DESCRIPTION="X.Org xlsfonts application" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris" + +RDEPEND="x11-libs/libX11" +DEPEND="${RDEPEND} + x11-base/xorg-proto" |