From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A14F8138332 for ; Fri, 16 Sep 2016 19:26:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 979D0E0B60; Fri, 16 Sep 2016 19:26:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6DF44E0B69 for ; Fri, 16 Sep 2016 19:26:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8141E340BEF for ; Fri, 16 Sep 2016 19:26:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8145C2487 for ; Fri, 16 Sep 2016 19:26:32 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1474053894.6bee9f41e110ccf52b5257bf778b44dcc609a845.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xvfb-run/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xvfb-run/Manifest x11-apps/xvfb-run/xvfb-run-1.18.4_p2.ebuild X-VCS-Directories: x11-apps/xvfb-run/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 6bee9f41e110ccf52b5257bf778b44dcc609a845 X-VCS-Branch: master Date: Fri, 16 Sep 2016 19:26:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 93555fc2-e474-4805-bd23-6981330685e9 X-Archives-Hash: 95cba41da630a32dbbf1954a81c7b519 commit: 6bee9f41e110ccf52b5257bf778b44dcc609a845 Author: Sebastian Pipping gentoo org> AuthorDate: Fri Sep 16 19:12:22 2016 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Fri Sep 16 19:24:54 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bee9f41 x11-apps/xvfb-run: 1.18.4_p2 Package-Manager: portage-2.3.0 x11-apps/xvfb-run/Manifest | 1 + x11-apps/xvfb-run/xvfb-run-1.18.4_p2.ebuild | 32 +++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/x11-apps/xvfb-run/Manifest b/x11-apps/xvfb-run/Manifest index 7c60663..eea773d 100644 --- a/x11-apps/xvfb-run/Manifest +++ b/x11-apps/xvfb-run/Manifest @@ -1 +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-apps/xvfb-run/xvfb-run-1.18.4_p2.ebuild b/x11-apps/xvfb-run/xvfb-run-1.18.4_p2.ebuild new file mode 100644 index 00000000..f5d9328 --- /dev/null +++ b/x11-apps/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} +}