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/xlsatoms/
Date: Thu, 28 Feb 2019 05:47:48
Message-Id: 1551332687.776c94a8904c00d514bf39f0d4d3bf775dbf3771.mattst88@gentoo
1 commit: 776c94a8904c00d514bf39f0d4d3bf775dbf3771
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 28 05:35:05 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 28 05:44:47 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=776c94a8
7
8 x11-apps/xlsatoms: Version bump to 1.1.3
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-apps/xlsatoms/Manifest | 1 +
13 x11-apps/xlsatoms/xlsatoms-1.1.3.ebuild | 13 +++++++++++++
14 2 files changed, 14 insertions(+)
15
16 diff --git a/x11-apps/xlsatoms/Manifest b/x11-apps/xlsatoms/Manifest
17 index 9f7ea9ec883..abe3e830c88 100644
18 --- a/x11-apps/xlsatoms/Manifest
19 +++ b/x11-apps/xlsatoms/Manifest
20 @@ -1 +1,2 @@
21 DIST xlsatoms-1.1.2.tar.bz2 123157 BLAKE2B db6dcd01a8494411068ae43cb93c03fe03191c981d400a7f1fe2c179e7db2bc665af8989f6e4f0b136668d3f78cf491015b58d5fc3dc7707925b9688be780848 SHA512 f29001de22818792212312f1b9daee1bf7afa2ef2ae945cd8c14bdc1a7bb40064d3878c5efea60458ac0bf515ab1ece16fa90cbd2b0a879a5f07f3aa3e6a0baa
22 +DIST xlsatoms-1.1.3.tar.bz2 126327 BLAKE2B 7a4ca35e6968432fc99dcf665b3f63ac84e5bda8a7b061fca9df7bb12e447e83feaf4c82d80a4e469e680042d7b856708821febe44897acf5cba7777e90073c4 SHA512 c267ccfdc5a83e834bfb5c3b144e22642badcadef4eb146eeec2df6fe6f85e9379500ae4219912c70fa2e535036a1a96cf496381f5d814e79af075e03c975f30
23
24 diff --git a/x11-apps/xlsatoms/xlsatoms-1.1.3.ebuild b/x11-apps/xlsatoms/xlsatoms-1.1.3.ebuild
25 new file mode 100644
26 index 00000000000..520a0d79ab3
27 --- /dev/null
28 +++ b/x11-apps/xlsatoms/xlsatoms-1.1.3.ebuild
29 @@ -0,0 +1,13 @@
30 +# Copyright 1999-2019 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +inherit xorg-3
36 +
37 +DESCRIPTION="list interned atoms defined on server"
38 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
39 +IUSE=""
40 +
41 +RDEPEND="x11-libs/libxcb:="
42 +DEPEND="${RDEPEND}"