summaryrefslogtreecommitdiff
path: root/x11-apps/xkill
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-03-10 19:15:28 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-03-10 19:15:28 +0000
commitda6a52f691ef980bab92d003d5df8f463c623af8 (patch)
tree4d89e0d5915f8a3f57c8f9c17420ba3f7b44b7b2 /x11-apps/xkill
parent80208fb578cf92cc308906660ca6d7860c6b2a1f (diff)
gentoo resync : 10.03.2018
Diffstat (limited to 'x11-apps/xkill')
-rw-r--r--x11-apps/xkill/Manifest2
-rw-r--r--x11-apps/xkill/xkill-1.0.5.ebuild15
2 files changed, 17 insertions, 0 deletions
diff --git a/x11-apps/xkill/Manifest b/x11-apps/xkill/Manifest
index 2c5c8dc5e354..69568bb94de9 100644
--- a/x11-apps/xkill/Manifest
+++ b/x11-apps/xkill/Manifest
@@ -1,3 +1,5 @@
DIST xkill-1.0.4.tar.bz2 124828 BLAKE2B 4d7484a6e044f2a93d7d54f25619c08f657cc34955cd399e927442d8e8d79f3ad983020f75a3edb57e91371f4693909fae28b1ebf8f1e78189868c79c3ac5e87 SHA512 14d1fc0eff96a62d66307f09efc599639ee70be4bf580e2857569326881bfdcae7a8a21640509875218dd2b88575b4801ab0c43c4295550dc71141a579483545
+DIST xkill-1.0.5.tar.bz2 128146 BLAKE2B a01b954872eaad2aefe11335df2c85972abb8d36ae0c00fbca02b5af2d7df57934e3ddc47455f88927a90b0bff5ed707ca6dddbbf5478c89b193c98a86cc0562 SHA512 4603a1794f114f5cea2c885020c9d073c8421d1e785c99ff6b936ae97139c8dac8020a187b5bbd0fa6d56ed6fab879441b42ba900cc5f2f5a534dafdc86b9249
EBUILD xkill-1.0.4.ebuild 388 BLAKE2B 8184d2474096889cbc9bcc5a3ad0b936a88acba8d2f2cc0b6ce796694a00a193348b59fe5f00fe2b6671d16d0e4a49e5738a3461738af2307299c6b7e6c7c90d SHA512 acb71c1ce6a9c25efae92867c70873e3a2b8b9267a914303d773a412e5a126ab29aedbcf6b75f6aa5cdf58dd2ddea5a8a3ed85c0d1cc92c409ea62cfc9e2f794
+EBUILD xkill-1.0.5.ebuild 388 BLAKE2B 021f99facab8c73a5d9f0563753fa462ab1598115570f45358c4f5978e317a57b55252fb7a6be275a862f62078a75825c5e94750f7eaa95617ee0f732f6c09a9 SHA512 7101f4a92f54f9d008e0d3c7d198faea7b5002ef52c331ed6871a23beeb66bec1f18ecf546a2a000244972468adea627c3af6dc41fd2eeb39034ce527114d641
MISC metadata.xml 230 BLAKE2B 70bf59e64305ef14908197f2aa7ffbc1769ade265097da68e001245451658af5921760c91cb74aae717543ea0017e2471fd94bfc5c4c447d2d60e2c23aa3b007 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057
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}"