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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DA38615807B for ; Fri, 1 Nov 2024 01:10:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2EE21E08F9; Fri, 1 Nov 2024 01:10:30 +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 16C13E08F9 for ; Fri, 1 Nov 2024 01:10:30 +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 5DC473430E3 for ; Fri, 1 Nov 2024 01:10:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 440D11F41 for ; Fri, 1 Nov 2024 01:10:26 +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: <1730423420.e46c06c671ff74777db8de477fb9abceb675c161.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/euses/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/euses/Manifest app-portage/euses/euses-2.5.9.ebuild X-VCS-Directories: app-portage/euses/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: e46c06c671ff74777db8de477fb9abceb675c161 X-VCS-Branch: master Date: Fri, 1 Nov 2024 01:10:26 +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: f05868c3-c5a7-469e-b1d0-6a17e298f729 X-Archives-Hash: e2e821d47f3a790757f1bb29ac67356e commit: e46c06c671ff74777db8de477fb9abceb675c161 Author: Matt Turner gentoo org> AuthorDate: Fri Nov 1 01:07:35 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Nov 1 01:10:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e46c06c6 app-portage/euses: Drop old versions Signed-off-by: Matt Turner gentoo.org> app-portage/euses/Manifest | 1 - app-portage/euses/euses-2.5.9.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/app-portage/euses/Manifest b/app-portage/euses/Manifest index 3ff7df3748f4..1d9f1529e2ec 100644 --- a/app-portage/euses/Manifest +++ b/app-portage/euses/Manifest @@ -1,2 +1 @@ -DIST euses-2.5.9.tar.bz2 44281 BLAKE2B 2da1309f8eeb5b4999212ddb0b2fb59a8fbd17c49f2c8e7bbfa64bba5c7831f84289ef833d9787506ed735ea1be92dc1f0ab765501b30f123a7f2f168da42c60 SHA512 afbacdcb73bc10548b32050bc38f71e9ac8613277d2cd961f2f96e32e7fa1827c5a208e68a6994efdcaa9e4a64a581138daadab2296a5e60c5e29677dbbd9ef8 DIST euses-2.6.0.tar.bz2 44315 BLAKE2B 90db468c60f439366c7a4bf1a111af48a67f6bc0a10a391563e79db926be34da423fcd5bf667359a9b6426882e95a240742555fe62de71fcca8fa92fa307df8d SHA512 b7f81b171380b2abd6d4b00f4294f7d6ef86e5b0ba8dc5b735bc389deed4b24c3d6cd45ec70f5a01e37182ca09e5798385a93afff413d4fd71841dc12ea3e86c diff --git a/app-portage/euses/euses-2.5.9.ebuild b/app-portage/euses/euses-2.5.9.ebuild deleted file mode 100644 index be98fb68c10a..000000000000 --- a/app-portage/euses/euses-2.5.9.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="look up USE flag descriptions fast" -HOMEPAGE="https://www.xs4all.nl/~rooversj/gentoo" -SRC_URI="https://www.xs4all.nl/~rooversj/gentoo/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ppc ppc64 sparc x86" -IUSE="" - -S=${WORKDIR} - -src_install() { - dobin ${PN} - doman ${PN}.1 - dodoc ChangeLog -}