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: Fri, 22 Dec 2023 02:26:16 +0000 (UTC)	[thread overview]
Message-ID: <1703211824.3c036ee6ab2b7c2790a32a2150596603405213a1.sping@gentoo> (raw)

commit:     3c036ee6ab2b7c2790a32a2150596603405213a1
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 22 02:23:25 2023 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Fri Dec 22 02:23:44 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c036ee6

x11-misc/xvfb-run: 21.1.10.1 + EmptyGlobalAssignment

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

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

diff --git a/x11-misc/xvfb-run/Manifest b/x11-misc/xvfb-run/Manifest
index 181eceb917d2..141a7b56f96e 100644
--- a/x11-misc/xvfb-run/Manifest
+++ b/x11-misc/xvfb-run/Manifest
@@ -1,3 +1,4 @@
 DIST xorg-server_1.20.10-3.diff.gz 152420 BLAKE2B e87d8800a905962cf3ddeb41e5e9cf0962c5b3ff16ee8ce4d31de96a3d94798fc70dee4ee3f05759d16758f2083436fb91c212ab22f719bd3f086fac51ee5d73 SHA512 16fffd2c92d30c985f55093f46249440388a1eeeca9bd70cd06883f75052170c9717925b18dd01b16ce55d03758bbbf5f2b10c76de00f752b3e7ff64e74e646d
+DIST xorg-server_21.1.10-1.diff.gz 168382 BLAKE2B ef41295c9f45836b99aa09f2bea632ff909796538d5f6adb42db78b7b57a4ff41ad997657923820d4c703f21ab43ad2f83998391d8090b30717c600ddf7b8162 SHA512 417b5dcc167b5b066802e70754817aa0c8b22294c779084fca0ca85d0ca926b5b59b633adb2794f31715ff6c36677ea61cb4c7ebd4f32f97471d9257f327c8fb
 DIST xorg-server_21.1.4-3.diff.gz 163364 BLAKE2B 66211f1b0c2332266af6e317ebbb2e21fe03e32b9c3f1ef7b71df045fe0694162aa62b27f2f7e6e6b72aaa365334a0acf98880674111e57d4042c49ac6521563 SHA512 e0a3805a4a4dce9e7851aca586d808723cbca09da4ce3191d1602497469a4240bffb68835a343e28b6eb2a50f7c815fac12378c08bdcc62b88cb488f13d6c966
 DIST xorg-server_21.1.7-1.diff.gz 168149 BLAKE2B 68011ab5d77efec6c42921c906ff1be4f7b3b2455025d5fb8f33270bddf02f1bd2c3fd0997b9ad356298d0ee4b8b2f1af6244b39281756259a737e3a5d7a6814 SHA512 433f8d19691f3d0f8bd04f4d8dbd201079da8503d4174d01894824b8239c032af35727e5502b4a2491d9975ba0c6ba6d55c504fbc23c0ca65cc7ba695594d143

diff --git a/x11-misc/xvfb-run/xvfb-run-21.1.10.1.ebuild b/x11-misc/xvfb-run/xvfb-run-21.1.10.1.ebuild
new file mode 100644
index 000000000000..cc9e028b4a34
--- /dev/null
+++ b/x11-misc/xvfb-run/xvfb-run-21.1.10.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2023 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 ~loong ~ppc64 ~riscv ~x86"
+
+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:[~2023-12-22  2:26 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-22  2:26 Sebastian Pipping [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-12 16:33 [gentoo-commits] repo/gentoo:master commit in: x11-misc/xvfb-run/ Jakov Smolić
2025-01-12  0:48 Sam James
2025-01-12  0:48 Sam James
2024-12-22 19:38 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-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
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=1703211824.3c036ee6ab2b7c2790a32a2150596603405213a1.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