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 B7139138359 for ; Fri, 17 Jul 2020 22:27:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DACB1E087F; Fri, 17 Jul 2020 22:27:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C184CE087F for ; Fri, 17 Jul 2020 22:27:15 +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 B112034F362 for ; Fri, 17 Jul 2020 22:27:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB51D2F7 for ; Fri, 17 Jul 2020 22:11:50 +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: <1595023902.54d99d284adb6f252779de0e6a0c9342b5bdef84.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xev/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xev/Manifest x11-apps/xev/xev-1.2.4.ebuild X-VCS-Directories: x11-apps/xev/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 54d99d284adb6f252779de0e6a0c9342b5bdef84 X-VCS-Branch: master Date: Fri, 17 Jul 2020 22:11:50 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 88d43534-6aa1-49ac-8d47-4398c899279c X-Archives-Hash: b49b3ee1a0b7264a604de5d59abb97ef commit: 54d99d284adb6f252779de0e6a0c9342b5bdef84 Author: Matt Turner gentoo org> AuthorDate: Fri Jul 17 22:11:00 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Jul 17 22:11:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54d99d28 x11-apps/xev: Version bump to 1.2.4 Signed-off-by: Matt Turner gentoo.org> x11-apps/xev/Manifest | 1 + x11-apps/xev/xev-1.2.4.ebuild | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/x11-apps/xev/Manifest b/x11-apps/xev/Manifest index c082b70a6a2..d73745a7123 100644 --- a/x11-apps/xev/Manifest +++ b/x11-apps/xev/Manifest @@ -1 +1,2 @@ DIST xev-1.2.3.tar.bz2 134866 BLAKE2B 9ff8bdb1e75754a5390115d10dd5851f71b2319ad7ff02299ff28284aa23c14cd1ad3ee9eea81718ed355fc31983e4f7ec0312b31e3f86d3691bb52ebbe0cc4e SHA512 47cc7ac096e77cfa4e687914d767263cf3e1dca5bffd0f68c7ba0fe751b248c8a16525bd2da4d6efa0ea8d637831c893d41c9687cace4aaa9c0909a45ef1943e +DIST xev-1.2.4.tar.bz2 136792 BLAKE2B 46b38d7295f8a11509598758ece9d880f9c3d303064de5cb6ef12aa9d0b066e78aefd3aa5e0c94ea4af7633936209474be362f9e38c0994eefe798662c2e4c6c SHA512 383472ddbfad639ba46a69080ecdd11a514a0578fd32c463fae18da02e0265c944589eebf12a858994f5fd601c02a0d51517e9b3ff61c6afe740d374f02781ca diff --git a/x11-apps/xev/xev-1.2.4.ebuild b/x11-apps/xev/xev-1.2.4.ebuild new file mode 100644 index 00000000000..da4f5f642ee --- /dev/null +++ b/x11-apps/xev/xev-1.2.4.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit xorg-3 + +DESCRIPTION="Print contents of X events" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-winnt" +IUSE="" + +RDEPEND="x11-libs/libX11 + x11-libs/libXrandr" +DEPEND="${RDEPEND} + x11-base/xorg-proto"