From b66fe0f306b51c1b3b620dc7d45c0e37b36aeaff Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sat, 26 Aug 2023 16:09:02 +0200 Subject: [PATCH] x11-libs/fox-wrapper: drop 3 Closes: https://bugs.gentoo.org/913064 Signed-off-by: Andreas Sturmlechner --- x11-libs/fox-wrapper/fox-wrapper-3.ebuild | 26 ----------------------- 1 file changed, 26 deletions(-) delete mode 100644 x11-libs/fox-wrapper/fox-wrapper-3.ebuild 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 e5cbdaa22c0f3..0000000000000 --- 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 -}