summaryrefslogtreecommitdiff
path: root/x11-apps/xkill
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
commit5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 (patch)
tree66e860a5099bcad013f1cf667255dc372a7c11b3 /x11-apps/xkill
parent7218e1b46bceac05841e90472501742d905fb3fc (diff)
gentoo resync : 20.03.2021
Diffstat (limited to 'x11-apps/xkill')
-rw-r--r--x11-apps/xkill/Manifest1
-rw-r--r--x11-apps/xkill/xkill-1.0.5-r1.ebuild15
2 files changed, 16 insertions, 0 deletions
diff --git a/x11-apps/xkill/Manifest b/x11-apps/xkill/Manifest
index f4b41a07024a..6f1e7db18bfd 100644
--- a/x11-apps/xkill/Manifest
+++ b/x11-apps/xkill/Manifest
@@ -1,3 +1,4 @@
DIST xkill-1.0.5.tar.bz2 128146 BLAKE2B a01b954872eaad2aefe11335df2c85972abb8d36ae0c00fbca02b5af2d7df57934e3ddc47455f88927a90b0bff5ed707ca6dddbbf5478c89b193c98a86cc0562 SHA512 4603a1794f114f5cea2c885020c9d073c8421d1e785c99ff6b936ae97139c8dac8020a187b5bbd0fa6d56ed6fab879441b42ba900cc5f2f5a534dafdc86b9249
+EBUILD xkill-1.0.5-r1.ebuild 381 BLAKE2B 2dd2cb156862617b010741fc702af3d543134a611a05a544b136ef445b2764b5e14cf0a5935d54dbfdeb1300ab831aa180ed39da57e3025ba9f6661fdcb5ebfe SHA512 8d6848005812bd7ff0745cf98395d8463f918c124491bff7bf1bb26192d1dffb59a8ffb08c4c24ffa122c0f01f14cf86085594819ebecc3d184a525f126ae8fd
EBUILD xkill-1.0.5.ebuild 362 BLAKE2B 7aecfcf146503b9c185512b54a3ec1a571f2a825a1bfee8e24af71737fc1ded9237f7b93564a133e27323580eb6503fa5eba76fc885dd97db01ccc2eddc14ea8 SHA512 6c4b0c5f4a22bd8fc930d5ff8a564a6214e10e401e9faff4e7efcd0fbc64359cfbac21182aefcdd4fa2b6bb418fe1487fc4fe1ca342657124af67a3969186547
MISC metadata.xml 230 BLAKE2B 70bf59e64305ef14908197f2aa7ffbc1769ade265097da68e001245451658af5921760c91cb74aae717543ea0017e2471fd94bfc5c4c447d2d60e2c23aa3b007 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057
diff --git a/x11-apps/xkill/xkill-1.0.5-r1.ebuild b/x11-apps/xkill/xkill-1.0.5-r1.ebuild
new file mode 100644
index 000000000000..0539ad5a3749
--- /dev/null
+++ b/x11-apps/xkill/xkill-1.0.5-r1.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xorg-3
+
+DESCRIPTION="kill a client by its X resource"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-winnt"
+
+RDEPEND="x11-libs/libX11
+ x11-libs/libXmu"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"