Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xmessage/
Date: Tue, 08 Sep 2020 19:25:14
Message-Id: 1599593101.31998eefbdb4691efe895beba0d1925757168cc9.mattst88@gentoo
1 commit: 31998eefbdb4691efe895beba0d1925757168cc9
2 Author: David Michael <fedora.dm0 <AT> gmail <DOT> com>
3 AuthorDate: Fri Sep 4 23:16:38 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 8 19:25:01 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31998eef
7
8 x11-apps/xmessage: EAPI 7
9
10 Package-Manager: Portage-3.0.4, Repoman-2.3.23
11 Signed-off-by: David Michael <fedora.dm0 <AT> gmail.com>
12 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
13
14 x11-apps/xmessage/xmessage-1.0.5-r1.ebuild | 14 ++++++++++++++
15 1 file changed, 14 insertions(+)
16
17 diff --git a/x11-apps/xmessage/xmessage-1.0.5-r1.ebuild b/x11-apps/xmessage/xmessage-1.0.5-r1.ebuild
18 new file mode 100644
19 index 00000000000..105102080dd
20 --- /dev/null
21 +++ b/x11-apps/xmessage/xmessage-1.0.5-r1.ebuild
22 @@ -0,0 +1,14 @@
23 +# Copyright 1999-2020 Gentoo Authors
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=7
27 +
28 +inherit xorg-3
29 +
30 +DESCRIPTION="display a message or query in a window (X-based /bin/echo)"
31 +
32 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
33 +
34 +RDEPEND="x11-libs/libXaw
35 + x11-libs/libXt"
36 +DEPEND="${RDEPEND}"