x11-apps/xfontsel: Version bump to 1.0.6
authorMatt Turner <mattst88@gentoo.org>
Sat, 10 Mar 2018 02:16:39 +0000 (18:16 -0800)
committerMatt Turner <mattst88@gentoo.org>
Sat, 10 Mar 2018 02:29:25 +0000 (18:29 -0800)
x11-apps/xfontsel/Manifest
x11-apps/xfontsel/xfontsel-1.0.6.ebuild [new file with mode: 0644]

index 28c5c9ead2070d450e0b60c63d81d30c0481c571..223eb8655857dddd1a5d83105dffa58296a90a4b 100644 (file)
@@ -1 +1,2 @@
 DIST xfontsel-1.0.5.tar.bz2 139801 BLAKE2B dc3c9f8b893434923f414a9bb2a8608cba1eafc7ad915cbd6231763892608cebcba8147a02250719ed4fb5881389467ab375a7777f904248047d369533949713 SHA512 df7a49286b94f64c610ab990d66376dedc12e3e8fa1d803641f466c3f6ebfdd06e81e4c7be39f8e6234928305f397d877579c39cf24c319dd5deead56f2578a4
+DIST xfontsel-1.0.6.tar.bz2 146469 BLAKE2B 9773430e51e63d23086403f91fd78f6ed2e7f3abf144fda5bba171d05145026d233474e9d055b31bd498a861994c4f59af52a8101fc1e10b891ea879cb2f0bb9 SHA512 2f6bc51549a302404cdaf9a5a825add383953fcbb2a0c7076691cefd4dd7e4a3c772c047be74101c8486f75d03ce0bd3e65ede14e91732cf2a932810441c9099
diff --git a/x11-apps/xfontsel/xfontsel-1.0.6.ebuild b/x11-apps/xfontsel/xfontsel-1.0.6.ebuild
new file mode 100644 (file)
index 0000000..90a64eb
--- /dev/null
@@ -0,0 +1,17 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit xorg-2
+
+DESCRIPTION="point and click selection of X11 font names"
+
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~x64-macos"
+IUSE=""
+
+RDEPEND="x11-libs/libXaw
+       x11-libs/libXmu
+       x11-libs/libXt
+       x11-libs/libX11"
+DEPEND="${RDEPEND}"