* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-r128/
@ 2018-10-26 1:55 Matt Turner
0 siblings, 0 replies; 35+ messages in thread
From: Matt Turner @ 2018-10-26 1:55 UTC (permalink / raw
To: gentoo-commits
commit: ccef236a959e694c422a706cd87fe1519ee63d78
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 26 01:55:46 2018 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Oct 26 01:55:46 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccef236a
x11-drivers/xf86-video-r128-6.12.0: ppc stable, bug 669588
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-drivers/xf86-video-r128/xf86-video-r128-6.12.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.0.ebuild b/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.0.ebuild
index 3a25f0c7564..b3c3835dbed 100644
--- a/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.0.ebuild
+++ b/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.0.ebuild
@@ -8,7 +8,7 @@ inherit flag-o-matic xorg-2
DESCRIPTION="ATI Rage128 video driver"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="dri"
RDEPEND=">=x11-base/xorg-server-1.2"
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-r128/
@ 2024-10-18 2:40 Matt Turner
0 siblings, 0 replies; 35+ messages in thread
From: Matt Turner @ 2024-10-18 2:40 UTC (permalink / raw
To: gentoo-commits
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
+}
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-r128/
@ 2023-01-26 17:47 Matt Turner
0 siblings, 0 replies; 35+ messages in thread
From: Matt Turner @ 2023-01-26 17:47 UTC (permalink / raw
To: gentoo-commits
commit: 7f4fc5d1fa9c356ffd9702f9364415c9f437c814
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 26 17:30:23 2023 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Jan 26 17:37:42 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f4fc5d1
x11-drivers/xf86-video-r128: Drop old versions
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-drivers/xf86-video-r128/Manifest | 1 -
.../xf86-video-r128/xf86-video-r128-6.12.0.ebuild | 26 ----------------------
2 files changed, 27 deletions(-)
diff --git a/x11-drivers/xf86-video-r128/Manifest b/x11-drivers/xf86-video-r128/Manifest
index eeeaa55de852..9d33c1042ba7 100644
--- a/x11-drivers/xf86-video-r128/Manifest
+++ b/x11-drivers/xf86-video-r128/Manifest
@@ -1,2 +1 @@
-DIST xf86-video-r128-6.12.0.tar.bz2 483999 BLAKE2B f3433ce0289a7c356b69871ad4acb9ce9b0a947c1bf6ee9bf436a5d27ad1324fc81bb2d3c9be16ddf588f286ae092091dafd161c39ce8bc1bf20b6cb36ffdb72 SHA512 0e667e2cfa8a87a00846361d86528c93754c403c812b66798953fa4c857b2143b2c4c44885da467e7f910d8cb910b69492cdcb6f25e2197bae6617364d152e38
DIST xf86-video-r128-6.12.1.tar.xz 438952 BLAKE2B 4a95c3498ea6f28540ae5aa29b05b432a6b69cd75871b9aa2a7cbfc4ae855177e45630c8a0f07801fa1034caf39b7d82e1c5fa389c930515ecb5450b4b9c90a2 SHA512 18b2408fe68161c32f84c7147717f8e6c6377e81e9d59e2f098843c54cd0ae757aab5059568da8c71ef38100807d56ee22447417c236c1b3deea292bb676e700
diff --git a/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.0.ebuild b/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.0.ebuild
deleted file mode 100644
index c380d4b30b44..000000000000
--- a/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-XORG_DRI=dri
-
-inherit flag-o-matic xorg-3
-
-DESCRIPTION="ATI Rage128 video driver"
-
-KEYWORDS="~alpha amd64 ~ia64 ~loong ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
-IUSE="dri"
-
-RDEPEND=">=x11-base/xorg-server-1.2"
-DEPEND="${RDEPEND}"
-
-src_configure() {
- # always use C11 semantics
- append-cflags -std=gnu11
-
- local XORG_CONFIGURE_OPTIONS=(
- $(use_enable dri)
- )
- xorg-3_src_configure
-}
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-r128/
@ 2023-01-25 19:21 Arthur Zamarin
0 siblings, 0 replies; 35+ messages in thread
From: Arthur Zamarin @ 2023-01-25 19:21 UTC (permalink / raw
To: gentoo-commits
commit: 7c6ee59d5fdc9439c2acdaec746a91dde2f32aef
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 25 19:21:06 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 25 19:21:06 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c6ee59d
x11-drivers/xf86-video-r128: Stabilize 6.12.1 sparc, #891865
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
x11-drivers/xf86-video-r128/xf86-video-r128-6.12.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.1.ebuild b/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.1.ebuild
index 449a7196183e..9b19bbee6a9c 100644
--- a/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.1.ebuild
+++ b/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.1.ebuild
@@ -8,7 +8,7 @@ inherit flag-o-matic xorg-3
DESCRIPTION="ATI Rage128 video driver"
-KEYWORDS="~alpha amd64 ~ia64 ~loong ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~ia64 ~loong ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
src_configure() {
# always use C11 semantics
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-r128/
@ 2023-01-24 18:27 Arthur Zamarin
0 siblings, 0 replies; 35+ messages in thread
From: Arthur Zamarin @ 2023-01-24 18:27 UTC (permalink / raw
To: gentoo-commits
commit: ac1ddea7fd7a5c14ba305a1c00405f36a1164677
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 24 18:26:23 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 24 18:26:23 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac1ddea7
x11-drivers/xf86-video-r128: Stabilize 6.12.1 amd64, #891865
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
x11-drivers/xf86-video-r128/xf86-video-r128-6.12.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.1.ebuild b/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.1.ebuild
index 1e117f5e1d8b..0d41170ee252 100644
--- a/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.1.ebuild
+++ b/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.1.ebuild
@@ -8,7 +8,7 @@ inherit flag-o-matic xorg-3
DESCRIPTION="ATI Rage128 video driver"
-KEYWORDS="~alpha ~amd64 ~ia64 ~loong ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~ia64 ~loong ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
src_configure() {
# always use C11 semantics
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-r128/
@ 2022-12-04 23:44 Matt Turner
0 siblings, 0 replies; 35+ messages in thread
From: Matt Turner @ 2022-12-04 23:44 UTC (permalink / raw
To: gentoo-commits
commit: 1aca8a3f872e457b23ed3291eee928be56c74ae5
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 4 23:36:55 2022 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Dec 4 23:41:28 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aca8a3f
x11-drivers/xf86-video-r128: Version bump to 6.12.1
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-drivers/xf86-video-r128/Manifest | 1 +
.../xf86-video-r128/xf86-video-r128-6.12.1.ebuild | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+)
diff --git a/x11-drivers/xf86-video-r128/Manifest b/x11-drivers/xf86-video-r128/Manifest
index 5749109d3e48..eeeaa55de852 100644
--- a/x11-drivers/xf86-video-r128/Manifest
+++ b/x11-drivers/xf86-video-r128/Manifest
@@ -1 +1,2 @@
DIST xf86-video-r128-6.12.0.tar.bz2 483999 BLAKE2B f3433ce0289a7c356b69871ad4acb9ce9b0a947c1bf6ee9bf436a5d27ad1324fc81bb2d3c9be16ddf588f286ae092091dafd161c39ce8bc1bf20b6cb36ffdb72 SHA512 0e667e2cfa8a87a00846361d86528c93754c403c812b66798953fa4c857b2143b2c4c44885da467e7f910d8cb910b69492cdcb6f25e2197bae6617364d152e38
+DIST xf86-video-r128-6.12.1.tar.xz 438952 BLAKE2B 4a95c3498ea6f28540ae5aa29b05b432a6b69cd75871b9aa2a7cbfc4ae855177e45630c8a0f07801fa1034caf39b7d82e1c5fa389c930515ecb5450b4b9c90a2 SHA512 18b2408fe68161c32f84c7147717f8e6c6377e81e9d59e2f098843c54cd0ae757aab5059568da8c71ef38100807d56ee22447417c236c1b3deea292bb676e700
diff --git a/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.1.ebuild b/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.1.ebuild
new file mode 100644
index 000000000000..6e9105e1bde3
--- /dev/null
+++ b/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 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 ~ia64 ~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
+}
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-r128/
@ 2022-05-25 16:02 WANG Xuerui
0 siblings, 0 replies; 35+ messages in thread
From: WANG Xuerui @ 2022-05-25 16:02 UTC (permalink / raw
To: gentoo-commits
commit: 94a215147193022a7fe953b90642fead33523c13
Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Wed May 25 15:57:38 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=94a21514
x11-drivers/xf86-video-r128: keyword 6.12.0 for ~loong
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
x11-drivers/xf86-video-r128/xf86-video-r128-6.12.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.0.ebuild b/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.0.ebuild
index 51078786ca62..c380d4b30b44 100644
--- a/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.0.ebuild
+++ b/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.0.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 flag-o-matic xorg-3
DESCRIPTION="ATI Rage128 video driver"
-KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~ia64 ~loong ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
IUSE="dri"
RDEPEND=">=x11-base/xorg-server-1.2"
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-r128/
@ 2021-03-14 19:57 David Seifert
0 siblings, 0 replies; 35+ messages in thread
From: David Seifert @ 2021-03-14 19:57 UTC (permalink / raw
To: gentoo-commits
commit: ce8229bd31f8f15795b7ad2d932defb31bda0d56
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 14 19:57:07 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Mar 14 19:57:07 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce8229bd
x11-drivers/xf86-video-r128: Port to EAPI 7
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: David Seifert <soap <AT> gentoo.org>
.../xf86-video-r128/xf86-video-r128-6.12.0.ebuild | 18 ++++++++----------
1 file changed, 8 insertions(+), 10 deletions(-)
diff --git a/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.0.ebuild b/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.0.ebuild
index 5d59f92a1cf..51078786ca6 100644
--- a/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.0.ebuild
+++ b/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.0.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
+
XORG_DRI=dri
-inherit flag-o-matic xorg-2
+inherit flag-o-matic xorg-3
DESCRIPTION="ATI Rage128 video driver"
@@ -14,15 +15,12 @@ IUSE="dri"
RDEPEND=">=x11-base/xorg-server-1.2"
DEPEND="${RDEPEND}"
-pkg_setup() {
- XORG_CONFIGURE_OPTIONS=(
- $(use_enable dri)
- )
-}
-
src_configure() {
# always use C11 semantics
append-cflags -std=gnu11
- xorg-2_src_configure
+ local XORG_CONFIGURE_OPTIONS=(
+ $(use_enable dri)
+ )
+ xorg-3_src_configure
}
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-r128/
@ 2018-10-31 22:59 Matt Turner
0 siblings, 0 replies; 35+ messages in thread
From: Matt Turner @ 2018-10-31 22:59 UTC (permalink / raw
To: gentoo-commits
commit: 6d08a2af5f2c1835a3b3838383c3a470b28e56be
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 31 22:59:07 2018 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Oct 31 22:59:35 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d08a2af
x11-drivers/xf86-video-r128: Drop old versions
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-drivers/xf86-video-r128/Manifest | 1 -
.../xf86-video-r128/xf86-video-r128-6.10.2.ebuild | 30 ----------------------
2 files changed, 31 deletions(-)
diff --git a/x11-drivers/xf86-video-r128/Manifest b/x11-drivers/xf86-video-r128/Manifest
index f8fb7be4ee8..5749109d3e4 100644
--- a/x11-drivers/xf86-video-r128/Manifest
+++ b/x11-drivers/xf86-video-r128/Manifest
@@ -1,2 +1 @@
-DIST xf86-video-r128-6.10.2.tar.bz2 504031 BLAKE2B 3d74d0aa82167f8e883b0a92e6d57cf688f36a45971b03327a2fb8171133fc155cd0f233b854f3c3f9713b478c1ac2cb0b4cac124d49431c8429a954a71c68dd SHA512 564b65454ee538c1b9dc5d22a52a57bdff0c1f94e1832719a8310699cee7167c1ca8fcd26243dfc4089832b1fcbab9efafb69c9061b328532f689d02a0acac23
DIST xf86-video-r128-6.12.0.tar.bz2 483999 BLAKE2B f3433ce0289a7c356b69871ad4acb9ce9b0a947c1bf6ee9bf436a5d27ad1324fc81bb2d3c9be16ddf588f286ae092091dafd161c39ce8bc1bf20b6cb36ffdb72 SHA512 0e667e2cfa8a87a00846361d86528c93754c403c812b66798953fa4c857b2143b2c4c44885da467e7f910d8cb910b69492cdcb6f25e2197bae6617364d152e38
diff --git a/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.2.ebuild b/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.2.ebuild
deleted file mode 100644
index 6369cbf866a..00000000000
--- a/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-XORG_DRI=dri
-
-inherit flag-o-matic xorg-2
-
-DESCRIPTION="ATI Rage128 video driver"
-
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="dri"
-
-RDEPEND=">=x11-base/xorg-server-1.2"
-DEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}"/${P}-fix-stdint_h.patch )
-
-pkg_setup() {
- XORG_CONFIGURE_OPTIONS=(
- $(use_enable dri)
- )
-}
-
-src_configure() {
- # always use C11 semantics
- append-cflags -std=gnu11
-
- xorg-2_src_configure
-}
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-r128/
@ 2018-10-28 23:57 Matt Turner
0 siblings, 0 replies; 35+ messages in thread
From: Matt Turner @ 2018-10-28 23:57 UTC (permalink / raw
To: gentoo-commits
commit: 4a4db851d0c697581069d638fe88cc56ccb8754b
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 28 23:57:08 2018 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Oct 28 23:57:08 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a4db851
x11-drivers/xf86-video-r128-6.12.0: alpha stable, bug 669588
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-drivers/xf86-video-r128/xf86-video-r128-6.12.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.0.ebuild b/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.0.ebuild
index 002af8fd1d3..a59508f6b49 100644
--- a/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.0.ebuild
+++ b/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.0.ebuild
@@ -8,7 +8,7 @@ inherit flag-o-matic xorg-2
DESCRIPTION="ATI Rage128 video driver"
-KEYWORDS="~alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="dri"
RDEPEND=">=x11-base/xorg-server-1.2"
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-r128/
@ 2018-10-26 20:19 Sergei Trofimovich
0 siblings, 0 replies; 35+ messages in thread
From: Sergei Trofimovich @ 2018-10-26 20:19 UTC (permalink / raw
To: gentoo-commits
commit: faac5aec79e00dad68e1a5e73e133eae717c1827
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 26 19:55:18 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=faac5aec
x11-drivers/xf86-video-r128: stable 6.12.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-r128/xf86-video-r128-6.12.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.0.ebuild b/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.0.ebuild
index e4e3d1e4e8a..7f490f56e3d 100644
--- a/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.0.ebuild
+++ b/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.0.ebuild
@@ -8,7 +8,7 @@ inherit flag-o-matic xorg-2
DESCRIPTION="ATI Rage128 video driver"
-KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="dri"
RDEPEND=">=x11-base/xorg-server-1.2"
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-r128/
@ 2018-10-26 1:56 Matt Turner
0 siblings, 0 replies; 35+ messages in thread
From: Matt Turner @ 2018-10-26 1:56 UTC (permalink / raw
To: gentoo-commits
commit: 4e76385abfbeaab63e619a07875db940935e4819
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 26 01:55:51 2018 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Oct 26 01:55:51 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e76385a
x11-drivers/xf86-video-r128-6.12.0: ppc64 stable, bug 669588
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-drivers/xf86-video-r128/xf86-video-r128-6.12.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.0.ebuild b/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.0.ebuild
index b3c3835dbed..e4e3d1e4e8a 100644
--- a/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.0.ebuild
+++ b/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.0.ebuild
@@ -8,7 +8,7 @@ inherit flag-o-matic xorg-2
DESCRIPTION="ATI Rage128 video driver"
-KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="dri"
RDEPEND=">=x11-base/xorg-server-1.2"
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-r128/
@ 2018-10-26 0:52 Thomas Deutschmann
0 siblings, 0 replies; 35+ messages in thread
From: Thomas Deutschmann @ 2018-10-26 0:52 UTC (permalink / raw
To: gentoo-commits
commit: cd93ce25637e2dbaaa66f39663df7d4ba18d4d0c
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 26 00:50:44 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Oct 26 00:52:15 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd93ce25
x11-drivers/xf86-video-r128: 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-r128/xf86-video-r128-6.12.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.0.ebuild b/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.0.ebuild
index 3bc506fdedc..3a25f0c7564 100644
--- a/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.0.ebuild
+++ b/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.0.ebuild
@@ -8,7 +8,7 @@ inherit flag-o-matic xorg-2
DESCRIPTION="ATI Rage128 video driver"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="dri"
RDEPEND=">=x11-base/xorg-server-1.2"
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-r128/
@ 2018-10-25 17:38 Mikle Kolyada
0 siblings, 0 replies; 35+ messages in thread
From: Mikle Kolyada @ 2018-10-25 17:38 UTC (permalink / raw
To: gentoo-commits
commit: cea66a81d807663ff307288de026f243d98aaeee
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 25 17:33:40 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Oct 25 17:37:50 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cea66a81
x11-drivers/xf86-video-r128: 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-r128/xf86-video-r128-6.12.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.0.ebuild b/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.0.ebuild
index 2755f0f36f1..3bc506fdedc 100644
--- a/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.0.ebuild
+++ b/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.0.ebuild
@@ -8,7 +8,7 @@ inherit flag-o-matic xorg-2
DESCRIPTION="ATI Rage128 video driver"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="dri"
RDEPEND=">=x11-base/xorg-server-1.2"
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-r128/
@ 2018-10-23 12:52 Matt Turner
0 siblings, 0 replies; 35+ messages in thread
From: Matt Turner @ 2018-10-23 12:52 UTC (permalink / raw
To: gentoo-commits
commit: 1f6c687010366500b07a59ee33e43b8cca4eb5ef
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 23 12:51:59 2018 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Oct 23 12:52:19 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f6c6870
x11-drivers/xf86-video-r128: Drop old versions
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-drivers/xf86-video-r128/Manifest | 1 -
.../xf86-video-r128/xf86-video-r128-6.11.0.ebuild | 28 ----------------------
2 files changed, 29 deletions(-)
diff --git a/x11-drivers/xf86-video-r128/Manifest b/x11-drivers/xf86-video-r128/Manifest
index c10632c99c2..f8fb7be4ee8 100644
--- a/x11-drivers/xf86-video-r128/Manifest
+++ b/x11-drivers/xf86-video-r128/Manifest
@@ -1,3 +1,2 @@
DIST xf86-video-r128-6.10.2.tar.bz2 504031 BLAKE2B 3d74d0aa82167f8e883b0a92e6d57cf688f36a45971b03327a2fb8171133fc155cd0f233b854f3c3f9713b478c1ac2cb0b4cac124d49431c8429a954a71c68dd SHA512 564b65454ee538c1b9dc5d22a52a57bdff0c1f94e1832719a8310699cee7167c1ca8fcd26243dfc4089832b1fcbab9efafb69c9061b328532f689d02a0acac23
-DIST xf86-video-r128-6.11.0.tar.bz2 482903 BLAKE2B 04222bab109be719cd8cbb4d759d0ba98563e2348b95bce30c48e65d2da0964386d46ce57ade9162e817b6db797cab330fb454e363304479cb87e30d8404f310 SHA512 1211cac52f65010aa4e168a173660186ad2b8595688a910ac545b0321d0d6879e02284b3bb26779faf3cf5b3b3031f33adb63ff596fb55a8f7a1f465ca0db1ba
DIST xf86-video-r128-6.12.0.tar.bz2 483999 BLAKE2B f3433ce0289a7c356b69871ad4acb9ce9b0a947c1bf6ee9bf436a5d27ad1324fc81bb2d3c9be16ddf588f286ae092091dafd161c39ce8bc1bf20b6cb36ffdb72 SHA512 0e667e2cfa8a87a00846361d86528c93754c403c812b66798953fa4c857b2143b2c4c44885da467e7f910d8cb910b69492cdcb6f25e2197bae6617364d152e38
diff --git a/x11-drivers/xf86-video-r128/xf86-video-r128-6.11.0.ebuild b/x11-drivers/xf86-video-r128/xf86-video-r128-6.11.0.ebuild
deleted file mode 100644
index e770f425a24..00000000000
--- a/x11-drivers/xf86-video-r128/xf86-video-r128-6.11.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-XORG_DRI=dri
-
-inherit flag-o-matic xorg-2
-
-DESCRIPTION="ATI Rage128 video driver"
-
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="dri"
-
-RDEPEND=">=x11-base/xorg-server-1.2"
-DEPEND="${RDEPEND}"
-
-pkg_setup() {
- XORG_CONFIGURE_OPTIONS=(
- $(use_enable dri)
- )
-}
-
-src_configure() {
- # always use C11 semantics
- append-cflags -std=gnu11
-
- xorg-2_src_configure
-}
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-r128/
@ 2018-10-23 12:52 Matt Turner
0 siblings, 0 replies; 35+ messages in thread
From: Matt Turner @ 2018-10-23 12:52 UTC (permalink / raw
To: gentoo-commits
commit: da600ed2598e9bc35a20c3918522abd516298a2c
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 23 12:50:32 2018 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Oct 23 12:52:19 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da600ed2
x11-drivers/xf86-video-r128: Version bump to 6.12.0
Closes: https://bugs.gentoo.org/666422
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-drivers/xf86-video-r128/Manifest | 1 +
.../xf86-video-r128/xf86-video-r128-6.12.0.ebuild | 28 ++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/x11-drivers/xf86-video-r128/Manifest b/x11-drivers/xf86-video-r128/Manifest
index 31f1991892a..c10632c99c2 100644
--- a/x11-drivers/xf86-video-r128/Manifest
+++ b/x11-drivers/xf86-video-r128/Manifest
@@ -1,2 +1,3 @@
DIST xf86-video-r128-6.10.2.tar.bz2 504031 BLAKE2B 3d74d0aa82167f8e883b0a92e6d57cf688f36a45971b03327a2fb8171133fc155cd0f233b854f3c3f9713b478c1ac2cb0b4cac124d49431c8429a954a71c68dd SHA512 564b65454ee538c1b9dc5d22a52a57bdff0c1f94e1832719a8310699cee7167c1ca8fcd26243dfc4089832b1fcbab9efafb69c9061b328532f689d02a0acac23
DIST xf86-video-r128-6.11.0.tar.bz2 482903 BLAKE2B 04222bab109be719cd8cbb4d759d0ba98563e2348b95bce30c48e65d2da0964386d46ce57ade9162e817b6db797cab330fb454e363304479cb87e30d8404f310 SHA512 1211cac52f65010aa4e168a173660186ad2b8595688a910ac545b0321d0d6879e02284b3bb26779faf3cf5b3b3031f33adb63ff596fb55a8f7a1f465ca0db1ba
+DIST xf86-video-r128-6.12.0.tar.bz2 483999 BLAKE2B f3433ce0289a7c356b69871ad4acb9ce9b0a947c1bf6ee9bf436a5d27ad1324fc81bb2d3c9be16ddf588f286ae092091dafd161c39ce8bc1bf20b6cb36ffdb72 SHA512 0e667e2cfa8a87a00846361d86528c93754c403c812b66798953fa4c857b2143b2c4c44885da467e7f910d8cb910b69492cdcb6f25e2197bae6617364d152e38
diff --git a/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.0.ebuild b/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.0.ebuild
new file mode 100644
index 00000000000..2755f0f36f1
--- /dev/null
+++ b/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+XORG_DRI=dri
+
+inherit flag-o-matic xorg-2
+
+DESCRIPTION="ATI Rage128 video driver"
+
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+IUSE="dri"
+
+RDEPEND=">=x11-base/xorg-server-1.2"
+DEPEND="${RDEPEND}"
+
+pkg_setup() {
+ XORG_CONFIGURE_OPTIONS=(
+ $(use_enable dri)
+ )
+}
+
+src_configure() {
+ # always use C11 semantics
+ append-cflags -std=gnu11
+
+ xorg-2_src_configure
+}
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-r128/
@ 2018-08-09 16:32 Matt Turner
0 siblings, 0 replies; 35+ messages in thread
From: Matt Turner @ 2018-08-09 16:32 UTC (permalink / raw
To: gentoo-commits
commit: 9b5ecd13d17117f774beb62774d3780cf540470d
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 9 16:30:57 2018 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Aug 9 16:31:45 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b5ecd13
x11-drivers/xf86-video-r128: Drop unnecessary patch
Closes: https://bugs.gentoo.org/663238
x11-drivers/xf86-video-r128/xf86-video-r128-6.11.0.ebuild | 2 --
1 file changed, 2 deletions(-)
diff --git a/x11-drivers/xf86-video-r128/xf86-video-r128-6.11.0.ebuild b/x11-drivers/xf86-video-r128/xf86-video-r128-6.11.0.ebuild
index c967882ffe8..e770f425a24 100644
--- a/x11-drivers/xf86-video-r128/xf86-video-r128-6.11.0.ebuild
+++ b/x11-drivers/xf86-video-r128/xf86-video-r128-6.11.0.ebuild
@@ -14,8 +14,6 @@ IUSE="dri"
RDEPEND=">=x11-base/xorg-server-1.2"
DEPEND="${RDEPEND}"
-PATCHES=( "${FILESDIR}"/${P}-fix-stdint_h.patch )
-
pkg_setup() {
XORG_CONFIGURE_OPTIONS=(
$(use_enable dri)
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-r128/
@ 2018-08-08 19:25 Matt Turner
0 siblings, 0 replies; 35+ messages in thread
From: Matt Turner @ 2018-08-08 19:25 UTC (permalink / raw
To: gentoo-commits
commit: 6e7330148089130941f91786a94eee9dc0da9e17
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 8 19:18:57 2018 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Aug 8 19:25:13 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e733014
x11-drivers/xf86-video-r128: Version bump to 6.11.0
Package-Manager: Portage-2.3.40, Repoman-2.3.9
x11-drivers/xf86-video-r128/Manifest | 1 +
.../xf86-video-r128/xf86-video-r128-6.11.0.ebuild | 30 ++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/x11-drivers/xf86-video-r128/Manifest b/x11-drivers/xf86-video-r128/Manifest
index 087bb4b9eb6..31f1991892a 100644
--- a/x11-drivers/xf86-video-r128/Manifest
+++ b/x11-drivers/xf86-video-r128/Manifest
@@ -1 +1,2 @@
DIST xf86-video-r128-6.10.2.tar.bz2 504031 BLAKE2B 3d74d0aa82167f8e883b0a92e6d57cf688f36a45971b03327a2fb8171133fc155cd0f233b854f3c3f9713b478c1ac2cb0b4cac124d49431c8429a954a71c68dd SHA512 564b65454ee538c1b9dc5d22a52a57bdff0c1f94e1832719a8310699cee7167c1ca8fcd26243dfc4089832b1fcbab9efafb69c9061b328532f689d02a0acac23
+DIST xf86-video-r128-6.11.0.tar.bz2 482903 BLAKE2B 04222bab109be719cd8cbb4d759d0ba98563e2348b95bce30c48e65d2da0964386d46ce57ade9162e817b6db797cab330fb454e363304479cb87e30d8404f310 SHA512 1211cac52f65010aa4e168a173660186ad2b8595688a910ac545b0321d0d6879e02284b3bb26779faf3cf5b3b3031f33adb63ff596fb55a8f7a1f465ca0db1ba
diff --git a/x11-drivers/xf86-video-r128/xf86-video-r128-6.11.0.ebuild b/x11-drivers/xf86-video-r128/xf86-video-r128-6.11.0.ebuild
new file mode 100644
index 00000000000..c967882ffe8
--- /dev/null
+++ b/x11-drivers/xf86-video-r128/xf86-video-r128-6.11.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+XORG_DRI=dri
+
+inherit flag-o-matic xorg-2
+
+DESCRIPTION="ATI Rage128 video driver"
+
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+IUSE="dri"
+
+RDEPEND=">=x11-base/xorg-server-1.2"
+DEPEND="${RDEPEND}"
+
+PATCHES=( "${FILESDIR}"/${P}-fix-stdint_h.patch )
+
+pkg_setup() {
+ XORG_CONFIGURE_OPTIONS=(
+ $(use_enable dri)
+ )
+}
+
+src_configure() {
+ # always use C11 semantics
+ append-cflags -std=gnu11
+
+ xorg-2_src_configure
+}
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-r128/
@ 2017-03-11 18:59 Agostino Sarubbo
0 siblings, 0 replies; 35+ messages in thread
From: Agostino Sarubbo @ 2017-03-11 18:59 UTC (permalink / raw
To: gentoo-commits
commit: a0d754a9538871ab56b3efc78f71582a2df10b61
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 11 18:57:40 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Mar 11 18:57:40 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0d754a9
x11-drivers/xf86-video-r128: ia64 stable wrt bug #611056
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
x11-drivers/xf86-video-r128/xf86-video-r128-6.10.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.2.ebuild b/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.2.ebuild
index 0dc1501a488..6bab28438f2 100644
--- a/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.2.ebuild
+++ b/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.2.ebuild
@@ -7,7 +7,7 @@ inherit xorg-2
DESCRIPTION="ATI Rage128 video driver"
-KEYWORDS="alpha amd64 ~ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="dri"
RDEPEND=">=x11-base/xorg-server-1.2"
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-r128/
@ 2017-03-10 12:53 Agostino Sarubbo
0 siblings, 0 replies; 35+ messages in thread
From: Agostino Sarubbo @ 2017-03-10 12:53 UTC (permalink / raw
To: gentoo-commits
commit: 3c587b192432f8d812e9404fa27f869fd6db5d42
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 10 12:51:41 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Mar 10 12:51:41 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c587b19
x11-drivers/xf86-video-r128: 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-r128/xf86-video-r128-6.10.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.2.ebuild b/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.2.ebuild
index 9cb64979900..0dc1501a488 100644
--- a/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.2.ebuild
+++ b/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.2.ebuild
@@ -7,7 +7,7 @@ inherit xorg-2
DESCRIPTION="ATI Rage128 video driver"
-KEYWORDS="alpha amd64 ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="dri"
RDEPEND=">=x11-base/xorg-server-1.2"
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-r128/
@ 2017-03-06 15:50 Tobias Klausmann
0 siblings, 0 replies; 35+ messages in thread
From: Tobias Klausmann @ 2017-03-06 15:50 UTC (permalink / raw
To: gentoo-commits
commit: 2802b777de42651965132217b413c513060a6c33
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 6 15:36:29 2017 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Mon Mar 6 15:49:55 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2802b777
x11-drivers/xf86-video-r128-6.10.2-r0: add alpha keyword
Gentoo-Bug: 611056
x11-drivers/xf86-video-r128/xf86-video-r128-6.10.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.2.ebuild b/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.2.ebuild
index 170e873cca2..835a4f940c7 100644
--- a/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.2.ebuild
+++ b/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.2.ebuild
@@ -7,7 +7,7 @@ inherit xorg-2
DESCRIPTION="ATI Rage128 video driver"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="dri"
RDEPEND=">=x11-base/xorg-server-1.2"
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-r128/
@ 2017-01-25 12:28 Agostino Sarubbo
0 siblings, 0 replies; 35+ messages in thread
From: Agostino Sarubbo @ 2017-01-25 12:28 UTC (permalink / raw
To: gentoo-commits
commit: 10c3b1dbb2025d8ed31dbb82255140da044ac12b
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 25 12:26:55 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Jan 25 12:26:55 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10c3b1db
x11-drivers/xf86-video-r128: 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-r128/xf86-video-r128-6.10.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.1.ebuild b/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.1.ebuild
index fa6cb6e..43b1b77 100644
--- a/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.1.ebuild
+++ b/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.1.ebuild
@@ -8,7 +8,7 @@ inherit xorg-2
DESCRIPTION="ATI Rage128 video driver"
-KEYWORDS="alpha amd64 ia64 ppc ~ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="dri"
RDEPEND=">=x11-base/xorg-server-1.2"
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-r128/
@ 2017-01-22 17:20 Agostino Sarubbo
0 siblings, 0 replies; 35+ messages in thread
From: Agostino Sarubbo @ 2017-01-22 17:20 UTC (permalink / raw
To: gentoo-commits
commit: a4c5edd25adc95a58dc1aed70adadb18d02a3fb2
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 22 17:18:55 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Jan 22 17:18:55 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4c5edd2
x11-drivers/xf86-video-r128: 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-r128/xf86-video-r128-6.10.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.1.ebuild b/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.1.ebuild
index 067fa9c..fa6cb6e 100644
--- a/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.1.ebuild
+++ b/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.1.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$
@@ -8,7 +8,7 @@ inherit xorg-2
DESCRIPTION="ATI Rage128 video driver"
-KEYWORDS="alpha amd64 ia64 ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ia64 ppc ~ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="dri"
RDEPEND=">=x11-base/xorg-server-1.2"
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-r128/
@ 2017-01-17 23:16 Matt Turner
0 siblings, 0 replies; 35+ messages in thread
From: Matt Turner @ 2017-01-17 23:16 UTC (permalink / raw
To: gentoo-commits
commit: e5ec932e56c7980e8d770176d5c0be7c7cfe8d50
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 17 23:07:03 2017 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Jan 17 23:16:29 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5ec932e
x11-drivers/xf86-video-r128: Version bump to 6.10.2.
x11-drivers/xf86-video-r128/Manifest | 1 +
.../xf86-video-r128/xf86-video-r128-6.10.2.ebuild | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+)
diff --git a/x11-drivers/xf86-video-r128/Manifest b/x11-drivers/xf86-video-r128/Manifest
index d66df50..11b81be 100644
--- a/x11-drivers/xf86-video-r128/Manifest
+++ b/x11-drivers/xf86-video-r128/Manifest
@@ -1,3 +1,4 @@
DIST xf86-video-r128-6.10.0.tar.bz2 494884 SHA256 80d531a07168230a408b88809a5440cfd48f9098666d12702d0012148a0d353d SHA512 1221e4a8e744557356eb7fd05d950e857f60eeab5f81707542d1446a983701a68838ee165a511242c67fa4e974ced7d8af12002ec581c636065a8c95325146ed WHIRLPOOL e3414e15e89c2c7d0db4f9270835486d8e87a477dac5971931b409a09242b301449c0b511f7c535fbb6be0d0e13214163ef95af9b799b6d5978f373b55636283
DIST xf86-video-r128-6.10.1.tar.bz2 495306 SHA256 5ebfef49831c9b12f7b7011c8314010596ac2ab0d5b9b7cfd17908e93d7de4ea SHA512 c1c68e548357d9f9e357dcf6e2c1614a253cf0f19b23577720de51801ae2e6160306cdf8bdbf9976d0036910f46dc4fa0e562304d38c84560bb852d3e9dbdd0f WHIRLPOOL e64b7d2e88eecfd1ecbfeeabacd10df5d26eb91fa197bdbe0c80eab6583b11c7e7d134aed9bb544cebcfc8df3677565af17ae0a6f2d20ee29200993d4d474c73
+DIST xf86-video-r128-6.10.2.tar.bz2 504031 SHA256 84da21517f3af7617fdf341e84ccb22444d6cdab1647e4808fa631528b9a77de SHA512 564b65454ee538c1b9dc5d22a52a57bdff0c1f94e1832719a8310699cee7167c1ca8fcd26243dfc4089832b1fcbab9efafb69c9061b328532f689d02a0acac23 WHIRLPOOL 3e36f9cd33839110e59eae04059424b38936f5316c1f2672b68148606c87b081855624cd4e4d1a43a6e967525cc22dc49e0f2584b9cbd92c6234b6a5471d139e
DIST xf86-video-r128-6.9.2.tar.bz2 462266 SHA256 8b2d295f1842d07304a75da1cfb9bf139b320a6539970eaf8d5ecc010cd36ee0 SHA512 7f8dc174ff8cff6d109a62610b255c3f3a99e6fbdc38373da3efb88a960a25fe3124dbdb6a9379de6b45edaedb3aae44a183a5604f80bbb488dbb98faebc2fb3 WHIRLPOOL 7d93884fc9e4da48fa6cbbd57208c945fa56905a33d1b96700e0084cc57b7e455732c50cc3204da9243e4ff2b401a2acfa559f0504d4fe83147ef536f276c805
diff --git a/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.2.ebuild b/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.2.ebuild
new file mode 100644
index 00000000..5fbfbb2
--- /dev/null
+++ b/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+XORG_DRI=dri
+inherit xorg-2
+
+DESCRIPTION="ATI Rage128 video driver"
+
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+IUSE="dri"
+
+RDEPEND=">=x11-base/xorg-server-1.2"
+DEPEND="${RDEPEND}"
+
+pkg_setup() {
+ XORG_CONFIGURE_OPTIONS=(
+ $(use_enable dri)
+ )
+}
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-r128/
@ 2016-11-17 10:48 Agostino Sarubbo
0 siblings, 0 replies; 35+ messages in thread
From: Agostino Sarubbo @ 2016-11-17 10:48 UTC (permalink / raw
To: gentoo-commits
commit: 7e9c30cd5c25c1e6d02eb6af1f80c50ff20d08a6
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 17 10:47:01 2016 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Nov 17 10:47:01 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e9c30cd
x11-drivers/xf86-video-r128: 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-r128/xf86-video-r128-6.10.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.1.ebuild b/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.1.ebuild
index a759a35..067fa9c 100644
--- a/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.1.ebuild
+++ b/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.1.ebuild
@@ -8,7 +8,7 @@ inherit xorg-2
DESCRIPTION="ATI Rage128 video driver"
-KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ia64 ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="dri"
RDEPEND=">=x11-base/xorg-server-1.2"
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-r128/
@ 2016-11-16 10:44 Agostino Sarubbo
0 siblings, 0 replies; 35+ messages in thread
From: Agostino Sarubbo @ 2016-11-16 10:44 UTC (permalink / raw
To: gentoo-commits
commit: e24026e391ff62cd2e7fdcdd04e5fcc9f9fc4a68
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 16 10:43:08 2016 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Nov 16 10:43:08 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e24026e3
x11-drivers/xf86-video-r128: 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-r128/xf86-video-r128-6.10.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.1.ebuild b/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.1.ebuild
index ec6592a..a759a35 100644
--- a/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.1.ebuild
+++ b/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.1.ebuild
@@ -8,7 +8,7 @@ inherit xorg-2
DESCRIPTION="ATI Rage128 video driver"
-KEYWORDS="alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="dri"
RDEPEND=">=x11-base/xorg-server-1.2"
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-r128/
@ 2016-11-13 9:16 Agostino Sarubbo
0 siblings, 0 replies; 35+ messages in thread
From: Agostino Sarubbo @ 2016-11-13 9:16 UTC (permalink / raw
To: gentoo-commits
commit: 7436487ae2cc2f0b0bda41397c8de415c06f8840
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 13 09:14:38 2016 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Nov 13 09:16:34 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7436487a
x11-drivers/xf86-video-r128: ia64 stable wrt bug #559062
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
x11-drivers/xf86-video-r128/xf86-video-r128-6.10.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.0.ebuild b/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.0.ebuild
index 1669265..ccc67dd 100644
--- a/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.0.ebuild
+++ b/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.0.ebuild
@@ -8,7 +8,7 @@ inherit xorg-2
DESCRIPTION="ATI Rage128 video driver"
-KEYWORDS="alpha amd64 ~ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="dri"
RDEPEND=">=x11-base/xorg-server-1.2"
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-r128/
@ 2016-11-12 11:52 Agostino Sarubbo
0 siblings, 0 replies; 35+ messages in thread
From: Agostino Sarubbo @ 2016-11-12 11:52 UTC (permalink / raw
To: gentoo-commits
commit: ce92054dc0d9bf9fe265a14929cad90a29e01484
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 12 11:50:18 2016 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Nov 12 11:50:18 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce92054d
x11-drivers/xf86-video-r128: sparc stable wrt bug #559062
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
x11-drivers/xf86-video-r128/xf86-video-r128-6.10.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.0.ebuild b/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.0.ebuild
index 6c544b5..1669265 100644
--- a/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.0.ebuild
+++ b/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.0.ebuild
@@ -8,7 +8,7 @@ inherit xorg-2
DESCRIPTION="ATI Rage128 video driver"
-KEYWORDS="alpha amd64 ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="dri"
RDEPEND=">=x11-base/xorg-server-1.2"
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-r128/
@ 2016-09-22 15:55 Tobias Klausmann
0 siblings, 0 replies; 35+ messages in thread
From: Tobias Klausmann @ 2016-09-22 15:55 UTC (permalink / raw
To: gentoo-commits
commit: f4c638fd255c5b6547a5ddfc81a4b72e4e7409ae
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:08 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4c638fd
x11-drivers/xf86-video-r128-6.10.1-r0: add alpha keyword
Gentoo-Bug: 579266
x11-drivers/xf86-video-r128/xf86-video-r128-6.10.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.1.ebuild b/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.1.ebuild
index 3afca13..ec6592a 100644
--- a/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.1.ebuild
+++ b/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.1.ebuild
@@ -8,7 +8,7 @@ inherit xorg-2
DESCRIPTION="ATI Rage128 video driver"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="dri"
RDEPEND=">=x11-base/xorg-server-1.2"
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-r128/
@ 2016-09-17 11:14 Pacho Ramos
0 siblings, 0 replies; 35+ messages in thread
From: Pacho Ramos @ 2016-09-17 11:14 UTC (permalink / raw
To: gentoo-commits
commit: f2d5aa81ac2cef70924a810499f69073066c05ca
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 17 11:10:30 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Sep 17 11:10:30 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2d5aa81
x11-drivers/xf86-video-r128: amd64 stable, bug 579266
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
x11-drivers/xf86-video-r128/xf86-video-r128-6.10.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.1.ebuild b/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.1.ebuild
index 189c1a4..3afca13 100644
--- a/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.1.ebuild
+++ b/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.1.ebuild
@@ -8,7 +8,7 @@ inherit xorg-2
DESCRIPTION="ATI Rage128 video driver"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="dri"
RDEPEND=">=x11-base/xorg-server-1.2"
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-r128/
@ 2016-09-17 10:49 Pacho Ramos
0 siblings, 0 replies; 35+ messages in thread
From: Pacho Ramos @ 2016-09-17 10:49 UTC (permalink / raw
To: gentoo-commits
commit: 89f76a7c08ade92c0424ca274b7201b8a7ed8575
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 17 10:44:50 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Sep 17 10:44:50 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89f76a7c
x11-drivers/xf86-video-r128: x86 stable, bug 579266
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
x11-drivers/xf86-video-r128/xf86-video-r128-6.10.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.1.ebuild b/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.1.ebuild
index 5447ce1..189c1a4 100644
--- a/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.1.ebuild
+++ b/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.1.ebuild
@@ -8,7 +8,7 @@ inherit xorg-2
DESCRIPTION="ATI Rage128 video driver"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="dri"
RDEPEND=">=x11-base/xorg-server-1.2"
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-r128/
@ 2016-06-02 17:12 Tobias Klausmann
0 siblings, 0 replies; 35+ messages in thread
From: Tobias Klausmann @ 2016-06-02 17:12 UTC (permalink / raw
To: gentoo-commits
commit: 4caebd75060fbc988e12b3d484a00398c47d0bb0
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 2 17:04:25 2016 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Thu Jun 2 17:11:14 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4caebd75
x11-drivers/xf86-video-r128-6.10.0-r0: add alpha keyword
Gentoo-Bug: 559062
Package-Manager: portage-2.3.0_rc1
x11-drivers/xf86-video-r128/xf86-video-r128-6.10.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.0.ebuild b/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.0.ebuild
index 1f08be5..6c544b5 100644
--- a/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.0.ebuild
+++ b/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -8,7 +8,7 @@ inherit xorg-2
DESCRIPTION="ATI Rage128 video driver"
-KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="dri"
RDEPEND=">=x11-base/xorg-server-1.2"
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-r128/
@ 2016-01-23 12:27 Manuel Rüger
0 siblings, 0 replies; 35+ messages in thread
From: Manuel Rüger @ 2016-01-23 12:27 UTC (permalink / raw
To: gentoo-commits
commit: 071d3788430bb12bb4f230882c4a0076bb14cc4d
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 23 12:26:51 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Jan 23 12:26:51 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=071d3788
x11-drivers/xf86-video-r128: Remove old
Package-Manager: portage-2.2.27
x11-drivers/xf86-video-r128/Manifest | 1 -
.../xf86-video-r128/xf86-video-r128-6.9.1.ebuild | 21 ---------------------
2 files changed, 22 deletions(-)
diff --git a/x11-drivers/xf86-video-r128/Manifest b/x11-drivers/xf86-video-r128/Manifest
index 84968c9..d66df50 100644
--- a/x11-drivers/xf86-video-r128/Manifest
+++ b/x11-drivers/xf86-video-r128/Manifest
@@ -1,4 +1,3 @@
DIST xf86-video-r128-6.10.0.tar.bz2 494884 SHA256 80d531a07168230a408b88809a5440cfd48f9098666d12702d0012148a0d353d SHA512 1221e4a8e744557356eb7fd05d950e857f60eeab5f81707542d1446a983701a68838ee165a511242c67fa4e974ced7d8af12002ec581c636065a8c95325146ed WHIRLPOOL e3414e15e89c2c7d0db4f9270835486d8e87a477dac5971931b409a09242b301449c0b511f7c535fbb6be0d0e13214163ef95af9b799b6d5978f373b55636283
DIST xf86-video-r128-6.10.1.tar.bz2 495306 SHA256 5ebfef49831c9b12f7b7011c8314010596ac2ab0d5b9b7cfd17908e93d7de4ea SHA512 c1c68e548357d9f9e357dcf6e2c1614a253cf0f19b23577720de51801ae2e6160306cdf8bdbf9976d0036910f46dc4fa0e562304d38c84560bb852d3e9dbdd0f WHIRLPOOL e64b7d2e88eecfd1ecbfeeabacd10df5d26eb91fa197bdbe0c80eab6583b11c7e7d134aed9bb544cebcfc8df3677565af17ae0a6f2d20ee29200993d4d474c73
-DIST xf86-video-r128-6.9.1.tar.bz2 470750 SHA256 8be3baa8d3b19e3a05f00a53bf35784e144dc2ad14c358f97870c072e634e44c SHA512 a1a4f171c3d6ecd935a485dfeacdc6c595f287b0227c2bd604a884295aef6e7eab92d5da8b9d2682f2c676d49bcabf92cb0a4f35c65494a580582ef9dd76f73e WHIRLPOOL 77d1f7381bb061ff8d665436b7cb7ada8f51ecff23c0946a0a27e77d5b0b725b19fbb0a61d03e56421644786402ec1ce2aafd6453ac95a6750497dd385e70113
DIST xf86-video-r128-6.9.2.tar.bz2 462266 SHA256 8b2d295f1842d07304a75da1cfb9bf139b320a6539970eaf8d5ecc010cd36ee0 SHA512 7f8dc174ff8cff6d109a62610b255c3f3a99e6fbdc38373da3efb88a960a25fe3124dbdb6a9379de6b45edaedb3aae44a183a5604f80bbb488dbb98faebc2fb3 WHIRLPOOL 7d93884fc9e4da48fa6cbbd57208c945fa56905a33d1b96700e0084cc57b7e455732c50cc3204da9243e4ff2b401a2acfa559f0504d4fe83147ef536f276c805
diff --git a/x11-drivers/xf86-video-r128/xf86-video-r128-6.9.1.ebuild b/x11-drivers/xf86-video-r128/xf86-video-r128-6.9.1.ebuild
deleted file mode 100644
index 4dfa88a..0000000
--- a/x11-drivers/xf86-video-r128/xf86-video-r128-6.9.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-XORG_DRI=dri
-inherit xorg-2
-
-DESCRIPTION="ATI Rage128 video driver"
-
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="dri"
-
-RDEPEND=">=x11-base/xorg-server-1.2"
-DEPEND="${RDEPEND}"
-
-pkg_setup() {
- XORG_CONFIGURE_OPTIONS=(
- $(use_enable dri)
- )
-}
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-r128/
@ 2016-01-23 12:27 Manuel Rüger
0 siblings, 0 replies; 35+ messages in thread
From: Manuel Rüger @ 2016-01-23 12:27 UTC (permalink / raw
To: gentoo-commits
commit: 4b6f97d0426b7ff8a24c17e3aa3a22cdd529a7fc
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 23 12:26:10 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Jan 23 12:26:10 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b6f97d0
x11-drivers/xf86-video-r128: Version bump
Package-Manager: portage-2.2.27
x11-drivers/xf86-video-r128/Manifest | 1 +
.../xf86-video-r128/xf86-video-r128-6.10.1.ebuild | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+)
diff --git a/x11-drivers/xf86-video-r128/Manifest b/x11-drivers/xf86-video-r128/Manifest
index 9146404..84968c9 100644
--- a/x11-drivers/xf86-video-r128/Manifest
+++ b/x11-drivers/xf86-video-r128/Manifest
@@ -1,3 +1,4 @@
DIST xf86-video-r128-6.10.0.tar.bz2 494884 SHA256 80d531a07168230a408b88809a5440cfd48f9098666d12702d0012148a0d353d SHA512 1221e4a8e744557356eb7fd05d950e857f60eeab5f81707542d1446a983701a68838ee165a511242c67fa4e974ced7d8af12002ec581c636065a8c95325146ed WHIRLPOOL e3414e15e89c2c7d0db4f9270835486d8e87a477dac5971931b409a09242b301449c0b511f7c535fbb6be0d0e13214163ef95af9b799b6d5978f373b55636283
+DIST xf86-video-r128-6.10.1.tar.bz2 495306 SHA256 5ebfef49831c9b12f7b7011c8314010596ac2ab0d5b9b7cfd17908e93d7de4ea SHA512 c1c68e548357d9f9e357dcf6e2c1614a253cf0f19b23577720de51801ae2e6160306cdf8bdbf9976d0036910f46dc4fa0e562304d38c84560bb852d3e9dbdd0f WHIRLPOOL e64b7d2e88eecfd1ecbfeeabacd10df5d26eb91fa197bdbe0c80eab6583b11c7e7d134aed9bb544cebcfc8df3677565af17ae0a6f2d20ee29200993d4d474c73
DIST xf86-video-r128-6.9.1.tar.bz2 470750 SHA256 8be3baa8d3b19e3a05f00a53bf35784e144dc2ad14c358f97870c072e634e44c SHA512 a1a4f171c3d6ecd935a485dfeacdc6c595f287b0227c2bd604a884295aef6e7eab92d5da8b9d2682f2c676d49bcabf92cb0a4f35c65494a580582ef9dd76f73e WHIRLPOOL 77d1f7381bb061ff8d665436b7cb7ada8f51ecff23c0946a0a27e77d5b0b725b19fbb0a61d03e56421644786402ec1ce2aafd6453ac95a6750497dd385e70113
DIST xf86-video-r128-6.9.2.tar.bz2 462266 SHA256 8b2d295f1842d07304a75da1cfb9bf139b320a6539970eaf8d5ecc010cd36ee0 SHA512 7f8dc174ff8cff6d109a62610b255c3f3a99e6fbdc38373da3efb88a960a25fe3124dbdb6a9379de6b45edaedb3aae44a183a5604f80bbb488dbb98faebc2fb3 WHIRLPOOL 7d93884fc9e4da48fa6cbbd57208c945fa56905a33d1b96700e0084cc57b7e455732c50cc3204da9243e4ff2b401a2acfa559f0504d4fe83147ef536f276c805
diff --git a/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.1.ebuild b/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.1.ebuild
new file mode 100644
index 0000000..5447ce1
--- /dev/null
+++ b/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+XORG_DRI=dri
+inherit xorg-2
+
+DESCRIPTION="ATI Rage128 video driver"
+
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+IUSE="dri"
+
+RDEPEND=">=x11-base/xorg-server-1.2"
+DEPEND="${RDEPEND}"
+
+pkg_setup() {
+ XORG_CONFIGURE_OPTIONS=(
+ $(use_enable dri)
+ )
+}
^ permalink raw reply related [flat|nested] 35+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-r128/
@ 2016-01-09 14:35 Jeroen Roovers
0 siblings, 0 replies; 35+ messages in thread
From: Jeroen Roovers @ 2016-01-09 14:35 UTC (permalink / raw
To: gentoo-commits
commit: ce7d7713c6007b129864a47e97f7944c1bc23605
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 9 13:26:13 2016 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Jan 9 14:33:41 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce7d7713
x11-drivers/xf86-video-r128: Stable for PPC64 (bug #559062).
Package-Manager: portage-2.2.26
RepoMan-Options: --ignore-arches
x11-drivers/xf86-video-r128/xf86-video-r128-6.10.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.0.ebuild b/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.0.ebuild
index 1b3eb3e..1f08be5 100644
--- a/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.0.ebuild
+++ b/x11-drivers/xf86-video-r128/xf86-video-r128-6.10.0.ebuild
@@ -8,7 +8,7 @@ inherit xorg-2
DESCRIPTION="ATI Rage128 video driver"
-KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="dri"
RDEPEND=">=x11-base/xorg-server-1.2"
^ permalink raw reply related [flat|nested] 35+ messages in thread
end of thread, other threads:[~2024-10-18 2:40 UTC | newest]
Thread overview: 35+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-26 1:55 [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-r128/ Matt Turner
-- strict thread matches above, loose matches on Subject: below --
2024-10-18 2:40 Matt Turner
2023-01-26 17:47 Matt Turner
2023-01-25 19:21 Arthur Zamarin
2023-01-24 18:27 Arthur Zamarin
2022-12-04 23:44 Matt Turner
2022-05-25 16:02 WANG Xuerui
2021-03-14 19:57 David Seifert
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 0:52 Thomas Deutschmann
2018-10-25 17:38 Mikle Kolyada
2018-10-23 12:52 Matt Turner
2018-10-23 12:52 Matt Turner
2018-08-09 16:32 Matt Turner
2018-08-08 19:25 Matt Turner
2017-03-11 18:59 Agostino Sarubbo
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
2017-01-17 23:16 Matt Turner
2016-11-17 10:48 Agostino Sarubbo
2016-11-16 10:44 Agostino Sarubbo
2016-11-13 9:16 Agostino Sarubbo
2016-11-12 11:52 Agostino Sarubbo
2016-09-22 15:55 Tobias Klausmann
2016-09-17 11:14 Pacho Ramos
2016-09-17 10:49 Pacho Ramos
2016-06-02 17:12 Tobias Klausmann
2016-01-23 12:27 Manuel Rüger
2016-01-23 12:27 Manuel Rüger
2016-01-09 14:35 Jeroen Roovers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox