* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-vboxvideo/
@ 2017-12-19 0:37 Lars Wendler
0 siblings, 0 replies; 5+ messages in thread
From: Lars Wendler @ 2017-12-19 0:37 UTC (permalink / raw
To: gentoo-commits
commit: 30fc8a58eb81a2ce818cb20b3b06518ce1830fe7
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 19 00:21:22 2017 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Dec 19 00:36:55 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30fc8a58
x11-drivers/xf86-video-vboxvideo: Initial commit.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
x11-drivers/xf86-video-vboxvideo/Manifest | 1 +
x11-drivers/xf86-video-vboxvideo/metadata.xml | 8 +++++++
.../xf86-video-vboxvideo-1.0.0.ebuild | 25 ++++++++++++++++++++++
3 files changed, 34 insertions(+)
diff --git a/x11-drivers/xf86-video-vboxvideo/Manifest b/x11-drivers/xf86-video-vboxvideo/Manifest
new file mode 100644
index 00000000000..359d561e3c2
--- /dev/null
+++ b/x11-drivers/xf86-video-vboxvideo/Manifest
@@ -0,0 +1 @@
+DIST xf86-video-vboxvideo-1.0.0.tar.bz2 353342 BLAKE2B 8088e150c8e91dd4872218773c2d57a052935926fe08c18d9f5165b112d6213bf79c80d85fd4d10c1b12bd2ac222983b3dbf241cb97c1cb087f4137314a95ead SHA512 1a9856a966495a3a291592ee3113ed5ee83e3ef530bf37d91605206a62f641726511ad48ca79b8a3e94f601f8cf15341255b0c7d14f5c8acf985b84f965d8dfc
diff --git a/x11-drivers/xf86-video-vboxvideo/metadata.xml b/x11-drivers/xf86-video-vboxvideo/metadata.xml
new file mode 100644
index 00000000000..c7be278b645
--- /dev/null
+++ b/x11-drivers/xf86-video-vboxvideo/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 type="person">
+ <email>polynomial-c@gentoo.org</email>
+ <name>Lars Wendler</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/x11-drivers/xf86-video-vboxvideo/xf86-video-vboxvideo-1.0.0.ebuild b/x11-drivers/xf86-video-vboxvideo/xf86-video-vboxvideo-1.0.0.ebuild
new file mode 100644
index 00000000000..a4a2e169710
--- /dev/null
+++ b/x11-drivers/xf86-video-vboxvideo/xf86-video-vboxvideo-1.0.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit xorg-2
+
+DESCRIPTION="VirtualBox guest video driver"
+HOMEPAGE="https://cgit.freedesktop.org/xorg/driver/xf86-video-vbox/"
+
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ >=x11-base/xorg-server-1.8:=[-minimal]
+ x11-libs/libXcomposite
+"
+DEPEND="
+ ${RDEPEND}
+ x11-proto/fontsproto
+ x11-proto/randrproto
+ x11-proto/renderproto
+ x11-proto/xextproto
+ x11-libs/libpciaccess
+"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-vboxvideo/
@ 2017-12-19 3:09 Lars Wendler
0 siblings, 0 replies; 5+ messages in thread
From: Lars Wendler @ 2017-12-19 3:09 UTC (permalink / raw
To: gentoo-commits
commit: f913b8c563d78563ce6a75048e72da7aafdf5672
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 19 01:08:26 2017 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Dec 19 03:09:33 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f913b8c5
x11-drivers/xf86-video-vboxvideo: Move libpciaccess to RDEPEND
as suggested by leio.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
x11-drivers/xf86-video-vboxvideo/xf86-video-vboxvideo-1.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-drivers/xf86-video-vboxvideo/xf86-video-vboxvideo-1.0.0.ebuild b/x11-drivers/xf86-video-vboxvideo/xf86-video-vboxvideo-1.0.0.ebuild
index a4a2e169710..24560bd2dcf 100644
--- a/x11-drivers/xf86-video-vboxvideo/xf86-video-vboxvideo-1.0.0.ebuild
+++ b/x11-drivers/xf86-video-vboxvideo/xf86-video-vboxvideo-1.0.0.ebuild
@@ -14,6 +14,7 @@ IUSE=""
RDEPEND="
>=x11-base/xorg-server-1.8:=[-minimal]
x11-libs/libXcomposite
+ x11-libs/libpciaccess
"
DEPEND="
${RDEPEND}
@@ -21,5 +22,4 @@ DEPEND="
x11-proto/randrproto
x11-proto/renderproto
x11-proto/xextproto
- x11-libs/libpciaccess
"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-vboxvideo/
@ 2018-07-22 17:07 Mikle Kolyada
0 siblings, 0 replies; 5+ messages in thread
From: Mikle Kolyada @ 2018-07-22 17:07 UTC (permalink / raw
To: gentoo-commits
commit: 94a72d9853eed5e6639c7f379786a0120d064fb0
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 22 17:01:36 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Jul 22 17:06:50 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94a72d98
x11-drivers/xf86-video-vboxvideo: amd64 stable wrt bug #660706
Package-Manager: Portage-2.3.40, Repoman-2.3.9
x11-drivers/xf86-video-vboxvideo/xf86-video-vboxvideo-1.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-drivers/xf86-video-vboxvideo/xf86-video-vboxvideo-1.0.0.ebuild b/x11-drivers/xf86-video-vboxvideo/xf86-video-vboxvideo-1.0.0.ebuild
index b95c62bd60d..c2869693013 100644
--- a/x11-drivers/xf86-video-vboxvideo/xf86-video-vboxvideo-1.0.0.ebuild
+++ b/x11-drivers/xf86-video-vboxvideo/xf86-video-vboxvideo-1.0.0.ebuild
@@ -8,7 +8,7 @@ inherit xorg-2
DESCRIPTION="VirtualBox guest video driver"
HOMEPAGE="https://cgit.freedesktop.org/xorg/driver/xf86-video-vbox/"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-vboxvideo/
@ 2018-11-06 9:31 Lars Wendler
0 siblings, 0 replies; 5+ messages in thread
From: Lars Wendler @ 2018-11-06 9:31 UTC (permalink / raw
To: gentoo-commits
commit: 79bd7ce24402f023c53e83928e655ac2c32a864d
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 6 09:31:05 2018 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Nov 6 09:31:05 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79bd7ce2
x11-drivers/xf86-video-vboxvideo: Block xf86-video-virtualbox
as they have file collisions.
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
x11-drivers/xf86-video-vboxvideo/xf86-video-vboxvideo-1.0.0.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/x11-drivers/xf86-video-vboxvideo/xf86-video-vboxvideo-1.0.0.ebuild b/x11-drivers/xf86-video-vboxvideo/xf86-video-vboxvideo-1.0.0.ebuild
index c2869693013..8409576b357 100644
--- a/x11-drivers/xf86-video-vboxvideo/xf86-video-vboxvideo-1.0.0.ebuild
+++ b/x11-drivers/xf86-video-vboxvideo/xf86-video-vboxvideo-1.0.0.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
@@ -12,6 +12,7 @@ KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="
+ !x11-drivers/xf86-video-virtualbox
>=x11-base/xorg-server-1.8:=[-minimal]
x11-libs/libXcomposite
x11-libs/libpciaccess
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-vboxvideo/
@ 2021-03-19 22:40 David Seifert
0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2021-03-19 22:40 UTC (permalink / raw
To: gentoo-commits
commit: 9cb804da3a8ffb5b9ccebeb97fbe8e61d436b989
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 19 22:39:55 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Mar 19 22:39:55 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cb804da
x11-drivers/xf86-video-vboxvideo: Port to EAPI 7
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: David Seifert <soap <AT> gentoo.org>
.../xf86-video-vboxvideo-1.0.0.ebuild | 15 ++++++---------
1 file changed, 6 insertions(+), 9 deletions(-)
diff --git a/x11-drivers/xf86-video-vboxvideo/xf86-video-vboxvideo-1.0.0.ebuild b/x11-drivers/xf86-video-vboxvideo/xf86-video-vboxvideo-1.0.0.ebuild
index 53894630f77..70d15747727 100644
--- a/x11-drivers/xf86-video-vboxvideo/xf86-video-vboxvideo-1.0.0.ebuild
+++ b/x11-drivers/xf86-video-vboxvideo/xf86-video-vboxvideo-1.0.0.ebuild
@@ -1,23 +1,20 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-XORG_PACKAGE_NAME=xf86-video-vbox
+EAPI=7
-inherit xorg-2
+XORG_PACKAGE_NAME=xf86-video-vbox
+inherit xorg-3
DESCRIPTION="VirtualBox guest video driver"
KEYWORDS="amd64 x86"
-IUSE=""
RDEPEND="
!x11-drivers/xf86-video-virtualbox
>=x11-base/xorg-server-1.8:=[-minimal]
x11-libs/libXcomposite
- x11-libs/libpciaccess
-"
+ x11-libs/libpciaccess"
DEPEND="
${RDEPEND}
- x11-base/xorg-proto
-"
+ x11-base/xorg-proto"
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2021-03-19 22:40 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-19 22:40 [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-vboxvideo/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2018-11-06 9:31 Lars Wendler
2018-07-22 17:07 Mikle Kolyada
2017-12-19 3:09 Lars Wendler
2017-12-19 0:37 Lars Wendler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox