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 1E71F1382C5 for ; Wed, 24 Jun 2020 20:13:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82C6DE09E4; Wed, 24 Jun 2020 20:13:21 +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 9C336E09E2 for ; Wed, 24 Jun 2020 20:13:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7FB1834F14D for ; Wed, 24 Jun 2020 20:13:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E6A72C6 for ; Wed, 24 Jun 2020 20:13:12 +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: <1593029579.36c23a49438048a6fd2e8a41e683a2e5301d15fe.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xset/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xset/Manifest x11-apps/xset/xset-1.2.3.ebuild X-VCS-Directories: x11-apps/xset/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 36c23a49438048a6fd2e8a41e683a2e5301d15fe X-VCS-Branch: master Date: Wed, 24 Jun 2020 20:13:12 +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: 7a27b5ee-8d80-4bb2-866f-9769abdf6c08 X-Archives-Hash: 904726ca7d08881d51def9b5a0fc72ab commit: 36c23a49438048a6fd2e8a41e683a2e5301d15fe Author: Matt Turner gentoo org> AuthorDate: Wed Jun 24 20:07:04 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Jun 24 20:12:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36c23a49 x11-apps/xset: Drop old versions Signed-off-by: Matt Turner gentoo.org> x11-apps/xset/Manifest | 1 - x11-apps/xset/xset-1.2.3.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/x11-apps/xset/Manifest b/x11-apps/xset/Manifest index 4c51261606b..648ec6a4dcd 100644 --- a/x11-apps/xset/Manifest +++ b/x11-apps/xset/Manifest @@ -1,2 +1 @@ -DIST xset-1.2.3.tar.bz2 142286 BLAKE2B 83ba3d7ccc259ae7b244049e558af6db9428b897b340537b75b6c534c7e8a11f36709237982ffe1ab5b523cef5834467bdc85c94fbe07c64d6eab6eef2c930b2 SHA512 7b2cf4b06b93aec9f6f868be3f0932a5d6e62968485f7eb742a9b775059aa2a49c9170404e0597fd41a5730c0bf321e371ee6b23bbcde3be054f768ab8d3d92a DIST xset-1.2.4.tar.bz2 145546 BLAKE2B df4ae52046af7f632e2f60386bd3b8d90b27db3e53ceb68f1056c9c5df2ee9c6d83d109a444eb99ddc031e35b91db0249ee56eba3180bc9a8a002935db213605 SHA512 f24714c9a82081a09d3054bbad98553de9366992f22eaf3e2bcadbb58fad1d3dad2547fef6fa9898d8a9df064573c29df9d82a5c801fa92248604c95f65dc83d diff --git a/x11-apps/xset/xset-1.2.3.ebuild b/x11-apps/xset/xset-1.2.3.ebuild deleted file mode 100644 index eeed78e4c25..00000000000 --- a/x11-apps/xset/xset-1.2.3.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit xorg-2 - -DESCRIPTION="X.Org xset application" - -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND=" - x11-libs/libX11 - x11-libs/libXmu - x11-libs/libXext" -DEPEND="${RDEPEND}" - -XORG_CONFIGURE_OPTIONS=( - --without-xf86misc - --without-fontcache -)