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: Mon, 10 Oct 2016 19:06:13 +0000 (UTC)	[thread overview]
Message-ID: <1476126342.ccc7acf73c566ddb96a4e48298cb1587a46988ca.sping@gentoo> (raw)

commit:     ccc7acf73c566ddb96a4e48298cb1587a46988ca
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 10 19:05:42 2016 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Mon Oct 10 19:05:42 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccc7acf7

x11-apps/xvfb-run: Move to x11-misc/ (bug #571864)

Package-Manager: portage-2.3.1

 x11-misc/xvfb-run/Manifest                  |  2 ++
 x11-misc/xvfb-run/metadata.xml              |  8 ++++++++
 x11-misc/xvfb-run/xvfb-run-1.17.2_p2.ebuild | 32 +++++++++++++++++++++++++++++
 x11-misc/xvfb-run/xvfb-run-1.18.4_p2.ebuild | 32 +++++++++++++++++++++++++++++
 4 files changed, 74 insertions(+)

diff --git a/x11-misc/xvfb-run/Manifest b/x11-misc/xvfb-run/Manifest
new file mode 100644
index 00000000..eea773d
--- /dev/null
+++ b/x11-misc/xvfb-run/Manifest
@@ -0,0 +1,2 @@
+DIST xorg-server_1.17.2-2.diff.gz 151519 SHA256 7e63c1be87793ed66e3bd7086d991b4e4bc4020bd91e7328c1b0a97c351fa83b SHA512 471820ea8e5c7faa91035a665203e39c4109a708d0b7ccaf132f7d2f08bbf5989cfce85f5bf1005b44190fd78cb18d8a1205ba28c519992a249b2e1cd6222b5f WHIRLPOOL 89da68ad7c15509c07434e09c1a4552f840f97af65a086f49d68558ad810c1ecfde0de2ff5114a45b3a7f6a46228356af2974b200c0c0805ac1a20b035472fb2
+DIST xorg-server_1.18.4-2.diff.gz 189089 SHA256 27087a1c0e0c2b9eddd668d351c321c132fea9a28aede98d658408183ef650c0 SHA512 d76e2471a29a1fdc7a65aeb724f1d449ab58e9380acb7c0811d8d3d9962618205943b50c7a684bfc6b6432afe2521ae98356662a5437c78e7e3dd075d872248c WHIRLPOOL c0465b1a04865127e8088874424c7cde558133fe0d2ad1f86261d2f50c6f7199917b5fdc667804db64063478e10268249631598c15b160485aa6fb284c03229e

diff --git a/x11-misc/xvfb-run/metadata.xml b/x11-misc/xvfb-run/metadata.xml
new file mode 100644
index 00000000..6d22988
--- /dev/null
+++ b/x11-misc/xvfb-run/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>sping@gentoo.org</email>
+		<name>Sebastian Pipping</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/x11-misc/xvfb-run/xvfb-run-1.17.2_p2.ebuild b/x11-misc/xvfb-run/xvfb-run-1.17.2_p2.ebuild
new file mode 100644
index 00000000..f5d9328
--- /dev/null
+++ b/x11-misc/xvfb-run/xvfb-run-1.17.2_p2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+MY_PN=xorg-server
+MY_PV=${PV/_p/-}
+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 ~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
+}
+
+src_install() {
+	doman ${PN}.1
+	dobin ${PN}
+}

diff --git a/x11-misc/xvfb-run/xvfb-run-1.18.4_p2.ebuild b/x11-misc/xvfb-run/xvfb-run-1.18.4_p2.ebuild
new file mode 100644
index 00000000..f5d9328
--- /dev/null
+++ b/x11-misc/xvfb-run/xvfb-run-1.18.4_p2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+MY_PN=xorg-server
+MY_PV=${PV/_p/-}
+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 ~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
+}
+
+src_install() {
+	doman ${PN}.1
+	dobin ${PN}
+}


             reply	other threads:[~2016-10-10 19:06 UTC|newest]

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

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=1476126342.ccc7acf73c566ddb96a4e48298cb1587a46988ca.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