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/xtrap/
Date: Fri, 23 Mar 2018 23:16:33
Message-Id: 1521846932.a44d9a86f6869fa2cae0ba26bc85eb6796dbc0c8.mattst88@gentoo
1 commit: a44d9a86f6869fa2cae0ba26bc85eb6796dbc0c8
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 23 23:15:06 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 23 23:15:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a44d9a86
7
8 x11-apps/xtrap: Version bump to 1.0.3
9
10 Bug: https://bugs.gentoo.org/651100
11
12 x11-apps/xtrap/Manifest | 1 +
13 x11-apps/xtrap/xtrap-1.0.3.ebuild | 14 ++++++++++++++
14 2 files changed, 15 insertions(+)
15
16 diff --git a/x11-apps/xtrap/Manifest b/x11-apps/xtrap/Manifest
17 index 2b8cacfb4c4..51d91f328cf 100644
18 --- a/x11-apps/xtrap/Manifest
19 +++ b/x11-apps/xtrap/Manifest
20 @@ -1 +1,2 @@
21 DIST xtrap-1.0.2.tar.bz2 95471 BLAKE2B 430d6881b743094b1e9b6eb60479cef44d636108ace4d53db35ed0371c567b2623088c5997c1dedebf17143bdd81f2e531f7b7c728f3336fc2c419b1ff3c8b39 SHA512 5fe6e02dd36d2fb65e5b83cbdae81d89fcbf467c9fc3f943a013299c2fc03c76f125627294302acb808d8b53e3ec51a82ba288d793df6ba3e88e0c980c6b3f77
22 +DIST xtrap-1.0.3.tar.bz2 134065 BLAKE2B f0e67ff4436a2c7eafd2ed4e6fe5c1d41dbd397918cbffa81587c4b3276c206cc4b9e4e889d50588ffb2dd1b029f04304acf1f34c27b1dccc52c61342ed5be91 SHA512 cdb205859a96a64ede8ce1df119c318e5b6d35107425996c18be0ec56a6287a0564d768f93012f301cb91d517f67261de5c76441c0bfb796cc0190799aaf6c2f
23
24 diff --git a/x11-apps/xtrap/xtrap-1.0.3.ebuild b/x11-apps/xtrap/xtrap-1.0.3.ebuild
25 new file mode 100644
26 index 00000000000..d9d12085a67
27 --- /dev/null
28 +++ b/x11-apps/xtrap/xtrap-1.0.3.ebuild
29 @@ -0,0 +1,14 @@
30 +# Copyright 1999-2018 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI="5"
34 +inherit xorg-2
35 +
36 +DESCRIPTION="X.Org xtrap application"
37 +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
38 +IUSE=""
39 +RDEPEND="x11-libs/libX11
40 + x11-libs/libXt
41 + x11-libs/libXTrap"
42 +DEPEND="${RDEPEND}
43 + x11-proto/trapproto"