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 3563D158041 for ; Thu, 21 Mar 2024 18:08:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11AC2E29CF; Thu, 21 Mar 2024 18:08:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E71B3E29BE for ; Thu, 21 Mar 2024 18:08:40 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CB247343011 for ; Thu, 21 Mar 2024 18:08:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2270D14F1 for ; Thu, 21 Mar 2024 18:08:38 +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: <1711044296.922c83dfe93e0851ffd609f930bdbadeffe17654.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xditview/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xditview/Manifest x11-apps/xditview/xditview-1.0.6.ebuild X-VCS-Directories: x11-apps/xditview/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 922c83dfe93e0851ffd609f930bdbadeffe17654 X-VCS-Branch: master Date: Thu, 21 Mar 2024 18:08:38 +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: 0658594f-e3b1-44a4-ad96-6257cd2ccd96 X-Archives-Hash: 387dd195af5535289a3b60010fa39d9d commit: 922c83dfe93e0851ffd609f930bdbadeffe17654 Author: Matt Turner gentoo org> AuthorDate: Thu Mar 21 18:04:03 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Mar 21 18:04:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=922c83df x11-apps/xditview: Drop old versions Signed-off-by: Matt Turner gentoo.org> x11-apps/xditview/Manifest | 1 - x11-apps/xditview/xditview-1.0.6.ebuild | 17 ----------------- 2 files changed, 18 deletions(-) diff --git a/x11-apps/xditview/Manifest b/x11-apps/xditview/Manifest index 97099f980544..f41387a13bc0 100644 --- a/x11-apps/xditview/Manifest +++ b/x11-apps/xditview/Manifest @@ -1,2 +1 @@ -DIST xditview-1.0.6.tar.xz 143848 BLAKE2B bf832e17631a12f58ad194b1ddcf7a63a31e04f005ce883798f892284c8ad64ae40f15f5c1d781179333ce212e989de9b45cc53881079818e5c2f0b6087e3b5c SHA512 249769d27980e9a69ac8f056f329dfa514f3ab6267d6ed69814c5695f315d2a7021c560a0e26fdd2568290a071793d7f2eafdd92f9981ed556047deb244ebf5a DIST xditview-1.0.7.tar.xz 146392 BLAKE2B d0a3300698bf263cc790bf364f849c64cb2e12b10fa6423dd893d188bb06998c29740331e268a15a378a972df0d4b7b7362896844da262297ec8f3cd86f458ff SHA512 da7e80cd9fbb5da0ec4949c6fed0bad135a2490767f030e60f1c51a9f5a62379572bf8b4dd6dec2fe824152d090470e62fce12c9144aaa1be1b48ddbc3b2910b diff --git a/x11-apps/xditview/xditview-1.0.6.ebuild b/x11-apps/xditview/xditview-1.0.6.ebuild deleted file mode 100644 index 9da5641ecc19..000000000000 --- a/x11-apps/xditview/xditview-1.0.6.ebuild +++ /dev/null @@ -1,17 +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="display ditroff output" -KEYWORDS="amd64 arm ~arm64 ~hppa ~mips ppc ppc64 ~s390 sparc x86" - -RDEPEND=" - x11-libs/libXaw - x11-libs/libXmu - x11-libs/libXt - x11-libs/libX11" -DEPEND="${RDEPEND} - x11-base/xorg-proto"