Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xvfb-run/, profiles/updates/
Date: Mon, 10 Oct 2016 19:08:21
Message-Id: 1476126482.c72e3edbd9539c4e6fd1435bb5cb12f08f4ca6dc.sping@gentoo
1 commit: c72e3edbd9539c4e6fd1435bb5cb12f08f4ca6dc
2 Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 10 19:08:02 2016 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 10 19:08:02 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c72e3edb
7
8 x11-apps/xvfb-run: Move to x11-misc/ (bug #571864)
9
10 profiles/updates/4Q-2016 | 1 +
11 x11-apps/xvfb-run/Manifest | 2 --
12 x11-apps/xvfb-run/metadata.xml | 8 --------
13 x11-apps/xvfb-run/xvfb-run-1.17.2_p2.ebuild | 32 -----------------------------
14 x11-apps/xvfb-run/xvfb-run-1.18.4_p2.ebuild | 32 -----------------------------
15 5 files changed, 1 insertion(+), 74 deletions(-)
16
17 diff --git a/profiles/updates/4Q-2016 b/profiles/updates/4Q-2016
18 index 1f5b2d4..ccbdae5 100644
19 --- a/profiles/updates/4Q-2016
20 +++ b/profiles/updates/4Q-2016
21 @@ -1,2 +1,3 @@
22 move net-analyzer/ipv6-toolkit net-analyzer/ipv6toolkit
23 move dev-ml/qcheck dev-ml/iTeML
24 +move x11-apps/xvfb-run x11-misc/xvfb-run
25
26 diff --git a/x11-apps/xvfb-run/Manifest b/x11-apps/xvfb-run/Manifest
27 deleted file mode 100644
28 index eea773d..00000000
29 --- a/x11-apps/xvfb-run/Manifest
30 +++ /dev/null
31 @@ -1,2 +0,0 @@
32 -DIST xorg-server_1.17.2-2.diff.gz 151519 SHA256 7e63c1be87793ed66e3bd7086d991b4e4bc4020bd91e7328c1b0a97c351fa83b SHA512 471820ea8e5c7faa91035a665203e39c4109a708d0b7ccaf132f7d2f08bbf5989cfce85f5bf1005b44190fd78cb18d8a1205ba28c519992a249b2e1cd6222b5f WHIRLPOOL 89da68ad7c15509c07434e09c1a4552f840f97af65a086f49d68558ad810c1ecfde0de2ff5114a45b3a7f6a46228356af2974b200c0c0805ac1a20b035472fb2
33 -DIST xorg-server_1.18.4-2.diff.gz 189089 SHA256 27087a1c0e0c2b9eddd668d351c321c132fea9a28aede98d658408183ef650c0 SHA512 d76e2471a29a1fdc7a65aeb724f1d449ab58e9380acb7c0811d8d3d9962618205943b50c7a684bfc6b6432afe2521ae98356662a5437c78e7e3dd075d872248c WHIRLPOOL c0465b1a04865127e8088874424c7cde558133fe0d2ad1f86261d2f50c6f7199917b5fdc667804db64063478e10268249631598c15b160485aa6fb284c03229e
34
35 diff --git a/x11-apps/xvfb-run/metadata.xml b/x11-apps/xvfb-run/metadata.xml
36 deleted file mode 100644
37 index 6d22988..00000000
38 --- a/x11-apps/xvfb-run/metadata.xml
39 +++ /dev/null
40 @@ -1,8 +0,0 @@
41 -<?xml version="1.0" encoding="UTF-8"?>
42 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
43 -<pkgmetadata>
44 - <maintainer type="person">
45 - <email>sping@g.o</email>
46 - <name>Sebastian Pipping</name>
47 - </maintainer>
48 -</pkgmetadata>
49
50 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
51 deleted file mode 100644
52 index 4ff0cce..00000000
53 --- a/x11-apps/xvfb-run/xvfb-run-1.17.2_p2.ebuild
54 +++ /dev/null
55 @@ -1,32 +0,0 @@
56 -# Copyright 1999-2015 Gentoo Foundation
57 -# Distributed under the terms of the GNU General Public License v2
58 -# $Id$
59 -
60 -EAPI="5"
61 -
62 -MY_PN=xorg-server
63 -MY_PV=${PV/_p/-}
64 -DESCRIPTION="Run a command in a virtual X server environment"
65 -HOMEPAGE="https://packages.debian.org/sid/xvfb"
66 -SRC_URI="mirror://debian/pool/main/${MY_PN:0:1}/${MY_PN}/${MY_PN}_${MY_PV}.diff.gz"
67 -
68 -LICENSE="GPL-2+"
69 -SLOT="0"
70 -KEYWORDS="~amd64 ~x86"
71 -IUSE=""
72 -
73 -DEPEND="dev-util/patchutils"
74 -RDEPEND="x11-apps/xauth
75 - x11-base/xorg-server[xvfb]"
76 -
77 -S="${WORKDIR}"/
78 -
79 -src_prepare() {
80 - # Not in src_unpack to silence warning "'patch' call should be moved to src_prepare"
81 - filterdiff --include='*xvfb-run*' ${MY_PN}_${MY_PV}.diff | patch || die
82 -}
83 -
84 -src_install() {
85 - doman ${PN}.1
86 - dobin ${PN}
87 -}
88
89 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
90 deleted file mode 100644
91 index f5d9328..00000000
92 --- a/x11-apps/xvfb-run/xvfb-run-1.18.4_p2.ebuild
93 +++ /dev/null
94 @@ -1,32 +0,0 @@
95 -# Copyright 1999-2016 Gentoo Foundation
96 -# Distributed under the terms of the GNU General Public License v2
97 -# $Id$
98 -
99 -EAPI="5"
100 -
101 -MY_PN=xorg-server
102 -MY_PV=${PV/_p/-}
103 -DESCRIPTION="Run a command in a virtual X server environment"
104 -HOMEPAGE="https://packages.debian.org/sid/xvfb"
105 -SRC_URI="mirror://debian/pool/main/${MY_PN:0:1}/${MY_PN}/${MY_PN}_${MY_PV}.diff.gz"
106 -
107 -LICENSE="GPL-2+"
108 -SLOT="0"
109 -KEYWORDS="~amd64 ~x86"
110 -IUSE=""
111 -
112 -DEPEND="dev-util/patchutils"
113 -RDEPEND="x11-apps/xauth
114 - x11-base/xorg-server[xvfb]"
115 -
116 -S="${WORKDIR}"/
117 -
118 -src_prepare() {
119 - # Not in src_unpack to silence warning "'patch' call should be moved to src_prepare"
120 - filterdiff --include='*xvfb-run*' ${MY_PN}_${MY_PV}.diff | patch || die
121 -}
122 -
123 -src_install() {
124 - doman ${PN}.1
125 - dobin ${PN}
126 -}