mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
x11-libs/fox-wrapper: drop 3
Closes: https://bugs.gentoo.org/913064 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user