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 B01591382C5 for ; Sat, 27 Mar 2021 17:54:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D183E083B; Sat, 27 Mar 2021 17:54:33 +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 1921CE083B for ; Sat, 27 Mar 2021 17:54:33 +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 C7849340DE7 for ; Sat, 27 Mar 2021 17:54:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70FFE642 for ; Sat, 27 Mar 2021 17:54:29 +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: <1616867518.0a9f8d97231160c09d559a239a0535f377f39efd.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xrefresh/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xrefresh/xrefresh-1.0.6.ebuild X-VCS-Directories: x11-apps/xrefresh/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 0a9f8d97231160c09d559a239a0535f377f39efd X-VCS-Branch: master Date: Sat, 27 Mar 2021 17:54:29 +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: 12fb6c11-0788-4db1-9e0f-60b9a57b3c59 X-Archives-Hash: 984bc7b6ae2e52bd9680cfcf70a90d70 commit: 0a9f8d97231160c09d559a239a0535f377f39efd Author: Matt Turner gentoo org> AuthorDate: Sat Mar 27 17:51:58 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Mar 27 17:51:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a9f8d97 x11-apps/xrefresh: Drop old versions Signed-off-by: Matt Turner gentoo.org> x11-apps/xrefresh/xrefresh-1.0.6.ebuild | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/x11-apps/xrefresh/xrefresh-1.0.6.ebuild b/x11-apps/xrefresh/xrefresh-1.0.6.ebuild deleted file mode 100644 index 20d7aa1b34d..00000000000 --- a/x11-apps/xrefresh/xrefresh-1.0.6.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit xorg-2 - -DESCRIPTION="refresh all or part of an X screen" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86" -IUSE="" - -RDEPEND="x11-libs/libX11" -DEPEND="${RDEPEND}"