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 C72F7158091 for ; Sun, 29 May 2022 15:23:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12A0EE0874; Sun, 29 May 2022 15:23:31 +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 E9840E0874 for ; Sun, 29 May 2022 15:23:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B83DE341953 for ; Sun, 29 May 2022 15:23:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44A694C8 for ; Sun, 29 May 2022 15:23:27 +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: <1653837796.f2f492e39332dbcbaeb157686bb7b3047c5b9068.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xedit/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xedit/Manifest x11-apps/xedit/xedit-1.2.2.ebuild X-VCS-Directories: x11-apps/xedit/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: f2f492e39332dbcbaeb157686bb7b3047c5b9068 X-VCS-Branch: master Date: Sun, 29 May 2022 15:23:27 +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: 8a9a54f9-4af9-4888-a62a-5bed547ad464 X-Archives-Hash: 213b0225818cf27b16f0fc1c5fca7051 commit: f2f492e39332dbcbaeb157686bb7b3047c5b9068 Author: Matt Turner gentoo org> AuthorDate: Sun May 29 15:12:50 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun May 29 15:23:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2f492e3 x11-apps/xedit: Drop old versions Signed-off-by: Matt Turner gentoo.org> x11-apps/xedit/Manifest | 1 - x11-apps/xedit/xedit-1.2.2.ebuild | 17 ----------------- 2 files changed, 18 deletions(-) diff --git a/x11-apps/xedit/Manifest b/x11-apps/xedit/Manifest index 20c4fb029c19..56b2f305b4dc 100644 --- a/x11-apps/xedit/Manifest +++ b/x11-apps/xedit/Manifest @@ -1,2 +1 @@ -DIST xedit-1.2.2.tar.bz2 525861 BLAKE2B 608f3f2b06d14f99a71d9eaf45114ba71271957f584c685236bd78e2f7c9a6e969ce15de72a7530a41835b951caa800a7cb0c45d71a4790aab5fe703d654e912 SHA512 24d8e23a2ad1a2e81f6606928bb032f25b70b76da83b65341367bc4111d011abe89f9e30402d057854f2ccdaa9c1ef0d7c55bf29b81ab2d050a8f448cf3eeb5d DIST xedit-1.2.3.tar.xz 480288 BLAKE2B 15dabc6952228246b2fcd67c33298ce75ebd3a943e930d3e5110c4b32a8c5b7340f5127b64d9bda9819fa3bcb4bebe870e4bcca0ecf5310f4b765f488d88c61d SHA512 1089c35ef961e53f74cc7d892960e1ee7f0da17529e3173e7f7764b0eb4ee94d1e068cb177d8502ca55c1dd6808962d4b1427e303adc7e6db80be8828557f45a diff --git a/x11-apps/xedit/xedit-1.2.2.ebuild b/x11-apps/xedit/xedit-1.2.2.ebuild deleted file mode 100644 index a91671b39076..000000000000 --- a/x11-apps/xedit/xedit-1.2.2.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit xorg-3 - -DESCRIPTION="simple text editor for X" - -KEYWORDS="amd64 ~arm64 ~hppa ~mips ppc ppc64 sparc x86" - -RDEPEND=" - x11-libs/libXaw - x11-libs/libXt - x11-libs/libXmu - x11-libs/libX11" -DEPEND="${RDEPEND}"