summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sping@gentoo.org>2016-10-10 21:08:02 +0200
committerSebastian Pipping <sping@gentoo.org>2016-10-10 21:08:02 +0200
commitc72e3edbd9539c4e6fd1435bb5cb12f08f4ca6dc (patch)
tree183bd502739bfb81c39eaeaa0117cb2a132156a7
parentx11-apps/xvfb-run: Move to x11-misc/ (bug #571864) (diff)
downloadgentoo-c72e3edbd9539c4e6fd1435bb5cb12f08f4ca6dc.tar.gz
gentoo-c72e3edbd9539c4e6fd1435bb5cb12f08f4ca6dc.tar.bz2
gentoo-c72e3edbd9539c4e6fd1435bb5cb12f08f4ca6dc.zip
x11-apps/xvfb-run: Move to x11-misc/ (bug #571864)
-rw-r--r--profiles/updates/4Q-20161
-rw-r--r--x11-apps/xvfb-run/Manifest2
-rw-r--r--x11-apps/xvfb-run/metadata.xml8
-rw-r--r--x11-apps/xvfb-run/xvfb-run-1.17.2_p2.ebuild32
-rw-r--r--x11-apps/xvfb-run/xvfb-run-1.18.4_p2.ebuild32
5 files changed, 1 insertions, 74 deletions
diff --git a/profiles/updates/4Q-2016 b/profiles/updates/4Q-2016
index 1f5b2d46b078..ccbdae5d1aef 100644
--- a/profiles/updates/4Q-2016
+++ b/profiles/updates/4Q-2016
@@ -1,2 +1,3 @@
move net-analyzer/ipv6-toolkit net-analyzer/ipv6toolkit
move dev-ml/qcheck dev-ml/iTeML
+move x11-apps/xvfb-run x11-misc/xvfb-run
diff --git a/x11-apps/xvfb-run/Manifest b/x11-apps/xvfb-run/Manifest
deleted file mode 100644
index eea773dbf1f6..000000000000
--- a/x11-apps/xvfb-run/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-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/metadata.xml b/x11-apps/xvfb-run/metadata.xml
deleted file mode 100644
index 6d2298876faa..000000000000
--- a/x11-apps/xvfb-run/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?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-apps/xvfb-run/xvfb-run-1.17.2_p2.ebuild b/x11-apps/xvfb-run/xvfb-run-1.17.2_p2.ebuild
deleted file mode 100644
index 4ff0ccecb50b..000000000000
--- a/x11-apps/xvfb-run/xvfb-run-1.17.2_p2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# 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}
-}
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
deleted file mode 100644
index f5d932854a5b..000000000000
--- a/x11-apps/xvfb-run/xvfb-run-1.18.4_p2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# 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}
-}