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 33954138332 for ; Fri, 25 May 2018 04:40:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E714E0933; Fri, 25 May 2018 04:40:35 +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 25B69E0932 for ; Fri, 25 May 2018 04:40:35 +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 ED06E335C90 for ; Fri, 25 May 2018 04:40:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3938D2BC for ; Fri, 25 May 2018 04:40:21 +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: <1527223114.ceec2db1dbbc30f927c62327dc1d3f1416bb1178.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xwud/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xwud/Manifest x11-apps/xwud/xwud-1.0.4.ebuild X-VCS-Directories: x11-apps/xwud/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: ceec2db1dbbc30f927c62327dc1d3f1416bb1178 X-VCS-Branch: master Date: Fri, 25 May 2018 04:40:21 +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-Archives-Salt: 7e65d812-5745-401c-bb5d-45096b9da949 X-Archives-Hash: f4dea541c62449d3ad40f46b9818facf commit: ceec2db1dbbc30f927c62327dc1d3f1416bb1178 Author: Matt Turner gentoo org> AuthorDate: Fri May 25 04:38:34 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri May 25 04:38:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ceec2db1 x11-apps/xwud: Drop old versions x11-apps/xwud/Manifest | 1 - x11-apps/xwud/xwud-1.0.4.ebuild | 14 -------------- 2 files changed, 15 deletions(-) diff --git a/x11-apps/xwud/Manifest b/x11-apps/xwud/Manifest index 6419eb10b23..0afae32bda4 100644 --- a/x11-apps/xwud/Manifest +++ b/x11-apps/xwud/Manifest @@ -1,2 +1 @@ -DIST xwud-1.0.4.tar.bz2 124604 BLAKE2B e2c39708777b3f05f4013bf82598d0d33b4a8a69706467e3dad873f996375e9636a9662c9b939855d36c64a9bc03bd7b12e994541da08de8b126e4b170762dfe SHA512 f3ef5fb0dc9c9e3dc3acfa597c1332263f62be5e524c7512600106e9d8eb5733231729853f6b123205367db52cb0a567320dff65d29743bf892e237795ebee57 DIST xwud-1.0.5.tar.bz2 133376 BLAKE2B 27ce8251ae2a2a87393655e1824121dd54f75839a8066405299e9052bf2c55c6946cd686f285dca1d7339029d8ca8b94e4adb3efb485b42bd347db212b12858d SHA512 27a0ce7481978ae6cd94b0d94374af72185e270d68f2496620e148bb00945427c4827138d9efc48745e6382e3da3390ed0cdff7dbd02dcf9706e8ecccae97184 diff --git a/x11-apps/xwud/xwud-1.0.4.ebuild b/x11-apps/xwud/xwud-1.0.4.ebuild deleted file mode 100644 index f345b2edc8c..00000000000 --- a/x11-apps/xwud/xwud-1.0.4.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit xorg-2 - -DESCRIPTION="image displayer for X" - -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd" -IUSE="" - -RDEPEND="x11-libs/libX11" -DEPEND="${RDEPEND}"