[gentoo-commits] proj/x11:master commit in: x11-drivers/xf86-video-ati/, profiles/

2018-03-06 Thread Matt Turner
commit: 08b014f9cbc0a1a5b5dd9557a0f1b95ad17b3e59
Author: Matt Turner  gmail  com>
AuthorDate: Tue Mar  6 19:09:52 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Mar  6 19:09:52 2018 +
URL:https://gitweb.gentoo.org/proj/x11.git/commit/?id=08b014f9

x11-drivers/xf86-video-ati: Delete (moved to main tree)

 profiles/package.mask  |  1 -
 x11-drivers/xf86-video-ati/metadata.xml| 12 ---
 .../xf86-video-ati/xf86-video-ati-.ebuild  | 40 --
 3 files changed, 53 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index a1fee546..3eee4209 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -20,7 +20,6 @@
 =x11-drivers/xf86-input-mouse-
 =x11-drivers/xf86-input-synaptics-
 =x11-drivers/xf86-input-wacom-
-=x11-drivers/xf86-video-ati-
 =x11-drivers/xf86-video-glint-
 =x11-drivers/xf86-video-nouveau-
 =x11-drivers/xf86-video-vmware-

diff --git a/x11-drivers/xf86-video-ati/metadata.xml 
b/x11-drivers/xf86-video-ati/metadata.xml
deleted file mode 100644
index a1b52b6e..
--- a/x11-drivers/xf86-video-ati/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   scarab...@gentoo.org
-   Tomas Chvatal
-
-x11
-
-   Enable glamor support, it can change performace 
depends on card.
-
-

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-.ebuild 
b/x11-drivers/xf86-video-ati/xf86-video-ati-.ebuild
deleted file mode 100644
index 32e76d58..
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-XORG_DRI=always
-inherit linux-info xorg-2
-
-DESCRIPTION="ATI video driver"
-
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="+glamor udev"
-
-RDEPEND=">=x11-libs/libdrm-2.4.54[video_cards_radeon]
-   glamor? ( || (
-   x11-base/xorg-server[glamor]
-   >=x11-libs/glamor-0.6
-   ) )
-   udev? ( virtual/udev )"
-DEPEND="${RDEPEND}"
-
-pkg_pretend() {
-   if use kernel_linux ; then
-   if kernel_is -ge 3 9; then
-   CONFIG_CHECK="~!DRM_RADEON_UMS ~!FB_RADEON"
-   else
-   CONFIG_CHECK="~DRM_RADEON_KMS ~!FB_RADEON"
-   fi
-   fi
-   check_extra_config
-}
-
-src_configure() {
-   XORG_CONFIGURE_OPTIONS=(
-   $(use_enable glamor)
-   $(use_enable udev)
-   )
-   xorg-2_src_configure
-}



[gentoo-commits] proj/x11:master commit in: x11-drivers/xf86-video-ati/

2014-06-05 Thread Chi-Thanh Christopher Nguyen
commit: ae670b3173f8f0b1d2141817ee8d5ca91e7e909b
Author: Chi-Thanh Christopher Nguyen chithanh AT gentoo DOT org
AuthorDate: Thu Jun  5 15:21:10 2014 +
Commit: Chi-Thanh Christopher Nguyen chithanh AT cs DOT tu-berlin 
DOT de
CommitDate: Thu Jun  5 15:21:10 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=ae670b31

x11-drivers/xf86-video-ati: raise libdrm dependency

---
 x11-drivers/xf86-video-ati/xf86-video-ati-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-.ebuild 
b/x11-drivers/xf86-video-ati/xf86-video-ati-.ebuild
index ebd76d1..4fd9d23 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION=ATI video driver
 KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd
 IUSE=+glamor udev
 
-RDEPEND==x11-libs/libdrm-2.4.46[video_cards_radeon]
+RDEPEND==x11-libs/libdrm-2.4.54[video_cards_radeon]
glamor? ( || (
x11-base/xorg-server[glamor]
=x11-libs/glamor-0.6



[gentoo-commits] proj/x11:master commit in: x11-drivers/xf86-video-ati/

2014-05-27 Thread Chi-Thanh Christopher Nguyen
commit: 115c651c0b6ebf4249569bcf093b8dcb2d98309d
Author: Chi-Thanh Christopher Nguyen chithanh AT gentoo DOT org
AuthorDate: Wed May 28 00:44:37 2014 +
Commit: Chi-Thanh Christopher Nguyen chithanh AT cs DOT tu-berlin 
DOT de
CommitDate: Wed May 28 00:44:37 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=115c651c

x11-driver/xf86-video-ati: allow X server built-in glamor

---
 x11-drivers/xf86-video-ati/xf86-video-ati-.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-.ebuild 
b/x11-drivers/xf86-video-ati/xf86-video-ati-.ebuild
index 2989ab7..ebd76d1 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-.ebuild
@@ -13,7 +13,10 @@ KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd
 IUSE=+glamor udev
 
 RDEPEND==x11-libs/libdrm-2.4.46[video_cards_radeon]
-   glamor? ( =x11-libs/glamor-0.6 )
+   glamor? ( || (
+   x11-base/xorg-server[glamor]
+   =x11-libs/glamor-0.6
+   ) )
udev? ( virtual/udev )
 DEPEND=${RDEPEND}