From 7218e1b46bceac05841e90472501742d905fb3fc Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 12 Mar 2021 21:55:15 +0000 Subject: gentoo resync : 12.03.2021 --- x11-misc/xvfb-run/xvfb-run-1.20.10.3.ebuild | 32 +++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 x11-misc/xvfb-run/xvfb-run-1.20.10.3.ebuild (limited to 'x11-misc/xvfb-run/xvfb-run-1.20.10.3.ebuild') diff --git a/x11-misc/xvfb-run/xvfb-run-1.20.10.3.ebuild b/x11-misc/xvfb-run/xvfb-run-1.20.10.3.ebuild new file mode 100644 index 000000000000..78d927365aa6 --- /dev/null +++ b/x11-misc/xvfb-run/xvfb-run-1.20.10.3.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MY_PN=xorg-server +MY_PV="$(ver_cut 1-3)-$(ver_cut 4)" +DESCRIPTION="Run a command in a virtual X server environment" +HOMEPAGE="https://packages.debian.org/sid/xvfb" +SRC_URI="mirror://debian/pool/main/${MY_PN:0:1}/${MY_PN}/${MY_PN}_${MY_PV}.diff.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +IUSE="" + +DEPEND="dev-util/patchutils" +RDEPEND="x11-apps/xauth + x11-base/xorg-server[xvfb]" + +S="${WORKDIR}"/ + +src_prepare() { + # Not in src_unpack to silence warning "'patch' call should be moved to src_prepare" + filterdiff --include='*xvfb-run*' ${MY_PN}_${MY_PV}.diff | patch || die + eapply_user +} + +src_install() { + doman ${PN}.1 + dobin ${PN} +} -- cgit v1.2.3