public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastian Pipping" <sping@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xvfb-run/
Date: Sat, 26 Nov 2022 18:18:00 +0000 (UTC)	[thread overview]
Message-ID: <1669486655.561915d455ebe09d3ef2ca764cbb10c855ea24f6.sping@gentoo> (raw)

commit:     561915d455ebe09d3ef2ca764cbb10c855ea24f6
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 26 18:13:23 2022 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sat Nov 26 18:17:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=561915d4

x11-misc/xvfb-run: 21.1.4.3 + EAPI 8

Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>

 x11-misc/xvfb-run/Manifest                 |  1 +
 x11-misc/xvfb-run/xvfb-run-21.1.4.3.ebuild | 32 ++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/x11-misc/xvfb-run/Manifest b/x11-misc/xvfb-run/Manifest
index e5f25cc108a5..f6cb0ed57424 100644
--- a/x11-misc/xvfb-run/Manifest
+++ b/x11-misc/xvfb-run/Manifest
@@ -1,3 +1,4 @@
 DIST xorg-server_1.20.10-2.diff.gz 152303 BLAKE2B beb1d07e86378a62bad956990ee210375c3cfa0135acd51e2756c0ddc2933d13092e400a53909a72755b3c1dfb31faa32a137c7ff719fdb8dcc23f11cca72e05 SHA512 c19e16764720b79df53b8032947ca64bb4ca0b9c380d4c2e3317c37b6fa2937815de01e82019ec93921919690c0a5ae1b59bf1fae189d8f7e9e80fb4860fd713
 DIST xorg-server_1.20.10-3.diff.gz 152420 BLAKE2B e87d8800a905962cf3ddeb41e5e9cf0962c5b3ff16ee8ce4d31de96a3d94798fc70dee4ee3f05759d16758f2083436fb91c212ab22f719bd3f086fac51ee5d73 SHA512 16fffd2c92d30c985f55093f46249440388a1eeeca9bd70cd06883f75052170c9717925b18dd01b16ce55d03758bbbf5f2b10c76de00f752b3e7ff64e74e646d
 DIST xorg-server_1.20.8-2.diff.gz 171769 BLAKE2B 5572320e4bc1de63ba221e5c9804d6676cc7c918d417b4069572fec4385d62b73e5636a4f17eebb1897f410e323e190dff68056abd888373df4ccdd688ed7c47 SHA512 89115023fc802a3cf2fc21fabed4499112b1e6f52967eb134795f041194b05d86c59b1477d8b9001c2935efdeb64e8a0dd281a43a6252802df2d19349972f7d7
+DIST xorg-server_21.1.4-3.diff.gz 163364 BLAKE2B 66211f1b0c2332266af6e317ebbb2e21fe03e32b9c3f1ef7b71df045fe0694162aa62b27f2f7e6e6b72aaa365334a0acf98880674111e57d4042c49ac6521563 SHA512 e0a3805a4a4dce9e7851aca586d808723cbca09da4ce3191d1602497469a4240bffb68835a343e28b6eb2a50f7c815fac12378c08bdcc62b88cb488f13d6c966

diff --git a/x11-misc/xvfb-run/xvfb-run-21.1.4.3.ebuild b/x11-misc/xvfb-run/xvfb-run-21.1.4.3.ebuild
new file mode 100644
index 000000000000..2d1dd7dabee1
--- /dev/null
+++ b/x11-misc/xvfb-run/xvfb-run-21.1.4.3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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 ~riscv ~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}
+}


             reply	other threads:[~2022-11-26 18:18 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-26 18:18 Sebastian Pipping [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-22 19:38 [gentoo-commits] repo/gentoo:master commit in: x11-misc/xvfb-run/ Sebastian Pipping
2024-12-22 19:38 Sebastian Pipping
2024-10-09 13:58 Sebastian Pipping
2024-08-23 14:55 Sam James
2024-08-23 14:55 Sam James
2024-08-23 14:48 Sam James
2024-05-11  7:40 Sebastian Pipping
2024-02-25 13:46 Sebastian Pipping
2023-12-22  2:26 Sebastian Pipping
2023-12-22  2:26 Sebastian Pipping
2023-07-07  0:01 Sam James
2023-07-06 21:02 Sam James
2023-07-06 17:49 Sam James
2023-03-01  3:17 Sebastian Pipping
2022-11-26 18:18 Sebastian Pipping
2021-09-21 13:41 Yixun Lan
2021-09-03  1:53 Sam James
2021-07-19 18:36 Sam James
2021-07-05 22:35 Sam James
2021-05-18  6:29 Agostino Sarubbo
2021-03-09 20:04 Sebastian Pipping
2021-02-03 20:29 Sebastian Pipping
2020-10-16 21:57 Sam James
2020-06-29  6:33 Michał Górny
2020-05-25 12:15 Mikle Kolyada
2020-04-19 21:03 Sebastian Pipping
2017-08-23 18:17 Sebastian Pipping
2017-03-07  9:14 David Seifert
2016-10-10 19:06 Sebastian Pipping

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1669486655.561915d455ebe09d3ef2ca764cbb10c855ea24f6.sping@gentoo \
    --to=sping@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox