diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-03-03 13:47:38 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-03-03 13:55:56 -0800 |
commit | 55809e70c9eec5f28de1fdca121572c095bac767 (patch) | |
tree | ef246cf391566449d37ee4bfc92a22a7c2dda3ba /x11-apps | |
parent | font.eclass: Allow for only >=x11-apps/mkfontscale-1.2.0 (diff) | |
download | gentoo-55809e70c9eec5f28de1fdca121572c095bac767.tar.gz gentoo-55809e70c9eec5f28de1fdca121572c095bac767.tar.bz2 gentoo-55809e70c9eec5f28de1fdca121572c095bac767.zip |
x11-apps/xditview: Version bump to 1.0.5
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xditview/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xditview/xditview-1.0.5.ebuild | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/x11-apps/xditview/Manifest b/x11-apps/xditview/Manifest index 4e60e10396bb..3d62fe2f2d84 100644 --- a/x11-apps/xditview/Manifest +++ b/x11-apps/xditview/Manifest @@ -1,2 +1,3 @@ DIST xditview-1.0.3.tar.bz2 143012 BLAKE2B 07b52ae693625e7ba916921668067b22ac516be010fcd554fee4f23cf247ab23ff93b328473efb33545dd01454b28255b61e1b38b9318c51eceabedcd4e8561a SHA512 74b7a7a483eda731840d2150bfab75628b91407f176b6cb64b03b992c05b6ff2426837489a12b12566b05450fc446e7433a541a4d0c52e27f843bef06fc91f67 DIST xditview-1.0.4.tar.bz2 148842 BLAKE2B 307d6c3eea0523f035e6cf3ebfbaa64645972613c8276735dd4ef0b446ed743a2ee42e6a9e63a611afc750cc9d7e3b3bb2937fc3ec3d7fcc65fdfc4177ca658d SHA512 7a0d023cd28ffc63c771814e028e79d20f8b56671a7a558c41ef062ef2d40079b5d37a5cf026b7ad3670da6866a087ae4888cea96d6d9e8a137e115174d637d2 +DIST xditview-1.0.5.tar.bz2 151313 BLAKE2B 53d96b874230dde6f4f13a7a61420e1b9da86fea18e49e7084212353d9de64aab30bda6bc790282127af961db66873d6fafec1f6c7a986776c30eaad260ad98f SHA512 e20c903f38394b496111267e142d84d11e69a3b89f91869652d1f2ee5c997a13f90bfa2966651b42cd3979a330b348a6e397cc6a74c45b1f3f91643e7c06765d diff --git a/x11-apps/xditview/xditview-1.0.5.ebuild b/x11-apps/xditview/xditview-1.0.5.ebuild new file mode 100644 index 000000000000..a50a37525169 --- /dev/null +++ b/x11-apps/xditview/xditview-1.0.5.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit xorg-3 + +DESCRIPTION="display ditroff output" +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +RDEPEND="x11-libs/libXaw + x11-libs/libXmu + x11-libs/libXt + x11-libs/libX11" +DEPEND="${RDEPEND}" |