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 DDCC515800A for ; Sat, 26 Aug 2023 14:11:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D10EA2BC1A3; Sat, 26 Aug 2023 14:11:23 +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 7CB002BC1A2 for ; Sat, 26 Aug 2023 14:11:23 +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 7EFA8335CCD for ; Sat, 26 Aug 2023 14:11:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E29301052 for ; Sat, 26 Aug 2023 14:11:20 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1693059054.b66fe0f306b51c1b3b620dc7d45c0e37b36aeaff.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/fox-wrapper/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/fox-wrapper/fox-wrapper-3.ebuild X-VCS-Directories: x11-libs/fox-wrapper/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b66fe0f306b51c1b3b620dc7d45c0e37b36aeaff X-VCS-Branch: master Date: Sat, 26 Aug 2023 14:11:20 +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: 453baabe-bf34-4a11-bc80-59e7701c7b4c X-Archives-Hash: 2dc0194f89d3c1435891c8c3fae76b79 commit: b66fe0f306b51c1b3b620dc7d45c0e37b36aeaff Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 26 14:09:02 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 26 14:10:54 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b66fe0f3 x11-libs/fox-wrapper: drop 3 Closes: https://bugs.gentoo.org/913064 Signed-off-by: Andreas Sturmlechner gentoo.org> x11-libs/fox-wrapper/fox-wrapper-3.ebuild | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/x11-libs/fox-wrapper/fox-wrapper-3.ebuild b/x11-libs/fox-wrapper/fox-wrapper-3.ebuild deleted file mode 100644 index e5cbdaa22c0f..000000000000 --- a/x11-libs/fox-wrapper/fox-wrapper-3.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="wrapper for fox-config to manage multiple versions" -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" -SRC_URI="" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86" -IUSE="" - -RDEPEND="" -DEPEND="" - -S=${WORKDIR} - -src_install() { - exeinto /usr/lib/misc - newexe "${FILESDIR}"/fox-wrapper-${PV}.sh fox-wrapper.sh - - dodir /usr/bin - dosym ../lib/misc/fox-wrapper.sh /usr/bin/fox-config -}