diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-08-26 16:09:02 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-08-26 16:10:54 +0200 |
commit | b66fe0f306b51c1b3b620dc7d45c0e37b36aeaff (patch) | |
tree | 68c5ed40683570a4595962cfa1246ceec5752a1b /x11-libs | |
parent | x11-misc/peksystray: Stabilize 0.4.0-r1 ppc, #913065 (diff) | |
download | gentoo-b66fe0f306b51c1b3b620dc7d45c0e37b36aeaff.tar.gz gentoo-b66fe0f306b51c1b3b620dc7d45c0e37b36aeaff.tar.bz2 gentoo-b66fe0f306b51c1b3b620dc7d45c0e37b36aeaff.zip |
x11-libs/fox-wrapper: drop 3
Closes: https://bugs.gentoo.org/913064
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/fox-wrapper/fox-wrapper-3.ebuild | 26 |
1 files changed, 0 insertions, 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 -} |