commit:     d09bde3a0473bdb59a28dfdaeaa95953b4f4b3b6
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 18 02:36:16 2024 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Oct 18 02:40:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d09bde3a

x11-drivers/xf86-video-r128: Version bump to 6.13.0

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

 x11-drivers/xf86-video-r128/Manifest                |  1 +
 .../xf86-video-r128/xf86-video-r128-6.13.0.ebuild   | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/x11-drivers/xf86-video-r128/Manifest 
b/x11-drivers/xf86-video-r128/Manifest
index 9d33c1042ba7..58c5ef9e8152 100644
--- a/x11-drivers/xf86-video-r128/Manifest
+++ b/x11-drivers/xf86-video-r128/Manifest
@@ -1 +1,2 @@
 DIST xf86-video-r128-6.12.1.tar.xz 438952 BLAKE2B 
4a95c3498ea6f28540ae5aa29b05b432a6b69cd75871b9aa2a7cbfc4ae855177e45630c8a0f07801fa1034caf39b7d82e1c5fa389c930515ecb5450b4b9c90a2
 SHA512 
18b2408fe68161c32f84c7147717f8e6c6377e81e9d59e2f098843c54cd0ae757aab5059568da8c71ef38100807d56ee22447417c236c1b3deea292bb676e700
+DIST xf86-video-r128-6.13.0.tar.xz 437696 BLAKE2B 
ebac432479ceee42073ae3cb040fa51f2f130479667c499f087c80444eb3dc2d638b2860b65d1150edb38abe45ebb39d3077e57b12a9e23cf77571c0b7943f82
 SHA512 
6eae2a4f3a563d00c357025ffd3206c2b20cd35327af21add052a28447da9c0f642569bfb423cacb8989995bc92fc73cddd96d673e64438d1d7569eb926fb2ae

diff --git a/x11-drivers/xf86-video-r128/xf86-video-r128-6.13.0.ebuild 
b/x11-drivers/xf86-video-r128/xf86-video-r128-6.13.0.ebuild
new file mode 100644
index 000000000000..3c6249584611
--- /dev/null
+++ b/x11-drivers/xf86-video-r128/xf86-video-r128-6.13.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+inherit flag-o-matic xorg-3
+
+DESCRIPTION="ATI Rage128 video driver"
+
+KEYWORDS="~alpha ~amd64 ~loong ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+src_configure() {
+       # always use C11 semantics
+       append-cflags -std=gnu11
+
+       local XORG_CONFIGURE_OPTIONS=(
+               --disable-dri
+       )
+       xorg-3_src_configure
+}

Reply via email to