public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-drivers/
Date: Wed, 17 Oct 2018 13:05:37 +0000 (UTC)	[thread overview]
Message-ID: <1539781524.04968da565f77f0b9f3db6f3e52ca93cedf17461.polynomial-c@gentoo> (raw)

commit:     04968da565f77f0b9f3db6f3e52ca93cedf17461
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 17 12:54:34 2018 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Oct 17 13:05:24 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04968da5

x11-base/xorg-drivers: Drop x11-drivers/xf86-video-virtualbox

Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 x11-base/xorg-drivers/xorg-drivers-1.19.ebuild | 8 ++------
 x11-base/xorg-drivers/xorg-drivers-1.20.ebuild | 7 ++-----
 x11-base/xorg-drivers/xorg-drivers-9999.ebuild | 7 ++-----
 3 files changed, 6 insertions(+), 16 deletions(-)

diff --git a/x11-base/xorg-drivers/xorg-drivers-1.19.ebuild b/x11-base/xorg-drivers/xorg-drivers-1.19.ebuild
index 73a61b07b1b..c2382d5cb06 100644
--- a/x11-base/xorg-drivers/xorg-drivers-1.19.ebuild
+++ b/x11-base/xorg-drivers/xorg-drivers-1.19.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -97,10 +97,7 @@ PDEPEND="
 	video_cards_vc4?           ( >=x11-base/xorg-server-${PV}[glamor] )
 	video_cards_vesa?          ( x11-drivers/xf86-video-vesa )
 	video_cards_via?           ( x11-drivers/xf86-video-openchrome )
-	video_cards_virtualbox?    ( || (
-					x11-drivers/xf86-video-vboxvideo
-					x11-drivers/xf86-video-virtualbox
-					) )
+	video_cards_virtualbox?    ( x11-drivers/xf86-video-vboxvideo )
 	video_cards_vmware?        ( x11-drivers/xf86-video-vmware )
 	video_cards_voodoo?        ( x11-drivers/xf86-video-voodoo )
 
@@ -136,6 +133,5 @@ PDEPEND="
 	!<x11-drivers/xf86-video-sunleo-1.2.2
 	!<x11-drivers/xf86-video-tdfx-1.4.7
 	!<x11-drivers/xf86-video-trident-1.3.8
-	!<x11-drivers/xf86-video-virtualbox-5.1.14
 	!<x11-drivers/xf86-video-vmware-13.2.1
 "

diff --git a/x11-base/xorg-drivers/xorg-drivers-1.20.ebuild b/x11-base/xorg-drivers/xorg-drivers-1.20.ebuild
index a93b958ee8c..cdbed749216 100644
--- a/x11-base/xorg-drivers/xorg-drivers-1.20.ebuild
+++ b/x11-base/xorg-drivers/xorg-drivers-1.20.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -95,10 +95,7 @@ PDEPEND="
 	video_cards_vc4?           ( >=x11-base/xorg-server-${PV}[glamor] )
 	video_cards_vesa?          ( x11-drivers/xf86-video-vesa )
 	video_cards_via?           ( x11-drivers/xf86-video-openchrome )
-	video_cards_virtualbox?    ( || (
-					x11-drivers/xf86-video-vboxvideo
-					>=x11-drivers/xf86-video-virtualbox-5.1.14
-					) )
+	video_cards_virtualbox?    ( x11-drivers/xf86-video-vboxvideo )
 	video_cards_vmware?        ( >=x11-drivers/xf86-video-vmware-13.3.0 )
 	video_cards_voodoo?        ( x11-drivers/xf86-video-voodoo )
 

diff --git a/x11-base/xorg-drivers/xorg-drivers-9999.ebuild b/x11-base/xorg-drivers/xorg-drivers-9999.ebuild
index 4e994a9b950..99c062fe855 100644
--- a/x11-base/xorg-drivers/xorg-drivers-9999.ebuild
+++ b/x11-base/xorg-drivers/xorg-drivers-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -95,10 +95,7 @@ PDEPEND="
 	video_cards_vc4?           ( >=x11-base/xorg-server-${PV}[glamor] )
 	video_cards_vesa?          ( x11-drivers/xf86-video-vesa )
 	video_cards_via?           ( x11-drivers/xf86-video-openchrome )
-	video_cards_virtualbox?    ( || (
-					x11-drivers/xf86-video-vboxvideo
-					>=x11-drivers/xf86-video-virtualbox-5.1.14
-					) )
+	video_cards_virtualbox?    ( x11-drivers/xf86-video-vboxvideo )
 	video_cards_vmware?        ( >=x11-drivers/xf86-video-vmware-13.3.0 )
 	video_cards_voodoo?        ( x11-drivers/xf86-video-voodoo )
 


             reply	other threads:[~2018-10-17 13:05 UTC|newest]

Thread overview: 85+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-17 13:05 Lars Wendler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-12-14  3:14 [gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-drivers/ Matt Turner
2022-08-29 23:51 Matt Turner
2022-05-08  7:34 WANG Xuerui
2022-05-08  7:34 WANG Xuerui
2022-03-12 21:00 Matt Turner
2022-03-12 21:00 Matt Turner
2022-03-12 21:00 Matt Turner
2022-02-01 21:13 Arthur Zamarin
2022-02-01 20:59 Arthur Zamarin
2022-01-23 15:20 Sam James
2022-01-18 23:02 Jakov Smolić
2022-01-18 22:16 Jakov Smolić
2022-01-18 22:16 Jakov Smolić
2022-01-18 12:26 Sam James
2022-01-03 21:01 James Le Cuirot
2021-11-30  5:04 Matt Turner
2020-12-14 21:51 Sergei Trofimovich
2020-05-18 20:40 Matt Turner
2020-05-03  9:23 Piotr Karbowski
2020-04-21 18:52 Matt Turner
2020-01-31 19:20 Matt Turner
2019-12-05 23:21 Matt Turner
2019-11-06 17:15 Rick Farina
2019-11-03 22:12 Matt Turner
2019-07-28 19:10 Matt Turner
2019-04-02  7:36 Matt Turner
2019-01-20  5:43 Matt Turner
2019-01-19 20:09 Mart Raudsepp
2018-12-31 10:06 Mikle Kolyada
2018-11-01  7:06 Matt Turner
2018-11-01  6:25 Matt Turner
2018-11-01  6:09 Markus Meier
2018-10-28 23:57 Matt Turner
2018-10-28 20:37 Sergei Trofimovich
2018-10-28 10:28 Sergei Trofimovich
2018-10-26 20:19 Sergei Trofimovich
2018-10-26  1:55 Matt Turner
2018-10-26  1:55 Matt Turner
2018-10-26  0:52 Thomas Deutschmann
2018-10-25 17:38 Mikle Kolyada
2018-08-20  5:15 Mikle Kolyada
2018-06-19  4:47 Matt Turner
2018-06-08  4:53 Matt Turner
2018-05-30 22:10 Matt Turner
2018-05-30 22:10 Matt Turner
2018-05-20 16:11 Matt Turner
2018-05-10 18:07 Matt Turner
2018-02-20 17:45 Matt Turner
2018-01-27 23:22 Matt Turner
2018-01-05 18:28 Matt Turner
2017-11-24  6:06 Matt Turner
2017-11-24  5:05 Matt Turner
2017-11-23  5:11 Matt Turner
2017-11-23  5:11 Matt Turner
2017-10-21  1:19 Matt Turner
2017-06-23  7:04 Alexis Ballier
2017-03-16  8:15 Jeroen Roovers
2017-03-15 19:57 Matt Turner
2017-03-08  7:44 Michael Weber
2017-03-06 13:26 Matt Turner
2017-03-04 17:31 Matt Turner
2017-03-04  4:38 Matt Turner
2017-03-03  4:25 Matt Turner
2017-03-03  4:02 Matt Turner
2017-02-25 20:43 Matt Turner
2017-01-25 18:05 Matt Turner
2017-01-25 16:41 Matt Turner
2017-01-25 16:41 Matt Turner
2017-01-25 16:41 Matt Turner
2017-01-25 16:41 Matt Turner
2017-01-25 12:28 Agostino Sarubbo
2017-01-18  0:43 Matt Turner
2016-11-16 10:44 Agostino Sarubbo
2016-11-15 19:20 Matt Turner
2016-10-24 23:56 Matt Turner
2016-10-24 22:50 Matt Turner
2016-09-22 15:55 Tobias Klausmann
2016-08-05 23:23 Markus Meier
2016-08-03  4:32 Jeroen Roovers
2016-01-24 21:43 Manuel Rüger
2016-01-24 21:43 Manuel Rüger
2016-01-23 14:17 Manuel Rüger
2015-12-19 21:32 Markus Meier
2015-09-02  2:04 Chí-Thanh Christopher Nguyễn

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=1539781524.04968da565f77f0b9f3db6f3e52ca93cedf17461.polynomial-c@gentoo \
    --to=polynomial-c@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