public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-savage/
@ 2017-01-17 23:16 Matt Turner
  0 siblings, 0 replies; 5+ messages in thread
From: Matt Turner @ 2017-01-17 23:16 UTC (permalink / raw
  To: gentoo-commits

commit:     fd1f1c8bf1d2367d311ef468861fb34ec6f6c7cf
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 17 23:05:19 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=fd1f1c8b

x11-drivers/xf86-video-savage: Version bump to 2.3.9.

 x11-drivers/xf86-video-savage/Manifest             |  1 +
 .../xf86-video-savage-2.3.9.ebuild                 | 30 ++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/x11-drivers/xf86-video-savage/Manifest b/x11-drivers/xf86-video-savage/Manifest
index f45b488..bc6262e 100644
--- a/x11-drivers/xf86-video-savage/Manifest
+++ b/x11-drivers/xf86-video-savage/Manifest
@@ -1 +1,2 @@
 DIST xf86-video-savage-2.3.8.tar.bz2 418649 SHA256 fdcea4a86532bceb50095eaf0fe2f38bbfa160e98463b815f4b549eb9985fa63 SHA512 c0a8eb58bde2d3f28dbf4f1e2a6e6e8eb019d3e61cf40bab56a586d614cf3d2a09c0ac43962ae25becfa9489f0ba36a4dd1010b6f181ffe77d10fe0bb10f3127 WHIRLPOOL dde9f4b95a9aea7f3d668f937a15f97978863846a90b5fa52826aa389bfed6ccb0ea89ee9ca2cae30e915e2774bd76b7dc36fb1134e5e43a4d9db76ea7957673
+DIST xf86-video-savage-2.3.9.tar.bz2 433686 SHA256 2c93c4db1f71e725dda0caee5821253129d4b52d7aa0fd720593e7769bceec86 SHA512 35fe52651fe5799bbbc6e7b3608a655102547e8f8f2189288d3f5b477f819bfc56a9a8eef39813ca455e56076e4f7c36304480c3ccddbac6c794672828cf705a WHIRLPOOL a322cf2e676af614d58b3013d38b553d230addc5dd75aa354a22bbd11547e29dd6d935d5084d609c33045fb6eb1f236fe1c6fa167371c36a8f267afacefb0a21

diff --git a/x11-drivers/xf86-video-savage/xf86-video-savage-2.3.9.ebuild b/x11-drivers/xf86-video-savage/xf86-video-savage-2.3.9.ebuild
new file mode 100644
index 00000000..e707fdb
--- /dev/null
+++ b/x11-drivers/xf86-video-savage/xf86-video-savage-2.3.9.ebuild
@@ -0,0 +1,30 @@
+# 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="S3 Savage video driver"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+
+IUSE="dri"
+RDEPEND=">=x11-base/xorg-server-1.0.99"
+DEPEND="${RDEPEND}
+	>=x11-proto/xextproto-7.0.99.1"
+
+pkg_setup() {
+	XORG_CONFIGURE_OPTIONS=(
+		$(use_enable dri)
+	)
+	xorg-2_pkg_setup
+}
+
+pkg_postinst() {
+	if has_version ">=x11-base/xorg-server-1.12.99"; then
+		elog "Your X server no longer supports XAA, so xf86-video-savage will fall back"
+		elog "to shadowFB. Enable EXA in your X.org configuration to still have some 2D"
+		elog "acceleration. See \"man 4 savage\" for details."
+	fi
+}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-savage/
@ 2017-03-06 15:50 Tobias Klausmann
  0 siblings, 0 replies; 5+ messages in thread
From: Tobias Klausmann @ 2017-03-06 15:50 UTC (permalink / raw
  To: gentoo-commits

commit:     0d17ad0ba7174020fcb728e074041cd187054416
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:58 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d17ad0b

x11-drivers/xf86-video-savage-2.3.9-r0: add alpha keyword

Gentoo-Bug: 611056

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

diff --git a/x11-drivers/xf86-video-savage/xf86-video-savage-2.3.9.ebuild b/x11-drivers/xf86-video-savage/xf86-video-savage-2.3.9.ebuild
index 7a419dafa36..cc898540f71 100644
--- a/x11-drivers/xf86-video-savage/xf86-video-savage-2.3.9.ebuild
+++ b/x11-drivers/xf86-video-savage/xf86-video-savage-2.3.9.ebuild
@@ -6,7 +6,7 @@ XORG_DRI=dri
 inherit xorg-2
 
 DESCRIPTION="S3 Savage video driver"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
 
 IUSE="dri"
 RDEPEND=">=x11-base/xorg-server-1.0.99"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-savage/
@ 2017-03-10 12:53 Agostino Sarubbo
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo @ 2017-03-10 12:53 UTC (permalink / raw
  To: gentoo-commits

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

x11-drivers/xf86-video-savage: 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-savage/xf86-video-savage-2.3.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/xf86-video-savage/xf86-video-savage-2.3.9.ebuild b/x11-drivers/xf86-video-savage/xf86-video-savage-2.3.9.ebuild
index fd96eb155f8..47fa786bbe7 100644
--- a/x11-drivers/xf86-video-savage/xf86-video-savage-2.3.9.ebuild
+++ b/x11-drivers/xf86-video-savage/xf86-video-savage-2.3.9.ebuild
@@ -6,7 +6,7 @@ XORG_DRI=dri
 inherit xorg-2
 
 DESCRIPTION="S3 Savage video driver"
-KEYWORDS="alpha amd64 ~ia64 ~ppc ~sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 ~ia64 ~ppc sparc x86 ~amd64-fbsd ~x86-fbsd"
 
 IUSE="dri"
 RDEPEND=">=x11-base/xorg-server-1.0.99"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-savage/
@ 2017-03-10 21:17 Michael Weber
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Weber @ 2017-03-10 21:17 UTC (permalink / raw
  To: gentoo-commits

commit:     3a2e94efb4567e7e3d6973a7b3831bbee0c9d00a
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 10 21:15:02 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Fri Mar 10 21:15:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a2e94ef

x11-drivers/xf86-video-savage: ppc stable (bug 611056)

Package-Manager: Portage-2.3.4, Repoman-2.3.2
RepoMan-Options: --include-arches="amd64,arm,arm64,ppc,ppc64"

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

diff --git a/x11-drivers/xf86-video-savage/xf86-video-savage-2.3.9.ebuild b/x11-drivers/xf86-video-savage/xf86-video-savage-2.3.9.ebuild
index 47fa786bbe7..86a8f13efae 100644
--- a/x11-drivers/xf86-video-savage/xf86-video-savage-2.3.9.ebuild
+++ b/x11-drivers/xf86-video-savage/xf86-video-savage-2.3.9.ebuild
@@ -6,7 +6,7 @@ XORG_DRI=dri
 inherit xorg-2
 
 DESCRIPTION="S3 Savage video driver"
-KEYWORDS="alpha amd64 ~ia64 ~ppc sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 ~ia64 ppc sparc x86 ~amd64-fbsd ~x86-fbsd"
 
 IUSE="dri"
 RDEPEND=">=x11-base/xorg-server-1.0.99"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-savage/
@ 2017-03-11 18:59 Agostino Sarubbo
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo @ 2017-03-11 18:59 UTC (permalink / raw
  To: gentoo-commits

commit:     fe4b72badf846dc60ba30153b0e41411d924b32d
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 11 18:57:44 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Mar 11 18:57:44 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe4b72ba

x11-drivers/xf86-video-savage: 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-savage/xf86-video-savage-2.3.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/xf86-video-savage/xf86-video-savage-2.3.9.ebuild b/x11-drivers/xf86-video-savage/xf86-video-savage-2.3.9.ebuild
index 86a8f13efae..9dc567fc11b 100644
--- a/x11-drivers/xf86-video-savage/xf86-video-savage-2.3.9.ebuild
+++ b/x11-drivers/xf86-video-savage/xf86-video-savage-2.3.9.ebuild
@@ -6,7 +6,7 @@ XORG_DRI=dri
 inherit xorg-2
 
 DESCRIPTION="S3 Savage video driver"
-KEYWORDS="alpha amd64 ~ia64 ppc sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 ia64 ppc sparc x86 ~amd64-fbsd ~x86-fbsd"
 
 IUSE="dri"
 RDEPEND=">=x11-base/xorg-server-1.0.99"


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

end of thread, other threads:[~2017-03-11 18:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-10 21:17 [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-savage/ Michael Weber
  -- strict thread matches above, loose matches on Subject: below --
2017-03-11 18:59 Agostino Sarubbo
2017-03-10 12:53 Agostino Sarubbo
2017-03-06 15:50 Tobias Klausmann
2017-01-17 23:16 Matt Turner

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