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/xev/
Date: Thu, 28 Feb 2019 05:47:54
Message-Id: 1551332686.698c7d2a2d131cbaaaaddb911c54234bb147cbb0.mattst88@gentoo
1 commit: 698c7d2a2d131cbaaaaddb911c54234bb147cbb0
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 28 05:31:27 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 28 05:44:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=698c7d2a
7
8 x11-apps/xev: Version bump to 1.2.3
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-apps/xev/Manifest | 1 +
13 x11-apps/xev/xev-1.2.3.ebuild | 16 ++++++++++++++++
14 2 files changed, 17 insertions(+)
15
16 diff --git a/x11-apps/xev/Manifest b/x11-apps/xev/Manifest
17 index d98acf713ab..b6ff18f711b 100644
18 --- a/x11-apps/xev/Manifest
19 +++ b/x11-apps/xev/Manifest
20 @@ -1,2 +1,3 @@
21 DIST xev-1.2.1.tar.bz2 125884 BLAKE2B faa41acc01b47c4b031ac0aa69154839cf43c180d90287cb929a922b2c5b8d174834f559c80cfeecc3839e4064d8e37d29c340756ce37e114f4420bf551b9e80 SHA512 6fbe8e69eeeafff4561b695293f23d9ce0f20261474f4a0f0281278b13f11e7ed9efd49f2712586f909e3e7a26b9fe39f8e98b50a2bf189d077668fc67388d19
22 DIST xev-1.2.2.tar.bz2 132596 BLAKE2B 243556cda4ea52f488b60c98566fa1b84896c972eef484f9a29d8a7a3e6709a26c47f5478f7a010d430c79471f1f04d684a5b761a721013540f9f1e08d0573c9 SHA512 453fc18072e4d4fd088a1b2e918f3772aaa2c56b36c082deb41ec4d434d1579de75f447fc4e0507086c170152e02d6db8b60dc7fd87ae18a2e817448bd628fca
23 +DIST xev-1.2.3.tar.bz2 134866 BLAKE2B 9ff8bdb1e75754a5390115d10dd5851f71b2319ad7ff02299ff28284aa23c14cd1ad3ee9eea81718ed355fc31983e4f7ec0312b31e3f86d3691bb52ebbe0cc4e SHA512 47cc7ac096e77cfa4e687914d767263cf3e1dca5bffd0f68c7ba0fe751b248c8a16525bd2da4d6efa0ea8d637831c893d41c9687cace4aaa9c0909a45ef1943e
24
25 diff --git a/x11-apps/xev/xev-1.2.3.ebuild b/x11-apps/xev/xev-1.2.3.ebuild
26 new file mode 100644
27 index 00000000000..f03e86b75dd
28 --- /dev/null
29 +++ b/x11-apps/xev/xev-1.2.3.ebuild
30 @@ -0,0 +1,16 @@
31 +# Copyright 1999-2019 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +inherit xorg-3
37 +
38 +DESCRIPTION="Print contents of X events"
39 +
40 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-winnt"
41 +IUSE=""
42 +
43 +RDEPEND="x11-libs/libX11
44 + x11-libs/libXrandr"
45 +DEPEND="${RDEPEND}
46 + x11-base/xorg-proto"