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 783A1138330 for ; Fri, 25 May 2018 04:40:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65C82E0934; Fri, 25 May 2018 04:40:35 +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 2CEB4E0935 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 EDD96335CB3 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 6029C2BE 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: <1527223162.2ba522b75da51a78b569eaf51d1002c3b0784374.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xpr/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xpr/Manifest x11-apps/xpr/xpr-1.0.4.ebuild X-VCS-Directories: x11-apps/xpr/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 2ba522b75da51a78b569eaf51d1002c3b0784374 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: cf975c26-83f3-4b52-a2c0-194614ec75e2 X-Archives-Hash: 99c3cce23da16c7730abcc613b82a54f commit: 2ba522b75da51a78b569eaf51d1002c3b0784374 Author: Matt Turner gentoo org> AuthorDate: Fri May 25 04:39:22 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri May 25 04:39:22 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ba522b7 x11-apps/xpr: Drop old versions x11-apps/xpr/Manifest | 1 - x11-apps/xpr/xpr-1.0.4.ebuild | 12 ------------ 2 files changed, 13 deletions(-) diff --git a/x11-apps/xpr/Manifest b/x11-apps/xpr/Manifest index a64c9138463..211e8b2fa35 100644 --- a/x11-apps/xpr/Manifest +++ b/x11-apps/xpr/Manifest @@ -1,2 +1 @@ -DIST xpr-1.0.4.tar.bz2 143144 BLAKE2B 0c336de348effdd7594e499fd6516c62bb7769f0e8437a446a16433beaf4a8e237f3f054f73dc56bd333579331edf0fead46e158d9c1f401f3c56f2d9957c978 SHA512 4b88b71a6da835b8f27b185510cff6bc6b260e009b31b9118f12d77d37e660606654ff7ebd50014ff13f15ca74011cd3ffc12a417cea5e38d6d29ccc820a2957 DIST xpr-1.0.5.tar.bz2 150714 BLAKE2B 89d20134a3a9a12e319d343ae20c3aac71d1d2d2cbbffe1ff71375211efb3a4b22c2d99099fb1621fba838778702cca8c088181218c5d2c5fcb6af706d23b359 SHA512 d5dfb936ec4ad0067d02654dec8e862fe337ff6a2c2f974b2b3a612a829c2e728a0d51e7aba00ed2a94dc96dc50cc69f2c59f522e0635013f5f4f5bb3f4ab967 diff --git a/x11-apps/xpr/xpr-1.0.4.ebuild b/x11-apps/xpr/xpr-1.0.4.ebuild deleted file mode 100644 index 12163336328..00000000000 --- a/x11-apps/xpr/xpr-1.0.4.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 -inherit xorg-2 - -DESCRIPTION="X.Org xpr application" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd" -IUSE="" -RDEPEND="x11-libs/libXmu - x11-libs/libX11" -DEPEND="${RDEPEND}"