summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* x11-drivers/xf86-video-amdgpu: Add patch for GCC-10Matt Turner2020-05-012-0/+32
| | | | | Closes: https://bugs.gentoo.org/719950 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-drivers/xf86-video-amdgpu: Drop old versionsMatt Turner2019-11-262-29/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-drivers/xf86-video-amdgpu: x86 stable (bug #700310)Thomas Deutschmann2019-11-261-1/+1
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* x11-drivers/xf86-video-amdgpu: amd64 stable wrt bug #700310Agostino Sarubbo2019-11-181-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* x11-drivers/xf86-video-amdgpu: Update dep for IUSE=glamor removalMatt Turner2019-11-033-3/+3
| | | | | Closes: https://bugs.gentoo.org/698114 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-drivers/xf86-video-amdgpu: Version bump to 19.1.0Matt Turner2019-10-112-0/+29
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-drivers/xf86-video-amdgpu: sync live ebuild keywordsGeorgy Yakovlev2019-08-141-1/+1
| | | | | | | Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/12710 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* x11-drivers/xf86-video-amdgpu: keyword on ~ppc64Georgy Yakovlev2019-08-141-1/+1
| | | | | Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* x11-drivers/xf86-video-amdgpu: Drop old versionsMatt Turner2019-05-012-30/+0
| | | | | Signed-off-by: Matt Turner <mattst88@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* x11-drivers/xf86-video-amdgpu: x86 stable wrt bug #682846Mikle Kolyada2019-04-271-1/+1
| | | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="x86"
* x11-drivers/xf86-video-amdgpu: amd64 stable wrt bug #682846Aaron Bauman2019-04-271-1/+1
| | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* x11-drivers/xf86-video-amdgpu: Version bump to 19.0.1Matt Turner2019-03-192-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-drivers/xf86-video-amdgpu: Version bump to 19.0.0Matt Turner2019-03-072-0/+29
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-drivers/xf86-video-amdgpu: EAPI 7Matt Turner2019-03-071-4/+3
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-drivers/xf86-video-amdgpu: fix libdrm minimum depMart Raudsepp2019-03-012-4/+4
| | | | | Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* x11-drivers/xf86-video-amdgpu: Drop old versionsMatt Turner2018-10-312-24/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-drivers/xf86-video-amdgpu: add "udev" USE flagAlexander Tsoy2018-10-272-5/+17
| | | | | | | | | This fixes automagic dependency on udev. Closes: https://bugs.gentoo.org/667058 Closes: https://github.com/gentoo/gentoo/pull/10236 Signed-off-by: Alexander Tsoy <alexander@tsoy.me> Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-drivers/xf86-video-amdgpu: x86 stable (bug #669588)Thomas Deutschmann2018-10-261-1/+1
| | | | | Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* x11-drivers/xf86-video-amdgpu: amd64 stable wrt bug #669588Mikle Kolyada2018-10-251-2/+2
| | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
* x11-drivers/xf86-video-amdgpu: Version bump to 18.1.0Matt Turner2018-09-142-0/+24
|
* Revert "x11-drivers/xf86-video-amdgpu: port to EAPI 7"Matt Turner2018-08-082-92/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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 568eca2a556b1f5ba09d5486374cec7346ab1fce. Revert "x11-drivers/xf86-video-amdgpu: add --disable-selective-werror" This reverts commit 66c24d866e939044601f58d1521e00224ca8bf4b. Revert "x11-drivers/xf86-video-amdgpu: fix xorg-server:= dependency" This reverts commit e900d1be730882c962354203277ebb1ba499c0d3. Closes: https://bugs.gentoo.org/661502
* x11-drivers/xf86-video-amdgpu: add --disable-selective-werrorMarty E. Plummer2018-07-272-0/+2
| | | | Package-Manager: Portage-2.3.43, Repoman-2.3.10
* x11-drivers/xf86-video-amdgpu: fix xorg-server:= dependencyMarty E. Plummer2018-07-272-2/+2
| | | | Package-Manager: Portage-2.3.43, Repoman-2.3.10
* x11-drivers/xf86-video-amdgpu: port to EAPI 7Marty E. Plummer2018-07-172-11/+90
| | | | Package-Manager: Portage-2.3.41, Repoman-2.3.9
* x11-drivers/xf86-video-amdgpu: Drop old versionsMatt Turner2018-05-113-48/+0
|
* x11-drivers/xf86-video-amdgpu: x86 stable (bug #649316)Thomas Deutschmann2018-05-071-1/+1
| | | | Package-Manager: Portage-2.3.34, Repoman-2.3.9
* x11-drivers/xf86-video-amdgpu: amd64 stable wrt bug #649316Mikle Kolyada2018-05-061-1/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* x11-drivers/xf86-video-amdgpu: Version bump to 18.0.1Matt Turner2018-03-152-1/+1
|
* x11-drivers/xf86-video-amdgpu: Version bump to 18.0.0Matt Turner2018-03-022-0/+24
|
* x11-drivers/xf86-video-amdgpu: Depend on libdrm-2.4.78Matt Turner2018-03-021-2/+2
|
* x11-drivers: Update Manifest hashes.Ulrich Müller2017-12-091-2/+2
|
* x11-drivers/xf86-video-amdgpu: Remove glamor USE flagNick Sarnie2017-11-254-15/+6
| | | | | | | | Glamor is required as per Michel Dänzer and Dave Airlie Closes: https://github.com/gentoo/gentoo/pull/6283 Closes: https://bugs.gentoo.org/623142 Signed-off-by: Nick Sarnie <commendsarnex@gmail.com>
* x11-drivers/xf86-video-amdgpu: Removed old.Lars Wendler2017-09-082-27/+0
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* x11-drivers/xf86-video-amdgpu: Bump to version 1.4.0 (bug #630328).Lars Wendler2017-09-082-0/+26
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* x11-drivers/xf86-video-amdgpu: x86 stable wrt bug #620234Agostino Sarubbo2017-06-011-1/+1
| | | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* x11-drivers/xf86-video-amdgpu: amd64 stable wrt bug #620234Agostino Sarubbo2017-05-311-1/+1
| | | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* x11-drivers/xf86-video-amdgpu: Sync live ebuild with latest release.Lars Wendler2017-03-161-2/+1
| | | | Package-Manager: Portage-2.3.4, Repoman-2.3.2
* x11-drivers/xf86-video-amdgpu: Removed old.Lars Wendler2017-03-163-56/+0
| | | | Package-Manager: Portage-2.3.4, Repoman-2.3.2
* x11-drivers/xf86-video-amdgpu: Bump to version 1.3.0Lars Wendler2017-03-162-0/+26
| | | | Package-Manager: Portage-2.3.4, Repoman-2.3.2
* x11-drivers/xf86-video-amdgpu: x86 stable wrt bug #611056Agostino Sarubbo2017-03-101-2/+2
| | | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* x11-drivers/xf86-video-amdgpu: amd64 stable wrt bug #611056Agostino Sarubbo2017-03-101-2/+2
| | | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* x11-drivers/xf86-video-amdgpu: Drop unnecessary XORG_EAUTORECONF=yes.Matt Turner2017-03-042-4/+2
| | | | eautoreconf will still happen via the git eclass.
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-284-4/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* x11-drivers/xf86-video-amdgpu: Removed old.Lars Wendler2016-11-173-59/+0
| | | | Package-Manager: portage-2.3.2
* x11-drivers/xf86-video-amdgpu: Bump to version 1.2.0 (bug #600100).Lars Wendler2016-11-172-0/+29
| | | | Package-Manager: portage-2.3.2
* x11-drivers/xf86-video-amdgpu: Version bump to 1.1.2.Matt Turner2016-10-232-0/+29
| | | | Bug: https://bugs.gentoo.org/594428
* x11-drivers/xf86-video-amdgpu: amd64 stable, bug 579266Pacho Ramos2016-09-171-2/+2
| | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64"
* x11-drivers/xf86-video-amdgpu: x86 stable, bug 579266Pacho Ramos2016-09-171-2/+2
| | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86"
* x11-drivers/xf86-video-amdgpu: version bumpChí-Thanh Christopher Nguyễn2016-04-082-0/+29
| | | | Package-Manager: portage-2.2.26
* x11-drivers/xf86-video-amdgpu: Version bump.Chí-Thanh Christopher Nguyễn2016-02-233-3/+31
| | | | | | Bug: https://bugs.gentoo.org/show_bug.cgi?id=568274 Package-Manager: portage-2.2.26