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 CE32D138334 for ; Sat, 21 Sep 2019 17:12:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D9C5E0969; Sat, 21 Sep 2019 17:12:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 E9011E0967 for ; Sat, 21 Sep 2019 17:12:01 +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 9916434B476 for ; Sat, 21 Sep 2019 17:12:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DCD47882 for ; Sat, 21 Sep 2019 17:11:57 +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: <1569085906.77a51ba86ab27db90eade9ee45bcc14957af4a5e.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xbiff/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xbiff/Manifest x11-apps/xbiff/xbiff-1.0.3.ebuild X-VCS-Directories: x11-apps/xbiff/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 77a51ba86ab27db90eade9ee45bcc14957af4a5e X-VCS-Branch: master Date: Sat, 21 Sep 2019 17:11:57 +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: 5f1ecd49-a544-4ebb-adc7-6c69bf22f67c X-Archives-Hash: 2a9b741d4eefd9abe357dd2147c1b571 commit: 77a51ba86ab27db90eade9ee45bcc14957af4a5e Author: Matt Turner gentoo org> AuthorDate: Sat Sep 21 17:04:09 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Sep 21 17:11:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77a51ba8 x11-apps/xbiff: Drop old versions Signed-off-by: Matt Turner gentoo.org> x11-apps/xbiff/Manifest | 1 - x11-apps/xbiff/xbiff-1.0.3.ebuild | 18 ------------------ 2 files changed, 19 deletions(-) diff --git a/x11-apps/xbiff/Manifest b/x11-apps/xbiff/Manifest index 73cce0d40da..9e047636dbd 100644 --- a/x11-apps/xbiff/Manifest +++ b/x11-apps/xbiff/Manifest @@ -1,2 +1 @@ -DIST xbiff-1.0.3.tar.bz2 116043 BLAKE2B 9ed9c77e8017e36170087a5d45bc1b68383b9cb0b32c8a951050ee00bf6ccbffc868626e8c362fec5ed28c6c4a5a06010d9a975b45b51300bfbc27a9112edfc8 SHA512 e9fa72817cae5fd6c052a4a59fcd6c696ae9d3f5fd8eecb0e9b0d8994258201cf5f4ae99845dd03e3da56e378eb214658e4450c9291a29399d9ece8af3b9f9e9 DIST xbiff-1.0.4.tar.bz2 133455 BLAKE2B ce79afefbd394b32fd543b64e966276cddc551bfacdf25e80a3463e65eb538469e252d105aeddb60a16227c30a5abfa996af89718d77e075f85b70d71e45710f SHA512 0fb920a08640ec59f23d8a8a47bd244565dfbaff7a21c38a8a2abe1edb5eacabc970b5dbdc409163fc444fde5b75a2dc4e0114312938efec5b77228f3bf785ac diff --git a/x11-apps/xbiff/xbiff-1.0.3.ebuild b/x11-apps/xbiff/xbiff-1.0.3.ebuild deleted file mode 100644 index cad12b2223e..00000000000 --- a/x11-apps/xbiff/xbiff-1.0.3.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit xorg-2 - -DESCRIPTION="mailbox flag for X" - -KEYWORDS="amd64 arm hppa ~mips ppc ppc64 s390 sh sparc x86" -IUSE="" - -RDEPEND="x11-libs/libXaw - x11-libs/libXmu - x11-libs/libX11 - x11-misc/xbitmaps - x11-libs/libXext" -DEPEND="${RDEPEND}"