diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-03-02 11:54:26 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-03-02 17:00:08 -0500 |
commit | 5aef0ffe1aaa2abe60572b55f8972c68fd8af9b2 (patch) | |
tree | 95c70e1dddb6fe9cf957fe8e1b347f1e06e8ffba /x11-apps/xlsfonts | |
parent | dev-lang/gnat-gpl: fix implicit declaration (diff) | |
download | gentoo-5aef0ffe1aaa2abe60572b55f8972c68fd8af9b2.tar.gz gentoo-5aef0ffe1aaa2abe60572b55f8972c68fd8af9b2.tar.bz2 gentoo-5aef0ffe1aaa2abe60572b55f8972c68fd8af9b2.zip |
x11-apps/xlsfonts: Version bump to 1.0.8
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xlsfonts')
-rw-r--r-- | x11-apps/xlsfonts/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xlsfonts/xlsfonts-1.0.8.ebuild | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/x11-apps/xlsfonts/Manifest b/x11-apps/xlsfonts/Manifest index fd9143c0059e..0ae0e0ae3d3b 100644 --- a/x11-apps/xlsfonts/Manifest +++ b/x11-apps/xlsfonts/Manifest @@ -1 +1,2 @@ DIST xlsfonts-1.0.7.tar.xz 126888 BLAKE2B 13f2e2007c38f7d1724e6ffd0c7fe9a3b887a150f50107b892327c3620e4ffdbd4ae1191a9764cc4000d6422fe0f331dcbef11c0b50013ff2d94b699c0cba1ee SHA512 ec82be0a97500a9e64fb5a6adbbec470b249b1267c3081c2bd44cd3e7148107517d1234c1da2f81b0405230ab03ad2943ea53756c3380f4d561665b38d0cedc0 +DIST xlsfonts-1.0.8.tar.xz 130488 BLAKE2B 16ff4ba039f3122844c44c907fbfaff0fbbe6f219bd96cf7154179cbb5865b7911c3af926750dd702917f04a103c889cccea3aa03b48d2a4a47885b448b268e4 SHA512 401c86d902f173c440c08a22067a51e7238949c8d3c71eba7a8df11955edfec27525c8cbbcf2e96ed444fa20b15f98cf65a01343215d1ed9ba84fce849d02927 diff --git a/x11-apps/xlsfonts/xlsfonts-1.0.8.ebuild b/x11-apps/xlsfonts/xlsfonts-1.0.8.ebuild new file mode 100644 index 000000000000..1ce945b9d2ed --- /dev/null +++ b/x11-apps/xlsfonts/xlsfonts-1.0.8.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2024 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 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" + +RDEPEND="x11-libs/libX11" +DEPEND="${RDEPEND} + x11-base/xorg-proto" |