From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5DA5B1382C5 for ; Sat, 10 Mar 2018 02:29:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50BEDE0863; Sat, 10 Mar 2018 02:29:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2C8D4E085E for ; Sat, 10 Mar 2018 02:29:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D3033335C39 for ; Sat, 10 Mar 2018 02:29:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57AC2249 for ; Sat, 10 Mar 2018 02:29:43 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1520648966.e3692ca796972ccdbefe675040d2759e8a35d7a0.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xkill/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xkill/Manifest x11-apps/xkill/xkill-1.0.5.ebuild X-VCS-Directories: x11-apps/xkill/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: e3692ca796972ccdbefe675040d2759e8a35d7a0 X-VCS-Branch: master Date: Sat, 10 Mar 2018 02:29:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e85cce71-4cfe-487c-b791-dad3504b1414 X-Archives-Hash: 0beb413750bd7f72e264a224df79b81a commit: e3692ca796972ccdbefe675040d2759e8a35d7a0 Author: Matt Turner gentoo org> AuthorDate: Sat Mar 10 02:19:32 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Mar 10 02:29:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3692ca7 x11-apps/xkill: Version bump to 1.0.5 x11-apps/xkill/Manifest | 1 + x11-apps/xkill/xkill-1.0.5.ebuild | 15 +++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/x11-apps/xkill/Manifest b/x11-apps/xkill/Manifest index f94b29e3581..15eee36ca4d 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 00000000000..badf428d330 --- /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}"