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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 690D3158043 for ; Thu, 4 Apr 2024 03:21:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AEC09E2A96; Thu, 4 Apr 2024 03:21:22 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9946EE2A96 for ; Thu, 4 Apr 2024 03:21:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E24A4343260 for ; Thu, 4 Apr 2024 03:21:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 428DE1675 for ; Thu, 4 Apr 2024 03:21:19 +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: <1712200437.7765b2ecb433b253034ee8aca5919b0881828721.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.1.0.ebuild X-VCS-Directories: x11-apps/xpr/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 7765b2ecb433b253034ee8aca5919b0881828721 X-VCS-Branch: master Date: Thu, 4 Apr 2024 03:21:19 +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: 94b34ae3-4c09-4249-9fc4-d4629b6cc246 X-Archives-Hash: eced7133154f82395400240588f56c36 commit: 7765b2ecb433b253034ee8aca5919b0881828721 Author: Matt Turner gentoo org> AuthorDate: Thu Apr 4 03:12:39 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Apr 4 03:13:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7765b2ec x11-apps/xpr: Drop old versions Signed-off-by: Matt Turner gentoo.org> x11-apps/xpr/Manifest | 1 - x11-apps/xpr/xpr-1.1.0.ebuild | 16 ---------------- 2 files changed, 17 deletions(-) diff --git a/x11-apps/xpr/Manifest b/x11-apps/xpr/Manifest index 64377cb55ffe..754b58c52226 100644 --- a/x11-apps/xpr/Manifest +++ b/x11-apps/xpr/Manifest @@ -1,2 +1 @@ -DIST xpr-1.1.0.tar.xz 140244 BLAKE2B b3525415b18615abe489466965fa414ee343d0ea2ebbad4e75e943a0e19fc29cb2a2cce4fde07c345d84f2c53eeb47c0162719d7322a93ddacfa80452153f45b SHA512 53eb896cf1844036a13b1018ffcecbc6a0a56eebe0d7cb6331dbe691207498d2c41f3791655b7fc081acfef2ed9904987f363b710bf0eeff6c8d33f819a951cb DIST xpr-1.2.0.tar.xz 143948 BLAKE2B b69dfaf28e8148b51b46961bf380732c402bfd6e0511f0649af82f37b0ab49f44b53203e05469cdac8a4d4299e27b4fbcdc630588d9cd73811e92fbbbf4e834b SHA512 49538a757aa60e754ecd39273510a6e49ebb77b730be62e3fa60f00261c9c1e208d39e1ca3c61889a5ad7fc7c2255fa1f669fd19ecf98e18cb8aa9189cadc15d diff --git a/x11-apps/xpr/xpr-1.1.0.ebuild b/x11-apps/xpr/xpr-1.1.0.ebuild deleted file mode 100644 index e83ff1fb1583..000000000000 --- a/x11-apps/xpr/xpr-1.1.0.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -XORG_TARBALL_SUFFIX="xz" -inherit xorg-3 - -DESCRIPTION="X.Org xpr application" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86" - -RDEPEND=" - x11-libs/libX11 - x11-libs/libXmu" -DEPEND="${RDEPEND} - x11-base/xorg-proto"