diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-02-27 21:35:05 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-02-27 21:44:47 -0800 |
commit | 776c94a8904c00d514bf39f0d4d3bf775dbf3771 (patch) | |
tree | 60bf6b610f8142e1b4d3616e015379d4cbb502b9 /x11-apps/xlsatoms | |
parent | x11-apps/xhost: Version bump to 1.0.8 (diff) | |
download | gentoo-776c94a8904c00d514bf39f0d4d3bf775dbf3771.tar.gz gentoo-776c94a8904c00d514bf39f0d4d3bf775dbf3771.tar.bz2 gentoo-776c94a8904c00d514bf39f0d4d3bf775dbf3771.zip |
x11-apps/xlsatoms: Version bump to 1.1.3
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xlsatoms')
-rw-r--r-- | x11-apps/xlsatoms/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xlsatoms/xlsatoms-1.1.3.ebuild | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/x11-apps/xlsatoms/Manifest b/x11-apps/xlsatoms/Manifest index 9f7ea9ec883c..abe3e830c88f 100644 --- a/x11-apps/xlsatoms/Manifest +++ b/x11-apps/xlsatoms/Manifest @@ -1 +1,2 @@ DIST xlsatoms-1.1.2.tar.bz2 123157 BLAKE2B db6dcd01a8494411068ae43cb93c03fe03191c981d400a7f1fe2c179e7db2bc665af8989f6e4f0b136668d3f78cf491015b58d5fc3dc7707925b9688be780848 SHA512 f29001de22818792212312f1b9daee1bf7afa2ef2ae945cd8c14bdc1a7bb40064d3878c5efea60458ac0bf515ab1ece16fa90cbd2b0a879a5f07f3aa3e6a0baa +DIST xlsatoms-1.1.3.tar.bz2 126327 BLAKE2B 7a4ca35e6968432fc99dcf665b3f63ac84e5bda8a7b061fca9df7bb12e447e83feaf4c82d80a4e469e680042d7b856708821febe44897acf5cba7777e90073c4 SHA512 c267ccfdc5a83e834bfb5c3b144e22642badcadef4eb146eeec2df6fe6f85e9379500ae4219912c70fa2e535036a1a96cf496381f5d814e79af075e03c975f30 diff --git a/x11-apps/xlsatoms/xlsatoms-1.1.3.ebuild b/x11-apps/xlsatoms/xlsatoms-1.1.3.ebuild new file mode 100644 index 000000000000..520a0d79ab35 --- /dev/null +++ b/x11-apps/xlsatoms/xlsatoms-1.1.3.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit xorg-3 + +DESCRIPTION="list interned atoms defined on server" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +RDEPEND="x11-libs/libxcb:=" +DEPEND="${RDEPEND}" |