summaryrefslogtreecommitdiff
path: root/x11-apps/xkill
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-11-13 12:48:53 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-11-13 12:48:53 +0000
commit7c1ac01728d0156998ee45be74f80b378d96c31d (patch)
tree6634bea5058fa5133bb0227fd6f1da9aea4ca8f7 /x11-apps/xkill
parentb2d06fcf55b2f88efa183831072c7bca3f8e418b (diff)
gentoo auto-resync : 13:11:2022 - 12:48:53
Diffstat (limited to 'x11-apps/xkill')
-rw-r--r--x11-apps/xkill/Manifest2
-rw-r--r--x11-apps/xkill/xkill-1.0.6.ebuild16
2 files changed, 18 insertions, 0 deletions
diff --git a/x11-apps/xkill/Manifest b/x11-apps/xkill/Manifest
index 21ce3013c151..c8732038ac05 100644
--- a/x11-apps/xkill/Manifest
+++ b/x11-apps/xkill/Manifest
@@ -1,3 +1,5 @@
DIST xkill-1.0.5.tar.bz2 128146 BLAKE2B a01b954872eaad2aefe11335df2c85972abb8d36ae0c00fbca02b5af2d7df57934e3ddc47455f88927a90b0bff5ed707ca6dddbbf5478c89b193c98a86cc0562 SHA512 4603a1794f114f5cea2c885020c9d073c8421d1e785c99ff6b936ae97139c8dac8020a187b5bbd0fa6d56ed6fab879441b42ba900cc5f2f5a534dafdc86b9249
+DIST xkill-1.0.6.tar.xz 121900 BLAKE2B 405e78388359d7a6ee66e3f2039b37422a09995fcad56f637e1f8c63679504857512e7f7d9a88790522d183a71c98821e7c3a2e34314ff27c978d125651431ed SHA512 a755a8db51d7860b9942161776390007b9b530c2f7fcf8ddb3383311d36d185a6f08a44c5f6f7735576b146902e66aca21cbd7e746c1289d035e79332e8173b6
EBUILD xkill-1.0.5-r1.ebuild 381 BLAKE2B fb94507520a6baf94e9506a64d2095ffe2811c6092a4529f06122caaabf46710c714d3d1a2102d14aba1fbde07f75d1489a8e4abe9a964b478995a56b70ec68c SHA512 21f97759c8559c2be430cb5ffc411eebe19eecdd4f364d760bc9c6a481b82e0ae8d33fe6799b8b036358f880a92f63bf2f646f968e42909834a7262e5643094c
+EBUILD xkill-1.0.6.ebuild 413 BLAKE2B 1d0a613bacf91e9807e98b1195c987466a0a433fff3c9ecef804d65d672012cb93a8f242bb0295f4c3aef1c035601eafb847c0f0f94c82bf1b3545d3b23cd2c8 SHA512 f66f93bd6afe12c5b672c060c1ebf25425412bf686596105fdba27398afe7033073cfa764aae213d0732edef024b95f958d1a28143f4d5e87b2093eb900e0dcf
MISC metadata.xml 336 BLAKE2B 5eb479c794559cbbca737a5c07ca77411b8d130b9c7f388e614b6dc3df652308d63b1cd5ffa8cd7b42849e1da074cf163cf82a4ab8e34abf54ef6278a7618cb0 SHA512 29f72da0e08df434ac10e91129d2737de7661635ac74341507a1ce315c1c2f2cb1472233cba88d9376352921413d4aa812279e774bcdd32d592638321c0cba40
diff --git a/x11-apps/xkill/xkill-1.0.6.ebuild b/x11-apps/xkill/xkill-1.0.6.ebuild
new file mode 100644
index 000000000000..3bcb9eadbc38
--- /dev/null
+++ b/x11-apps/xkill/xkill-1.0.6.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="kill a client by its X resource"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-winnt"
+
+RDEPEND="x11-libs/libX11
+ x11-libs/libXmu"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"