diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-03-09 18:22:55 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-03-09 18:29:27 -0800 |
commit | 2b53f77c75b513101ccff56b7d3e439047161e29 (patch) | |
tree | 8df6360f6b855c3a51bb0c67a5aa28fb49c065c4 /x11-apps | |
parent | x11-apps/xlsfonts: Version bump to 1.0.6 (diff) | |
download | gentoo-2b53f77c75b513101ccff56b7d3e439047161e29.tar.gz gentoo-2b53f77c75b513101ccff56b7d3e439047161e29.tar.bz2 gentoo-2b53f77c75b513101ccff56b7d3e439047161e29.zip |
x11-apps/xmessage: Version bump to 1.0.5
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xmessage/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xmessage/xmessage-1.0.5.ebuild | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/x11-apps/xmessage/Manifest b/x11-apps/xmessage/Manifest index 5acb876e071b..9ee9f6a4bee7 100644 --- a/x11-apps/xmessage/Manifest +++ b/x11-apps/xmessage/Manifest @@ -1 +1,2 @@ DIST xmessage-1.0.4.tar.bz2 125011 BLAKE2B 4b1134ac3dcb6a696ba75dddb3fcd348222763c375067279e4d6af41c3c2c855249cd76b888693a5c0136144071acb628c0e3a653ce0afed70d0e6910d055a4f SHA512 a087fb09595bf0b188a4525b45e9b607acd063cceae36c69c78a48674fb7eca1c82d5c2d2770c7f4425b499e4c002bfc0e377935308c218a330a2b4994b94ebd +DIST xmessage-1.0.5.tar.bz2 133393 BLAKE2B afa42e20ba995fa1086cd3cee5b90be8564c521f7bc12b544a787cc753782e1cfdbc5a94f5925f5bae1b630b7ac08fcaeee59e319f680d3be29c46d5421aa048 SHA512 a8423c3986b1576fa67800c315a605a527bb9a8f594ac269a736ae7b91eed0d4d83deb89148197dc3cd3f0e51894146958ce2979f78e97dcdb99c5326e34dabe 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}" |