x11-apps/viewres: Version bump to 1.0.5
authorMatt Turner <mattst88@gentoo.org>
Mon, 5 Mar 2018 04:34:04 +0000 (20:34 -0800)
committerMatt Turner <mattst88@gentoo.org>
Mon, 5 Mar 2018 04:39:11 +0000 (20:39 -0800)
x11-apps/viewres/Manifest
x11-apps/viewres/viewres-1.0.5.ebuild [new file with mode: 0644]

index 2681945563409a52f76ae8d2e2a1e3e5e49c1634..b4ada8d656b302a724e793851cbf8c4767351faf 100644 (file)
@@ -1 +1,2 @@
 DIST viewres-1.0.4.tar.bz2 126186 BLAKE2B 355d1d7813f72cf2d8366fff83fbf8fcffe496ea70cd974b4a1257223b4cb056b98b131749db07f3092d8a11aceaffc7f31ca4bc1eab559babe0b8195a48ce1e SHA512 79edf987cb6232f604e31320fd6737325d2559dd6f0eaef667731b5790a709c81519b41ff5dc8f9aabb49a2a245b10584ed85c94c24ab82f466c776c182aa9f0
+DIST viewres-1.0.5.tar.bz2 134793 BLAKE2B 9dad0d6e21ddc8d927836d20b601d29c05eb9a0f7f7a4d95a8d6aab5304635c98849249dc4366c46a3ef10b01bd771c359cb8b0010f103fb7c98e45b7c064011 SHA512 fe573e9b5ae679b65eee95733cbea20c86c92089c3a2dadfe977bc9c54d1f58c5e5f4663e51a1cf206543a43592b3a3c266da1769279f08be85c66b0aa5b0f7f
diff --git a/x11-apps/viewres/viewres-1.0.5.ebuild b/x11-apps/viewres/viewres-1.0.5.ebuild
new file mode 100644 (file)
index 0000000..4161830
--- /dev/null
@@ -0,0 +1,16 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit xorg-2
+
+DESCRIPTION="graphical class browser for Xt"
+
+KEYWORDS="amd64 arm hppa ~mips ppc ppc64 ~s390 ~sh sparc x86"
+IUSE=""
+
+RDEPEND="x11-libs/libXaw
+       x11-libs/libXt
+       x11-libs/libXmu"
+DEPEND="${RDEPEND}"