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 9B151138359 for ; Fri, 25 Sep 2020 04:53:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6092E0864; Fri, 25 Sep 2020 04:53:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 8C430E0869 for ; Fri, 25 Sep 2020 04:53:35 +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 BA525340DE5 for ; Fri, 25 Sep 2020 04:53:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B50239E for ; Fri, 25 Sep 2020 04:53:31 +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: <1601009579.409f4c8bdbf98e013c9c57263729454d78c6a05b.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.3.ebuild X-VCS-Directories: x11-apps/xev/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 409f4c8bdbf98e013c9c57263729454d78c6a05b X-VCS-Branch: master Date: Fri, 25 Sep 2020 04:53:31 +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: 93b6c4b8-e62d-426c-a471-3ba73bb99771 X-Archives-Hash: 25ef3e14a7f76039fa9b6482a037a7c4 commit: 409f4c8bdbf98e013c9c57263729454d78c6a05b Author: Matt Turner gentoo org> AuthorDate: Fri Sep 25 04:50:37 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Sep 25 04:52:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=409f4c8b x11-apps/xev: Drop old versions Signed-off-by: Matt Turner gentoo.org> x11-apps/xev/Manifest | 1 - x11-apps/xev/xev-1.2.3.ebuild | 16 ---------------- 2 files changed, 17 deletions(-) diff --git a/x11-apps/xev/Manifest b/x11-apps/xev/Manifest index d73745a7123..3ff4caa2196 100644 --- a/x11-apps/xev/Manifest +++ b/x11-apps/xev/Manifest @@ -1,2 +1 @@ -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.3.ebuild b/x11-apps/xev/xev-1.2.3.ebuild deleted file mode 100644 index 84bc210d12b..00000000000 --- a/x11-apps/xev/xev-1.2.3.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# 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"