summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2018-03-09 18:22:55 -0800
committerMatt Turner <mattst88@gentoo.org>2018-03-09 18:29:27 -0800
commit2b53f77c75b513101ccff56b7d3e439047161e29 (patch)
tree8df6360f6b855c3a51bb0c67a5aa28fb49c065c4 /x11-apps/xmessage/xmessage-1.0.5.ebuild
parentx11-apps/xlsfonts: Version bump to 1.0.6 (diff)
downloadgentoo-2b53f77c75b513101ccff56b7d3e439047161e29.tar.gz
gentoo-2b53f77c75b513101ccff56b7d3e439047161e29.tar.bz2
gentoo-2b53f77c75b513101ccff56b7d3e439047161e29.zip
x11-apps/xmessage: Version bump to 1.0.5
Diffstat (limited to 'x11-apps/xmessage/xmessage-1.0.5.ebuild')
-rw-r--r--x11-apps/xmessage/xmessage-1.0.5.ebuild15
1 files changed, 15 insertions, 0 deletions
diff --git a/x11-apps/xmessage/xmessage-1.0.5.ebuild b/x11-apps/xmessage/xmessage-1.0.5.ebuild
new file mode 100644
index 000000000000..64c43ad4fc1d
--- /dev/null
+++ b/x11-apps/xmessage/xmessage-1.0.5.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit xorg-2
+
+DESCRIPTION="display a message or query in a window (X-based /bin/echo)"
+
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="x11-libs/libXaw
+ x11-libs/libXt"
+DEPEND="${RDEPEND}"