diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-03-09 18:21:36 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-03-09 18:29:27 -0800 |
commit | a0d744f60b25097862d8100e9c77622c33d44395 (patch) | |
tree | 823a2e85f547e3dbeab00346771448bacdec0b01 /x11-apps/xlsfonts | |
parent | x11-apps/xlsclients: Version bump to 1.1.4 (diff) | |
download | gentoo-a0d744f60b25097862d8100e9c77622c33d44395.tar.gz gentoo-a0d744f60b25097862d8100e9c77622c33d44395.tar.bz2 gentoo-a0d744f60b25097862d8100e9c77622c33d44395.zip |
x11-apps/xlsfonts: Version bump to 1.0.6
Diffstat (limited to 'x11-apps/xlsfonts')
-rw-r--r-- | x11-apps/xlsfonts/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xlsfonts/xlsfonts-1.0.6.ebuild | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/x11-apps/xlsfonts/Manifest b/x11-apps/xlsfonts/Manifest index 1a1623161fb9..074671b28da9 100644 --- a/x11-apps/xlsfonts/Manifest +++ b/x11-apps/xlsfonts/Manifest @@ -1,2 +1,3 @@ DIST xlsfonts-1.0.4.tar.bz2 124533 BLAKE2B 44f5671b2f63253fd98d0d6a64208916029786c0bfdef700bcc6977f319d3d8525d41438a2f3924f364c61ff81a3ce3fe8a8626af87ea832a74ab2dbc3ecb96a SHA512 e4cc52ce2f677f9a90e0924dac15a732c3bba584e2513fc68a4aadd46c6d2f56401fb1128ac42e8b569b722023053e07933d2d7bc45f18b7c8717c667d260c4e DIST xlsfonts-1.0.5.tar.bz2 131072 BLAKE2B 9785b22f25b552454fd7e67f9617b32fa4047dbb72a6f2898444e0930e604705f5ee8683b7df3574a055e210f1c316e03ab942f5d7ff4884b23d9834a4592a4d SHA512 e20f9efa0fa33980486671abd4ef59a82fd3df033d9c1b24db8c5b2b27ada93f03dba1e3ad586a35f3b7893bef5e8f14186f1914ab3507862cce4e104199a490 +DIST xlsfonts-1.0.6.tar.bz2 133500 BLAKE2B e21b5776ca02c5fe07ba80c2e845fd04d75642ed7984080df3402a478748e4bea00f93134eaf359da9d5223be6bf98224067bd3413c072c2f38bd589fdc90328 SHA512 052a3b1dec23cb20fdfacd4500cb836feb3b888bf568a548ea71deb58a4ba10a1ad5392d658e95272c6d4a1832edf1f19c3de2498b78dca82c43ee52800a30c0 diff --git a/x11-apps/xlsfonts/xlsfonts-1.0.6.ebuild b/x11-apps/xlsfonts/xlsfonts-1.0.6.ebuild new file mode 100644 index 000000000000..694708cb27d6 --- /dev/null +++ b/x11-apps/xlsfonts/xlsfonts-1.0.6.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit xorg-2 + +DESCRIPTION="X.Org xlsfonts application" + +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris" +IUSE="" +RDEPEND="x11-libs/libX11" +DEPEND="${RDEPEND}" |