summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2023-07-11 13:38:31 +0200
committerConrad Kostecki <conikost@gentoo.org>2023-07-12 20:36:49 +0200
commitb7d58fab79ecd44193fabdd294ff7ad895feaa12 (patch)
tree49647c2aa9f637cc7843ccd219294d8b55a0ae43 /x11-libs
parentsys-block/hdrecover: EAPI8 bump (diff)
downloadgentoo-b7d58fab79ecd44193fabdd294ff7ad895feaa12.tar.gz
gentoo-b7d58fab79ecd44193fabdd294ff7ad895feaa12.tar.bz2
gentoo-b7d58fab79ecd44193fabdd294ff7ad895feaa12.zip
x11-libs/fox-wrapper: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/31834 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/fox-wrapper/fox-wrapper-3-r1.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-libs/fox-wrapper/fox-wrapper-3-r1.ebuild b/x11-libs/fox-wrapper/fox-wrapper-3-r1.ebuild
new file mode 100644
index 000000000000..351976723588
--- /dev/null
+++ b/x11-libs/fox-wrapper/fox-wrapper-3-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Wrapper for fox-config to manage multiple versions"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
+S=${WORKDIR}
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+
+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
+}