* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-siliconmotion/
@ 2017-01-17 23:16 Matt Turner
0 siblings, 0 replies; 6+ messages in thread
From: Matt Turner @ 2017-01-17 23:16 UTC (permalink / raw
To: gentoo-commits
commit: d55f1e0b740560344b7385921fe7eabd11497347
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 17 23:02:42 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=d55f1e0b
x11-drivers/xf86-video-siliconmotion: Version bump to 1.7.9.
x11-drivers/xf86-video-siliconmotion/Manifest | 1 +
.../xf86-video-siliconmotion-1.7.9.ebuild | 14 ++++++++++++++
2 files changed, 15 insertions(+)
diff --git a/x11-drivers/xf86-video-siliconmotion/Manifest b/x11-drivers/xf86-video-siliconmotion/Manifest
index 43d42e5..9ac60ea 100644
--- a/x11-drivers/xf86-video-siliconmotion/Manifest
+++ b/x11-drivers/xf86-video-siliconmotion/Manifest
@@ -1 +1,2 @@
DIST xf86-video-siliconmotion-1.7.8.tar.bz2 398928 SHA256 e9d449a9fd9e58b4e018447b6c64005f7874cffb1777e513ac9fc41a86071beb SHA512 8343982399737bbc09802ba17805b4111468d0241d4b2326ec32b237ca84e31dd02e4788c4e7fe508b032af9533765fb60ac8093877dc83f97709dc094bfa48e WHIRLPOOL cf880de7656f0f10f67b1a21a53e4c74ab8676c7a42827758281179fd6bca273a877a044d11f85936dcc8886665b53a29694eab994154ab6e01e4de7946279fe
+DIST xf86-video-siliconmotion-1.7.9.tar.bz2 416351 SHA256 d0f3c691e71108d27a061beb62bf78b36ec35bd755905692734dd68cfb3359bc SHA512 13085945ca496f83521c28b25c394077e010031dbdc2374347a932a52650ada02f525269a81d0b0bb20b48e371d5435a7a73cb7555a07dc5a784e77152608c63 WHIRLPOOL 613a7be4ab6619fe13baa22f3476d020a5cc3c69d3ff952b7798f95bcffc31b2dd88331a0919c6c8312bc2a6a56824ecea1103fba20c0675505fc2ea5f0bf55b
diff --git a/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.9.ebuild b/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.9.ebuild
new file mode 100644
index 00000000..135eb08
--- /dev/null
+++ b/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.9.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit xorg-2
+
+DESCRIPTION="Silicon Motion video driver"
+
+KEYWORDS="~amd64 ~mips ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE=""
+
+RDEPEND=">=x11-base/xorg-server-1.0.99"
+DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-siliconmotion/
@ 2021-03-19 22:40 David Seifert
0 siblings, 0 replies; 6+ messages in thread
From: David Seifert @ 2021-03-19 22:40 UTC (permalink / raw
To: gentoo-commits
commit: 8598f68df7cfbc3ec3ab87e6edb4c3bfbd0d996d
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 19 22:39:52 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Mar 19 22:39:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8598f68d
x11-drivers/xf86-video-siliconmotion: 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-siliconmotion-1.7.9.ebuild | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.9.ebuild b/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.9.ebuild
index 9a9a7cda10d..ab2e1341ccf 100644
--- a/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.9.ebuild
+++ b/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.9.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-inherit xorg-2
+EAPI=7
+
+inherit xorg-3
DESCRIPTION="Silicon Motion video driver"
KEYWORDS="amd64 ~mips x86"
-IUSE=""
-RDEPEND=">=x11-base/xorg-server-1.0.99"
+RDEPEND="x11-base/xorg-server"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-siliconmotion/
@ 2023-09-28 1:46 Matt Turner
0 siblings, 0 replies; 6+ messages in thread
From: Matt Turner @ 2023-09-28 1:46 UTC (permalink / raw
To: gentoo-commits
commit: 05d0613e0ea4dfde5c7b0efe43e23c6d6aa99c84
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 28 01:44:57 2023 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Sep 28 01:46:37 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05d0613e
x11-drivers/xf86-video-siliconmotion: Version bump to 1.7.10
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-drivers/xf86-video-siliconmotion/Manifest | 1 +
.../xf86-video-siliconmotion-1.7.10.ebuild | 11 +++++++++++
2 files changed, 12 insertions(+)
diff --git a/x11-drivers/xf86-video-siliconmotion/Manifest b/x11-drivers/xf86-video-siliconmotion/Manifest
index d24a531d658f..461a2b5ebb3f 100644
--- a/x11-drivers/xf86-video-siliconmotion/Manifest
+++ b/x11-drivers/xf86-video-siliconmotion/Manifest
@@ -1 +1,2 @@
+DIST xf86-video-siliconmotion-1.7.10.tar.xz 347056 BLAKE2B 436d2348d69976336ef83c2ee542615d65681fe0abf38887c223234a05255d194beeee0f3e0b1b8c2a0dfbf1c453e2189c39720d65eb8348dff6ddc957f23ef0 SHA512 d8bb90e636598ed20a32bdc049fe42420d9e6093429f09c3a886a7e78d3813c8533abf67c4fed084be97dd7553a1934c49aa9f94d1083dfa64ab36867ae55fca
DIST xf86-video-siliconmotion-1.7.9.tar.bz2 416351 BLAKE2B 8832c4de662871b373fdd2a1ac395454bbcf3ab3ac81416aab23c9a282a18cf46be5d98aaaa15213f394d0d7ac8b407c39aa0b9e3692495e36ef800077ec3f19 SHA512 13085945ca496f83521c28b25c394077e010031dbdc2374347a932a52650ada02f525269a81d0b0bb20b48e371d5435a7a73cb7555a07dc5a784e77152608c63
diff --git a/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.10.ebuild b/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.10.ebuild
new file mode 100644
index 000000000000..05d1a6533658
--- /dev/null
+++ b/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.10.ebuild
@@ -0,0 +1,11 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+XORG_TARBALL_SUFFIX="xz"
+
+inherit xorg-3
+
+DESCRIPTION="Silicon Motion video driver"
+
+KEYWORDS="~amd64 ~mips ~x86"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-siliconmotion/
@ 2023-11-03 23:58 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2023-11-03 23:58 UTC (permalink / raw
To: gentoo-commits
commit: 9c306e2e7793b8ad47423f3a6f12588bb6c02f41
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 3 23:56:50 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 3 23:56:50 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c306e2e
x11-drivers/xf86-video-siliconmotion: Stabilize 1.7.10 x86, #916769
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.10.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.10.ebuild b/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.10.ebuild
index 05d1a6533658..28df14274d1d 100644
--- a/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.10.ebuild
+++ b/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.10.ebuild
@@ -8,4 +8,4 @@ inherit xorg-3
DESCRIPTION="Silicon Motion video driver"
-KEYWORDS="~amd64 ~mips ~x86"
+KEYWORDS="~amd64 ~mips x86"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-siliconmotion/
@ 2023-11-04 9:06 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2023-11-04 9:06 UTC (permalink / raw
To: gentoo-commits
commit: 6e9cf814758286bdc27aed63a9862656860fded4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 4 09:06:09 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 4 09:06:09 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e9cf814
x11-drivers/xf86-video-siliconmotion: Stabilize 1.7.10 amd64, #916769
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.10.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.10.ebuild b/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.10.ebuild
index 28df14274d1d..a3b12ab64241 100644
--- a/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.10.ebuild
+++ b/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.10.ebuild
@@ -8,4 +8,4 @@ inherit xorg-3
DESCRIPTION="Silicon Motion video driver"
-KEYWORDS="~amd64 ~mips x86"
+KEYWORDS="amd64 ~mips x86"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-siliconmotion/
@ 2023-11-25 17:31 Matt Turner
0 siblings, 0 replies; 6+ messages in thread
From: Matt Turner @ 2023-11-25 17:31 UTC (permalink / raw
To: gentoo-commits
commit: 8117cd896f2a0e9ce23c731852a42138ea95a42c
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 25 17:14:54 2023 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Nov 25 17:31:02 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8117cd89
x11-drivers/xf86-video-siliconmotion: Drop old versions
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-drivers/xf86-video-siliconmotion/Manifest | 1 -
.../xf86-video-siliconmotion-1.7.9.ebuild | 13 -------------
2 files changed, 14 deletions(-)
diff --git a/x11-drivers/xf86-video-siliconmotion/Manifest b/x11-drivers/xf86-video-siliconmotion/Manifest
index 461a2b5ebb3f..c19cfd59486d 100644
--- a/x11-drivers/xf86-video-siliconmotion/Manifest
+++ b/x11-drivers/xf86-video-siliconmotion/Manifest
@@ -1,2 +1 @@
DIST xf86-video-siliconmotion-1.7.10.tar.xz 347056 BLAKE2B 436d2348d69976336ef83c2ee542615d65681fe0abf38887c223234a05255d194beeee0f3e0b1b8c2a0dfbf1c453e2189c39720d65eb8348dff6ddc957f23ef0 SHA512 d8bb90e636598ed20a32bdc049fe42420d9e6093429f09c3a886a7e78d3813c8533abf67c4fed084be97dd7553a1934c49aa9f94d1083dfa64ab36867ae55fca
-DIST xf86-video-siliconmotion-1.7.9.tar.bz2 416351 BLAKE2B 8832c4de662871b373fdd2a1ac395454bbcf3ab3ac81416aab23c9a282a18cf46be5d98aaaa15213f394d0d7ac8b407c39aa0b9e3692495e36ef800077ec3f19 SHA512 13085945ca496f83521c28b25c394077e010031dbdc2374347a932a52650ada02f525269a81d0b0bb20b48e371d5435a7a73cb7555a07dc5a784e77152608c63
diff --git a/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.9.ebuild b/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.9.ebuild
deleted file mode 100644
index ab2e1341ccfa..000000000000
--- a/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.9.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xorg-3
-
-DESCRIPTION="Silicon Motion video driver"
-
-KEYWORDS="amd64 ~mips x86"
-
-RDEPEND="x11-base/xorg-server"
-DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2023-11-25 17:31 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-17 23:16 [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-siliconmotion/ Matt Turner
-- strict thread matches above, loose matches on Subject: below --
2021-03-19 22:40 David Seifert
2023-09-28 1:46 Matt Turner
2023-11-03 23:58 Sam James
2023-11-04 9:06 Sam James
2023-11-25 17:31 Matt Turner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox