public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2018-07-17 14:15 Matt Turner
  0 siblings, 0 replies; 86+ messages in thread
From: Matt Turner @ 2018-07-17 14:15 UTC (permalink / raw
  To: gentoo-commits

commit:     f81770e41df51ad850fa78d6f57d7972a9e536bf
Author:     Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Tue Jul 17 00:33:48 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Jul 17 14:15:22 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f81770e4

x11-drivers/xf86-video-ati: port to EAPI 7

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 ...9999.ebuild => xf86-video-ati-18.0.1-r2.ebuild} | 48 ++++++++++++++++------
 .../xf86-video-ati/xf86-video-ati-9999.ebuild      | 48 ++++++++++++++++------
 2 files changed, 70 insertions(+), 26 deletions(-)

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1-r2.ebuild
similarity index 52%
copy from x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
copy to x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1-r2.ebuild
index 3f5390aec7a..56d17e3405a 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1-r2.ebuild
@@ -1,28 +1,40 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-XORG_DRI=always
-inherit linux-info xorg-2
+inherit linux-info
+
+DESCRIPTION="ATI video driver"
+HOMEPAGE="https://www.x.org/wiki/ati/"
 
 if [[ ${PV} == 9999* ]]; then
-	SRC_URI=""
+	EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/driver/${PN}"
+	inherit autotools git-r3
+	LIVE_DEPEND=">=x11-misc/util-macros-1.18"
 else
+	SRC_URI="mirror://xorg/driver/${P}.tar.bz2"
 	KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
 fi
 
-DESCRIPTION="ATI video driver"
-HOMEPAGE="https://www.x.org/wiki/ati/"
-
+LICENSE="MIT"
+SLOT="0"
 IUSE="+glamor udev"
 
-RDEPEND=">=x11-libs/libdrm-2.4.78[video_cards_radeon]
+BDEPEND="
+	virtual/pkgconfig
+"
+RDEPEND="
+	>=x11-libs/libdrm-2.4.78[video_cards_radeon]
 	>=x11-libs/libpciaccess-0.8.0
 	glamor? ( x11-base/xorg-server[glamor] )
-	udev? ( virtual/libudev:= )"
-DEPEND="${RDEPEND}
-	x11-base/xorg-proto"
+	udev? ( virtual/libudev:= )
+"
+DEPEND="
+	${LIVE_DEPEND}
+	${RDEPEND}
+	x11-base/xorg-proto
+"
 
 pkg_pretend() {
 	if use kernel_linux ; then
@@ -35,10 +47,20 @@ pkg_pretend() {
 	check_extra_config
 }
 
+src_prepare() {
+	default
+	[[ ${PV} == 9999 ]] eautoreconf
+}
+
 src_configure() {
-	XORG_CONFIGURE_OPTIONS=(
+	local econfargs=(
 		$(use_enable glamor)
 		$(use_enable udev)
 	)
-	xorg-2_src_configure
+	econf "${econfargs[@]}"
+}
+
+src_install() {
+	default
+	find "${D}" -name '*.la' -delete || die
 }

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
index 3f5390aec7a..56d17e3405a 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
@@ -1,28 +1,40 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-XORG_DRI=always
-inherit linux-info xorg-2
+inherit linux-info
+
+DESCRIPTION="ATI video driver"
+HOMEPAGE="https://www.x.org/wiki/ati/"
 
 if [[ ${PV} == 9999* ]]; then
-	SRC_URI=""
+	EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/driver/${PN}"
+	inherit autotools git-r3
+	LIVE_DEPEND=">=x11-misc/util-macros-1.18"
 else
+	SRC_URI="mirror://xorg/driver/${P}.tar.bz2"
 	KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
 fi
 
-DESCRIPTION="ATI video driver"
-HOMEPAGE="https://www.x.org/wiki/ati/"
-
+LICENSE="MIT"
+SLOT="0"
 IUSE="+glamor udev"
 
-RDEPEND=">=x11-libs/libdrm-2.4.78[video_cards_radeon]
+BDEPEND="
+	virtual/pkgconfig
+"
+RDEPEND="
+	>=x11-libs/libdrm-2.4.78[video_cards_radeon]
 	>=x11-libs/libpciaccess-0.8.0
 	glamor? ( x11-base/xorg-server[glamor] )
-	udev? ( virtual/libudev:= )"
-DEPEND="${RDEPEND}
-	x11-base/xorg-proto"
+	udev? ( virtual/libudev:= )
+"
+DEPEND="
+	${LIVE_DEPEND}
+	${RDEPEND}
+	x11-base/xorg-proto
+"
 
 pkg_pretend() {
 	if use kernel_linux ; then
@@ -35,10 +47,20 @@ pkg_pretend() {
 	check_extra_config
 }
 
+src_prepare() {
+	default
+	[[ ${PV} == 9999 ]] eautoreconf
+}
+
 src_configure() {
-	XORG_CONFIGURE_OPTIONS=(
+	local econfargs=(
 		$(use_enable glamor)
 		$(use_enable udev)
 	)
-	xorg-2_src_configure
+	econf "${econfargs[@]}"
+}
+
+src_install() {
+	default
+	find "${D}" -name '*.la' -delete || die
 }


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2023-06-03 19:44 Arthur Zamarin
  0 siblings, 0 replies; 86+ messages in thread
From: Arthur Zamarin @ 2023-06-03 19:44 UTC (permalink / raw
  To: gentoo-commits

commit:     4636985d0e5dc4e77dcab03a0286a5b8002c98fa
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  3 19:42:34 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jun  3 19:42:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4636985d

x11-drivers/xf86-video-ati: Stabilize 22.0.0 sparc, #907616

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-22.0.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-22.0.0.ebuild
index 8f23be66dcb5..ed8252a1a71f 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-22.0.0.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-22.0.0.ebuild
@@ -10,7 +10,7 @@ inherit linux-info xorg-3
 if [[ ${PV} == 9999* ]]; then
 	SRC_URI=""
 else
-	KEYWORDS="~alpha amd64 arm64 ~ia64 ~loong ppc ppc64 ~riscv ~sparc x86"
+	KEYWORDS="~alpha amd64 arm64 ~ia64 ~loong ppc ppc64 ~riscv sparc x86"
 fi
 
 DESCRIPTION="ATI video driver"


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2023-06-01 17:04 Arthur Zamarin
  0 siblings, 0 replies; 86+ messages in thread
From: Arthur Zamarin @ 2023-06-01 17:04 UTC (permalink / raw
  To: gentoo-commits

commit:     4308d6e93faf6980aada9ff65ee7984461ac00e5
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  1 17:03:44 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jun  1 17:03:44 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4308d6e9

x11-drivers/xf86-video-ati: Stabilize 22.0.0 ppc64, #907616

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-22.0.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-22.0.0.ebuild
index ed480cff705c..8f23be66dcb5 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-22.0.0.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-22.0.0.ebuild
@@ -10,7 +10,7 @@ inherit linux-info xorg-3
 if [[ ${PV} == 9999* ]]; then
 	SRC_URI=""
 else
-	KEYWORDS="~alpha amd64 arm64 ~ia64 ~loong ppc ~ppc64 ~riscv ~sparc x86"
+	KEYWORDS="~alpha amd64 arm64 ~ia64 ~loong ppc ppc64 ~riscv ~sparc x86"
 fi
 
 DESCRIPTION="ATI video driver"


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2023-06-01 16:41 Arthur Zamarin
  0 siblings, 0 replies; 86+ messages in thread
From: Arthur Zamarin @ 2023-06-01 16:41 UTC (permalink / raw
  To: gentoo-commits

commit:     d26dfa328f8a34359d8fbb4d6b45c0be796b5a18
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  1 16:40:23 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jun  1 16:40:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d26dfa32

x11-drivers/xf86-video-ati: Stabilize 22.0.0 x86, #907616

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-22.0.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-22.0.0.ebuild
index b9190953e4b4..ed480cff705c 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-22.0.0.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-22.0.0.ebuild
@@ -10,7 +10,7 @@ inherit linux-info xorg-3
 if [[ ${PV} == 9999* ]]; then
 	SRC_URI=""
 else
-	KEYWORDS="~alpha amd64 arm64 ~ia64 ~loong ppc ~ppc64 ~riscv ~sparc ~x86"
+	KEYWORDS="~alpha amd64 arm64 ~ia64 ~loong ppc ~ppc64 ~riscv ~sparc x86"
 fi
 
 DESCRIPTION="ATI video driver"


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2023-06-01 16:41 Arthur Zamarin
  0 siblings, 0 replies; 86+ messages in thread
From: Arthur Zamarin @ 2023-06-01 16:41 UTC (permalink / raw
  To: gentoo-commits

commit:     868995b0ddd90a4ecacc310e287701a59c1d66f4
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  1 16:40:14 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jun  1 16:40:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=868995b0

x11-drivers/xf86-video-ati: Stabilize 22.0.0 amd64, #907616

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-22.0.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-22.0.0.ebuild
index 8a41c2561069..b9190953e4b4 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-22.0.0.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-22.0.0.ebuild
@@ -10,7 +10,7 @@ inherit linux-info xorg-3
 if [[ ${PV} == 9999* ]]; then
 	SRC_URI=""
 else
-	KEYWORDS="~alpha ~amd64 arm64 ~ia64 ~loong ppc ~ppc64 ~riscv ~sparc ~x86"
+	KEYWORDS="~alpha amd64 arm64 ~ia64 ~loong ppc ~ppc64 ~riscv ~sparc ~x86"
 fi
 
 DESCRIPTION="ATI video driver"


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2023-06-01 16:03 Arthur Zamarin
  0 siblings, 0 replies; 86+ messages in thread
From: Arthur Zamarin @ 2023-06-01 16:03 UTC (permalink / raw
  To: gentoo-commits

commit:     842cf49ec191cbe12dc19cdaae19487b586d0330
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  1 16:01:51 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jun  1 16:01:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=842cf49e

x11-drivers/xf86-video-ati: Stabilize 22.0.0 ppc, #907616

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-22.0.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-22.0.0.ebuild
index f705df901a9d..8a41c2561069 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-22.0.0.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-22.0.0.ebuild
@@ -10,7 +10,7 @@ inherit linux-info xorg-3
 if [[ ${PV} == 9999* ]]; then
 	SRC_URI=""
 else
-	KEYWORDS="~alpha ~amd64 arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+	KEYWORDS="~alpha ~amd64 arm64 ~ia64 ~loong ppc ~ppc64 ~riscv ~sparc ~x86"
 fi
 
 DESCRIPTION="ATI video driver"


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2023-04-25 18:54 Matt Turner
  0 siblings, 0 replies; 86+ messages in thread
From: Matt Turner @ 2023-04-25 18:54 UTC (permalink / raw
  To: gentoo-commits

commit:     c734012e783f70f850d35f9011e7dd2899a92373
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 25 18:50:42 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Apr 25 18:54:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c734012e

x11-drivers/xf86-video-ati: Version bump to 22.0.0

Closes: https://bugs.gentoo.org/832155
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-drivers/xf86-video-ati/Manifest                              | 1 +
 .../{xf86-video-ati-9999.ebuild => xf86-video-ati-22.0.0.ebuild} | 9 ++++++---
 x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild            | 9 ++++++---
 3 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/x11-drivers/xf86-video-ati/Manifest b/x11-drivers/xf86-video-ati/Manifest
index 2cd87d590413..fdc31070afe6 100644
--- a/x11-drivers/xf86-video-ati/Manifest
+++ b/x11-drivers/xf86-video-ati/Manifest
@@ -1 +1,2 @@
 DIST xf86-video-ati-19.1.0.tar.bz2 904558 BLAKE2B 424e8b3c6fa14fa4f0bc00940bdf1008400f25ce7103b13ecefdbda9e629239c5ab011952d19c305251e9c0008650da3db0eb91055d5585e2b1c3dd108a74d86 SHA512 73a81f6c492daf2e89067fb52b3033dc0fe6841f109627ddca1aee54a45a738c8c134443753a2a2aaa2c131e1d560057ebc76351ff2304c16407df3ff568fcd6
+DIST xf86-video-ati-22.0.0.tar.xz 755812 BLAKE2B 97349eca2b01e714a44bcfc9489251d175eab2ca622ac5f475797d0d862e082cf9f2bc49d996bc4a8ef39d13f4474953542bd5c5cfa495877b280aff218e4fe2 SHA512 fba9ffc7b0eeb0c369eb1a6f8ef0bb3061cfeca26bc269baf6e3d16dcd943fbf4092f1e37adfb1bc71051cee0b7a0e6fb253f0b8bcd210732ccaf99e8f2356fe

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-22.0.0.ebuild
similarity index 81%
copy from x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
copy to x11-drivers/xf86-video-ati/xf86-video-ati-22.0.0.ebuild
index 22590fa5482b..459a0bd7b8f5 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-22.0.0.ebuild
@@ -1,15 +1,16 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 XORG_DRI=always
+XORG_TARBALL_SUFFIX="xz"
 inherit linux-info xorg-3
 
 if [[ ${PV} == 9999* ]]; then
 	SRC_URI=""
 else
-	KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~sparc ~x86"
+	KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
 fi
 
 DESCRIPTION="ATI video driver"
@@ -17,7 +18,9 @@ HOMEPAGE="https://www.x.org/wiki/ati/"
 
 IUSE="udev"
 
-RDEPEND=">=x11-libs/libdrm-2.4.89[video_cards_radeon]
+RDEPEND="
+	media-libs/mesa
+	>=x11-libs/libdrm-2.4.89[video_cards_radeon]
 	>=x11-libs/libpciaccess-0.8.0
 	x11-base/xorg-server[-minimal]
 	udev? ( virtual/libudev:= )"

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
index 22590fa5482b..459a0bd7b8f5 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
@@ -1,15 +1,16 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 XORG_DRI=always
+XORG_TARBALL_SUFFIX="xz"
 inherit linux-info xorg-3
 
 if [[ ${PV} == 9999* ]]; then
 	SRC_URI=""
 else
-	KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~sparc ~x86"
+	KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
 fi
 
 DESCRIPTION="ATI video driver"
@@ -17,7 +18,9 @@ HOMEPAGE="https://www.x.org/wiki/ati/"
 
 IUSE="udev"
 
-RDEPEND=">=x11-libs/libdrm-2.4.89[video_cards_radeon]
+RDEPEND="
+	media-libs/mesa
+	>=x11-libs/libdrm-2.4.89[video_cards_radeon]
 	>=x11-libs/libpciaccess-0.8.0
 	x11-base/xorg-server[-minimal]
 	udev? ( virtual/libudev:= )"


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2023-03-05 11:19 Sam James
  0 siblings, 0 replies; 86+ messages in thread
From: Sam James @ 2023-03-05 11:19 UTC (permalink / raw
  To: gentoo-commits

commit:     d62a604ad9fd6b06066332b4d22b1b312824f8ed
Author:     jinqiang zhang <peeweep <AT> 0x0 <DOT> ee>
AuthorDate: Thu Mar  2 06:46:14 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar  5 11:19:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d62a604a

x11-drivers/xf86-video-ati: keyword 19.1.0-r1 for arm64

Signed-off-by: jinqiang zhang <peeweep <AT> 0x0.ee>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0-r1.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0-r1.ebuild
index 6927f556abf2..07a7e42694b1 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0-r1.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ inherit linux-info xorg-3
 if [[ ${PV} == 9999* ]]; then
 	SRC_URI=""
 else
-	KEYWORDS="~alpha amd64 ~ia64 ~loong ppc ppc64 ~riscv sparc x86"
+	KEYWORDS="~alpha amd64 arm64 ~ia64 ~loong ppc ppc64 ~riscv sparc x86"
 fi
 
 DESCRIPTION="ATI video driver"


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2023-03-05 11:19 Sam James
  0 siblings, 0 replies; 86+ messages in thread
From: Sam James @ 2023-03-05 11:19 UTC (permalink / raw
  To: gentoo-commits

commit:     c56d3a078535242ce6bb30e4c5f6da5e3fcd8186
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  5 11:14:21 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar  5 11:19:17 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c56d3a07

x11-drivers/xf86-video-ati: sync live

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
index 159d57fa1154..22590fa5482b 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ inherit linux-info xorg-3
 if [[ ${PV} == 9999* ]]; then
 	SRC_URI=""
 else
-	KEYWORDS="~alpha ~amd64 ~ia64 ~loong ~ppc ~ppc64 ~sparc ~x86"
+	KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~sparc ~x86"
 fi
 
 DESCRIPTION="ATI video driver"


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2022-05-25 16:02 WANG Xuerui
  0 siblings, 0 replies; 86+ messages in thread
From: WANG Xuerui @ 2022-05-25 16:02 UTC (permalink / raw
  To: gentoo-commits

commit:     340ac062eddb629920d2c6f506f9f8ac4fc8016a
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Wed May 25 15:57:34 2022 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Wed May 25 16:02:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=340ac062

x11-drivers/xf86-video-ati: keyword 19.1.0-r1 for ~loong

Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>

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

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0-r1.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0-r1.ebuild
index 1ec1318ff563..6927f556abf2 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0-r1.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0-r1.ebuild
@@ -9,7 +9,7 @@ inherit linux-info xorg-3
 if [[ ${PV} == 9999* ]]; then
 	SRC_URI=""
 else
-	KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~riscv sparc x86"
+	KEYWORDS="~alpha amd64 ~ia64 ~loong ppc ppc64 ~riscv sparc x86"
 fi
 
 DESCRIPTION="ATI video driver"


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2022-05-25 16:02 WANG Xuerui
  0 siblings, 0 replies; 86+ messages in thread
From: WANG Xuerui @ 2022-05-25 16:02 UTC (permalink / raw
  To: gentoo-commits

commit:     54096a2a08e6f2c1a2a120543aa19e417bdc495f
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Wed May 25 15:57:35 2022 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Wed May 25 16:02:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54096a2a

x11-drivers/xf86-video-ati: forward ~loong

Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>

 x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
index 0d96979995e8..159d57fa1154 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ inherit linux-info xorg-3
 if [[ ${PV} == 9999* ]]; then
 	SRC_URI=""
 else
-	KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+	KEYWORDS="~alpha ~amd64 ~ia64 ~loong ~ppc ~ppc64 ~sparc ~x86"
 fi
 
 DESCRIPTION="ATI video driver"


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2022-02-07 19:03 Matt Turner
  0 siblings, 0 replies; 86+ messages in thread
From: Matt Turner @ 2022-02-07 19:03 UTC (permalink / raw
  To: gentoo-commits

commit:     a9634067c53a2f3eb3aec8b607cbfda31ae2431e
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  7 19:01:17 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Feb  7 19:03:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9634067

x11-drivers/xf86-video-ati: Drop old versions

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 .../xf86-video-ati/xf86-video-ati-19.1.0.ebuild    | 53 ----------------------
 1 file changed, 53 deletions(-)

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.ebuild
deleted file mode 100644
index 70b6b7db0934..000000000000
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-XORG_DRI=always
-inherit linux-info xorg-3
-
-if [[ ${PV} == 9999* ]]; then
-	SRC_URI=""
-else
-	KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~riscv sparc x86"
-fi
-
-DESCRIPTION="ATI video driver"
-HOMEPAGE="https://www.x.org/wiki/ati/"
-
-IUSE="udev"
-
-RDEPEND=">=x11-libs/libdrm-2.4.89[video_cards_radeon]
-	>=x11-libs/libpciaccess-0.8.0
-	x11-base/xorg-server[-minimal]
-	udev? ( virtual/libudev:= )"
-DEPEND="${RDEPEND}
-	x11-base/xorg-proto"
-
-PATCHES=(
-	"${FILESDIR}"/${P}-Fix-link-failure-with-gcc-10.patch
-)
-
-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
-}
-
-pkg_setup() {
-	linux-info_pkg_setup
-	xorg-3_pkg_setup
-}
-
-src_configure() {
-	local XORG_CONFIGURE_OPTIONS=(
-		--enable-glamor
-		$(use_enable udev)
-	)
-	xorg-3_src_configure
-}


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2022-02-01 21:13 Arthur Zamarin
  0 siblings, 0 replies; 86+ messages in thread
From: Arthur Zamarin @ 2022-02-01 21:13 UTC (permalink / raw
  To: gentoo-commits

commit:     c8cde5d61705f5e694a84d4d1ea1bb3eb08b6ca2
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  1 21:13:17 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Feb  1 21:13:17 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8cde5d6

x11-drivers/xf86-video-ati: Stabilize 19.1.0-r1 ppc64, #831378

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0-r1.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0-r1.ebuild
index f16db865a106..1ec1318ff563 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0-r1.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0-r1.ebuild
@@ -9,7 +9,7 @@ inherit linux-info xorg-3
 if [[ ${PV} == 9999* ]]; then
 	SRC_URI=""
 else
-	KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~riscv sparc x86"
+	KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~riscv sparc x86"
 fi
 
 DESCRIPTION="ATI video driver"


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2022-02-01 20:59 Arthur Zamarin
  0 siblings, 0 replies; 86+ messages in thread
From: Arthur Zamarin @ 2022-02-01 20:59 UTC (permalink / raw
  To: gentoo-commits

commit:     c7a9f11a3173c353315d8d5bede55a6cc76938c4
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  1 20:59:17 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Feb  1 20:59:17 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7a9f11a

x11-drivers/xf86-video-ati: Stabilize 19.1.0-r1 ppc, #831378

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0-r1.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0-r1.ebuild
index 88c2902db426..f16db865a106 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0-r1.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0-r1.ebuild
@@ -9,7 +9,7 @@ inherit linux-info xorg-3
 if [[ ${PV} == 9999* ]]; then
 	SRC_URI=""
 else
-	KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~riscv sparc x86"
+	KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~riscv sparc x86"
 fi
 
 DESCRIPTION="ATI video driver"


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2022-01-21 12:25 Sam James
  0 siblings, 0 replies; 86+ messages in thread
From: Sam James @ 2022-01-21 12:25 UTC (permalink / raw
  To: gentoo-commits

commit:     7862ef372e06c3de5ae4e8ab6c49a6c4106716cc
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Thu Jan 20 17:13:15 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 21 12:25:05 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7862ef37

x11-drivers/xf86-video-ati: stable 19.1.0-r1 for sparc, bug #831378

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0-r1.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0-r1.ebuild
index 6d4682821c20..88c2902db426 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0-r1.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0-r1.ebuild
@@ -9,7 +9,7 @@ inherit linux-info xorg-3
 if [[ ${PV} == 9999* ]]; then
 	SRC_URI=""
 else
-	KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
+	KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~riscv sparc x86"
 fi
 
 DESCRIPTION="ATI video driver"


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2022-01-18 22:16 Jakov Smolić
  0 siblings, 0 replies; 86+ messages in thread
From: Jakov Smolić @ 2022-01-18 22:16 UTC (permalink / raw
  To: gentoo-commits

commit:     a60e9c99c830b99d6f58a14573b92333fd58859b
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 18 22:16:00 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Jan 18 22:16:00 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a60e9c99

x11-drivers/xf86-video-ati: Stabilize 19.1.0-r1 x86, #831378

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

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

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0-r1.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0-r1.ebuild
index e7636131a509..6d4682821c20 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0-r1.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0-r1.ebuild
@@ -9,7 +9,7 @@ inherit linux-info xorg-3
 if [[ ${PV} == 9999* ]]; then
 	SRC_URI=""
 else
-	KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+	KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 fi
 
 DESCRIPTION="ATI video driver"


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2022-01-18 22:16 Jakov Smolić
  0 siblings, 0 replies; 86+ messages in thread
From: Jakov Smolić @ 2022-01-18 22:16 UTC (permalink / raw
  To: gentoo-commits

commit:     e6856dcec1f822b99b885e126aae5b1df765ed46
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 18 22:15:45 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Jan 18 22:15:45 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6856dce

x11-drivers/xf86-video-ati: Stabilize 19.1.0-r1 amd64, #831378

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0-r1.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0-r1.ebuild
index 37f523607eb2..e7636131a509 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0-r1.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ inherit linux-info xorg-3
 if [[ ${PV} == 9999* ]]; then
 	SRC_URI=""
 else
-	KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+	KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 fi
 
 DESCRIPTION="ATI video driver"


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2021-05-02 15:24 Matt Turner
  0 siblings, 0 replies; 86+ messages in thread
From: Matt Turner @ 2021-05-02 15:24 UTC (permalink / raw
  To: gentoo-commits

commit:     ec75c0aaa37fb73bb5dd3ced5d11e8ba7fb13f0a
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat May  1 23:55:05 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun May  2 15:24:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec75c0aa

x11-drivers/xf86-video-ati: Define XORG_CONFIGURE_OPTIONS in src_configure

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert <soap <AT> gentoo.org>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.ebuild | 12 +++++++++---
 x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild   | 12 +++++++++---
 2 files changed, 18 insertions(+), 6 deletions(-)

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.ebuild
index 8949920fd61..70b6b7db093 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -29,7 +29,7 @@ PATCHES=(
 )
 
 pkg_pretend() {
-	if use kernel_linux ; then
+	if use kernel_linux; then
 		if kernel_is -ge 3 9; then
 			CONFIG_CHECK="~!DRM_RADEON_UMS ~!FB_RADEON"
 		else
@@ -40,8 +40,14 @@ pkg_pretend() {
 }
 
 pkg_setup() {
-	XORG_CONFIGURE_OPTIONS=(
+	linux-info_pkg_setup
+	xorg-3_pkg_setup
+}
+
+src_configure() {
+	local XORG_CONFIGURE_OPTIONS=(
 		--enable-glamor
 		$(use_enable udev)
 	)
+	xorg-3_src_configure
 }

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
index 2aab4b2d729..0d96979995e 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -25,7 +25,7 @@ DEPEND="${RDEPEND}
 	x11-base/xorg-proto"
 
 pkg_pretend() {
-	if use kernel_linux ; then
+	if use kernel_linux; then
 		if kernel_is -ge 3 9; then
 			CONFIG_CHECK="~!DRM_RADEON_UMS ~!FB_RADEON"
 		else
@@ -36,8 +36,14 @@ pkg_pretend() {
 }
 
 pkg_setup() {
-	XORG_CONFIGURE_OPTIONS=(
+	linux-info_pkg_setup
+	xorg-3_pkg_setup
+}
+
+src_configure() {
+	local XORG_CONFIGURE_OPTIONS=(
 		--enable-glamor
 		$(use_enable udev)
 	)
+	xorg-3_src_configure
 }


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2019-11-26 22:54 Matt Turner
  0 siblings, 0 replies; 86+ messages in thread
From: Matt Turner @ 2019-11-26 22:54 UTC (permalink / raw
  To: gentoo-commits

commit:     d248b4728f89edb932d9c3483702e0c8fe7566bc
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 26 22:41:48 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Nov 26 22:45:39 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d248b472

x11-drivers/xf86-video-ati: Drop old versions

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-drivers/xf86-video-ati/Manifest                |  1 -
 .../xf86-video-ati/xf86-video-ati-19.0.1.ebuild    | 43 ----------------------
 2 files changed, 44 deletions(-)

diff --git a/x11-drivers/xf86-video-ati/Manifest b/x11-drivers/xf86-video-ati/Manifest
index 0b5d98843b6..2cd87d59041 100644
--- a/x11-drivers/xf86-video-ati/Manifest
+++ b/x11-drivers/xf86-video-ati/Manifest
@@ -1,2 +1 @@
-DIST xf86-video-ati-19.0.1.tar.bz2 902825 BLAKE2B 8f66ee5e465c9997d356593c58e4861ad749ba1d2a7f2520e8aea871ed71d2295ac1fba75f97ca30a7dd4cfe63f775838c5a925251331e1cd1e58b9186b3ca03 SHA512 e04c5395e3a49d81b8f7a4b0e11fe8c9ebd17af056a4eab4541873796dce05b103c93fb185f3a00873010df0655cd7311e6d27e177aeb7345c4c8017bbd1eb17
 DIST xf86-video-ati-19.1.0.tar.bz2 904558 BLAKE2B 424e8b3c6fa14fa4f0bc00940bdf1008400f25ce7103b13ecefdbda9e629239c5ab011952d19c305251e9c0008650da3db0eb91055d5585e2b1c3dd108a74d86 SHA512 73a81f6c492daf2e89067fb52b3033dc0fe6841f109627ddca1aee54a45a738c8c134443753a2a2aaa2c131e1d560057ebc76351ff2304c16407df3ff568fcd6

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild
deleted file mode 100644
index 7b2f0601420..00000000000
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-XORG_DRI=always
-inherit linux-info xorg-3
-
-if [[ ${PV} == 9999* ]]; then
-	SRC_URI=""
-else
-	KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
-fi
-
-DESCRIPTION="ATI video driver"
-HOMEPAGE="https://www.x.org/wiki/ati/"
-
-IUSE="udev"
-
-RDEPEND=">=x11-libs/libdrm-2.4.89[video_cards_radeon]
-	>=x11-libs/libpciaccess-0.8.0
-	x11-base/xorg-server[-minimal]
-	udev? ( virtual/libudev:= )"
-DEPEND="${RDEPEND}
-	x11-base/xorg-proto"
-
-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
-}
-
-pkg_setup() {
-	XORG_CONFIGURE_OPTIONS=(
-		--enable-glamor
-		$(use_enable udev)
-	)
-}


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2019-11-22 13:44 Matt Turner
  0 siblings, 0 replies; 86+ messages in thread
From: Matt Turner @ 2019-11-22 13:44 UTC (permalink / raw
  To: gentoo-commits

commit:     f785b88fb52e5e22ec18d8e13db580e60cd13f77
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 22 13:44:25 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Nov 22 13:44:25 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f785b88f

x11-drivers/xf86-video-ati-19.1.0: alpha stable, bug 700310

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

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

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.ebuild
index 072b6e61514..6710b802cb3 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.ebuild
@@ -9,7 +9,7 @@ inherit linux-info xorg-3
 if [[ ${PV} == 9999* ]]; then
 	SRC_URI=""
 else
-	KEYWORDS="~alpha amd64 ia64 ppc ppc64 sparc ~x86"
+	KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc ~x86"
 fi
 
 DESCRIPTION="ATI video driver"


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2019-11-20 11:48 Agostino Sarubbo
  0 siblings, 0 replies; 86+ messages in thread
From: Agostino Sarubbo @ 2019-11-20 11:48 UTC (permalink / raw
  To: gentoo-commits

commit:     e5c6c75f8f3308e69a6b183060b228ce52d7c33b
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 20 11:47:39 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Nov 20 11:47:39 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5c6c75f

x11-drivers/xf86-video-ati: sparc stable wrt bug #700310

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

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

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.ebuild
index ffa10be9897..072b6e61514 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.ebuild
@@ -9,7 +9,7 @@ inherit linux-info xorg-3
 if [[ ${PV} == 9999* ]]; then
 	SRC_URI=""
 else
-	KEYWORDS="~alpha amd64 ia64 ppc ppc64 ~sparc ~x86"
+	KEYWORDS="~alpha amd64 ia64 ppc ppc64 sparc ~x86"
 fi
 
 DESCRIPTION="ATI video driver"


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2019-11-20 11:35 Agostino Sarubbo
  0 siblings, 0 replies; 86+ messages in thread
From: Agostino Sarubbo @ 2019-11-20 11:35 UTC (permalink / raw
  To: gentoo-commits

commit:     381bb918105a81ebc9a7a0e7a3f63712db3957e2
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 20 11:35:01 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Nov 20 11:35:01 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=381bb918

x11-drivers/xf86-video-ati: ia64 stable wrt bug #700310

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

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

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.ebuild
index dc41d2ec464..ffa10be9897 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.ebuild
@@ -9,7 +9,7 @@ inherit linux-info xorg-3
 if [[ ${PV} == 9999* ]]; then
 	SRC_URI=""
 else
-	KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sparc ~x86"
+	KEYWORDS="~alpha amd64 ia64 ppc ppc64 ~sparc ~x86"
 fi
 
 DESCRIPTION="ATI video driver"


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2019-11-20 11:21 Agostino Sarubbo
  0 siblings, 0 replies; 86+ messages in thread
From: Agostino Sarubbo @ 2019-11-20 11:21 UTC (permalink / raw
  To: gentoo-commits

commit:     78bf71c5064939aaa01dc22631c5d1e70dcf3342
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 20 11:20:52 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Nov 20 11:20:52 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78bf71c5

x11-drivers/xf86-video-ati: ppc64 stable wrt bug #700310

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

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

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.ebuild
index 0d25daa1918..638c3287518 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.ebuild
@@ -9,7 +9,7 @@ inherit linux-info xorg-3
 if [[ ${PV} == 9999* ]]; then
 	SRC_URI=""
 else
-	KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+	KEYWORDS="~alpha amd64 ~ia64 ~ppc ppc64 ~sparc ~x86"
 fi
 
 DESCRIPTION="ATI video driver"


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2019-11-18 14:29 Agostino Sarubbo
  0 siblings, 0 replies; 86+ messages in thread
From: Agostino Sarubbo @ 2019-11-18 14:29 UTC (permalink / raw
  To: gentoo-commits

commit:     c24992ba192c5760556a0df04d19e91eb90d33ae
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 18 14:29:23 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Nov 18 14:29:23 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c24992ba

x11-drivers/xf86-video-ati: amd64 stable wrt bug #700310

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

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

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.ebuild
index 2aab4b2d729..0d25daa1918 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.ebuild
@@ -9,7 +9,7 @@ inherit linux-info xorg-3
 if [[ ${PV} == 9999* ]]; then
 	SRC_URI=""
 else
-	KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+	KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 fi
 
 DESCRIPTION="ATI video driver"


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2019-11-03 22:12 Matt Turner
  0 siblings, 0 replies; 86+ messages in thread
From: Matt Turner @ 2019-11-03 22:12 UTC (permalink / raw
  To: gentoo-commits

commit:     973e7833b16816c19d0f6015fec49cc26bc376d3
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  3 22:02:49 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Nov  3 22:12:33 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=973e7833

x11-drivers/xf86-video-ati: Drop glamor USE flag

Closes: https://bugs.gentoo.org/698114
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-drivers/xf86-video-ati/metadata.xml                 | 3 ---
 x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild | 6 +++---
 x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.ebuild | 6 +++---
 x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild   | 6 +++---
 4 files changed, 9 insertions(+), 12 deletions(-)

diff --git a/x11-drivers/xf86-video-ati/metadata.xml b/x11-drivers/xf86-video-ati/metadata.xml
index 38cf49862d0..e943b72b8a4 100644
--- a/x11-drivers/xf86-video-ati/metadata.xml
+++ b/x11-drivers/xf86-video-ati/metadata.xml
@@ -5,7 +5,4 @@
 	<email>x11@gentoo.org</email>
 	<name>X11</name>
 </maintainer>
-<use>
-	<flag name="glamor">Enable Glamor OpenGL 2D acceleration</flag>
-</use>
 </pkgmetadata>

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild
index 489c9927db8..7b2f0601420 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild
@@ -15,11 +15,11 @@ fi
 DESCRIPTION="ATI video driver"
 HOMEPAGE="https://www.x.org/wiki/ati/"
 
-IUSE="+glamor udev"
+IUSE="udev"
 
 RDEPEND=">=x11-libs/libdrm-2.4.89[video_cards_radeon]
 	>=x11-libs/libpciaccess-0.8.0
-	glamor? ( x11-base/xorg-server[glamor] )
+	x11-base/xorg-server[-minimal]
 	udev? ( virtual/libudev:= )"
 DEPEND="${RDEPEND}
 	x11-base/xorg-proto"
@@ -37,7 +37,7 @@ pkg_pretend() {
 
 pkg_setup() {
 	XORG_CONFIGURE_OPTIONS=(
-		$(use_enable glamor)
+		--enable-glamor
 		$(use_enable udev)
 	)
 }

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.ebuild
index 252dd5e7f9c..2aab4b2d729 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.ebuild
@@ -15,11 +15,11 @@ fi
 DESCRIPTION="ATI video driver"
 HOMEPAGE="https://www.x.org/wiki/ati/"
 
-IUSE="+glamor udev"
+IUSE="udev"
 
 RDEPEND=">=x11-libs/libdrm-2.4.89[video_cards_radeon]
 	>=x11-libs/libpciaccess-0.8.0
-	glamor? ( x11-base/xorg-server[glamor] )
+	x11-base/xorg-server[-minimal]
 	udev? ( virtual/libudev:= )"
 DEPEND="${RDEPEND}
 	x11-base/xorg-proto"
@@ -37,7 +37,7 @@ pkg_pretend() {
 
 pkg_setup() {
 	XORG_CONFIGURE_OPTIONS=(
-		$(use_enable glamor)
+		--enable-glamor
 		$(use_enable udev)
 	)
 }

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
index 252dd5e7f9c..2aab4b2d729 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
@@ -15,11 +15,11 @@ fi
 DESCRIPTION="ATI video driver"
 HOMEPAGE="https://www.x.org/wiki/ati/"
 
-IUSE="+glamor udev"
+IUSE="udev"
 
 RDEPEND=">=x11-libs/libdrm-2.4.89[video_cards_radeon]
 	>=x11-libs/libpciaccess-0.8.0
-	glamor? ( x11-base/xorg-server[glamor] )
+	x11-base/xorg-server[-minimal]
 	udev? ( virtual/libudev:= )"
 DEPEND="${RDEPEND}
 	x11-base/xorg-proto"
@@ -37,7 +37,7 @@ pkg_pretend() {
 
 pkg_setup() {
 	XORG_CONFIGURE_OPTIONS=(
-		$(use_enable glamor)
+		--enable-glamor
 		$(use_enable udev)
 	)
 }


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2019-10-15 18:09 Matt Turner
  0 siblings, 0 replies; 86+ messages in thread
From: Matt Turner @ 2019-10-15 18:09 UTC (permalink / raw
  To: gentoo-commits

commit:     f5de72aa8843a252be355973b3e8cd2ec0a23a1f
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 15 18:07:42 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Oct 15 18:08:40 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5de72aa

x11-drivers/xf86-video-ati: Version bump to 19.1.0

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-drivers/xf86-video-ati/Manifest                |  1 +
 .../xf86-video-ati/xf86-video-ati-19.1.0.ebuild    | 43 ++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/x11-drivers/xf86-video-ati/Manifest b/x11-drivers/xf86-video-ati/Manifest
index 05f2cb42a7b..0b5d98843b6 100644
--- a/x11-drivers/xf86-video-ati/Manifest
+++ b/x11-drivers/xf86-video-ati/Manifest
@@ -1 +1,2 @@
 DIST xf86-video-ati-19.0.1.tar.bz2 902825 BLAKE2B 8f66ee5e465c9997d356593c58e4861ad749ba1d2a7f2520e8aea871ed71d2295ac1fba75f97ca30a7dd4cfe63f775838c5a925251331e1cd1e58b9186b3ca03 SHA512 e04c5395e3a49d81b8f7a4b0e11fe8c9ebd17af056a4eab4541873796dce05b103c93fb185f3a00873010df0655cd7311e6d27e177aeb7345c4c8017bbd1eb17
+DIST xf86-video-ati-19.1.0.tar.bz2 904558 BLAKE2B 424e8b3c6fa14fa4f0bc00940bdf1008400f25ce7103b13ecefdbda9e629239c5ab011952d19c305251e9c0008650da3db0eb91055d5585e2b1c3dd108a74d86 SHA512 73a81f6c492daf2e89067fb52b3033dc0fe6841f109627ddca1aee54a45a738c8c134443753a2a2aaa2c131e1d560057ebc76351ff2304c16407df3ff568fcd6

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.ebuild
new file mode 100644
index 00000000000..252dd5e7f9c
--- /dev/null
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+XORG_DRI=always
+inherit linux-info xorg-3
+
+if [[ ${PV} == 9999* ]]; then
+	SRC_URI=""
+else
+	KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+fi
+
+DESCRIPTION="ATI video driver"
+HOMEPAGE="https://www.x.org/wiki/ati/"
+
+IUSE="+glamor udev"
+
+RDEPEND=">=x11-libs/libdrm-2.4.89[video_cards_radeon]
+	>=x11-libs/libpciaccess-0.8.0
+	glamor? ( x11-base/xorg-server[glamor] )
+	udev? ( virtual/libudev:= )"
+DEPEND="${RDEPEND}
+	x11-base/xorg-proto"
+
+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
+}
+
+pkg_setup() {
+	XORG_CONFIGURE_OPTIONS=(
+		$(use_enable glamor)
+		$(use_enable udev)
+	)
+}


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2019-05-01 20:57 Matt Turner
  0 siblings, 0 replies; 86+ messages in thread
From: Matt Turner @ 2019-05-01 20:57 UTC (permalink / raw
  To: gentoo-commits

commit:     bd17b754fa27aaa41d2f4369515b4c1336cfab4b
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed May  1 20:56:09 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed May  1 20:56:09 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd17b754

x11-drivers/xf86-video-ati: Drop old versions

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 x11-drivers/xf86-video-ati/Manifest                |  1 -
 .../xf86-video-ati/xf86-video-ati-18.1.0.ebuild    | 44 ----------------------
 2 files changed, 45 deletions(-)

diff --git a/x11-drivers/xf86-video-ati/Manifest b/x11-drivers/xf86-video-ati/Manifest
index 8c479580ee6..05f2cb42a7b 100644
--- a/x11-drivers/xf86-video-ati/Manifest
+++ b/x11-drivers/xf86-video-ati/Manifest
@@ -1,2 +1 @@
-DIST xf86-video-ati-18.1.0.tar.bz2 891953 BLAKE2B 9092554c708b583f9b99a6788104a1e9420537fbbeaaaa6ae7e82be2a2299ad834365d00f8b146ce845afb5e2a08d3de3da591143eff63d4fb34c7040251f443 SHA512 7a58c9a6cb4876bd2ff37d837372b4e360e81fec7de6a6c7a48d70a5338d62745f734f5d4207f30aa368ff2d9ef44f5f1ef36afd73802a618998c16fe395ed53
 DIST xf86-video-ati-19.0.1.tar.bz2 902825 BLAKE2B 8f66ee5e465c9997d356593c58e4861ad749ba1d2a7f2520e8aea871ed71d2295ac1fba75f97ca30a7dd4cfe63f775838c5a925251331e1cd1e58b9186b3ca03 SHA512 e04c5395e3a49d81b8f7a4b0e11fe8c9ebd17af056a4eab4541873796dce05b103c93fb185f3a00873010df0655cd7311e6d27e177aeb7345c4c8017bbd1eb17

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-18.1.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-18.1.0.ebuild
deleted file mode 100644
index 764014a6ef5..00000000000
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-18.1.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-XORG_DRI=always
-inherit linux-info xorg-2
-
-if [[ ${PV} == 9999* ]]; then
-	SRC_URI=""
-else
-	KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-fbsd"
-fi
-
-DESCRIPTION="ATI video driver"
-HOMEPAGE="https://www.x.org/wiki/ati/"
-
-IUSE="+glamor udev"
-
-RDEPEND=">=x11-libs/libdrm-2.4.89[video_cards_radeon]
-	>=x11-libs/libpciaccess-0.8.0
-	glamor? ( x11-base/xorg-server[glamor] )
-	udev? ( virtual/libudev:= )"
-DEPEND="${RDEPEND}
-	x11-base/xorg-proto"
-
-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
-}


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2019-04-29 19:49 Sergei Trofimovich
  0 siblings, 0 replies; 86+ messages in thread
From: Sergei Trofimovich @ 2019-04-29 19:49 UTC (permalink / raw
  To: gentoo-commits

commit:     9842a2290945f92f5e842298cf10e01366850f41
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Mon Apr 29 19:43:45 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Apr 29 19:49:34 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9842a229

x11-drivers/xf86-video-ati: stable 19.0.1 for sparc, bug #682846

Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

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

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild
index 6d8bba6824d..e8f70b1cf51 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild
@@ -9,7 +9,7 @@ inherit linux-info xorg-3
 if [[ ${PV} == 9999* ]]; then
 	SRC_URI=""
 else
-	KEYWORDS="alpha amd64 ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd"
+	KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-fbsd"
 fi
 
 DESCRIPTION="ATI video driver"


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2019-04-28  4:21 Matt Turner
  0 siblings, 0 replies; 86+ messages in thread
From: Matt Turner @ 2019-04-28  4:21 UTC (permalink / raw
  To: gentoo-commits

commit:     8edd9a11629f34239ccb1b2061b005186590f1d6
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 28 04:21:06 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Apr 28 04:21:06 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8edd9a11

x11-drivers/xf86-video-ati-19.0.1: ppc64 stable, bug 682846

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

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

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild
index 0dc07a97236..6d8bba6824d 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild
@@ -9,7 +9,7 @@ inherit linux-info xorg-3
 if [[ ${PV} == 9999* ]]; then
 	SRC_URI=""
 else
-	KEYWORDS="alpha amd64 ia64 ppc ~ppc64 ~sparc x86 ~amd64-fbsd"
+	KEYWORDS="alpha amd64 ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd"
 fi
 
 DESCRIPTION="ATI video driver"


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2019-04-28  0:48 Matt Turner
  0 siblings, 0 replies; 86+ messages in thread
From: Matt Turner @ 2019-04-28  0:48 UTC (permalink / raw
  To: gentoo-commits

commit:     f0dab47bef3a9ca5c81655bd6850bfdef8003b3f
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 28 00:48:11 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Apr 28 00:48:11 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0dab47b

x11-drivers/xf86-video-ati-19.0.1: alpha stable, bug 682846

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

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

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild
index 59f91e9c5a0..70ea5ed62a2 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild
@@ -9,7 +9,7 @@ inherit linux-info xorg-3
 if [[ ${PV} == 9999* ]]; then
 	SRC_URI=""
 else
-	KEYWORDS="~alpha amd64 ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd"
+	KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd"
 fi
 
 DESCRIPTION="ATI video driver"


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2019-04-27 11:52 Mikle Kolyada
  0 siblings, 0 replies; 86+ messages in thread
From: Mikle Kolyada @ 2019-04-27 11:52 UTC (permalink / raw
  To: gentoo-commits

commit:     ab1c52eb088ccc0b60951b6947571a5891fc2715
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 27 11:49:54 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Apr 27 11:52:06 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab1c52eb

x11-drivers/xf86-video-ati: x86 stable wrt bug #682846

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"

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

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild
index 0827999bf5f..a343f09054d 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild
@@ -9,7 +9,7 @@ inherit linux-info xorg-3
 if [[ ${PV} == 9999* ]]; then
 	SRC_URI=""
 else
-	KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
+	KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd"
 fi
 
 DESCRIPTION="ATI video driver"


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2019-04-27  4:29 Aaron Bauman
  0 siblings, 0 replies; 86+ messages in thread
From: Aaron Bauman @ 2019-04-27  4:29 UTC (permalink / raw
  To: gentoo-commits

commit:     55a67bfee6f5fc33d4f2ce40a5b08d2eb85db2ef
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 27 04:16:28 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Apr 27 04:16:28 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55a67bfe

x11-drivers/xf86-video-ati: amd64 stable wrt bug #682846

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

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

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild
index bcca1714ec2..0827999bf5f 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild
@@ -9,7 +9,7 @@ inherit linux-info xorg-3
 if [[ ${PV} == 9999* ]]; then
 	SRC_URI=""
 else
-	KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
+	KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
 fi
 
 DESCRIPTION="ATI video driver"


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2019-03-19 19:52 Matt Turner
  0 siblings, 0 replies; 86+ messages in thread
From: Matt Turner @ 2019-03-19 19:52 UTC (permalink / raw
  To: gentoo-commits

commit:     1d87dbb01efa5064a5f571fac76150e195bd5716
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 19 19:52:27 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Mar 19 19:52:30 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d87dbb0

x11-drivers/xf86-video-ati: Version bump to 19.0.1

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-drivers/xf86-video-ati/Manifest                                     | 2 +-
 .../{xf86-video-ati-19.0.0.ebuild => xf86-video-ati-19.0.1.ebuild}      | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/xf86-video-ati/Manifest b/x11-drivers/xf86-video-ati/Manifest
index 9ac8f8ad37f..8c479580ee6 100644
--- a/x11-drivers/xf86-video-ati/Manifest
+++ b/x11-drivers/xf86-video-ati/Manifest
@@ -1,2 +1,2 @@
 DIST xf86-video-ati-18.1.0.tar.bz2 891953 BLAKE2B 9092554c708b583f9b99a6788104a1e9420537fbbeaaaa6ae7e82be2a2299ad834365d00f8b146ce845afb5e2a08d3de3da591143eff63d4fb34c7040251f443 SHA512 7a58c9a6cb4876bd2ff37d837372b4e360e81fec7de6a6c7a48d70a5338d62745f734f5d4207f30aa368ff2d9ef44f5f1ef36afd73802a618998c16fe395ed53
-DIST xf86-video-ati-19.0.0.tar.bz2 901467 BLAKE2B 727581b205dd02995a9da2114d5a300e06172b1ee0fb02ea273d2fcf97dbc8cffea6ea6f12d8c6ed5a4a185a972ee4f007309e7331ca17ec0d2658df76aa349c SHA512 0674c8befa926fd3b431ce80d90f2cd0de17314efe7fd3a5ed0d78018d6cd32625b514bf68436a47eb15e5ad4b50317f3c09fd687b77e69a067d1210ee459827
+DIST xf86-video-ati-19.0.1.tar.bz2 902825 BLAKE2B 8f66ee5e465c9997d356593c58e4861ad749ba1d2a7f2520e8aea871ed71d2295ac1fba75f97ca30a7dd4cfe63f775838c5a925251331e1cd1e58b9186b3ca03 SHA512 e04c5395e3a49d81b8f7a4b0e11fe8c9ebd17af056a4eab4541873796dce05b103c93fb185f3a00873010df0655cd7311e6d27e177aeb7345c4c8017bbd1eb17

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-19.0.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild
similarity index 100%
rename from x11-drivers/xf86-video-ati/xf86-video-ati-19.0.0.ebuild
rename to x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2019-03-07 18:17 Matt Turner
  0 siblings, 0 replies; 86+ messages in thread
From: Matt Turner @ 2019-03-07 18:17 UTC (permalink / raw
  To: gentoo-commits

commit:     5f6fa62a21794dbcb40ff7d41e94486cd5ecabdf
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  7 18:16:11 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Mar  7 18:17:27 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f6fa62a

x11-drivers/xf86-video-ati: Version bump to 19.0.0

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-drivers/xf86-video-ati/Manifest                |  1 +
 .../xf86-video-ati/xf86-video-ati-19.0.0.ebuild    | 43 ++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/x11-drivers/xf86-video-ati/Manifest b/x11-drivers/xf86-video-ati/Manifest
index 553d8dc498d..9ac8f8ad37f 100644
--- a/x11-drivers/xf86-video-ati/Manifest
+++ b/x11-drivers/xf86-video-ati/Manifest
@@ -1 +1,2 @@
 DIST xf86-video-ati-18.1.0.tar.bz2 891953 BLAKE2B 9092554c708b583f9b99a6788104a1e9420537fbbeaaaa6ae7e82be2a2299ad834365d00f8b146ce845afb5e2a08d3de3da591143eff63d4fb34c7040251f443 SHA512 7a58c9a6cb4876bd2ff37d837372b4e360e81fec7de6a6c7a48d70a5338d62745f734f5d4207f30aa368ff2d9ef44f5f1ef36afd73802a618998c16fe395ed53
+DIST xf86-video-ati-19.0.0.tar.bz2 901467 BLAKE2B 727581b205dd02995a9da2114d5a300e06172b1ee0fb02ea273d2fcf97dbc8cffea6ea6f12d8c6ed5a4a185a972ee4f007309e7331ca17ec0d2658df76aa349c SHA512 0674c8befa926fd3b431ce80d90f2cd0de17314efe7fd3a5ed0d78018d6cd32625b514bf68436a47eb15e5ad4b50317f3c09fd687b77e69a067d1210ee459827

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-19.0.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-19.0.0.ebuild
new file mode 100644
index 00000000000..bcca1714ec2
--- /dev/null
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-19.0.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+XORG_DRI=always
+inherit linux-info xorg-3
+
+if [[ ${PV} == 9999* ]]; then
+	SRC_URI=""
+else
+	KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
+fi
+
+DESCRIPTION="ATI video driver"
+HOMEPAGE="https://www.x.org/wiki/ati/"
+
+IUSE="+glamor udev"
+
+RDEPEND=">=x11-libs/libdrm-2.4.89[video_cards_radeon]
+	>=x11-libs/libpciaccess-0.8.0
+	glamor? ( x11-base/xorg-server[glamor] )
+	udev? ( virtual/libudev:= )"
+DEPEND="${RDEPEND}
+	x11-base/xorg-proto"
+
+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
+}
+
+pkg_setup() {
+	XORG_CONFIGURE_OPTIONS=(
+		$(use_enable glamor)
+		$(use_enable udev)
+	)
+}


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2019-03-07 18:17 Matt Turner
  0 siblings, 0 replies; 86+ messages in thread
From: Matt Turner @ 2019-03-07 18:17 UTC (permalink / raw
  To: gentoo-commits

commit:     d09554542d65bb04ccafe95d0325ad149dffd25d
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  7 18:15:29 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Mar  7 18:17:27 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0955454

x11-drivers/xf86-video-ati: EAPI 7

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
index 58a78866021..bcca1714ec2 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
@@ -1,10 +1,10 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 XORG_DRI=always
-inherit linux-info xorg-2
+inherit linux-info xorg-3
 
 if [[ ${PV} == 9999* ]]; then
 	SRC_URI=""
@@ -35,10 +35,9 @@ pkg_pretend() {
 	check_extra_config
 }
 
-src_configure() {
+pkg_setup() {
 	XORG_CONFIGURE_OPTIONS=(
 		$(use_enable glamor)
 		$(use_enable udev)
 	)
-	xorg-2_src_configure
 }


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2019-03-01 20:45 Mart Raudsepp
  0 siblings, 0 replies; 86+ messages in thread
From: Mart Raudsepp @ 2019-03-01 20:45 UTC (permalink / raw
  To: gentoo-commits

commit:     2cd8d463ad6ab546918693ccb2dc8a15ff96d994
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  1 20:43:15 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Fri Mar  1 20:44:53 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cd8d463

x11-drivers/xf86-video-ati: fix libdrm minimum dep

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 x11-drivers/xf86-video-ati/xf86-video-ati-18.1.0.ebuild | 4 ++--
 x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-18.1.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-18.1.0.ebuild
index 145972dac68..764014a6ef5 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-18.1.0.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-18.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -17,7 +17,7 @@ HOMEPAGE="https://www.x.org/wiki/ati/"
 
 IUSE="+glamor udev"
 
-RDEPEND=">=x11-libs/libdrm-2.4.78[video_cards_radeon]
+RDEPEND=">=x11-libs/libdrm-2.4.89[video_cards_radeon]
 	>=x11-libs/libpciaccess-0.8.0
 	glamor? ( x11-base/xorg-server[glamor] )
 	udev? ( virtual/libudev:= )"

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
index 3f5390aec7a..58a78866021 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -17,7 +17,7 @@ HOMEPAGE="https://www.x.org/wiki/ati/"
 
 IUSE="+glamor udev"
 
-RDEPEND=">=x11-libs/libdrm-2.4.78[video_cards_radeon]
+RDEPEND=">=x11-libs/libdrm-2.4.89[video_cards_radeon]
 	>=x11-libs/libpciaccess-0.8.0
 	glamor? ( x11-base/xorg-server[glamor] )
 	udev? ( virtual/libudev:= )"


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2018-10-31 22:59 Matt Turner
  0 siblings, 0 replies; 86+ messages in thread
From: Matt Turner @ 2018-10-31 22:59 UTC (permalink / raw
  To: gentoo-commits

commit:     11789dccdbb112d08a68c46d1ca80efced9f1e4c
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 31 22:57:56 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Oct 31 22:59:34 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11789dcc

x11-drivers/xf86-video-ati: Drop old versions

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-drivers/xf86-video-ati/Manifest                |  1 -
 .../xf86-video-ati/xf86-video-ati-18.0.1-r1.ebuild | 44 ----------------------
 .../xf86-video-ati/xf86-video-ati-18.0.1.ebuild    | 44 ----------------------
 3 files changed, 89 deletions(-)

diff --git a/x11-drivers/xf86-video-ati/Manifest b/x11-drivers/xf86-video-ati/Manifest
index f18b564cd08..553d8dc498d 100644
--- a/x11-drivers/xf86-video-ati/Manifest
+++ b/x11-drivers/xf86-video-ati/Manifest
@@ -1,2 +1 @@
-DIST xf86-video-ati-18.0.1.tar.bz2 881457 BLAKE2B d45ae191239d008261230804161545e971d5ba9b76642341dad5dfb03b52aa3580e2e41fb7f0484af8da5024da46ada2bca182c15ec13053d674e456fb6f0f4a SHA512 b468a78503a596bbf71a1b91b231ce1fa32908f619ff2dfe249352d046696a3641f2a9ff065e32545fff77100134b4b237591215e78ef885b6509d6b16112d14
 DIST xf86-video-ati-18.1.0.tar.bz2 891953 BLAKE2B 9092554c708b583f9b99a6788104a1e9420537fbbeaaaa6ae7e82be2a2299ad834365d00f8b146ce845afb5e2a08d3de3da591143eff63d4fb34c7040251f443 SHA512 7a58c9a6cb4876bd2ff37d837372b4e360e81fec7de6a6c7a48d70a5338d62745f734f5d4207f30aa368ff2d9ef44f5f1ef36afd73802a618998c16fe395ed53

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1-r1.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1-r1.ebuild
deleted file mode 100644
index 10c93ae6401..00000000000
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-XORG_DRI=always
-inherit linux-info xorg-2
-
-if [[ ${PV} == 9999* ]]; then
-	SRC_URI=""
-else
-	KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-fbsd"
-fi
-
-DESCRIPTION="ATI video driver"
-HOMEPAGE="https://www.x.org/wiki/ati/"
-
-IUSE="+glamor udev"
-
-RDEPEND=">=x11-libs/libdrm-2.4.78[video_cards_radeon]
-	>=x11-libs/libpciaccess-0.8.0
-	glamor? ( x11-base/xorg-server[glamor] )
-	udev? ( virtual/libudev:= )"
-DEPEND="${RDEPEND}
-	x11-base/xorg-proto"
-
-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
-}

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1.ebuild
deleted file mode 100644
index c1bc5c73512..00000000000
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-XORG_DRI=always
-inherit linux-info xorg-2
-
-if [[ ${PV} == 9999* ]]; then
-	SRC_URI=""
-else
-	KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-fbsd"
-fi
-
-DESCRIPTION="ATI video driver"
-HOMEPAGE="https://www.x.org/wiki/ati/"
-
-IUSE="+glamor udev"
-
-RDEPEND=">=x11-libs/libdrm-2.4.78[video_cards_radeon]
-	>=x11-libs/libpciaccess-0.8.0
-	glamor? ( x11-base/xorg-server[glamor] )
-	udev? ( virtual/udev )"
-DEPEND="${RDEPEND}
-	x11-base/xorg-proto"
-
-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
-}


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2018-10-28 23:57 Matt Turner
  0 siblings, 0 replies; 86+ messages in thread
From: Matt Turner @ 2018-10-28 23:57 UTC (permalink / raw
  To: gentoo-commits

commit:     475c2d40d791366c5827d4af3f93eeb65b725dd0
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 28 23:57:07 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Oct 28 23:57:07 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=475c2d40

x11-drivers/xf86-video-ati-18.1.0: alpha stable, bug 669588

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

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

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-18.1.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-18.1.0.ebuild
index b447240db3b..145972dac68 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-18.1.0.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-18.1.0.ebuild
@@ -9,7 +9,7 @@ inherit linux-info xorg-2
 if [[ ${PV} == 9999* ]]; then
 	SRC_URI=""
 else
-	KEYWORDS="~alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-fbsd"
+	KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-fbsd"
 fi
 
 DESCRIPTION="ATI video driver"


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2018-10-26 20:19 Sergei Trofimovich
  0 siblings, 0 replies; 86+ messages in thread
From: Sergei Trofimovich @ 2018-10-26 20:19 UTC (permalink / raw
  To: gentoo-commits

commit:     b98a809e92c19c6999eceeb0d0cee6a4e5db9834
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 26 19:55:13 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Oct 26 20:19:19 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b98a809e

x11-drivers/xf86-video-ati: stable 18.1.0 for ia64, bug #669588

Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"

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

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-18.1.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-18.1.0.ebuild
index 5c184834949..a18f3cd1714 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-18.1.0.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-18.1.0.ebuild
@@ -9,7 +9,7 @@ inherit linux-info xorg-2
 if [[ ${PV} == 9999* ]]; then
 	SRC_URI=""
 else
-	KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd"
+	KEYWORDS="~alpha amd64 ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd"
 fi
 
 DESCRIPTION="ATI video driver"


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2018-10-26  1:56 Matt Turner
  0 siblings, 0 replies; 86+ messages in thread
From: Matt Turner @ 2018-10-26  1:56 UTC (permalink / raw
  To: gentoo-commits

commit:     a67b2fa861d79e5dbaf41595f75341c948ac1e42
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 26 01:55:50 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Oct 26 01:55:50 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a67b2fa8

x11-drivers/xf86-video-ati-18.1.0: ppc64 stable, bug 669588

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

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

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-18.1.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-18.1.0.ebuild
index 3095c7ef843..5c184834949 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-18.1.0.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-18.1.0.ebuild
@@ -9,7 +9,7 @@ inherit linux-info xorg-2
 if [[ ${PV} == 9999* ]]; then
 	SRC_URI=""
 else
-	KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-fbsd"
+	KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd"
 fi
 
 DESCRIPTION="ATI video driver"


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2018-10-26  1:55 Matt Turner
  0 siblings, 0 replies; 86+ messages in thread
From: Matt Turner @ 2018-10-26  1:55 UTC (permalink / raw
  To: gentoo-commits

commit:     9b54775a7d69ba1e7979caffa80e5ef797c39f66
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 26 01:55:45 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Oct 26 01:55:45 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b54775a

x11-drivers/xf86-video-ati-18.1.0: ppc stable, bug 669588

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

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

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-18.1.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-18.1.0.ebuild
index b5a624372eb..3095c7ef843 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-18.1.0.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-18.1.0.ebuild
@@ -9,7 +9,7 @@ inherit linux-info xorg-2
 if [[ ${PV} == 9999* ]]; then
 	SRC_URI=""
 else
-	KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd"
+	KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-fbsd"
 fi
 
 DESCRIPTION="ATI video driver"


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2018-10-26  0:52 Thomas Deutschmann
  0 siblings, 0 replies; 86+ messages in thread
From: Thomas Deutschmann @ 2018-10-26  0:52 UTC (permalink / raw
  To: gentoo-commits

commit:     7bdffe80aeb93f2b6c21c4df12403b6fff4f447b
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 26 00:50:15 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Oct 26 00:52:14 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bdffe80

x11-drivers/xf86-video-ati: x86 stable (bug #669588)

Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

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

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-18.1.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-18.1.0.ebuild
index b3bb787e385..b5a624372eb 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-18.1.0.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-18.1.0.ebuild
@@ -9,7 +9,7 @@ inherit linux-info xorg-2
 if [[ ${PV} == 9999* ]]; then
 	SRC_URI=""
 else
-	KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
+	KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd"
 fi
 
 DESCRIPTION="ATI video driver"


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2018-10-25 17:38 Mikle Kolyada
  0 siblings, 0 replies; 86+ messages in thread
From: Mikle Kolyada @ 2018-10-25 17:38 UTC (permalink / raw
  To: gentoo-commits

commit:     8eadceb2f309d9c43208879890b69f16e1fee1d3
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 25 17:34:16 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Oct 25 17:37:51 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eadceb2

x11-drivers/xf86-video-ati: amd64 stable wrt bug #669588

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 x11-drivers/xf86-video-ati/xf86-video-ati-18.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-18.1.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-18.1.0.ebuild
index 3f5390aec7a..b3bb787e385 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-18.1.0.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-18.1.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
@@ -9,7 +9,7 @@ inherit linux-info xorg-2
 if [[ ${PV} == 9999* ]]; then
 	SRC_URI=""
 else
-	KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
+	KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
 fi
 
 DESCRIPTION="ATI video driver"


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2018-09-14 17:19 Matt Turner
  0 siblings, 0 replies; 86+ messages in thread
From: Matt Turner @ 2018-09-14 17:19 UTC (permalink / raw
  To: gentoo-commits

commit:     55a139e8b6c7cc7ed06e287f0234dc171009f5a4
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 14 17:15:43 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Sep 14 17:18:38 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55a139e8

x11-drivers/xf86-video-ati: Version bump to 18.1.0

 x11-drivers/xf86-video-ati/Manifest                |  1 +
 .../xf86-video-ati/xf86-video-ati-18.1.0.ebuild    | 44 ++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/x11-drivers/xf86-video-ati/Manifest b/x11-drivers/xf86-video-ati/Manifest
index 458ae7e7d93..f18b564cd08 100644
--- a/x11-drivers/xf86-video-ati/Manifest
+++ b/x11-drivers/xf86-video-ati/Manifest
@@ -1 +1,2 @@
 DIST xf86-video-ati-18.0.1.tar.bz2 881457 BLAKE2B d45ae191239d008261230804161545e971d5ba9b76642341dad5dfb03b52aa3580e2e41fb7f0484af8da5024da46ada2bca182c15ec13053d674e456fb6f0f4a SHA512 b468a78503a596bbf71a1b91b231ce1fa32908f619ff2dfe249352d046696a3641f2a9ff065e32545fff77100134b4b237591215e78ef885b6509d6b16112d14
+DIST xf86-video-ati-18.1.0.tar.bz2 891953 BLAKE2B 9092554c708b583f9b99a6788104a1e9420537fbbeaaaa6ae7e82be2a2299ad834365d00f8b146ce845afb5e2a08d3de3da591143eff63d4fb34c7040251f443 SHA512 7a58c9a6cb4876bd2ff37d837372b4e360e81fec7de6a6c7a48d70a5338d62745f734f5d4207f30aa368ff2d9ef44f5f1ef36afd73802a618998c16fe395ed53

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-18.1.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-18.1.0.ebuild
new file mode 100644
index 00000000000..3f5390aec7a
--- /dev/null
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-18.1.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+XORG_DRI=always
+inherit linux-info xorg-2
+
+if [[ ${PV} == 9999* ]]; then
+	SRC_URI=""
+else
+	KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
+fi
+
+DESCRIPTION="ATI video driver"
+HOMEPAGE="https://www.x.org/wiki/ati/"
+
+IUSE="+glamor udev"
+
+RDEPEND=">=x11-libs/libdrm-2.4.78[video_cards_radeon]
+	>=x11-libs/libpciaccess-0.8.0
+	glamor? ( x11-base/xorg-server[glamor] )
+	udev? ( virtual/libudev:= )"
+DEPEND="${RDEPEND}
+	x11-base/xorg-proto"
+
+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
+}


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2018-08-08 19:25 Matt Turner
  0 siblings, 0 replies; 86+ messages in thread
From: Matt Turner @ 2018-08-08 19:25 UTC (permalink / raw
  To: gentoo-commits

commit:     c2fbdeeb774e9b98e25d48e9d1bb32fab19f6a2c
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  8 19:05:51 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Aug  8 19:24:47 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2fbdeeb

Revert "x11-drivers/xf86-video-ati: port to EAPI 7"

In the port to EAPI=7, we stopped inheriting xorg-2 since that eclass is
not EAPI 7 ready. Unfortunately it was providing some critical
functionality:

[[ ${PN} == xf86-video-* || ${PN} == xf86-input-* ]] && DRIVER="yes"
...
xorg-2_flags_setup() {
...
    [[ ${PN} = xorg-server || -n ${DRIVER} ]] && append-ldflags -Wl,-z,lazy

In order to revert this commit, we must revert some commits that fix
problems introduced by it as well. In total:

This reverts commit f81770e41df51ad850fa78d6f57d7972a9e536bf.

Revert "x11-drivers/xf86-video-ati: Fix QA syntax errors"

This reverts commit 3339c825251a9809d573a98b94f36befe3286de9.

Revert "x11-drivers/xf86-video-ati: fix xorg-server:= dependency"

This reverts commit 6d94f4276b3cc284014af3177e0bc35168315b30.

Revert "x11-drivers/xf86-video-ati: add --disable-selective-werror"

This reverts commit 3313b2661bef1e56f0d089cc5b2c6f2d470fb6be.

Closes: https://bugs.gentoo.org/661562

 .../xf86-video-ati/xf86-video-ati-18.0.1-r2.ebuild | 68 ----------------------
 .../xf86-video-ati/xf86-video-ati-9999.ebuild      | 50 +++++-----------
 2 files changed, 13 insertions(+), 105 deletions(-)

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1-r2.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1-r2.ebuild
deleted file mode 100644
index 1ac62fccd4e..00000000000
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1-r2.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit linux-info
-
-DESCRIPTION="ATI video driver"
-HOMEPAGE="https://www.x.org/wiki/ati/"
-
-if [[ ${PV} == 9999* ]]; then
-	EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/driver/${PN}"
-	inherit autotools git-r3
-	LIVE_DEPEND=">=x11-misc/util-macros-1.18"
-else
-	SRC_URI="mirror://xorg/driver/${P}.tar.bz2"
-	KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="+glamor udev"
-
-BDEPEND="
-	virtual/pkgconfig
-"
-RDEPEND="
-	>=x11-libs/libdrm-2.4.78[video_cards_radeon]
-	>=x11-libs/libpciaccess-0.8.0
-	x11-base/xorg-server:=
-	glamor? ( x11-base/xorg-server[glamor] )
-	udev? ( virtual/libudev:= )
-"
-DEPEND="
-	${LIVE_DEPEND}
-	${RDEPEND}
-	x11-base/xorg-proto
-"
-
-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_prepare() {
-	default
-	[[ ${PV} == 9999 ]] && eautoreconf
-}
-
-src_configure() {
-	local econfargs=(
-		--disable-selective-werror
-		$(use_enable glamor)
-		$(use_enable udev)
-	)
-	econf "${econfargs[@]}"
-}
-
-src_install() {
-	default
-	find "${D}" -name '*.la' -delete || die
-}

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
index 1ac62fccd4e..3f5390aec7a 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
@@ -1,41 +1,28 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=5
 
-inherit linux-info
-
-DESCRIPTION="ATI video driver"
-HOMEPAGE="https://www.x.org/wiki/ati/"
+XORG_DRI=always
+inherit linux-info xorg-2
 
 if [[ ${PV} == 9999* ]]; then
-	EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/driver/${PN}"
-	inherit autotools git-r3
-	LIVE_DEPEND=">=x11-misc/util-macros-1.18"
+	SRC_URI=""
 else
-	SRC_URI="mirror://xorg/driver/${P}.tar.bz2"
 	KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
 fi
 
-LICENSE="MIT"
-SLOT="0"
+DESCRIPTION="ATI video driver"
+HOMEPAGE="https://www.x.org/wiki/ati/"
+
 IUSE="+glamor udev"
 
-BDEPEND="
-	virtual/pkgconfig
-"
-RDEPEND="
-	>=x11-libs/libdrm-2.4.78[video_cards_radeon]
+RDEPEND=">=x11-libs/libdrm-2.4.78[video_cards_radeon]
 	>=x11-libs/libpciaccess-0.8.0
-	x11-base/xorg-server:=
 	glamor? ( x11-base/xorg-server[glamor] )
-	udev? ( virtual/libudev:= )
-"
-DEPEND="
-	${LIVE_DEPEND}
-	${RDEPEND}
-	x11-base/xorg-proto
-"
+	udev? ( virtual/libudev:= )"
+DEPEND="${RDEPEND}
+	x11-base/xorg-proto"
 
 pkg_pretend() {
 	if use kernel_linux ; then
@@ -48,21 +35,10 @@ pkg_pretend() {
 	check_extra_config
 }
 
-src_prepare() {
-	default
-	[[ ${PV} == 9999 ]] && eautoreconf
-}
-
 src_configure() {
-	local econfargs=(
-		--disable-selective-werror
+	XORG_CONFIGURE_OPTIONS=(
 		$(use_enable glamor)
 		$(use_enable udev)
 	)
-	econf "${econfargs[@]}"
-}
-
-src_install() {
-	default
-	find "${D}" -name '*.la' -delete || die
+	xorg-2_src_configure
 }


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2018-07-27 23:18 Matt Turner
  0 siblings, 0 replies; 86+ messages in thread
From: Matt Turner @ 2018-07-27 23:18 UTC (permalink / raw
  To: gentoo-commits

commit:     3313b2661bef1e56f0d089cc5b2c6f2d470fb6be
Author:     Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Sat Jul 21 00:47:06 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Jul 27 23:18:46 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3313b266

x11-drivers/xf86-video-ati: add --disable-selective-werror

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1-r2.ebuild | 1 +
 x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild      | 1 +
 2 files changed, 2 insertions(+)

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1-r2.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1-r2.ebuild
index a40bcd1bfe7..1ac62fccd4e 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1-r2.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1-r2.ebuild
@@ -55,6 +55,7 @@ src_prepare() {
 
 src_configure() {
 	local econfargs=(
+		--disable-selective-werror
 		$(use_enable glamor)
 		$(use_enable udev)
 	)

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
index a40bcd1bfe7..1ac62fccd4e 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
@@ -55,6 +55,7 @@ src_prepare() {
 
 src_configure() {
 	local econfargs=(
+		--disable-selective-werror
 		$(use_enable glamor)
 		$(use_enable udev)
 	)


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2018-07-27 23:18 Matt Turner
  0 siblings, 0 replies; 86+ messages in thread
From: Matt Turner @ 2018-07-27 23:18 UTC (permalink / raw
  To: gentoo-commits

commit:     6d94f4276b3cc284014af3177e0bc35168315b30
Author:     Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Fri Jul 20 23:58:38 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Jul 27 23:18:45 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d94f427

x11-drivers/xf86-video-ati: fix xorg-server:= dependency

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1-r2.ebuild | 1 +
 x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild      | 1 +
 2 files changed, 2 insertions(+)

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1-r2.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1-r2.ebuild
index 4ab1064d990..a40bcd1bfe7 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1-r2.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1-r2.ebuild
@@ -27,6 +27,7 @@ BDEPEND="
 RDEPEND="
 	>=x11-libs/libdrm-2.4.78[video_cards_radeon]
 	>=x11-libs/libpciaccess-0.8.0
+	x11-base/xorg-server:=
 	glamor? ( x11-base/xorg-server[glamor] )
 	udev? ( virtual/libudev:= )
 "

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
index 4ab1064d990..a40bcd1bfe7 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
@@ -27,6 +27,7 @@ BDEPEND="
 RDEPEND="
 	>=x11-libs/libdrm-2.4.78[video_cards_radeon]
 	>=x11-libs/libpciaccess-0.8.0
+	x11-base/xorg-server:=
 	glamor? ( x11-base/xorg-server[glamor] )
 	udev? ( virtual/libudev:= )
 "


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2018-07-17 14:51 Brian Evans
  0 siblings, 0 replies; 86+ messages in thread
From: Brian Evans @ 2018-07-17 14:51 UTC (permalink / raw
  To: gentoo-commits

commit:     3339c825251a9809d573a98b94f36befe3286de9
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 17 14:50:57 2018 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Tue Jul 17 14:51:42 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3339c825

x11-drivers/xf86-video-ati: Fix QA syntax errors

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1-r2.ebuild | 2 +-
 x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1-r2.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1-r2.ebuild
index 56d17e3405a..4ab1064d990 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1-r2.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1-r2.ebuild
@@ -49,7 +49,7 @@ pkg_pretend() {
 
 src_prepare() {
 	default
-	[[ ${PV} == 9999 ]] eautoreconf
+	[[ ${PV} == 9999 ]] && eautoreconf
 }
 
 src_configure() {

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
index 56d17e3405a..4ab1064d990 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
@@ -49,7 +49,7 @@ pkg_pretend() {
 
 src_prepare() {
 	default
-	[[ ${PV} == 9999 ]] eautoreconf
+	[[ ${PV} == 9999 ]] && eautoreconf
 }
 
 src_configure() {


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2018-05-27 23:57 Matt Turner
  0 siblings, 0 replies; 86+ messages in thread
From: Matt Turner @ 2018-05-27 23:57 UTC (permalink / raw
  To: gentoo-commits

commit:     05bdf9a6d350b4cd2a1946051d08b7b68135c0f2
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun May 27 23:52:33 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun May 27 23:57:23 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05bdf9a6

x11-drivers/xf86-video-ati: Depend on virtual/libudev:=

Bug: https://bugs.gentoo.org/545906

 .../{xf86-video-ati-9999.ebuild => xf86-video-ati-18.0.1-r1.ebuild}   | 4 ++--
 x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild                 | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1-r1.ebuild
similarity index 89%
copy from x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
copy to x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1-r1.ebuild
index 3bb9e4ef626..10c93ae6401 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1-r1.ebuild
@@ -9,7 +9,7 @@ inherit linux-info xorg-2
 if [[ ${PV} == 9999* ]]; then
 	SRC_URI=""
 else
-	KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
+	KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-fbsd"
 fi
 
 DESCRIPTION="ATI video driver"
@@ -20,7 +20,7 @@ IUSE="+glamor udev"
 RDEPEND=">=x11-libs/libdrm-2.4.78[video_cards_radeon]
 	>=x11-libs/libpciaccess-0.8.0
 	glamor? ( x11-base/xorg-server[glamor] )
-	udev? ( virtual/udev )"
+	udev? ( virtual/libudev:= )"
 DEPEND="${RDEPEND}
 	x11-base/xorg-proto"
 

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
index 3bb9e4ef626..3f5390aec7a 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
@@ -20,7 +20,7 @@ IUSE="+glamor udev"
 RDEPEND=">=x11-libs/libdrm-2.4.78[video_cards_radeon]
 	>=x11-libs/libpciaccess-0.8.0
 	glamor? ( x11-base/xorg-server[glamor] )
-	udev? ( virtual/udev )"
+	udev? ( virtual/libudev:= )"
 DEPEND="${RDEPEND}
 	x11-base/xorg-proto"
 


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2018-05-12  2:45 Matt Turner
  0 siblings, 0 replies; 86+ messages in thread
From: Matt Turner @ 2018-05-12  2:45 UTC (permalink / raw
  To: gentoo-commits

commit:     ae6f3b833e166f99cdbc74bf864a0dc84e7c3018
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat May 12 02:39:49 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat May 12 02:44:32 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae6f3b83

x11-drivers/xf86-video-ati: Drop old versions

 x11-drivers/xf86-video-ati/Manifest                |  2 -
 .../xf86-video-ati/xf86-video-ati-7.10.0.ebuild    | 45 ----------------------
 .../xf86-video-ati/xf86-video-ati-7.9.0.ebuild     | 45 ----------------------
 3 files changed, 92 deletions(-)

diff --git a/x11-drivers/xf86-video-ati/Manifest b/x11-drivers/xf86-video-ati/Manifest
index 1015c1a0a32..458ae7e7d93 100644
--- a/x11-drivers/xf86-video-ati/Manifest
+++ b/x11-drivers/xf86-video-ati/Manifest
@@ -1,3 +1 @@
 DIST xf86-video-ati-18.0.1.tar.bz2 881457 BLAKE2B d45ae191239d008261230804161545e971d5ba9b76642341dad5dfb03b52aa3580e2e41fb7f0484af8da5024da46ada2bca182c15ec13053d674e456fb6f0f4a SHA512 b468a78503a596bbf71a1b91b231ce1fa32908f619ff2dfe249352d046696a3641f2a9ff065e32545fff77100134b4b237591215e78ef885b6509d6b16112d14
-DIST xf86-video-ati-7.10.0.tar.bz2 876442 BLAKE2B f1c36e215d10c655dc6cf6059a273241e8b33f53df06c66c13dbef436c2b4f967f5c6c60858a484bbffe05bc6fffd9b8c20733ba9928051d6b0f28fe02fcdf1b SHA512 1f2f4af1d299af62644693e6fbc47a5078c9bc5e7887a1ac217121ef2fd29d8c9f50a8d9be9ddb0887d0b49141bb33484f82c1313a472ad6867266b53b4a11ad
-DIST xf86-video-ati-7.9.0.tar.bz2 848502 BLAKE2B 0572ef3cba7a3704470b4611f755a29a2551acc6fa544fb03f37a88628d5dfecba8342c8558b8355f245f2582eb46d17fb92b8713378161da3d103215e66d883 SHA512 125e035da6581520d677c56474653ed75aa6d168bf5450cc973248416b5ada3114ea14d0615b44c58029bb1702609453ab532a506273df2a5dd99dd2af4a9d43

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-7.10.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-7.10.0.ebuild
deleted file mode 100644
index b34efb14780..00000000000
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-7.10.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-XORG_DRI=always
-inherit linux-info xorg-2
-
-DESCRIPTION="ATI video driver"
-HOMEPAGE="https://www.x.org/wiki/ati/"
-
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
-IUSE="+glamor udev"
-
-RDEPEND=">=x11-libs/libdrm-2.4.78[video_cards_radeon]
-	>=x11-libs/libpciaccess-0.8.0
-	glamor? ( x11-base/xorg-server[glamor] )
-	udev? ( virtual/udev )"
-DEPEND="${RDEPEND}
-	x11-proto/fontsproto
-	x11-proto/randrproto
-	x11-proto/renderproto
-	x11-proto/videoproto
-	x11-proto/xextproto
-	x11-proto/xf86driproto
-	x11-proto/xproto"
-
-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
-}

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-7.9.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-7.9.0.ebuild
deleted file mode 100644
index 930f45fdc37..00000000000
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-7.9.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-XORG_DRI=always
-inherit linux-info xorg-2
-
-DESCRIPTION="ATI video driver"
-HOMEPAGE="http://www.x.org/wiki/ati/"
-
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-fbsd"
-IUSE="+glamor udev"
-
-RDEPEND=">=x11-libs/libdrm-2.4.60[video_cards_radeon]
-	>=x11-libs/libpciaccess-0.8.0
-	glamor? ( x11-base/xorg-server[glamor] )
-	udev? ( virtual/udev )"
-DEPEND="${RDEPEND}
-	x11-proto/fontsproto
-	x11-proto/randrproto
-	x11-proto/renderproto
-	x11-proto/videoproto
-	x11-proto/xextproto
-	x11-proto/xf86driproto
-	x11-proto/xproto"
-
-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
-}


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2018-05-08  6:24 Sergei Trofimovich
  0 siblings, 0 replies; 86+ messages in thread
From: Sergei Trofimovich @ 2018-05-08  6:24 UTC (permalink / raw
  To: gentoo-commits

commit:     14d8c788d29ad50bd7b896aa5ef880ff9c5a0186
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Mon May  7 22:33:04 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue May  8 06:23:23 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14d8c788

x11-drivers/xf86-video-ati: stable 18.0.1 for sparc

Bug: https://bugs.gentoo.org/649316
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

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

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1.ebuild
index 8894cd77aea..c1bc5c73512 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1.ebuild
@@ -9,7 +9,7 @@ inherit linux-info xorg-2
 if [[ ${PV} == 9999* ]]; then
 	SRC_URI=""
 else
-	KEYWORDS="alpha amd64 ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd"
+	KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-fbsd"
 fi
 
 DESCRIPTION="ATI video driver"


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2018-05-07 19:22 Thomas Deutschmann
  0 siblings, 0 replies; 86+ messages in thread
From: Thomas Deutschmann @ 2018-05-07 19:22 UTC (permalink / raw
  To: gentoo-commits

commit:     1af7ce812713c262b1a4274018c266cdadab4565
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon May  7 18:03:17 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon May  7 19:22:32 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1af7ce81

x11-drivers/xf86-video-ati: x86 stable (bug #649316)

Package-Manager: Portage-2.3.34, Repoman-2.3.9

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

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1.ebuild
index 191cf2352c6..8894cd77aea 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1.ebuild
@@ -9,7 +9,7 @@ inherit linux-info xorg-2
 if [[ ${PV} == 9999* ]]; then
 	SRC_URI=""
 else
-	KEYWORDS="alpha amd64 ia64 ppc ppc64 ~sparc ~x86 ~amd64-fbsd"
+	KEYWORDS="alpha amd64 ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd"
 fi
 
 DESCRIPTION="ATI video driver"


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2018-05-06 20:45 Matt Turner
  0 siblings, 0 replies; 86+ messages in thread
From: Matt Turner @ 2018-05-06 20:45 UTC (permalink / raw
  To: gentoo-commits

commit:     6a6f095698ec83f7ccf50c2b6d74cdc099e0bc25
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun May  6 20:45:19 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun May  6 20:45:19 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a6f0956

x11-drivers/xf86-video-ati-18.0.1: ppc64 stable, bug 649316

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

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1.ebuild
index a43b858f565..191cf2352c6 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1.ebuild
@@ -9,7 +9,7 @@ inherit linux-info xorg-2
 if [[ ${PV} == 9999* ]]; then
 	SRC_URI=""
 else
-	KEYWORDS="alpha amd64 ia64 ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
+	KEYWORDS="alpha amd64 ia64 ppc ppc64 ~sparc ~x86 ~amd64-fbsd"
 fi
 
 DESCRIPTION="ATI video driver"


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2018-05-06 19:40 Sergei Trofimovich
  0 siblings, 0 replies; 86+ messages in thread
From: Sergei Trofimovich @ 2018-05-06 19:40 UTC (permalink / raw
  To: gentoo-commits

commit:     b53b448138360e8d64e404540abcc6b8575f41dc
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun May  6 19:39:10 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun May  6 19:39:10 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b53b4481

x11-drivers/xf86-video-ati: stable 18.0.1 for ia64, bug #649316

Bug: https://bugs.gentoo.org/649316
Package-Manager: Portage-2.3.36, Repoman-2.3.9
RepoMan-Options: --include-arches="ia64"

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

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1.ebuild
index 2671baeab5b..3f645ee9d4d 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1.ebuild
@@ -9,7 +9,7 @@ inherit linux-info xorg-2
 if [[ ${PV} == 9999* ]]; then
 	SRC_URI=""
 else
-	KEYWORDS="alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
+	KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
 fi
 
 DESCRIPTION="ATI video driver"


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2018-05-06 19:23 Matt Turner
  0 siblings, 0 replies; 86+ messages in thread
From: Matt Turner @ 2018-05-06 19:23 UTC (permalink / raw
  To: gentoo-commits

commit:     447df85b02c57e7c535192b3831856274df402bc
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun May  6 19:21:57 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun May  6 19:22:52 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=447df85b

x11-drivers/xf86-video-ati-18.0.1: alpha stable, bug 649316

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

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1.ebuild
index f8aedf7e90a..2671baeab5b 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1.ebuild
@@ -9,7 +9,7 @@ inherit linux-info xorg-2
 if [[ ${PV} == 9999* ]]; then
 	SRC_URI=""
 else
-	KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
+	KEYWORDS="alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
 fi
 
 DESCRIPTION="ATI video driver"


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2018-05-06 12:30 Mikle Kolyada
  0 siblings, 0 replies; 86+ messages in thread
From: Mikle Kolyada @ 2018-05-06 12:30 UTC (permalink / raw
  To: gentoo-commits

commit:     a380f1d5bb8db69098a122cf40581197593fa7aa
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun May  6 12:28:42 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun May  6 12:30:49 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a380f1d5

x11-drivers/xf86-video-ati: amd64 stable wrt bug #649316

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1.ebuild
index 3bb9e4ef626..f8aedf7e90a 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1.ebuild
@@ -9,7 +9,7 @@ inherit linux-info xorg-2
 if [[ ${PV} == 9999* ]]; then
 	SRC_URI=""
 else
-	KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
+	KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
 fi
 
 DESCRIPTION="ATI video driver"


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2018-03-15 16:34 Matt Turner
  0 siblings, 0 replies; 86+ messages in thread
From: Matt Turner @ 2018-03-15 16:34 UTC (permalink / raw
  To: gentoo-commits

commit:     72ece0c21a0336c9b406cef70dadfa704b1b671c
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 15 16:32:55 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Mar 15 16:34:19 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72ece0c2

x11-drivers/xf86-video-ati: Version bump to 18.0.1

 x11-drivers/xf86-video-ati/Manifest                                     | 2 +-
 .../{xf86-video-ati-18.0.0.ebuild => xf86-video-ati-18.0.1.ebuild}      | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/xf86-video-ati/Manifest b/x11-drivers/xf86-video-ati/Manifest
index b2f727ddc51..1015c1a0a32 100644
--- a/x11-drivers/xf86-video-ati/Manifest
+++ b/x11-drivers/xf86-video-ati/Manifest
@@ -1,3 +1,3 @@
-DIST xf86-video-ati-18.0.0.tar.bz2 880807 BLAKE2B fba7ac98ab9e1c103c507ff2e52d10c82d975df1e7d8f19b67e4e631cbc1126f2a51a01068860b612210aa6d187c27ae5eceea616a33330f177d040bf1c063c5 SHA512 a9a634091f208099885039d42433cee061e03968417c0d535691833abcc9162d8d0a46f99bac902f0885beb14dcc9a011d104b535ffe492562fd5bb740ad4721
+DIST xf86-video-ati-18.0.1.tar.bz2 881457 BLAKE2B d45ae191239d008261230804161545e971d5ba9b76642341dad5dfb03b52aa3580e2e41fb7f0484af8da5024da46ada2bca182c15ec13053d674e456fb6f0f4a SHA512 b468a78503a596bbf71a1b91b231ce1fa32908f619ff2dfe249352d046696a3641f2a9ff065e32545fff77100134b4b237591215e78ef885b6509d6b16112d14
 DIST xf86-video-ati-7.10.0.tar.bz2 876442 BLAKE2B f1c36e215d10c655dc6cf6059a273241e8b33f53df06c66c13dbef436c2b4f967f5c6c60858a484bbffe05bc6fffd9b8c20733ba9928051d6b0f28fe02fcdf1b SHA512 1f2f4af1d299af62644693e6fbc47a5078c9bc5e7887a1ac217121ef2fd29d8c9f50a8d9be9ddb0887d0b49141bb33484f82c1313a472ad6867266b53b4a11ad
 DIST xf86-video-ati-7.9.0.tar.bz2 848502 BLAKE2B 0572ef3cba7a3704470b4611f755a29a2551acc6fa544fb03f37a88628d5dfecba8342c8558b8355f245f2582eb46d17fb92b8713378161da3d103215e66d883 SHA512 125e035da6581520d677c56474653ed75aa6d168bf5450cc973248416b5ada3114ea14d0615b44c58029bb1702609453ab532a506273df2a5dd99dd2af4a9d43

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1.ebuild
similarity index 100%
rename from x11-drivers/xf86-video-ati/xf86-video-ati-18.0.0.ebuild
rename to x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1.ebuild


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2018-03-06 19:13 Matt Turner
  0 siblings, 0 replies; 86+ messages in thread
From: Matt Turner @ 2018-03-06 19:13 UTC (permalink / raw
  To: gentoo-commits

commit:     13028dce42492cab81d0216587272381f4c897df
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  6 19:12:25 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Mar  6 19:13:08 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13028dce

x11-drivers/xf86-video-ati: Add live ebuild

 .../xf86-video-ati/xf86-video-ati-9999.ebuild      | 44 ++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
new file mode 100644
index 00000000000..3bb9e4ef626
--- /dev/null
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+XORG_DRI=always
+inherit linux-info xorg-2
+
+if [[ ${PV} == 9999* ]]; then
+	SRC_URI=""
+else
+	KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
+fi
+
+DESCRIPTION="ATI video driver"
+HOMEPAGE="https://www.x.org/wiki/ati/"
+
+IUSE="+glamor udev"
+
+RDEPEND=">=x11-libs/libdrm-2.4.78[video_cards_radeon]
+	>=x11-libs/libpciaccess-0.8.0
+	glamor? ( x11-base/xorg-server[glamor] )
+	udev? ( virtual/udev )"
+DEPEND="${RDEPEND}
+	x11-base/xorg-proto"
+
+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
+}


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2018-03-06 19:13 Matt Turner
  0 siblings, 0 replies; 86+ messages in thread
From: Matt Turner @ 2018-03-06 19:13 UTC (permalink / raw
  To: gentoo-commits

commit:     4418ea01db2a6fc1695a8a99374d2b823931f9a5
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  6 19:12:44 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Mar  6 19:13:09 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4418ea01

x11-drivers/xf86-video-ati: Version bump to 18.0.0

 x11-drivers/xf86-video-ati/Manifest                |  1 +
 .../xf86-video-ati/xf86-video-ati-18.0.0.ebuild    | 44 ++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/x11-drivers/xf86-video-ati/Manifest b/x11-drivers/xf86-video-ati/Manifest
index 56539cf8e09..b2f727ddc51 100644
--- a/x11-drivers/xf86-video-ati/Manifest
+++ b/x11-drivers/xf86-video-ati/Manifest
@@ -1,2 +1,3 @@
+DIST xf86-video-ati-18.0.0.tar.bz2 880807 BLAKE2B fba7ac98ab9e1c103c507ff2e52d10c82d975df1e7d8f19b67e4e631cbc1126f2a51a01068860b612210aa6d187c27ae5eceea616a33330f177d040bf1c063c5 SHA512 a9a634091f208099885039d42433cee061e03968417c0d535691833abcc9162d8d0a46f99bac902f0885beb14dcc9a011d104b535ffe492562fd5bb740ad4721
 DIST xf86-video-ati-7.10.0.tar.bz2 876442 BLAKE2B f1c36e215d10c655dc6cf6059a273241e8b33f53df06c66c13dbef436c2b4f967f5c6c60858a484bbffe05bc6fffd9b8c20733ba9928051d6b0f28fe02fcdf1b SHA512 1f2f4af1d299af62644693e6fbc47a5078c9bc5e7887a1ac217121ef2fd29d8c9f50a8d9be9ddb0887d0b49141bb33484f82c1313a472ad6867266b53b4a11ad
 DIST xf86-video-ati-7.9.0.tar.bz2 848502 BLAKE2B 0572ef3cba7a3704470b4611f755a29a2551acc6fa544fb03f37a88628d5dfecba8342c8558b8355f245f2582eb46d17fb92b8713378161da3d103215e66d883 SHA512 125e035da6581520d677c56474653ed75aa6d168bf5450cc973248416b5ada3114ea14d0615b44c58029bb1702609453ab532a506273df2a5dd99dd2af4a9d43

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.0.ebuild
new file mode 100644
index 00000000000..3bb9e4ef626
--- /dev/null
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+XORG_DRI=always
+inherit linux-info xorg-2
+
+if [[ ${PV} == 9999* ]]; then
+	SRC_URI=""
+else
+	KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
+fi
+
+DESCRIPTION="ATI video driver"
+HOMEPAGE="https://www.x.org/wiki/ati/"
+
+IUSE="+glamor udev"
+
+RDEPEND=">=x11-libs/libdrm-2.4.78[video_cards_radeon]
+	>=x11-libs/libpciaccess-0.8.0
+	glamor? ( x11-base/xorg-server[glamor] )
+	udev? ( virtual/udev )"
+DEPEND="${RDEPEND}
+	x11-base/xorg-proto"
+
+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
+}


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2017-11-24  5:06 Matt Turner
  0 siblings, 0 replies; 86+ messages in thread
From: Matt Turner @ 2017-11-24  5:06 UTC (permalink / raw
  To: gentoo-commits

commit:     06839aa992176b3cef65a0e6f17eb261fe2cd77b
Author:     Nick Sarnie <commendsarnex <AT> gmail <DOT> com>
AuthorDate: Fri Nov 24 00:52:49 2017 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Nov 24 05:06:18 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06839aa9

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

Signed-off-by: Nick Sarnie <commendsarnex <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/6274
Closes: https://bugs.gentoo.org/635190

 x11-drivers/xf86-video-ati/xf86-video-ati-7.10.0.ebuild | 2 +-
 x11-drivers/xf86-video-ati/xf86-video-ati-7.9.0.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-7.10.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-7.10.0.ebuild
index 5566550b91d..b34efb14780 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-7.10.0.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-7.10.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://www.x.org/wiki/ati/"
 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
 IUSE="+glamor udev"
 
-RDEPEND=">=x11-libs/libdrm-2.4.58[video_cards_radeon]
+RDEPEND=">=x11-libs/libdrm-2.4.78[video_cards_radeon]
 	>=x11-libs/libpciaccess-0.8.0
 	glamor? ( x11-base/xorg-server[glamor] )
 	udev? ( virtual/udev )"

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-7.9.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-7.9.0.ebuild
index 83059fbbd70..930f45fdc37 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-7.9.0.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-7.9.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://www.x.org/wiki/ati/"
 KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-fbsd"
 IUSE="+glamor udev"
 
-RDEPEND=">=x11-libs/libdrm-2.4.58[video_cards_radeon]
+RDEPEND=">=x11-libs/libdrm-2.4.60[video_cards_radeon]
 	>=x11-libs/libpciaccess-0.8.0
 	glamor? ( x11-base/xorg-server[glamor] )
 	udev? ( virtual/udev )"


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2017-09-08 10:54 Lars Wendler
  0 siblings, 0 replies; 86+ messages in thread
From: Lars Wendler @ 2017-09-08 10:54 UTC (permalink / raw
  To: gentoo-commits

commit:     b58f2d3f71818d3c0f806e818740ef444cab1bcb
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  8 10:53:32 2017 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Fri Sep  8 10:53:32 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b58f2d3f

x11-drivers/xf86-video-ati: Bump to version 7.10.0

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 x11-drivers/xf86-video-ati/Manifest                |  1 +
 .../xf86-video-ati/xf86-video-ati-7.10.0.ebuild    | 45 ++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/x11-drivers/xf86-video-ati/Manifest b/x11-drivers/xf86-video-ati/Manifest
index a3e42823841..672356ee601 100644
--- a/x11-drivers/xf86-video-ati/Manifest
+++ b/x11-drivers/xf86-video-ati/Manifest
@@ -1,2 +1,3 @@
+DIST xf86-video-ati-7.10.0.tar.bz2 876442 SHA256 ee51d642e3105cb5424f02622dc2966b87b42d498bb34104a70fcf6d4a8f4e79 SHA512 1f2f4af1d299af62644693e6fbc47a5078c9bc5e7887a1ac217121ef2fd29d8c9f50a8d9be9ddb0887d0b49141bb33484f82c1313a472ad6867266b53b4a11ad WHIRLPOOL 065df297b699360ea95985663114790e4b2f5c0005e45894c9a139232e40df1e17284a2386d8c63b73d9bc7e47b24fdd72356f028350f46e6517d5880099c94a
 DIST xf86-video-ati-7.8.0.tar.bz2 845702 SHA256 401f5de772928f3dc4ce43a885adb0a47a2f61aa4a9e45d2ab3d184136a9d6fa SHA512 e09b7aca819656359d32b11f4314f2ad77b7a28d481b2cf17ea62f2e2385f9b40f568d5c76360c800c60c00671f0262277cdefde4c0744f2ed9b3b2fa90a37a9 WHIRLPOOL b5e8a4cf546bb56f1e481e9dc7da8dc850c4fb231d10c592a7e2ffbfb9da0a64edb1b208b326283a6a94e4c0c5aefe5e4a04a984475e7ac5a5bab757ad0f990b
 DIST xf86-video-ati-7.9.0.tar.bz2 848502 SHA256 3cad872e6330afb1707da11e4e959e6887ebe5bcd81854b4d2e496c52c059875 SHA512 125e035da6581520d677c56474653ed75aa6d168bf5450cc973248416b5ada3114ea14d0615b44c58029bb1702609453ab532a506273df2a5dd99dd2af4a9d43 WHIRLPOOL 4aea0ca248c7871c87e82f21ab2325995c86cd49e67e73634544351599912d414250eac9efa77a618bdf232ad2de8ab79c24b339bb0c7797547863a01a6cd72a

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-7.10.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-7.10.0.ebuild
new file mode 100644
index 00000000000..5566550b91d
--- /dev/null
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-7.10.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+XORG_DRI=always
+inherit linux-info xorg-2
+
+DESCRIPTION="ATI video driver"
+HOMEPAGE="https://www.x.org/wiki/ati/"
+
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
+IUSE="+glamor udev"
+
+RDEPEND=">=x11-libs/libdrm-2.4.58[video_cards_radeon]
+	>=x11-libs/libpciaccess-0.8.0
+	glamor? ( x11-base/xorg-server[glamor] )
+	udev? ( virtual/udev )"
+DEPEND="${RDEPEND}
+	x11-proto/fontsproto
+	x11-proto/randrproto
+	x11-proto/renderproto
+	x11-proto/videoproto
+	x11-proto/xextproto
+	x11-proto/xf86driproto
+	x11-proto/xproto"
+
+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
+}


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2017-09-08 10:54 Lars Wendler
  0 siblings, 0 replies; 86+ messages in thread
From: Lars Wendler @ 2017-09-08 10:54 UTC (permalink / raw
  To: gentoo-commits

commit:     b8f471135ac197d56267f52b77bd26f84969565e
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  8 10:53:58 2017 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Fri Sep  8 10:53:58 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8f47113

x11-drivers/xf86-video-ati: Removed old.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 x11-drivers/xf86-video-ati/Manifest                |  1 -
 .../xf86-video-ati/xf86-video-ati-7.8.0.ebuild     | 45 ----------------------
 2 files changed, 46 deletions(-)

diff --git a/x11-drivers/xf86-video-ati/Manifest b/x11-drivers/xf86-video-ati/Manifest
index 672356ee601..eafd60012b6 100644
--- a/x11-drivers/xf86-video-ati/Manifest
+++ b/x11-drivers/xf86-video-ati/Manifest
@@ -1,3 +1,2 @@
 DIST xf86-video-ati-7.10.0.tar.bz2 876442 SHA256 ee51d642e3105cb5424f02622dc2966b87b42d498bb34104a70fcf6d4a8f4e79 SHA512 1f2f4af1d299af62644693e6fbc47a5078c9bc5e7887a1ac217121ef2fd29d8c9f50a8d9be9ddb0887d0b49141bb33484f82c1313a472ad6867266b53b4a11ad WHIRLPOOL 065df297b699360ea95985663114790e4b2f5c0005e45894c9a139232e40df1e17284a2386d8c63b73d9bc7e47b24fdd72356f028350f46e6517d5880099c94a
-DIST xf86-video-ati-7.8.0.tar.bz2 845702 SHA256 401f5de772928f3dc4ce43a885adb0a47a2f61aa4a9e45d2ab3d184136a9d6fa SHA512 e09b7aca819656359d32b11f4314f2ad77b7a28d481b2cf17ea62f2e2385f9b40f568d5c76360c800c60c00671f0262277cdefde4c0744f2ed9b3b2fa90a37a9 WHIRLPOOL b5e8a4cf546bb56f1e481e9dc7da8dc850c4fb231d10c592a7e2ffbfb9da0a64edb1b208b326283a6a94e4c0c5aefe5e4a04a984475e7ac5a5bab757ad0f990b
 DIST xf86-video-ati-7.9.0.tar.bz2 848502 SHA256 3cad872e6330afb1707da11e4e959e6887ebe5bcd81854b4d2e496c52c059875 SHA512 125e035da6581520d677c56474653ed75aa6d168bf5450cc973248416b5ada3114ea14d0615b44c58029bb1702609453ab532a506273df2a5dd99dd2af4a9d43 WHIRLPOOL 4aea0ca248c7871c87e82f21ab2325995c86cd49e67e73634544351599912d414250eac9efa77a618bdf232ad2de8ab79c24b339bb0c7797547863a01a6cd72a

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-7.8.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-7.8.0.ebuild
deleted file mode 100644
index 83059fbbd70..00000000000
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-7.8.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-XORG_DRI=always
-inherit linux-info xorg-2
-
-DESCRIPTION="ATI video driver"
-HOMEPAGE="http://www.x.org/wiki/ati/"
-
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-fbsd"
-IUSE="+glamor udev"
-
-RDEPEND=">=x11-libs/libdrm-2.4.58[video_cards_radeon]
-	>=x11-libs/libpciaccess-0.8.0
-	glamor? ( x11-base/xorg-server[glamor] )
-	udev? ( virtual/udev )"
-DEPEND="${RDEPEND}
-	x11-proto/fontsproto
-	x11-proto/randrproto
-	x11-proto/renderproto
-	x11-proto/videoproto
-	x11-proto/xextproto
-	x11-proto/xf86driproto
-	x11-proto/xproto"
-
-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
-}


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2017-06-04 19:20 Tobias Klausmann
  0 siblings, 0 replies; 86+ messages in thread
From: Tobias Klausmann @ 2017-06-04 19:20 UTC (permalink / raw
  To: gentoo-commits

commit:     ce846aac374f8b05e5210d039a785e63644b6310
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  4 19:20:15 2017 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Sun Jun  4 19:20:15 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce846aac

x11-drivers/xf86-video-ati-7.9.0-r0: add alpha keyword

Gentoo-Bug: 620234

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

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-7.9.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-7.9.0.ebuild
index 1a7ec2d9208..402ac0dff77 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-7.9.0.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-7.9.0.ebuild
@@ -9,7 +9,7 @@ inherit linux-info xorg-2
 DESCRIPTION="ATI video driver"
 HOMEPAGE="http://www.x.org/wiki/ati/"
 
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd"
 IUSE="+glamor udev"
 
 RDEPEND=">=x11-libs/libdrm-2.4.58[video_cards_radeon]


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2017-06-01  9:13 Agostino Sarubbo
  0 siblings, 0 replies; 86+ messages in thread
From: Agostino Sarubbo @ 2017-06-01  9:13 UTC (permalink / raw
  To: gentoo-commits

commit:     6d0e3a87b1fc450d3c725267a42dd8e6e2fd9962
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  1 09:11:01 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jun  1 09:13:07 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d0e3a87

x11-drivers/xf86-video-ati: x86 stable wrt bug #620234

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

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

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-7.9.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-7.9.0.ebuild
index 7d5aa334d12..1a7ec2d9208 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-7.9.0.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-7.9.0.ebuild
@@ -9,7 +9,7 @@ inherit linux-info xorg-2
 DESCRIPTION="ATI video driver"
 HOMEPAGE="http://www.x.org/wiki/ati/"
 
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd"
 IUSE="+glamor udev"
 
 RDEPEND=">=x11-libs/libdrm-2.4.58[video_cards_radeon]


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2017-05-31 13:06 Agostino Sarubbo
  0 siblings, 0 replies; 86+ messages in thread
From: Agostino Sarubbo @ 2017-05-31 13:06 UTC (permalink / raw
  To: gentoo-commits

commit:     1e08bc7268fc328c7e60ed198bd92b4cfead9949
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed May 31 13:05:41 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed May 31 13:05:41 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e08bc72

x11-drivers/xf86-video-ati: amd64 stable wrt bug #620234

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

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

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-7.9.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-7.9.0.ebuild
index a07acc8d983..7d5aa334d12 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-7.9.0.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-7.9.0.ebuild
@@ -9,7 +9,7 @@ inherit linux-info xorg-2
 DESCRIPTION="ATI video driver"
 HOMEPAGE="http://www.x.org/wiki/ati/"
 
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
 IUSE="+glamor udev"
 
 RDEPEND=">=x11-libs/libdrm-2.4.58[video_cards_radeon]


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2017-03-16 10:03 Lars Wendler
  0 siblings, 0 replies; 86+ messages in thread
From: Lars Wendler @ 2017-03-16 10:03 UTC (permalink / raw
  To: gentoo-commits

commit:     ea24afe7b6bee7a6b2d29c86e3f872c13098773a
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 16 10:03:12 2017 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 10:03:12 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea24afe7

x11-drivers/xf86-video-ati: Bump to version 7.9.0

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 x11-drivers/xf86-video-ati/Manifest                |  1 +
 .../xf86-video-ati/xf86-video-ati-7.9.0.ebuild     | 45 ++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/x11-drivers/xf86-video-ati/Manifest b/x11-drivers/xf86-video-ati/Manifest
index 2e31b58c146..afb0e3a3856 100644
--- a/x11-drivers/xf86-video-ati/Manifest
+++ b/x11-drivers/xf86-video-ati/Manifest
@@ -3,3 +3,4 @@ DIST xf86-video-ati-7.6.1.tar.bz2 823043 SHA256 2516d9eeb8da8bcd3a01365ed1314919
 DIST xf86-video-ati-7.7.0.tar.bz2 836902 SHA256 844d1c577b145c90dc8ef027678f0c27f554363f782cd696a3aea26415b2c1c3 SHA512 002ae681c35c8293d7b11b1fe7ec7fad569a18bcb2091ae54e682de3878ffc681780d802a450f51cf4bcb81a7f137fb6b1c739c467e8f15f4ab8640fb2e472df WHIRLPOOL 69552ee1d715eaf9c0f65da15aa7d0cc1a2a2befe1d8c098b7a8ead11e7201c90b39a9e87811d59026af335532be2da62fe0deb784f8c8c509addcdaf33a5414
 DIST xf86-video-ati-7.7.1.tar.bz2 837869 SHA256 00a58588db62ee309095c5c5920bbd248d965e8627f88affe68a73b18865078d SHA512 d8d05b59165cf835231694f190d7fd35d30e28f155d54a537b6ef4c6e60b15099a10d9f2ba4bd13ad9773248a7c3e8099703750129d758cb9c4478ec52d5a1ad WHIRLPOOL 02f8bb7d070042065fdacc4affdb9a1aaef59a827f4feecd590df011e629887a60427ad51d49aa6195118c9520e239e76c393986fb50e8d54afc39ad17c09e72
 DIST xf86-video-ati-7.8.0.tar.bz2 845702 SHA256 401f5de772928f3dc4ce43a885adb0a47a2f61aa4a9e45d2ab3d184136a9d6fa SHA512 e09b7aca819656359d32b11f4314f2ad77b7a28d481b2cf17ea62f2e2385f9b40f568d5c76360c800c60c00671f0262277cdefde4c0744f2ed9b3b2fa90a37a9 WHIRLPOOL b5e8a4cf546bb56f1e481e9dc7da8dc850c4fb231d10c592a7e2ffbfb9da0a64edb1b208b326283a6a94e4c0c5aefe5e4a04a984475e7ac5a5bab757ad0f990b
+DIST xf86-video-ati-7.9.0.tar.bz2 848502 SHA256 3cad872e6330afb1707da11e4e959e6887ebe5bcd81854b4d2e496c52c059875 SHA512 125e035da6581520d677c56474653ed75aa6d168bf5450cc973248416b5ada3114ea14d0615b44c58029bb1702609453ab532a506273df2a5dd99dd2af4a9d43 WHIRLPOOL 4aea0ca248c7871c87e82f21ab2325995c86cd49e67e73634544351599912d414250eac9efa77a618bdf232ad2de8ab79c24b339bb0c7797547863a01a6cd72a

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-7.9.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-7.9.0.ebuild
new file mode 100644
index 00000000000..a07acc8d983
--- /dev/null
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-7.9.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+XORG_DRI=always
+inherit linux-info xorg-2
+
+DESCRIPTION="ATI video driver"
+HOMEPAGE="http://www.x.org/wiki/ati/"
+
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
+IUSE="+glamor udev"
+
+RDEPEND=">=x11-libs/libdrm-2.4.58[video_cards_radeon]
+	>=x11-libs/libpciaccess-0.8.0
+	glamor? ( x11-base/xorg-server[glamor] )
+	udev? ( virtual/udev )"
+DEPEND="${RDEPEND}
+	x11-proto/fontsproto
+	x11-proto/randrproto
+	x11-proto/renderproto
+	x11-proto/videoproto
+	x11-proto/xextproto
+	x11-proto/xf86driproto
+	x11-proto/xproto"
+
+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
+}


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2017-03-16 10:03 Lars Wendler
  0 siblings, 0 replies; 86+ messages in thread
From: Lars Wendler @ 2017-03-16 10:03 UTC (permalink / raw
  To: gentoo-commits

commit:     e3c14dcdfd43d3aeaeb5d1dff9213b2bab5e06fe
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 16 10:03:54 2017 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 10:03:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3c14dcd

x11-drivers/xf86-video-ati: Removed old.

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 x11-drivers/xf86-video-ati/Manifest                |  2 -
 .../xf86-video-ati/xf86-video-ati-7.5.0.ebuild     | 48 ----------------------
 .../xf86-video-ati/xf86-video-ati-7.6.1.ebuild     | 45 --------------------
 3 files changed, 95 deletions(-)

diff --git a/x11-drivers/xf86-video-ati/Manifest b/x11-drivers/xf86-video-ati/Manifest
index afb0e3a3856..cf07338b378 100644
--- a/x11-drivers/xf86-video-ati/Manifest
+++ b/x11-drivers/xf86-video-ati/Manifest
@@ -1,5 +1,3 @@
-DIST xf86-video-ati-7.5.0.tar.bz2 809756 SHA256 ec3e6f06b6cf9a40c72aafa3448aae8b034c80b37410ca9442d5cf6806e07936 SHA512 51ea3934285c579314614e336cee0d5c079a466cdc94f2c8649d9499515af3dfb37a7ac87ed69c6dbf6befa5bfca27f8305bbc028ff722e2f87143da5f101f7c WHIRLPOOL ba132708f423cebde7398cc6c9c18334a544ebaef4a60104ea27abeb4afa4a01b9a3dffa00c89e01a6cbf858cc410041d102c8327bc2167ebca5e941d4463f23
-DIST xf86-video-ati-7.6.1.tar.bz2 823043 SHA256 2516d9eeb8da8bcd3a01365ed1314919777910fa904ab268af342b5693e1d34c SHA512 b829b1db2088161a2486f396a9b36afd6fbbc765fb495450fb1c2de33951e6270c7ef6665c8275c66dfc6509af71b9882c342d236fc0537ff0dde117683c4891 WHIRLPOOL 91787a77590fbbf30b73fd1c4f7e427ea3eee25b4ba16f52ae2d9d0967b596b33a2bb04bbc8edc83baf48db6cabb459cf81b43da644dd0c1ee415fc650105ffc
 DIST xf86-video-ati-7.7.0.tar.bz2 836902 SHA256 844d1c577b145c90dc8ef027678f0c27f554363f782cd696a3aea26415b2c1c3 SHA512 002ae681c35c8293d7b11b1fe7ec7fad569a18bcb2091ae54e682de3878ffc681780d802a450f51cf4bcb81a7f137fb6b1c739c467e8f15f4ab8640fb2e472df WHIRLPOOL 69552ee1d715eaf9c0f65da15aa7d0cc1a2a2befe1d8c098b7a8ead11e7201c90b39a9e87811d59026af335532be2da62fe0deb784f8c8c509addcdaf33a5414
 DIST xf86-video-ati-7.7.1.tar.bz2 837869 SHA256 00a58588db62ee309095c5c5920bbd248d965e8627f88affe68a73b18865078d SHA512 d8d05b59165cf835231694f190d7fd35d30e28f155d54a537b6ef4c6e60b15099a10d9f2ba4bd13ad9773248a7c3e8099703750129d758cb9c4478ec52d5a1ad WHIRLPOOL 02f8bb7d070042065fdacc4affdb9a1aaef59a827f4feecd590df011e629887a60427ad51d49aa6195118c9520e239e76c393986fb50e8d54afc39ad17c09e72
 DIST xf86-video-ati-7.8.0.tar.bz2 845702 SHA256 401f5de772928f3dc4ce43a885adb0a47a2f61aa4a9e45d2ab3d184136a9d6fa SHA512 e09b7aca819656359d32b11f4314f2ad77b7a28d481b2cf17ea62f2e2385f9b40f568d5c76360c800c60c00671f0262277cdefde4c0744f2ed9b3b2fa90a37a9 WHIRLPOOL b5e8a4cf546bb56f1e481e9dc7da8dc850c4fb231d10c592a7e2ffbfb9da0a64edb1b208b326283a6a94e4c0c5aefe5e4a04a984475e7ac5a5bab757ad0f990b

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-7.5.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-7.5.0.ebuild
deleted file mode 100644
index e8b7e220196..00000000000
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-7.5.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-XORG_DRI=always
-inherit linux-info xorg-2
-
-DESCRIPTION="ATI video driver"
-HOMEPAGE="http://www.x.org/wiki/ati/"
-
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-fbsd"
-IUSE="+glamor udev"
-
-RDEPEND=">=x11-libs/libdrm-2.4.58[video_cards_radeon]
-	>=x11-libs/libpciaccess-0.8.0
-	glamor? ( || (
-		x11-base/xorg-server[glamor]
-		>=x11-libs/glamor-0.6
-	) )
-	udev? ( virtual/udev )"
-DEPEND="${RDEPEND}
-	x11-proto/fontsproto
-	x11-proto/randrproto
-	x11-proto/renderproto
-	x11-proto/videoproto
-	x11-proto/xextproto
-	x11-proto/xf86driproto
-	x11-proto/xproto"
-
-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
-}

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-7.6.1.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-7.6.1.ebuild
deleted file mode 100644
index 6e78ccaf9c6..00000000000
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-7.6.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-XORG_DRI=always
-inherit linux-info xorg-2
-
-DESCRIPTION="ATI video driver"
-HOMEPAGE="http://www.x.org/wiki/ati/"
-
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
-IUSE="+glamor udev"
-
-RDEPEND=">=x11-libs/libdrm-2.4.58[video_cards_radeon]
-	>=x11-libs/libpciaccess-0.8.0
-	glamor? ( x11-base/xorg-server[glamor] )
-	udev? ( virtual/udev )"
-DEPEND="${RDEPEND}
-	x11-proto/fontsproto
-	x11-proto/randrproto
-	x11-proto/renderproto
-	x11-proto/videoproto
-	x11-proto/xextproto
-	x11-proto/xf86driproto
-	x11-proto/xproto"
-
-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
-}


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2017-03-10 12:53 Agostino Sarubbo
  0 siblings, 0 replies; 86+ messages in thread
From: Agostino Sarubbo @ 2017-03-10 12:53 UTC (permalink / raw
  To: gentoo-commits

commit:     b6ad320e2cead156f79016ae69c14b0e1dabc8d8
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 10 12:51:28 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Mar 10 12:51:28 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6ad320e

x11-drivers/xf86-video-ati: sparc stable wrt bug #611056

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

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

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-7.8.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-7.8.0.ebuild
index 2210ab82c81..0bd53b6107a 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-7.8.0.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-7.8.0.ebuild
@@ -9,7 +9,7 @@ inherit linux-info xorg-2
 DESCRIPTION="ATI video driver"
 HOMEPAGE="http://www.x.org/wiki/ati/"
 
-KEYWORDS="alpha amd64 ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 ~ia64 ppc ppc64 sparc x86 ~amd64-fbsd"
 IUSE="+glamor udev"
 
 RDEPEND=">=x11-libs/libdrm-2.4.58[video_cards_radeon]


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2017-03-06 15:50 Tobias Klausmann
  0 siblings, 0 replies; 86+ messages in thread
From: Tobias Klausmann @ 2017-03-06 15:50 UTC (permalink / raw
  To: gentoo-commits

commit:     c0a24d2643e09bc390f1f90a2ebf3b2b20e40eab
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  6 15:36:26 2017 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Mon Mar  6 15:49:43 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0a24d26

x11-drivers/xf86-video-ati-7.8.0-r0: add alpha keyword

Gentoo-Bug: 611056

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

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-7.8.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-7.8.0.ebuild
index ae6ea11db03..6fd4b775492 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-7.8.0.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-7.8.0.ebuild
@@ -9,7 +9,7 @@ inherit linux-info xorg-2
 DESCRIPTION="ATI video driver"
 HOMEPAGE="http://www.x.org/wiki/ati/"
 
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
+KEYWORDS="alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
 IUSE="+glamor udev"
 
 RDEPEND=">=x11-libs/libdrm-2.4.58[video_cards_radeon]


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2017-01-25 12:28 Agostino Sarubbo
  0 siblings, 0 replies; 86+ messages in thread
From: Agostino Sarubbo @ 2017-01-25 12:28 UTC (permalink / raw
  To: gentoo-commits

commit:     ad2bb15ed5628c7c962a88b47c81015185e66582
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 25 12:26:45 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Jan 25 12:26:45 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad2bb15e

x11-drivers/xf86-video-ati: ppc64 stable wrt bug #579266

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

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

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-7.7.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-7.7.0.ebuild
index 83fdaff..1e42924 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-7.7.0.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-7.7.0.ebuild
@@ -10,7 +10,7 @@ inherit linux-info xorg-2
 DESCRIPTION="ATI video driver"
 HOMEPAGE="http://www.x.org/wiki/ati/"
 
-KEYWORDS="alpha amd64 ia64 ppc ~ppc64 sparc x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-fbsd"
 IUSE="+glamor udev"
 
 RDEPEND=">=x11-libs/libdrm-2.4.58[video_cards_radeon]


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2017-01-22 17:20 Agostino Sarubbo
  0 siblings, 0 replies; 86+ messages in thread
From: Agostino Sarubbo @ 2017-01-22 17:20 UTC (permalink / raw
  To: gentoo-commits

commit:     5b7b9cadca8c3cfec0bc8491470441a9b645dfe3
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 22 17:18:50 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Jan 22 17:18:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b7b9cad

x11-drivers/xf86-video-ati: sparc stable wrt bug #579266

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 x11-drivers/xf86-video-ati/xf86-video-ati-7.7.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-7.7.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-7.7.0.ebuild
index b12522a..83fdaff 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-7.7.0.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-7.7.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ inherit linux-info xorg-2
 DESCRIPTION="ATI video driver"
 HOMEPAGE="http://www.x.org/wiki/ati/"
 
-KEYWORDS="alpha amd64 ia64 ppc ~ppc64 ~sparc x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 ia64 ppc ~ppc64 sparc x86 ~amd64-fbsd"
 IUSE="+glamor udev"
 
 RDEPEND=">=x11-libs/libdrm-2.4.58[video_cards_radeon]


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2016-11-17 15:04 Lars Wendler
  0 siblings, 0 replies; 86+ messages in thread
From: Lars Wendler @ 2016-11-17 15:04 UTC (permalink / raw
  To: gentoo-commits

commit:     e5bff6448ae4615ffe824a2a4a76e53a611e9146
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 17 15:03:21 2016 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu Nov 17 15:04:31 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5bff644

x11-drivers/xf86-video-ati: Bump to version 7.8.0

Package-Manager: portage-2.3.2

 x11-drivers/xf86-video-ati/Manifest                |  1 +
 .../xf86-video-ati/xf86-video-ati-7.8.0.ebuild     | 46 ++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/x11-drivers/xf86-video-ati/Manifest b/x11-drivers/xf86-video-ati/Manifest
index 6a30c1b..bf402cb 100644
--- a/x11-drivers/xf86-video-ati/Manifest
+++ b/x11-drivers/xf86-video-ati/Manifest
@@ -3,3 +3,4 @@ DIST xf86-video-ati-7.5.0.tar.bz2 809756 SHA256 ec3e6f06b6cf9a40c72aafa3448aae8b
 DIST xf86-video-ati-7.6.1.tar.bz2 823043 SHA256 2516d9eeb8da8bcd3a01365ed1314919777910fa904ab268af342b5693e1d34c SHA512 b829b1db2088161a2486f396a9b36afd6fbbc765fb495450fb1c2de33951e6270c7ef6665c8275c66dfc6509af71b9882c342d236fc0537ff0dde117683c4891 WHIRLPOOL 91787a77590fbbf30b73fd1c4f7e427ea3eee25b4ba16f52ae2d9d0967b596b33a2bb04bbc8edc83baf48db6cabb459cf81b43da644dd0c1ee415fc650105ffc
 DIST xf86-video-ati-7.7.0.tar.bz2 836902 SHA256 844d1c577b145c90dc8ef027678f0c27f554363f782cd696a3aea26415b2c1c3 SHA512 002ae681c35c8293d7b11b1fe7ec7fad569a18bcb2091ae54e682de3878ffc681780d802a450f51cf4bcb81a7f137fb6b1c739c467e8f15f4ab8640fb2e472df WHIRLPOOL 69552ee1d715eaf9c0f65da15aa7d0cc1a2a2befe1d8c098b7a8ead11e7201c90b39a9e87811d59026af335532be2da62fe0deb784f8c8c509addcdaf33a5414
 DIST xf86-video-ati-7.7.1.tar.bz2 837869 SHA256 00a58588db62ee309095c5c5920bbd248d965e8627f88affe68a73b18865078d SHA512 d8d05b59165cf835231694f190d7fd35d30e28f155d54a537b6ef4c6e60b15099a10d9f2ba4bd13ad9773248a7c3e8099703750129d758cb9c4478ec52d5a1ad WHIRLPOOL 02f8bb7d070042065fdacc4affdb9a1aaef59a827f4feecd590df011e629887a60427ad51d49aa6195118c9520e239e76c393986fb50e8d54afc39ad17c09e72
+DIST xf86-video-ati-7.8.0.tar.bz2 845702 SHA256 401f5de772928f3dc4ce43a885adb0a47a2f61aa4a9e45d2ab3d184136a9d6fa SHA512 e09b7aca819656359d32b11f4314f2ad77b7a28d481b2cf17ea62f2e2385f9b40f568d5c76360c800c60c00671f0262277cdefde4c0744f2ed9b3b2fa90a37a9 WHIRLPOOL b5e8a4cf546bb56f1e481e9dc7da8dc850c4fb231d10c592a7e2ffbfb9da0a64edb1b208b326283a6a94e4c0c5aefe5e4a04a984475e7ac5a5bab757ad0f990b

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-7.8.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-7.8.0.ebuild
new file mode 100644
index 00000000..b56347c
--- /dev/null
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-7.8.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2016 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"
+HOMEPAGE="http://www.x.org/wiki/ati/"
+
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
+IUSE="+glamor udev"
+
+RDEPEND=">=x11-libs/libdrm-2.4.58[video_cards_radeon]
+	>=x11-libs/libpciaccess-0.8.0
+	glamor? ( x11-base/xorg-server[glamor] )
+	udev? ( virtual/udev )"
+DEPEND="${RDEPEND}
+	x11-proto/fontsproto
+	x11-proto/randrproto
+	x11-proto/renderproto
+	x11-proto/videoproto
+	x11-proto/xextproto
+	x11-proto/xf86driproto
+	x11-proto/xproto"
+
+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
+}


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2016-11-17 15:04 Lars Wendler
  0 siblings, 0 replies; 86+ messages in thread
From: Lars Wendler @ 2016-11-17 15:04 UTC (permalink / raw
  To: gentoo-commits

commit:     00d1b483af0c8768a7c0939d91a5e2b241a63832
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 17 15:04:18 2016 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu Nov 17 15:04:33 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00d1b483

x11-drivers/xf86-video-ati: Removed old.

Package-Manager: portage-2.3.2

 x11-drivers/xf86-video-ati/Manifest                |  1 -
 .../xf86-video-ati/xf86-video-ati-6.14.6-r1.ebuild | 32 ----------------------
 2 files changed, 33 deletions(-)

diff --git a/x11-drivers/xf86-video-ati/Manifest b/x11-drivers/xf86-video-ati/Manifest
index bf402cb..2e31b58 100644
--- a/x11-drivers/xf86-video-ati/Manifest
+++ b/x11-drivers/xf86-video-ati/Manifest
@@ -1,4 +1,3 @@
-DIST xf86-video-ati-6.14.6.tar.bz2 1139495 SHA256 aa5286b3e4f0187d7df14785c06dd800255d9405205dbf061da5d77df86bec36 SHA512 7ed64bb3596703f7c575aec37a6918bac251819fe638acc66a29aab7648d8a81dedd8d416f970faa1f757fa8e9e3ccdc43e4499d06271cc2751288040d1d957e WHIRLPOOL 9b72e873c3108daeb10cfc68523eb9bc2c12f5525096f9a2639a7dbeb58fd2912b474b8820172ffc9351458d2e046b43e0d064bb4f4189bb99b06a995f3204e8
 DIST xf86-video-ati-7.5.0.tar.bz2 809756 SHA256 ec3e6f06b6cf9a40c72aafa3448aae8b034c80b37410ca9442d5cf6806e07936 SHA512 51ea3934285c579314614e336cee0d5c079a466cdc94f2c8649d9499515af3dfb37a7ac87ed69c6dbf6befa5bfca27f8305bbc028ff722e2f87143da5f101f7c WHIRLPOOL ba132708f423cebde7398cc6c9c18334a544ebaef4a60104ea27abeb4afa4a01b9a3dffa00c89e01a6cbf858cc410041d102c8327bc2167ebca5e941d4463f23
 DIST xf86-video-ati-7.6.1.tar.bz2 823043 SHA256 2516d9eeb8da8bcd3a01365ed1314919777910fa904ab268af342b5693e1d34c SHA512 b829b1db2088161a2486f396a9b36afd6fbbc765fb495450fb1c2de33951e6270c7ef6665c8275c66dfc6509af71b9882c342d236fc0537ff0dde117683c4891 WHIRLPOOL 91787a77590fbbf30b73fd1c4f7e427ea3eee25b4ba16f52ae2d9d0967b596b33a2bb04bbc8edc83baf48db6cabb459cf81b43da644dd0c1ee415fc650105ffc
 DIST xf86-video-ati-7.7.0.tar.bz2 836902 SHA256 844d1c577b145c90dc8ef027678f0c27f554363f782cd696a3aea26415b2c1c3 SHA512 002ae681c35c8293d7b11b1fe7ec7fad569a18bcb2091ae54e682de3878ffc681780d802a450f51cf4bcb81a7f137fb6b1c739c467e8f15f4ab8640fb2e472df WHIRLPOOL 69552ee1d715eaf9c0f65da15aa7d0cc1a2a2befe1d8c098b7a8ead11e7201c90b39a9e87811d59026af335532be2da62fe0deb784f8c8c509addcdaf33a5414

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.6-r1.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.6-r1.ebuild
deleted file mode 100644
index 00b7132..00000000
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.6-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-XORG_DRI=always
-XORG_EAUTORECONF=yes
-inherit xorg-2
-
-DESCRIPTION="ATI video driver"
-
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
-IUSE=""
-
-RDEPEND=">=x11-libs/libdrm-2.4.36[video_cards_radeon]"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-	# disable XAA to allow building against >=xorg-server-1.12.99.902, bug #428094
-	sed -i '/USE_XAA, 1/d' configure.ac || die
-	xorg-2_src_prepare
-}
-
-pkg_setup() {
-	xorg-2_pkg_setup
-	XORG_CONFIGURE_OPTIONS=(
-		--enable-dri
-		--enable-kms
-		--enable-exa
-	)
-}


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2016-11-17 10:48 Agostino Sarubbo
  0 siblings, 0 replies; 86+ messages in thread
From: Agostino Sarubbo @ 2016-11-17 10:48 UTC (permalink / raw
  To: gentoo-commits

commit:     6e0cdaf88cbc5539e74a8208aa012e19b0e80587
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 17 10:46:47 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Nov 17 10:46:47 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e0cdaf8

x11-drivers/xf86-video-ati: ppc stable wrt bug #579266

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

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

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-7.7.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-7.7.0.ebuild
index 6be8316..b12522a 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-7.7.0.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-7.7.0.ebuild
@@ -10,7 +10,7 @@ inherit linux-info xorg-2
 DESCRIPTION="ATI video driver"
 HOMEPAGE="http://www.x.org/wiki/ati/"
 
-KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 ia64 ppc ~ppc64 ~sparc x86 ~amd64-fbsd"
 IUSE="+glamor udev"
 
 RDEPEND=">=x11-libs/libdrm-2.4.58[video_cards_radeon]


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2016-11-16 10:44 Agostino Sarubbo
  0 siblings, 0 replies; 86+ messages in thread
From: Agostino Sarubbo @ 2016-11-16 10:44 UTC (permalink / raw
  To: gentoo-commits

commit:     62460f80b3dd1324e0235dd29a76dac308a80331
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 16 10:43:03 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Nov 16 10:43:03 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62460f80

x11-drivers/xf86-video-ati: ia64 stable wrt bug #579266

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

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

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-7.7.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-7.7.0.ebuild
index 3668c7a..6be8316 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-7.7.0.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-7.7.0.ebuild
@@ -10,7 +10,7 @@ inherit linux-info xorg-2
 DESCRIPTION="ATI video driver"
 HOMEPAGE="http://www.x.org/wiki/ati/"
 
-KEYWORDS="alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd"
 IUSE="+glamor udev"
 
 RDEPEND=">=x11-libs/libdrm-2.4.58[video_cards_radeon]


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2016-09-22 15:55 Tobias Klausmann
  0 siblings, 0 replies; 86+ messages in thread
From: Tobias Klausmann @ 2016-09-22 15:55 UTC (permalink / raw
  To: gentoo-commits

commit:     7c6aac1d24d7338b648b96c7e8ff32255fb7ca9b
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 22 15:54:08 2016 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Thu Sep 22 15:55:05 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c6aac1d

x11-drivers/xf86-video-ati-7.7.0-r0: add alpha keyword

Gentoo-Bug: 579266

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

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-7.7.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-7.7.0.ebuild
index 1c35449..3668c7a 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-7.7.0.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-7.7.0.ebuild
@@ -10,7 +10,7 @@ inherit linux-info xorg-2
 DESCRIPTION="ATI video driver"
 HOMEPAGE="http://www.x.org/wiki/ati/"
 
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd"
 IUSE="+glamor udev"
 
 RDEPEND=">=x11-libs/libdrm-2.4.58[video_cards_radeon]


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2016-09-17 11:14 Pacho Ramos
  0 siblings, 0 replies; 86+ messages in thread
From: Pacho Ramos @ 2016-09-17 11:14 UTC (permalink / raw
  To: gentoo-commits

commit:     f982384f84754ef955bf10507f66caf690a44f0b
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 17 11:10:04 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Sep 17 11:10:04 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f982384f

x11-drivers/xf86-video-ati: amd64 stable, bug 579266

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"

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

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-7.7.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-7.7.0.ebuild
index 08d3308..1c35449 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-7.7.0.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-7.7.0.ebuild
@@ -10,7 +10,7 @@ inherit linux-info xorg-2
 DESCRIPTION="ATI video driver"
 HOMEPAGE="http://www.x.org/wiki/ati/"
 
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd"
 IUSE="+glamor udev"
 
 RDEPEND=">=x11-libs/libdrm-2.4.58[video_cards_radeon]


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2016-09-17 10:49 Pacho Ramos
  0 siblings, 0 replies; 86+ messages in thread
From: Pacho Ramos @ 2016-09-17 10:49 UTC (permalink / raw
  To: gentoo-commits

commit:     76174d5901f5e57f1a55b000172856e4eaf4856b
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 17 10:44:21 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Sep 17 10:44:21 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76174d59

x11-drivers/xf86-video-ati: x86 stable, bug 579266

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"

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

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-7.7.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-7.7.0.ebuild
index b56347c..08d3308 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-7.7.0.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-7.7.0.ebuild
@@ -10,7 +10,7 @@ inherit linux-info xorg-2
 DESCRIPTION="ATI video driver"
 HOMEPAGE="http://www.x.org/wiki/ati/"
 
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd"
 IUSE="+glamor udev"
 
 RDEPEND=">=x11-libs/libdrm-2.4.58[video_cards_radeon]


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2016-09-17  1:23 Manuel Rüger
  0 siblings, 0 replies; 86+ messages in thread
From: Manuel Rüger @ 2016-09-17  1:23 UTC (permalink / raw
  To: gentoo-commits

commit:     9313d7698b2eebdc4412e9f5253d522155d5833d
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 17 01:23:40 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Sep 17 01:23:40 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9313d769

x11-drivers/xf86-video-ati: Version bump to 7.7.1

Package-Manager: portage-2.3.0

 x11-drivers/xf86-video-ati/Manifest                |  1 +
 .../xf86-video-ati/xf86-video-ati-7.7.1.ebuild     | 46 ++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/x11-drivers/xf86-video-ati/Manifest b/x11-drivers/xf86-video-ati/Manifest
index b4b8a03..6a30c1b 100644
--- a/x11-drivers/xf86-video-ati/Manifest
+++ b/x11-drivers/xf86-video-ati/Manifest
@@ -2,3 +2,4 @@ DIST xf86-video-ati-6.14.6.tar.bz2 1139495 SHA256 aa5286b3e4f0187d7df14785c06dd8
 DIST xf86-video-ati-7.5.0.tar.bz2 809756 SHA256 ec3e6f06b6cf9a40c72aafa3448aae8b034c80b37410ca9442d5cf6806e07936 SHA512 51ea3934285c579314614e336cee0d5c079a466cdc94f2c8649d9499515af3dfb37a7ac87ed69c6dbf6befa5bfca27f8305bbc028ff722e2f87143da5f101f7c WHIRLPOOL ba132708f423cebde7398cc6c9c18334a544ebaef4a60104ea27abeb4afa4a01b9a3dffa00c89e01a6cbf858cc410041d102c8327bc2167ebca5e941d4463f23
 DIST xf86-video-ati-7.6.1.tar.bz2 823043 SHA256 2516d9eeb8da8bcd3a01365ed1314919777910fa904ab268af342b5693e1d34c SHA512 b829b1db2088161a2486f396a9b36afd6fbbc765fb495450fb1c2de33951e6270c7ef6665c8275c66dfc6509af71b9882c342d236fc0537ff0dde117683c4891 WHIRLPOOL 91787a77590fbbf30b73fd1c4f7e427ea3eee25b4ba16f52ae2d9d0967b596b33a2bb04bbc8edc83baf48db6cabb459cf81b43da644dd0c1ee415fc650105ffc
 DIST xf86-video-ati-7.7.0.tar.bz2 836902 SHA256 844d1c577b145c90dc8ef027678f0c27f554363f782cd696a3aea26415b2c1c3 SHA512 002ae681c35c8293d7b11b1fe7ec7fad569a18bcb2091ae54e682de3878ffc681780d802a450f51cf4bcb81a7f137fb6b1c739c467e8f15f4ab8640fb2e472df WHIRLPOOL 69552ee1d715eaf9c0f65da15aa7d0cc1a2a2befe1d8c098b7a8ead11e7201c90b39a9e87811d59026af335532be2da62fe0deb784f8c8c509addcdaf33a5414
+DIST xf86-video-ati-7.7.1.tar.bz2 837869 SHA256 00a58588db62ee309095c5c5920bbd248d965e8627f88affe68a73b18865078d SHA512 d8d05b59165cf835231694f190d7fd35d30e28f155d54a537b6ef4c6e60b15099a10d9f2ba4bd13ad9773248a7c3e8099703750129d758cb9c4478ec52d5a1ad WHIRLPOOL 02f8bb7d070042065fdacc4affdb9a1aaef59a827f4feecd590df011e629887a60427ad51d49aa6195118c9520e239e76c393986fb50e8d54afc39ad17c09e72

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-7.7.1.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-7.7.1.ebuild
new file mode 100644
index 00000000..b56347c
--- /dev/null
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-7.7.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2016 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"
+HOMEPAGE="http://www.x.org/wiki/ati/"
+
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
+IUSE="+glamor udev"
+
+RDEPEND=">=x11-libs/libdrm-2.4.58[video_cards_radeon]
+	>=x11-libs/libpciaccess-0.8.0
+	glamor? ( x11-base/xorg-server[glamor] )
+	udev? ( virtual/udev )"
+DEPEND="${RDEPEND}
+	x11-proto/fontsproto
+	x11-proto/randrproto
+	x11-proto/renderproto
+	x11-proto/videoproto
+	x11-proto/xextproto
+	x11-proto/xf86driproto
+	x11-proto/xproto"
+
+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
+}


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2016-04-07 18:22 Manuel Rüger
  0 siblings, 0 replies; 86+ messages in thread
From: Manuel Rüger @ 2016-04-07 18:22 UTC (permalink / raw
  To: gentoo-commits

commit:     b2cd4598fa3308b4056b830a6132382da628a162
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  7 18:20:40 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Apr  7 18:21:07 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2cd4598

x11-drivers/xf86-video-ati: Version bump to 7.7.0

Package-Manager: portage-2.2.28

 x11-drivers/xf86-video-ati/Manifest                |  1 +
 .../xf86-video-ati/xf86-video-ati-7.7.0.ebuild     | 46 ++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/x11-drivers/xf86-video-ati/Manifest b/x11-drivers/xf86-video-ati/Manifest
index d94a9d4..b3fa42c 100644
--- a/x11-drivers/xf86-video-ati/Manifest
+++ b/x11-drivers/xf86-video-ati/Manifest
@@ -3,3 +3,4 @@ DIST xf86-video-ati-7.5.0.tar.bz2 809756 SHA256 ec3e6f06b6cf9a40c72aafa3448aae8b
 DIST xf86-video-ati-7.6.1.tar.bz2 823043 SHA256 2516d9eeb8da8bcd3a01365ed1314919777910fa904ab268af342b5693e1d34c SHA512 b829b1db2088161a2486f396a9b36afd6fbbc765fb495450fb1c2de33951e6270c7ef6665c8275c66dfc6509af71b9882c342d236fc0537ff0dde117683c4891 WHIRLPOOL 91787a77590fbbf30b73fd1c4f7e427ea3eee25b4ba16f52ae2d9d0967b596b33a2bb04bbc8edc83baf48db6cabb459cf81b43da644dd0c1ee415fc650105ffc
 DIST xf86-video-ati-7.6.1_p20160324.tar.xz 224552 SHA256 33d9aa1c81a7f1f70d82b161c3c1bcb70f75c243bcd757fa72098238ff3f76ed SHA512 9b3e8fc53e664cfef6620a3c7fbba0c77489fc745b280523973ab0c3d486b94954924b4be5d96e0f2f44b020e36a888d3cd4f915b28a184b359f4cccedde2812 WHIRLPOOL bc8f86b5f10dbc0df9a536088619e69434416dda2bc29a3e64cc6c0f72e77fd0890cd263feb5ad47475e3cc43250fa81b9e3495b37c715c1405e022be067d29b
 DIST xf86-video-ati-7.6.1_p20160401.tar.xz 224876 SHA256 51ce0d1bb58fd96789de4f184d560bb1da3d91f20ed049f29ca89c3664e1f51a SHA512 625570350b3519b7b0e562f11bf6162e8c9a45b3277f7789d0a5f805f04e22a2f7fa786f74223be40e9ee92c584016bafc9efbec52dae841f2bb2f0eafbb85df WHIRLPOOL 8906a40b90fe8023fe01dad79ef4746932156c1d89816ecfbfe8777b19fdc57872e57331016b23a1ce99495b1fe33b0cf9bed909786d6cd414666d5cf2999dfd
+DIST xf86-video-ati-7.7.0.tar.bz2 836902 SHA256 844d1c577b145c90dc8ef027678f0c27f554363f782cd696a3aea26415b2c1c3 SHA512 002ae681c35c8293d7b11b1fe7ec7fad569a18bcb2091ae54e682de3878ffc681780d802a450f51cf4bcb81a7f137fb6b1c739c467e8f15f4ab8640fb2e472df WHIRLPOOL 69552ee1d715eaf9c0f65da15aa7d0cc1a2a2befe1d8c098b7a8ead11e7201c90b39a9e87811d59026af335532be2da62fe0deb784f8c8c509addcdaf33a5414

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-7.7.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-7.7.0.ebuild
new file mode 100644
index 0000000..b56347c
--- /dev/null
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-7.7.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2016 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"
+HOMEPAGE="http://www.x.org/wiki/ati/"
+
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
+IUSE="+glamor udev"
+
+RDEPEND=">=x11-libs/libdrm-2.4.58[video_cards_radeon]
+	>=x11-libs/libpciaccess-0.8.0
+	glamor? ( x11-base/xorg-server[glamor] )
+	udev? ( virtual/udev )"
+DEPEND="${RDEPEND}
+	x11-proto/fontsproto
+	x11-proto/randrproto
+	x11-proto/renderproto
+	x11-proto/videoproto
+	x11-proto/xextproto
+	x11-proto/xf86driproto
+	x11-proto/xproto"
+
+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
+}


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2016-04-07 18:22 Manuel Rüger
  0 siblings, 0 replies; 86+ messages in thread
From: Manuel Rüger @ 2016-04-07 18:22 UTC (permalink / raw
  To: gentoo-commits

commit:     a991f3574d59a8a07aeef2c1c66050f3993e3574
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  7 18:21:53 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Apr  7 18:21:53 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a991f357

x11-drivers/xf86-video-ati: Remove old

Package-Manager: portage-2.2.28

 x11-drivers/xf86-video-ati/Manifest                |  2 -
 .../xf86-video-ati-7.6.1_p20160324.ebuild          | 51 ----------------------
 .../xf86-video-ati-7.6.1_p20160401.ebuild          | 51 ----------------------
 3 files changed, 104 deletions(-)

diff --git a/x11-drivers/xf86-video-ati/Manifest b/x11-drivers/xf86-video-ati/Manifest
index b3fa42c..b4b8a03 100644
--- a/x11-drivers/xf86-video-ati/Manifest
+++ b/x11-drivers/xf86-video-ati/Manifest
@@ -1,6 +1,4 @@
 DIST xf86-video-ati-6.14.6.tar.bz2 1139495 SHA256 aa5286b3e4f0187d7df14785c06dd800255d9405205dbf061da5d77df86bec36 SHA512 7ed64bb3596703f7c575aec37a6918bac251819fe638acc66a29aab7648d8a81dedd8d416f970faa1f757fa8e9e3ccdc43e4499d06271cc2751288040d1d957e WHIRLPOOL 9b72e873c3108daeb10cfc68523eb9bc2c12f5525096f9a2639a7dbeb58fd2912b474b8820172ffc9351458d2e046b43e0d064bb4f4189bb99b06a995f3204e8
 DIST xf86-video-ati-7.5.0.tar.bz2 809756 SHA256 ec3e6f06b6cf9a40c72aafa3448aae8b034c80b37410ca9442d5cf6806e07936 SHA512 51ea3934285c579314614e336cee0d5c079a466cdc94f2c8649d9499515af3dfb37a7ac87ed69c6dbf6befa5bfca27f8305bbc028ff722e2f87143da5f101f7c WHIRLPOOL ba132708f423cebde7398cc6c9c18334a544ebaef4a60104ea27abeb4afa4a01b9a3dffa00c89e01a6cbf858cc410041d102c8327bc2167ebca5e941d4463f23
 DIST xf86-video-ati-7.6.1.tar.bz2 823043 SHA256 2516d9eeb8da8bcd3a01365ed1314919777910fa904ab268af342b5693e1d34c SHA512 b829b1db2088161a2486f396a9b36afd6fbbc765fb495450fb1c2de33951e6270c7ef6665c8275c66dfc6509af71b9882c342d236fc0537ff0dde117683c4891 WHIRLPOOL 91787a77590fbbf30b73fd1c4f7e427ea3eee25b4ba16f52ae2d9d0967b596b33a2bb04bbc8edc83baf48db6cabb459cf81b43da644dd0c1ee415fc650105ffc
-DIST xf86-video-ati-7.6.1_p20160324.tar.xz 224552 SHA256 33d9aa1c81a7f1f70d82b161c3c1bcb70f75c243bcd757fa72098238ff3f76ed SHA512 9b3e8fc53e664cfef6620a3c7fbba0c77489fc745b280523973ab0c3d486b94954924b4be5d96e0f2f44b020e36a888d3cd4f915b28a184b359f4cccedde2812 WHIRLPOOL bc8f86b5f10dbc0df9a536088619e69434416dda2bc29a3e64cc6c0f72e77fd0890cd263feb5ad47475e3cc43250fa81b9e3495b37c715c1405e022be067d29b
-DIST xf86-video-ati-7.6.1_p20160401.tar.xz 224876 SHA256 51ce0d1bb58fd96789de4f184d560bb1da3d91f20ed049f29ca89c3664e1f51a SHA512 625570350b3519b7b0e562f11bf6162e8c9a45b3277f7789d0a5f805f04e22a2f7fa786f74223be40e9ee92c584016bafc9efbec52dae841f2bb2f0eafbb85df WHIRLPOOL 8906a40b90fe8023fe01dad79ef4746932156c1d89816ecfbfe8777b19fdc57872e57331016b23a1ce99495b1fe33b0cf9bed909786d6cd414666d5cf2999dfd
 DIST xf86-video-ati-7.7.0.tar.bz2 836902 SHA256 844d1c577b145c90dc8ef027678f0c27f554363f782cd696a3aea26415b2c1c3 SHA512 002ae681c35c8293d7b11b1fe7ec7fad569a18bcb2091ae54e682de3878ffc681780d802a450f51cf4bcb81a7f137fb6b1c739c467e8f15f4ab8640fb2e472df WHIRLPOOL 69552ee1d715eaf9c0f65da15aa7d0cc1a2a2befe1d8c098b7a8ead11e7201c90b39a9e87811d59026af335532be2da62fe0deb784f8c8c509addcdaf33a5414

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-7.6.1_p20160324.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-7.6.1_p20160324.ebuild
deleted file mode 100644
index 21b4ffe..0000000
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-7.6.1_p20160324.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-XORG_DRI=always
-XORG_EAUTORECONF=yes
-inherit linux-info xorg-2
-
-DESCRIPTION="ATI video driver"
-HOMEPAGE="http://www.x.org/wiki/ati/"
-
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
-IUSE="+glamor udev"
-COMMIT_ID="8a6cd4bda05b9569b3dd0a5a75b2cc385b9ecba9"
-SRC_URI="http://cgit.freedesktop.org/xorg/driver/xf86-video-ati/snapshot/${COMMIT_ID}.tar.xz -> ${P}.tar.xz"
-
-S=${WORKDIR}/${COMMIT_ID}
-
-RDEPEND=">=x11-libs/libdrm-2.4.58[video_cards_radeon]
-	>=x11-libs/libpciaccess-0.8.0
-	glamor? ( x11-base/xorg-server[glamor] )
-	udev? ( virtual/udev )"
-DEPEND="${RDEPEND}
-	x11-proto/fontsproto
-	x11-proto/randrproto
-	x11-proto/renderproto
-	x11-proto/videoproto
-	x11-proto/xextproto
-	x11-proto/xf86driproto
-	x11-proto/xproto"
-
-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
-}

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-7.6.1_p20160401.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-7.6.1_p20160401.ebuild
deleted file mode 100644
index 1058c6d..0000000
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-7.6.1_p20160401.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-XORG_DRI=always
-XORG_EAUTORECONF=yes
-inherit linux-info xorg-2
-
-DESCRIPTION="ATI video driver"
-HOMEPAGE="http://www.x.org/wiki/ati/"
-
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
-IUSE="+glamor udev"
-COMMIT_ID="4693b1bd5b5c381e8b7b68a6f7f0c6696d6a68df"
-SRC_URI="http://cgit.freedesktop.org/xorg/driver/xf86-video-ati/snapshot/${COMMIT_ID}.tar.xz -> ${P}.tar.xz"
-
-S=${WORKDIR}/${COMMIT_ID}
-
-RDEPEND=">=x11-libs/libdrm-2.4.58[video_cards_radeon]
-	>=x11-libs/libpciaccess-0.8.0
-	glamor? ( x11-base/xorg-server[glamor] )
-	udev? ( virtual/udev )"
-DEPEND="${RDEPEND}
-	x11-proto/fontsproto
-	x11-proto/randrproto
-	x11-proto/renderproto
-	x11-proto/videoproto
-	x11-proto/xextproto
-	x11-proto/xf86driproto
-	x11-proto/xproto"
-
-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
-}


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2016-04-03 20:29 Manuel Rüger
  0 siblings, 0 replies; 86+ messages in thread
From: Manuel Rüger @ 2016-04-03 20:29 UTC (permalink / raw
  To: gentoo-commits

commit:     2d999cfa145aa0563a170aaf0512ba3a81f1d126
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  3 20:28:51 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Apr  3 20:29:07 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d999cfa

x11-drivers/xf86-video-ati: Remove old

Package-Manager: portage-2.2.28

 x11-drivers/xf86-video-ati/Manifest                |  2 --
 .../xf86-video-ati/xf86-video-ati-7.3.0.ebuild     | 37 --------------------
 .../xf86-video-ati/xf86-video-ati-7.4.0.ebuild     | 40 ----------------------
 3 files changed, 79 deletions(-)

diff --git a/x11-drivers/xf86-video-ati/Manifest b/x11-drivers/xf86-video-ati/Manifest
index 5d4393d..d94a9d4 100644
--- a/x11-drivers/xf86-video-ati/Manifest
+++ b/x11-drivers/xf86-video-ati/Manifest
@@ -1,6 +1,4 @@
 DIST xf86-video-ati-6.14.6.tar.bz2 1139495 SHA256 aa5286b3e4f0187d7df14785c06dd800255d9405205dbf061da5d77df86bec36 SHA512 7ed64bb3596703f7c575aec37a6918bac251819fe638acc66a29aab7648d8a81dedd8d416f970faa1f757fa8e9e3ccdc43e4499d06271cc2751288040d1d957e WHIRLPOOL 9b72e873c3108daeb10cfc68523eb9bc2c12f5525096f9a2639a7dbeb58fd2912b474b8820172ffc9351458d2e046b43e0d064bb4f4189bb99b06a995f3204e8
-DIST xf86-video-ati-7.3.0.tar.bz2 816346 SHA256 107c072c4919a996e04f47afdb53d5946a3ad574f270b8c560ef8b3a032046fe SHA512 185fd0714cae2b5fd29be201dd272f58964303c1bd3e006bfd85e7b260afc0787ee4eb3954fb8452e8876f0094ac8b0be67ebeb29e1b768937afeeecdad3dc32 WHIRLPOOL f70b29c585f4b51aa487173a14050a0bd5772143884d3bc3ef5be00fd3701a4c95ea83079ac045f3c215a0f1c41d8cc83f0db60a151da9b624c4808efbcac19e
-DIST xf86-video-ati-7.4.0.tar.bz2 832763 SHA256 96230ca9859a2a3e347b7f37597b7b344e80b83f378d3a8463ab1ceb69df76d9 SHA512 94f3620972f21dab3c4ead8d18dcd0333903fe820b647f86a0e6efe4edb712ec0450a1cfd32b1ff51ab803ae76aaa889fc8c8cad7b6c52a3b51462c780111458 WHIRLPOOL 7bd0e6d98db97d4fa282e975826aab2e6ade9ce9bdbb958df41f0961a62fc7f78c18755ec10bc1665a80e24db890ca5d9cacbeba19eb70a53a226133e7817044
 DIST xf86-video-ati-7.5.0.tar.bz2 809756 SHA256 ec3e6f06b6cf9a40c72aafa3448aae8b034c80b37410ca9442d5cf6806e07936 SHA512 51ea3934285c579314614e336cee0d5c079a466cdc94f2c8649d9499515af3dfb37a7ac87ed69c6dbf6befa5bfca27f8305bbc028ff722e2f87143da5f101f7c WHIRLPOOL ba132708f423cebde7398cc6c9c18334a544ebaef4a60104ea27abeb4afa4a01b9a3dffa00c89e01a6cbf858cc410041d102c8327bc2167ebca5e941d4463f23
 DIST xf86-video-ati-7.6.1.tar.bz2 823043 SHA256 2516d9eeb8da8bcd3a01365ed1314919777910fa904ab268af342b5693e1d34c SHA512 b829b1db2088161a2486f396a9b36afd6fbbc765fb495450fb1c2de33951e6270c7ef6665c8275c66dfc6509af71b9882c342d236fc0537ff0dde117683c4891 WHIRLPOOL 91787a77590fbbf30b73fd1c4f7e427ea3eee25b4ba16f52ae2d9d0967b596b33a2bb04bbc8edc83baf48db6cabb459cf81b43da644dd0c1ee415fc650105ffc
 DIST xf86-video-ati-7.6.1_p20160324.tar.xz 224552 SHA256 33d9aa1c81a7f1f70d82b161c3c1bcb70f75c243bcd757fa72098238ff3f76ed SHA512 9b3e8fc53e664cfef6620a3c7fbba0c77489fc745b280523973ab0c3d486b94954924b4be5d96e0f2f44b020e36a888d3cd4f915b28a184b359f4cccedde2812 WHIRLPOOL bc8f86b5f10dbc0df9a536088619e69434416dda2bc29a3e64cc6c0f72e77fd0890cd263feb5ad47475e3cc43250fa81b9e3495b37c715c1405e022be067d29b

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-7.3.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-7.3.0.ebuild
deleted file mode 100644
index e90ba62..0000000
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-7.3.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 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"
-IUSE="+glamor udev"
-
-RDEPEND=">=x11-libs/libdrm-2.4.46[video_cards_radeon]
-	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
-}

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-7.4.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-7.4.0.ebuild
deleted file mode 100644
index c1f0608..0000000
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-7.4.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2014 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"
-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
-}


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2016-04-03 20:29 Manuel Rüger
  0 siblings, 0 replies; 86+ messages in thread
From: Manuel Rüger @ 2016-04-03 20:29 UTC (permalink / raw
  To: gentoo-commits

commit:     c5392957a034f7b636ded2b9dcbcaa0e4c4868f1
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  3 20:28:05 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Apr  3 20:29:07 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5392957

x11-drivers/xf86-video-ati: Update snapshot

Package-Manager: portage-2.2.28

 x11-drivers/xf86-video-ati/Manifest                |  1 +
 .../xf86-video-ati-7.6.1_p20160401.ebuild          | 51 ++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/x11-drivers/xf86-video-ati/Manifest b/x11-drivers/xf86-video-ati/Manifest
index f4b26b4..5d4393d 100644
--- a/x11-drivers/xf86-video-ati/Manifest
+++ b/x11-drivers/xf86-video-ati/Manifest
@@ -4,3 +4,4 @@ DIST xf86-video-ati-7.4.0.tar.bz2 832763 SHA256 96230ca9859a2a3e347b7f37597b7b34
 DIST xf86-video-ati-7.5.0.tar.bz2 809756 SHA256 ec3e6f06b6cf9a40c72aafa3448aae8b034c80b37410ca9442d5cf6806e07936 SHA512 51ea3934285c579314614e336cee0d5c079a466cdc94f2c8649d9499515af3dfb37a7ac87ed69c6dbf6befa5bfca27f8305bbc028ff722e2f87143da5f101f7c WHIRLPOOL ba132708f423cebde7398cc6c9c18334a544ebaef4a60104ea27abeb4afa4a01b9a3dffa00c89e01a6cbf858cc410041d102c8327bc2167ebca5e941d4463f23
 DIST xf86-video-ati-7.6.1.tar.bz2 823043 SHA256 2516d9eeb8da8bcd3a01365ed1314919777910fa904ab268af342b5693e1d34c SHA512 b829b1db2088161a2486f396a9b36afd6fbbc765fb495450fb1c2de33951e6270c7ef6665c8275c66dfc6509af71b9882c342d236fc0537ff0dde117683c4891 WHIRLPOOL 91787a77590fbbf30b73fd1c4f7e427ea3eee25b4ba16f52ae2d9d0967b596b33a2bb04bbc8edc83baf48db6cabb459cf81b43da644dd0c1ee415fc650105ffc
 DIST xf86-video-ati-7.6.1_p20160324.tar.xz 224552 SHA256 33d9aa1c81a7f1f70d82b161c3c1bcb70f75c243bcd757fa72098238ff3f76ed SHA512 9b3e8fc53e664cfef6620a3c7fbba0c77489fc745b280523973ab0c3d486b94954924b4be5d96e0f2f44b020e36a888d3cd4f915b28a184b359f4cccedde2812 WHIRLPOOL bc8f86b5f10dbc0df9a536088619e69434416dda2bc29a3e64cc6c0f72e77fd0890cd263feb5ad47475e3cc43250fa81b9e3495b37c715c1405e022be067d29b
+DIST xf86-video-ati-7.6.1_p20160401.tar.xz 224876 SHA256 51ce0d1bb58fd96789de4f184d560bb1da3d91f20ed049f29ca89c3664e1f51a SHA512 625570350b3519b7b0e562f11bf6162e8c9a45b3277f7789d0a5f805f04e22a2f7fa786f74223be40e9ee92c584016bafc9efbec52dae841f2bb2f0eafbb85df WHIRLPOOL 8906a40b90fe8023fe01dad79ef4746932156c1d89816ecfbfe8777b19fdc57872e57331016b23a1ce99495b1fe33b0cf9bed909786d6cd414666d5cf2999dfd

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-7.6.1_p20160401.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-7.6.1_p20160401.ebuild
new file mode 100644
index 0000000..1058c6d
--- /dev/null
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-7.6.1_p20160401.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+XORG_DRI=always
+XORG_EAUTORECONF=yes
+inherit linux-info xorg-2
+
+DESCRIPTION="ATI video driver"
+HOMEPAGE="http://www.x.org/wiki/ati/"
+
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
+IUSE="+glamor udev"
+COMMIT_ID="4693b1bd5b5c381e8b7b68a6f7f0c6696d6a68df"
+SRC_URI="http://cgit.freedesktop.org/xorg/driver/xf86-video-ati/snapshot/${COMMIT_ID}.tar.xz -> ${P}.tar.xz"
+
+S=${WORKDIR}/${COMMIT_ID}
+
+RDEPEND=">=x11-libs/libdrm-2.4.58[video_cards_radeon]
+	>=x11-libs/libpciaccess-0.8.0
+	glamor? ( x11-base/xorg-server[glamor] )
+	udev? ( virtual/udev )"
+DEPEND="${RDEPEND}
+	x11-proto/fontsproto
+	x11-proto/randrproto
+	x11-proto/renderproto
+	x11-proto/videoproto
+	x11-proto/xextproto
+	x11-proto/xf86driproto
+	x11-proto/xproto"
+
+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
+}


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2016-03-25 19:52 Manuel Rüger
  0 siblings, 0 replies; 86+ messages in thread
From: Manuel Rüger @ 2016-03-25 19:52 UTC (permalink / raw
  To: gentoo-commits

commit:     25a88a4eee4567ec9019bc57a6227586a64b584b
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 25 19:52:01 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri Mar 25 19:52:01 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25a88a4e

x11-drivers/xf86-video-ati: Add snapshot

Package-Manager: portage-2.2.28

 x11-drivers/xf86-video-ati/Manifest                |  1 +
 .../xf86-video-ati-7.6.1_p20160324.ebuild          | 51 ++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/x11-drivers/xf86-video-ati/Manifest b/x11-drivers/xf86-video-ati/Manifest
index c535968..f4b26b4 100644
--- a/x11-drivers/xf86-video-ati/Manifest
+++ b/x11-drivers/xf86-video-ati/Manifest
@@ -3,3 +3,4 @@ DIST xf86-video-ati-7.3.0.tar.bz2 816346 SHA256 107c072c4919a996e04f47afdb53d594
 DIST xf86-video-ati-7.4.0.tar.bz2 832763 SHA256 96230ca9859a2a3e347b7f37597b7b344e80b83f378d3a8463ab1ceb69df76d9 SHA512 94f3620972f21dab3c4ead8d18dcd0333903fe820b647f86a0e6efe4edb712ec0450a1cfd32b1ff51ab803ae76aaa889fc8c8cad7b6c52a3b51462c780111458 WHIRLPOOL 7bd0e6d98db97d4fa282e975826aab2e6ade9ce9bdbb958df41f0961a62fc7f78c18755ec10bc1665a80e24db890ca5d9cacbeba19eb70a53a226133e7817044
 DIST xf86-video-ati-7.5.0.tar.bz2 809756 SHA256 ec3e6f06b6cf9a40c72aafa3448aae8b034c80b37410ca9442d5cf6806e07936 SHA512 51ea3934285c579314614e336cee0d5c079a466cdc94f2c8649d9499515af3dfb37a7ac87ed69c6dbf6befa5bfca27f8305bbc028ff722e2f87143da5f101f7c WHIRLPOOL ba132708f423cebde7398cc6c9c18334a544ebaef4a60104ea27abeb4afa4a01b9a3dffa00c89e01a6cbf858cc410041d102c8327bc2167ebca5e941d4463f23
 DIST xf86-video-ati-7.6.1.tar.bz2 823043 SHA256 2516d9eeb8da8bcd3a01365ed1314919777910fa904ab268af342b5693e1d34c SHA512 b829b1db2088161a2486f396a9b36afd6fbbc765fb495450fb1c2de33951e6270c7ef6665c8275c66dfc6509af71b9882c342d236fc0537ff0dde117683c4891 WHIRLPOOL 91787a77590fbbf30b73fd1c4f7e427ea3eee25b4ba16f52ae2d9d0967b596b33a2bb04bbc8edc83baf48db6cabb459cf81b43da644dd0c1ee415fc650105ffc
+DIST xf86-video-ati-7.6.1_p20160324.tar.xz 224552 SHA256 33d9aa1c81a7f1f70d82b161c3c1bcb70f75c243bcd757fa72098238ff3f76ed SHA512 9b3e8fc53e664cfef6620a3c7fbba0c77489fc745b280523973ab0c3d486b94954924b4be5d96e0f2f44b020e36a888d3cd4f915b28a184b359f4cccedde2812 WHIRLPOOL bc8f86b5f10dbc0df9a536088619e69434416dda2bc29a3e64cc6c0f72e77fd0890cd263feb5ad47475e3cc43250fa81b9e3495b37c715c1405e022be067d29b

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-7.6.1_p20160324.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-7.6.1_p20160324.ebuild
new file mode 100644
index 0000000..21b4ffe
--- /dev/null
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-7.6.1_p20160324.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+XORG_DRI=always
+XORG_EAUTORECONF=yes
+inherit linux-info xorg-2
+
+DESCRIPTION="ATI video driver"
+HOMEPAGE="http://www.x.org/wiki/ati/"
+
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
+IUSE="+glamor udev"
+COMMIT_ID="8a6cd4bda05b9569b3dd0a5a75b2cc385b9ecba9"
+SRC_URI="http://cgit.freedesktop.org/xorg/driver/xf86-video-ati/snapshot/${COMMIT_ID}.tar.xz -> ${P}.tar.xz"
+
+S=${WORKDIR}/${COMMIT_ID}
+
+RDEPEND=">=x11-libs/libdrm-2.4.58[video_cards_radeon]
+	>=x11-libs/libpciaccess-0.8.0
+	glamor? ( x11-base/xorg-server[glamor] )
+	udev? ( virtual/udev )"
+DEPEND="${RDEPEND}
+	x11-proto/fontsproto
+	x11-proto/randrproto
+	x11-proto/renderproto
+	x11-proto/videoproto
+	x11-proto/xextproto
+	x11-proto/xf86driproto
+	x11-proto/xproto"
+
+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
+}


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2015-11-12  5:36 Matt Turner
  0 siblings, 0 replies; 86+ messages in thread
From: Matt Turner @ 2015-11-12  5:36 UTC (permalink / raw
  To: gentoo-commits

commit:     82d42b0206c8c7c9e6639231c1d995a39df90241
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 12 05:37:01 2015 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Nov 12 05:37:01 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82d42b02

x11-drivers/xf86-video-ati: Version bump to 7.6.1.

Package-Manager: portage-2.2.20.1

 x11-drivers/xf86-video-ati/Manifest                |  1 +
 .../xf86-video-ati/xf86-video-ati-7.6.1.ebuild     | 49 ++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/x11-drivers/xf86-video-ati/Manifest b/x11-drivers/xf86-video-ati/Manifest
index 7d030a4..c535968 100644
--- a/x11-drivers/xf86-video-ati/Manifest
+++ b/x11-drivers/xf86-video-ati/Manifest
@@ -2,3 +2,4 @@ DIST xf86-video-ati-6.14.6.tar.bz2 1139495 SHA256 aa5286b3e4f0187d7df14785c06dd8
 DIST xf86-video-ati-7.3.0.tar.bz2 816346 SHA256 107c072c4919a996e04f47afdb53d5946a3ad574f270b8c560ef8b3a032046fe SHA512 185fd0714cae2b5fd29be201dd272f58964303c1bd3e006bfd85e7b260afc0787ee4eb3954fb8452e8876f0094ac8b0be67ebeb29e1b768937afeeecdad3dc32 WHIRLPOOL f70b29c585f4b51aa487173a14050a0bd5772143884d3bc3ef5be00fd3701a4c95ea83079ac045f3c215a0f1c41d8cc83f0db60a151da9b624c4808efbcac19e
 DIST xf86-video-ati-7.4.0.tar.bz2 832763 SHA256 96230ca9859a2a3e347b7f37597b7b344e80b83f378d3a8463ab1ceb69df76d9 SHA512 94f3620972f21dab3c4ead8d18dcd0333903fe820b647f86a0e6efe4edb712ec0450a1cfd32b1ff51ab803ae76aaa889fc8c8cad7b6c52a3b51462c780111458 WHIRLPOOL 7bd0e6d98db97d4fa282e975826aab2e6ade9ce9bdbb958df41f0961a62fc7f78c18755ec10bc1665a80e24db890ca5d9cacbeba19eb70a53a226133e7817044
 DIST xf86-video-ati-7.5.0.tar.bz2 809756 SHA256 ec3e6f06b6cf9a40c72aafa3448aae8b034c80b37410ca9442d5cf6806e07936 SHA512 51ea3934285c579314614e336cee0d5c079a466cdc94f2c8649d9499515af3dfb37a7ac87ed69c6dbf6befa5bfca27f8305bbc028ff722e2f87143da5f101f7c WHIRLPOOL ba132708f423cebde7398cc6c9c18334a544ebaef4a60104ea27abeb4afa4a01b9a3dffa00c89e01a6cbf858cc410041d102c8327bc2167ebca5e941d4463f23
+DIST xf86-video-ati-7.6.1.tar.bz2 823043 SHA256 2516d9eeb8da8bcd3a01365ed1314919777910fa904ab268af342b5693e1d34c SHA512 b829b1db2088161a2486f396a9b36afd6fbbc765fb495450fb1c2de33951e6270c7ef6665c8275c66dfc6509af71b9882c342d236fc0537ff0dde117683c4891 WHIRLPOOL 91787a77590fbbf30b73fd1c4f7e427ea3eee25b4ba16f52ae2d9d0967b596b33a2bb04bbc8edc83baf48db6cabb459cf81b43da644dd0c1ee415fc650105ffc

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-7.6.1.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-7.6.1.ebuild
new file mode 100644
index 0000000..a63aa0b
--- /dev/null
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-7.6.1.ebuild
@@ -0,0 +1,49 @@
+# 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"
+HOMEPAGE="http://www.x.org/wiki/ati/"
+
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
+IUSE="+glamor udev"
+
+RDEPEND=">=x11-libs/libdrm-2.4.58[video_cards_radeon]
+	>=x11-libs/libpciaccess-0.8.0
+	glamor? ( || (
+		x11-base/xorg-server[glamor]
+		>=x11-libs/glamor-0.6
+	) )
+	udev? ( virtual/udev )"
+DEPEND="${RDEPEND}
+	x11-proto/fontsproto
+	x11-proto/randrproto
+	x11-proto/renderproto
+	x11-proto/videoproto
+	x11-proto/xextproto
+	x11-proto/xf86driproto
+	x11-proto/xproto"
+
+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
+}


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
@ 2015-10-01 13:18 Chí-Thanh Christopher Nguyễn
  0 siblings, 0 replies; 86+ messages in thread
From: Chí-Thanh Christopher Nguyễn @ 2015-10-01 13:18 UTC (permalink / raw
  To: gentoo-commits

commit:     5f760723dbd0225f28d53cb65ecfe12fbe8e2f1e
Author:     Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  1 13:19:00 2015 +0000
Commit:     Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
CommitDate: Thu Oct  1 13:19:00 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f760723

x11-drivers/xf86-video-ati: keyword ~amd64-fbsd

Package-Manager: portage-2.2.20.1

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

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-7.5.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-7.5.0.ebuild
index 4d6f4d2..5d62124 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-7.5.0.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-7.5.0.ebuild
@@ -10,7 +10,7 @@ inherit linux-info xorg-2
 DESCRIPTION="ATI video driver"
 HOMEPAGE="http://www.x.org/wiki/ati/"
 
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-fbsd"
 IUSE="+glamor udev"
 
 RDEPEND=">=x11-libs/libdrm-2.4.58[video_cards_radeon]


^ permalink raw reply related	[flat|nested] 86+ messages in thread

end of thread, other threads:[~2023-06-03 19:45 UTC | newest]

Thread overview: 86+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-17 14:15 [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/ Matt Turner
  -- strict thread matches above, loose matches on Subject: below --
2023-06-03 19:44 Arthur Zamarin
2023-06-01 17:04 Arthur Zamarin
2023-06-01 16:41 Arthur Zamarin
2023-06-01 16:41 Arthur Zamarin
2023-06-01 16:03 Arthur Zamarin
2023-04-25 18:54 Matt Turner
2023-03-05 11:19 Sam James
2023-03-05 11:19 Sam James
2022-05-25 16:02 WANG Xuerui
2022-05-25 16:02 WANG Xuerui
2022-02-07 19:03 Matt Turner
2022-02-01 21:13 Arthur Zamarin
2022-02-01 20:59 Arthur Zamarin
2022-01-21 12:25 Sam James
2022-01-18 22:16 Jakov Smolić
2022-01-18 22:16 Jakov Smolić
2021-05-02 15:24 Matt Turner
2019-11-26 22:54 Matt Turner
2019-11-22 13:44 Matt Turner
2019-11-20 11:48 Agostino Sarubbo
2019-11-20 11:35 Agostino Sarubbo
2019-11-20 11:21 Agostino Sarubbo
2019-11-18 14:29 Agostino Sarubbo
2019-11-03 22:12 Matt Turner
2019-10-15 18:09 Matt Turner
2019-05-01 20:57 Matt Turner
2019-04-29 19:49 Sergei Trofimovich
2019-04-28  4:21 Matt Turner
2019-04-28  0:48 Matt Turner
2019-04-27 11:52 Mikle Kolyada
2019-04-27  4:29 Aaron Bauman
2019-03-19 19:52 Matt Turner
2019-03-07 18:17 Matt Turner
2019-03-07 18:17 Matt Turner
2019-03-01 20:45 Mart Raudsepp
2018-10-31 22:59 Matt Turner
2018-10-28 23:57 Matt Turner
2018-10-26 20:19 Sergei Trofimovich
2018-10-26  1:56 Matt Turner
2018-10-26  1:55 Matt Turner
2018-10-26  0:52 Thomas Deutschmann
2018-10-25 17:38 Mikle Kolyada
2018-09-14 17:19 Matt Turner
2018-08-08 19:25 Matt Turner
2018-07-27 23:18 Matt Turner
2018-07-27 23:18 Matt Turner
2018-07-17 14:51 Brian Evans
2018-05-27 23:57 Matt Turner
2018-05-12  2:45 Matt Turner
2018-05-08  6:24 Sergei Trofimovich
2018-05-07 19:22 Thomas Deutschmann
2018-05-06 20:45 Matt Turner
2018-05-06 19:40 Sergei Trofimovich
2018-05-06 19:23 Matt Turner
2018-05-06 12:30 Mikle Kolyada
2018-03-15 16:34 Matt Turner
2018-03-06 19:13 Matt Turner
2018-03-06 19:13 Matt Turner
2017-11-24  5:06 Matt Turner
2017-09-08 10:54 Lars Wendler
2017-09-08 10:54 Lars Wendler
2017-06-04 19:20 Tobias Klausmann
2017-06-01  9:13 Agostino Sarubbo
2017-05-31 13:06 Agostino Sarubbo
2017-03-16 10:03 Lars Wendler
2017-03-16 10:03 Lars Wendler
2017-03-10 12:53 Agostino Sarubbo
2017-03-06 15:50 Tobias Klausmann
2017-01-25 12:28 Agostino Sarubbo
2017-01-22 17:20 Agostino Sarubbo
2016-11-17 15:04 Lars Wendler
2016-11-17 15:04 Lars Wendler
2016-11-17 10:48 Agostino Sarubbo
2016-11-16 10:44 Agostino Sarubbo
2016-09-22 15:55 Tobias Klausmann
2016-09-17 11:14 Pacho Ramos
2016-09-17 10:49 Pacho Ramos
2016-09-17  1:23 Manuel Rüger
2016-04-07 18:22 Manuel Rüger
2016-04-07 18:22 Manuel Rüger
2016-04-03 20:29 Manuel Rüger
2016-04-03 20:29 Manuel Rüger
2016-03-25 19:52 Manuel Rüger
2015-11-12  5:36 Matt Turner
2015-10-01 13:18 Chí-Thanh Christopher Nguyễn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox