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-apps/xvfb-run/
Date: Mon, 14 Sep 2015 21:50:21 +0000 (UTC)	[thread overview]
Message-ID: <1442267413.125c5b794e7e4443d6ed9a104baecb702a6c26e1.sping@gentoo> (raw)

commit:     125c5b794e7e4443d6ed9a104baecb702a6c26e1
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 14 21:27:00 2015 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Mon Sep 14 21:50:13 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=125c5b79

x11-apps/xvfb-run: 1.17.2_p2

 x11-apps/xvfb-run/Manifest                  |  1 +
 x11-apps/xvfb-run/metadata.xml              |  8 ++++++++
 x11-apps/xvfb-run/xvfb-run-1.17.2_p2.ebuild | 32 +++++++++++++++++++++++++++++
 3 files changed, 41 insertions(+)

diff --git a/x11-apps/xvfb-run/Manifest b/x11-apps/xvfb-run/Manifest
new file mode 100644
index 0000000..7c60663
--- /dev/null
+++ b/x11-apps/xvfb-run/Manifest
@@ -0,0 +1 @@
+DIST xorg-server_1.17.2-2.diff.gz 151519 SHA256 7e63c1be87793ed66e3bd7086d991b4e4bc4020bd91e7328c1b0a97c351fa83b SHA512 471820ea8e5c7faa91035a665203e39c4109a708d0b7ccaf132f7d2f08bbf5989cfce85f5bf1005b44190fd78cb18d8a1205ba28c519992a249b2e1cd6222b5f WHIRLPOOL 89da68ad7c15509c07434e09c1a4552f840f97af65a086f49d68558ad810c1ecfde0de2ff5114a45b3a7f6a46228356af2974b200c0c0805ac1a20b035472fb2

diff --git a/x11-apps/xvfb-run/metadata.xml b/x11-apps/xvfb-run/metadata.xml
new file mode 100644
index 0000000..16bcc9f
--- /dev/null
+++ b/x11-apps/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>
+		<email>sping@gentoo.org</email>
+		<name>Sebastian Pipping</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/x11-apps/xvfb-run/xvfb-run-1.17.2_p2.ebuild b/x11-apps/xvfb-run/xvfb-run-1.17.2_p2.ebuild
new file mode 100644
index 0000000..4ff0cce
--- /dev/null
+++ b/x11-apps/xvfb-run/xvfb-run-1.17.2_p2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2015 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:[~2015-09-14 21:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-14 21:50 Sebastian Pipping [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-09-16 19:26 [gentoo-commits] repo/gentoo:master commit in: x11-apps/xvfb-run/ 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=1442267413.125c5b794e7e4443d6ed9a104baecb702a6c26e1.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