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 2F717138334 for ; Wed, 1 May 2019 20:47:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4CFF2E08D6; Wed, 1 May 2019 20:47:33 +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 344E9E08D6 for ; Wed, 1 May 2019 20:47:33 +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 2ED3234320A for ; Wed, 1 May 2019 20:47:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E7A45D8 for ; Wed, 1 May 2019 20:47:28 +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: <1556743115.2d807c33b97c0e42e218a83d745663961a162ae9.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libXau/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libXau/Manifest x11-libs/libXau/libXau-1.0.8-r1.ebuild X-VCS-Directories: x11-libs/libXau/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 2d807c33b97c0e42e218a83d745663961a162ae9 X-VCS-Branch: master Date: Wed, 1 May 2019 20:47:28 +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: 6c48b12e-c3a1-46d7-bb04-66db5be2102a X-Archives-Hash: 53453c33fe1defc7d531ecf262392208 commit: 2d807c33b97c0e42e218a83d745663961a162ae9 Author: Matt Turner gentoo org> AuthorDate: Wed May 1 20:38:35 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed May 1 20:38:35 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d807c33 x11-libs/libXau: Drop old versions Signed-off-by: Matt Turner gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 x11-libs/libXau/Manifest | 1 - x11-libs/libXau/libXau-1.0.8-r1.ebuild | 15 --------------- 2 files changed, 16 deletions(-) diff --git a/x11-libs/libXau/Manifest b/x11-libs/libXau/Manifest index ee6cf0c8443..2e169e2453f 100644 --- a/x11-libs/libXau/Manifest +++ b/x11-libs/libXau/Manifest @@ -1,2 +1 @@ -DIST libXau-1.0.8.tar.bz2 295297 BLAKE2B 46c0cdf3382a75e197e48d556d44494dc8a91483fa27c86ae1b4264deb63320637232fe94d1286b38ba8f4efa5405f4b5c476266963ee3ee43b934af2e0a0e53 SHA512 9f933d22f8f2411ae770094589cbe170c631a1437d572664e0fa6b9608e6ec39deef752f2dd6408ab45acdf01bf1827ef3ced640a33da787d9cfb546f12397b5 DIST libXau-1.0.9.tar.bz2 322650 BLAKE2B 0bc9eb01b99f13a8f978edd7ff63d76f89071ac27f1cd946f9ebc96165a892e7ba7cdcdc52f73e8ed6d5b3d672f8a29a24582195fe14d1d24730a797a592cdd3 SHA512 3ca454ba466a807ea28b0f715066d73dc76ad312697b121d43e4d5766215052e9b7ffb8fe3ed3e496fa3f2a13f164ac692ff85cc428e26731b679f0f06a1d562 diff --git a/x11-libs/libXau/libXau-1.0.8-r1.ebuild b/x11-libs/libXau/libXau-1.0.8-r1.ebuild deleted file mode 100644 index fbf75404612..00000000000 --- a/x11-libs/libXau/libXau-1.0.8-r1.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -XORG_MULTILIB=yes -inherit xorg-2 - -DESCRIPTION="X.Org X authorization library" - -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" -IUSE="" - -RDEPEND="x11-base/xorg-proto" -DEPEND="${RDEPEND}"