diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-03-09 18:19:32 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-03-09 18:29:26 -0800 |
commit | e3692ca796972ccdbefe675040d2759e8a35d7a0 (patch) | |
tree | ae94f7f6694a03c84111569a02f23837bf913243 /x11-apps/xkill | |
parent | x11-apps/xinit: Version bump to 1.4.0 (diff) | |
download | gentoo-e3692ca796972ccdbefe675040d2759e8a35d7a0.tar.gz gentoo-e3692ca796972ccdbefe675040d2759e8a35d7a0.tar.bz2 gentoo-e3692ca796972ccdbefe675040d2759e8a35d7a0.zip |
x11-apps/xkill: Version bump to 1.0.5
Diffstat (limited to 'x11-apps/xkill')
-rw-r--r-- | x11-apps/xkill/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xkill/xkill-1.0.5.ebuild | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/x11-apps/xkill/Manifest b/x11-apps/xkill/Manifest index f94b29e35814..15eee36ca4d8 100644 --- a/x11-apps/xkill/Manifest +++ b/x11-apps/xkill/Manifest @@ -1 +1,2 @@ DIST xkill-1.0.4.tar.bz2 124828 BLAKE2B 4d7484a6e044f2a93d7d54f25619c08f657cc34955cd399e927442d8e8d79f3ad983020f75a3edb57e91371f4693909fae28b1ebf8f1e78189868c79c3ac5e87 SHA512 14d1fc0eff96a62d66307f09efc599639ee70be4bf580e2857569326881bfdcae7a8a21640509875218dd2b88575b4801ab0c43c4295550dc71141a579483545 +DIST xkill-1.0.5.tar.bz2 128146 BLAKE2B a01b954872eaad2aefe11335df2c85972abb8d36ae0c00fbca02b5af2d7df57934e3ddc47455f88927a90b0bff5ed707ca6dddbbf5478c89b193c98a86cc0562 SHA512 4603a1794f114f5cea2c885020c9d073c8421d1e785c99ff6b936ae97139c8dac8020a187b5bbd0fa6d56ed6fab879441b42ba900cc5f2f5a534dafdc86b9249 diff --git a/x11-apps/xkill/xkill-1.0.5.ebuild b/x11-apps/xkill/xkill-1.0.5.ebuild new file mode 100644 index 000000000000..badf428d330a --- /dev/null +++ b/x11-apps/xkill/xkill-1.0.5.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit xorg-2 + +DESCRIPTION="kill a client by its X resource" + +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-winnt" +IUSE="" + +RDEPEND="x11-libs/libX11 + x11-libs/libXmu" +DEPEND="${RDEPEND}" |