public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/vgabios: vgabios-0.7a.ebuild ChangeLog vgabios-0.6c-r1.ebuild
@ 2012-04-13 19:43 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Mueller (ulm) @ 2012-04-13 19:43 UTC (permalink / raw
  To: gentoo-commits

ulm         12/04/13 19:43:17

  Modified:             vgabios-0.7a.ebuild ChangeLog
                        vgabios-0.6c-r1.ebuild
  Log:
  Move EAPI assignment to top of ebuild, bug 411875.
  
  (Portage version: 2.1.10.56/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  sys-apps/vgabios/vgabios-0.7a.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/vgabios/vgabios-0.7a.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/vgabios/vgabios-0.7a.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/vgabios/vgabios-0.7a.ebuild?r1=1.6&r2=1.7

Index: vgabios-0.7a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/vgabios/vgabios-0.7a.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- vgabios-0.7a.ebuild	29 Jan 2012 21:53:59 -0000	1.6
+++ vgabios-0.7a.ebuild	13 Apr 2012 19:43:17 -0000	1.7
@@ -1,13 +1,13 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/vgabios/vgabios-0.7a.ebuild,v 1.6 2012/01/29 21:53:59 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/vgabios/vgabios-0.7a.ebuild,v 1.7 2012/04/13 19:43:17 ulm Exp $
+
+EAPI=4
 
 # Can't really call them backports when they're fixes that upstream
 # won't carry
 FIXES=1
 
-EAPI=4
-
 inherit eutils
 
 DESCRIPTION="VGA BIOS implementation"



1.12                 sys-apps/vgabios/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/vgabios/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/vgabios/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/vgabios/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/vgabios/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	16 Mar 2012 16:11:55 -0000	1.11
+++ ChangeLog	13 Apr 2012 19:43:17 -0000	1.12
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/vgabios
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/vgabios/ChangeLog,v 1.11 2012/03/16 16:11:55 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/vgabios/ChangeLog,v 1.12 2012/04/13 19:43:17 ulm Exp $
+
+  13 Apr 2012; Ulrich Müller <ulm@gentoo.org> vgabios-0.6c-r1.ebuild,
+  vgabios-0.7a.ebuild:
+  Move EAPI assignment to top of ebuild, bug 411875.
 
   16 Mar 2012; Thomas Kahle <tomka@gentoo.org> vgabios-0.6c-r1.ebuild:
   marked x86 per bug 407345



1.4                  sys-apps/vgabios/vgabios-0.6c-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/vgabios/vgabios-0.6c-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/vgabios/vgabios-0.6c-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/vgabios/vgabios-0.6c-r1.ebuild?r1=1.3&r2=1.4

Index: vgabios-0.6c-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/vgabios/vgabios-0.6c-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vgabios-0.6c-r1.ebuild	16 Mar 2012 16:11:55 -0000	1.3
+++ vgabios-0.6c-r1.ebuild	13 Apr 2012 19:43:17 -0000	1.4
@@ -1,13 +1,13 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/vgabios/vgabios-0.6c-r1.ebuild,v 1.3 2012/03/16 16:11:55 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/vgabios/vgabios-0.6c-r1.ebuild,v 1.4 2012/04/13 19:43:17 ulm Exp $
+
+EAPI=4
 
 # Can't really call them backports when they're fixes that upstream
 # won't carry
 FIXES=2
 
-EAPI=4
-
 inherit eutils
 
 DESCRIPTION="VGA BIOS implementation"






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

* [gentoo-commits] gentoo-x86 commit in sys-apps/vgabios: vgabios-0.7a.ebuild ChangeLog vgabios-0.6c-r1.ebuild
@ 2012-07-22  4:13 Doug Goldstein (cardoe)
  0 siblings, 0 replies; 3+ messages in thread
From: Doug Goldstein (cardoe) @ 2012-07-22  4:13 UTC (permalink / raw
  To: gentoo-commits

cardoe      12/07/22 04:13:36

  Modified:             vgabios-0.7a.ebuild ChangeLog
                        vgabios-0.6c-r1.ebuild
  Log:
  Shorten the ebuild a little bit.
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  sys-apps/vgabios/vgabios-0.7a.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/vgabios/vgabios-0.7a.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/vgabios/vgabios-0.7a.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/vgabios/vgabios-0.7a.ebuild?r1=1.8&r2=1.9

Index: vgabios-0.7a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/vgabios/vgabios-0.7a.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- vgabios-0.7a.ebuild	22 Jul 2012 03:38:25 -0000	1.8
+++ vgabios-0.7a.ebuild	22 Jul 2012 04:13:36 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/vgabios/vgabios-0.7a.ebuild,v 1.8 2012/07/22 03:38:25 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/vgabios/vgabios-0.7a.ebuild,v 1.9 2012/07/22 04:13:36 cardoe Exp $
 
 EAPI=4
 
@@ -30,10 +30,6 @@
 			epatch
 }
 
-pkg_configure() {
-	:
-}
-
 src_compile() {
 	emake clean # Necessary to clean up the pre-built pieces
 	emake biossums



1.14                 sys-apps/vgabios/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/vgabios/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/vgabios/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/vgabios/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/vgabios/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	22 Jul 2012 03:38:25 -0000	1.13
+++ ChangeLog	22 Jul 2012 04:13:36 -0000	1.14
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/vgabios
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/vgabios/ChangeLog,v 1.13 2012/07/22 03:38:25 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/vgabios/ChangeLog,v 1.14 2012/07/22 04:13:36 cardoe Exp $
+
+  21 Jul 2012; Doug Goldstein <cardoe@gentoo.org> vgabios-0.6c-r1.ebuild,
+  vgabios-0.7a.ebuild:
+  Shorten the ebuild a little bit.
 
   21 Jul 2012; Doug Goldstein <cardoe@gentoo.org> vgabios-0.7a.ebuild:
   Unmask vgabios 0.7a



1.5                  sys-apps/vgabios/vgabios-0.6c-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/vgabios/vgabios-0.6c-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/vgabios/vgabios-0.6c-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/vgabios/vgabios-0.6c-r1.ebuild?r1=1.4&r2=1.5

Index: vgabios-0.6c-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/vgabios/vgabios-0.6c-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vgabios-0.6c-r1.ebuild	13 Apr 2012 19:43:17 -0000	1.4
+++ vgabios-0.6c-r1.ebuild	22 Jul 2012 04:13:36 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/vgabios/vgabios-0.6c-r1.ebuild,v 1.4 2012/04/13 19:43:17 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/vgabios/vgabios-0.6c-r1.ebuild,v 1.5 2012/07/22 04:13:36 cardoe Exp $
 
 EAPI=4
 
@@ -29,10 +29,6 @@
 		epatch
 }
 
-pkg_configure() {
-	:
-}
-
 src_compile() {
 	emake clean # Necessary to clean up the pre-built pieces
 	emake biossums





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

* [gentoo-commits] gentoo-x86 commit in sys-apps/vgabios: vgabios-0.7a.ebuild ChangeLog vgabios-0.6c-r1.ebuild
@ 2012-07-22  4:29 Doug Goldstein (cardoe)
  0 siblings, 0 replies; 3+ messages in thread
From: Doug Goldstein (cardoe) @ 2012-07-22  4:29 UTC (permalink / raw
  To: gentoo-commits

cardoe      12/07/22 04:29:37

  Modified:             vgabios-0.7a.ebuild ChangeLog
                        vgabios-0.6c-r1.ebuild
  Log:
  Include pre-built versions for systems that don't support compiling this.
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 sys-apps/vgabios/vgabios-0.7a.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/vgabios/vgabios-0.7a.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/vgabios/vgabios-0.7a.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/vgabios/vgabios-0.7a.ebuild?r1=1.9&r2=1.10

Index: vgabios-0.7a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/vgabios/vgabios-0.7a.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- vgabios-0.7a.ebuild	22 Jul 2012 04:13:36 -0000	1.9
+++ vgabios-0.7a.ebuild	22 Jul 2012 04:29:36 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/vgabios/vgabios-0.7a.ebuild,v 1.9 2012/07/22 04:13:36 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/vgabios/vgabios-0.7a.ebuild,v 1.10 2012/07/22 04:29:36 cardoe Exp $
 
 EAPI=4
 
@@ -13,16 +13,16 @@
 DESCRIPTION="VGA BIOS implementation"
 HOMEPAGE="http://www.nongnu.org/vgabios/"
 SRC_URI="http://savannah.gnu.org/download/${PN}/${P}.tgz
-		http://dev.gentoo.org/~cardoe/distfiles/${P}-fixes-${FIXES}.tar.bz2"
+	http://dev.gentoo.org/~cardoe/distfiles/${P}-fixes-${FIXES}.tar.bz2"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="debug"
 
-DEPEND="sys-devel/dev86"
-RDEPEND="!app-emulation/qemu
-		!<=app-emulation/qemu-kvm-1.0"
+DEPEND="amd64? ( sys-devel/dev86 )
+	x86? ( sys-devel/dev86 )"
+RDEPEND=""
 
 src_prepare() {
 	[[ -n ${FIXES} ]] && \
@@ -31,34 +31,41 @@
 }
 
 src_compile() {
-	emake clean # Necessary to clean up the pre-built pieces
-	emake biossums
-	emake
+	if use amd64 || use x86 ; then
+		emake clean # Necessary to clean up the pre-built pieces
+		emake biossums
+		emake
+	fi
 }
 
 src_install() {
 	insinto /usr/share/vgabios
 
-	# Stock VGABIOS
-	newins VGABIOS-lgpl-latest.bin vgabios.bin
-	use debug && newins VGABIOS-lgpl-latest.debug.bin vgabios.debug.bin
-
-	# Cirrus
-	newins VGABIOS-lgpl-latest.cirrus.bin vgabios-cirrus.bin
-	use debug && newins VGABIOS-lgpl-latest.cirrus.debug.bin \
-		vgabios-cirrus.debug.bin
-
-	# QXL
-	newins VGABIOS-lgpl-latest.qxl.bin vgabios-qxl.bin
-	use debug && newins VGABIOS-lgpl-latest.qxl.debug.bin vgabios-qxl.debug.bin
-
-	# Standard VGA
-	newins VGABIOS-lgpl-latest.stdvga.bin vgabios-stdvga.bin
-	use debug && newins VGABIOS-lgpl-latest.stdvga.debug.bin \
-		vgabios-stdvga.debug.bin
-
-	# VMWare
-	newins VGABIOS-lgpl-latest.vmware.bin vgabios-vmware.bin
-	use debug && newins VGABIOS-lgpl-latest.vmware.debug.bin \
-		vgabios-vmware.debug.bin
+	if use amd64 || use x86 ; then
+		# Stock VGABIOS
+		newins VGABIOS-lgpl-latest.bin vgabios.bin
+		use debug && newins VGABIOS-lgpl-latest.debug.bin vgabios.debug.bin
+
+		# Cirrus
+		newins VGABIOS-lgpl-latest.cirrus.bin vgabios-cirrus.bin
+		use debug && newins VGABIOS-lgpl-latest.cirrus.debug.bin \
+			vgabios-cirrus.debug.bin
+
+		# QXL
+		newins VGABIOS-lgpl-latest.qxl.bin vgabios-qxl.bin
+		use debug && newins VGABIOS-lgpl-latest.qxl.debug.bin \
+			vgabios-qxl.debug.bin
+
+		# Standard VGA
+		newins VGABIOS-lgpl-latest.stdvga.bin vgabios-stdvga.bin
+		use debug && newins VGABIOS-lgpl-latest.stdvga.debug.bin \
+			vgabios-stdvga.debug.bin
+
+		# VMWare
+		newins VGABIOS-lgpl-latest.vmware.bin vgabios-vmware.bin
+		use debug && newins VGABIOS-lgpl-latest.vmware.debug.bin \
+			vgabios-vmware.debug.bin
+	else
+		doins bins/*
+	fi
 }



1.15                 sys-apps/vgabios/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/vgabios/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/vgabios/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/vgabios/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/vgabios/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	22 Jul 2012 04:13:36 -0000	1.14
+++ ChangeLog	22 Jul 2012 04:29:36 -0000	1.15
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/vgabios
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/vgabios/ChangeLog,v 1.14 2012/07/22 04:13:36 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/vgabios/ChangeLog,v 1.15 2012/07/22 04:29:36 cardoe Exp $
+
+  21 Jul 2012; Doug Goldstein <cardoe@gentoo.org> vgabios-0.6c-r1.ebuild,
+  vgabios-0.7a.ebuild:
+  Include pre-built versions for systems that don't support compiling this.
 
   21 Jul 2012; Doug Goldstein <cardoe@gentoo.org> vgabios-0.6c-r1.ebuild,
   vgabios-0.7a.ebuild:



1.6                  sys-apps/vgabios/vgabios-0.6c-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/vgabios/vgabios-0.6c-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/vgabios/vgabios-0.6c-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/vgabios/vgabios-0.6c-r1.ebuild?r1=1.5&r2=1.6

Index: vgabios-0.6c-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/vgabios/vgabios-0.6c-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- vgabios-0.6c-r1.ebuild	22 Jul 2012 04:13:36 -0000	1.5
+++ vgabios-0.6c-r1.ebuild	22 Jul 2012 04:29:36 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/vgabios/vgabios-0.6c-r1.ebuild,v 1.5 2012/07/22 04:13:36 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/vgabios/vgabios-0.6c-r1.ebuild,v 1.6 2012/07/22 04:29:36 cardoe Exp $
 
 EAPI=4
 
@@ -13,51 +13,60 @@
 DESCRIPTION="VGA BIOS implementation"
 HOMEPAGE="http://www.nongnu.org/vgabios/"
 SRC_URI="http://savannah.gnu.org/download/${PN}/${P}.tgz
-		http://dev.gentoo.org/~cardoe/distfiles/${P}-fixes-${FIXES}.tar.bz2"
+	http://dev.gentoo.org/~cardoe/distfiles/${P}-bins.tar.xz
+	http://dev.gentoo.org/~cardoe/distfiles/${P}-fixes-${FIXES}.tar.bz2"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE="debug"
 
-DEPEND="sys-devel/dev86"
-RDEPEND="!app-emulation/qemu
-		!<=app-emulation/qemu-kvm-1.0"
+DEPEND="amd64? ( sys-devel/dev86 )
+	x86? ( sys-devel/dev86 )"
+RDEPEND=""
 
 src_prepare() {
-	EPATCH_FORCE=yes EPATCH_SUFFIX="patch" EPATCH_SOURCE="${S}/patches" \
-		epatch
+	[[ -n ${FIXES} ]] && \
+		EPATCH_FORCE=yes EPATCH_SUFFIX="patch" EPATCH_SOURCE="${S}/patches" \
+			epatch
 }
 
 src_compile() {
-	emake clean # Necessary to clean up the pre-built pieces
-	emake biossums
-	emake
+	if use amd64 || use x86 ; then
+		emake clean # Necessary to clean up the pre-built pieces
+		emake biossums
+		emake
+	fi
 }
 
 src_install() {
 	insinto /usr/share/vgabios
 
-	# Stock VGABIOS
-	newins VGABIOS-lgpl-latest.bin vgabios.bin
-	use debug && newins VGABIOS-lgpl-latest.debug.bin vgabios.debug.bin
-
-	# Cirrus
-	newins VGABIOS-lgpl-latest.cirrus.bin vgabios-cirrus.bin
-	use debug && newins VGABIOS-lgpl-latest.cirrus.debug.bin \
-		vgabios-cirrus.debug.bin
-
-	# QXL
-	newins VGABIOS-lgpl-latest.qxl.bin vgabios-qxl.bin
-	use debug && newins VGABIOS-lgpl-latest.qxl.debug.bin vgabios-qxl.debug.bin
-
-	# Standard VGA
-	newins VGABIOS-lgpl-latest.stdvga.bin vgabios-stdvga.bin
-	use debug && newins VGABIOS-lgpl-latest.stdvga.debug.bin \
-		vgabios-stdvga.debug.bin
-
-	# VMWare
-	newins VGABIOS-lgpl-latest.vmware.bin vgabios-vmware.bin
-	use debug && newins VGABIOS-lgpl-latest.vmware.debug.bin \
-		vgabios-vmware.debug.bin
+	if use amd64 || use x86 ; then
+		# Stock VGABIOS
+		newins VGABIOS-lgpl-latest.bin vgabios.bin
+		use debug && newins VGABIOS-lgpl-latest.debug.bin vgabios.debug.bin
+
+		# Cirrus
+		newins VGABIOS-lgpl-latest.cirrus.bin vgabios-cirrus.bin
+		use debug && newins VGABIOS-lgpl-latest.cirrus.debug.bin \
+			vgabios-cirrus.debug.bin
+
+		# QXL
+		newins VGABIOS-lgpl-latest.qxl.bin vgabios-qxl.bin
+		use debug && newins VGABIOS-lgpl-latest.qxl.debug.bin \
+			vgabios-qxl.debug.bin
+
+		# Standard VGA
+		newins VGABIOS-lgpl-latest.stdvga.bin vgabios-stdvga.bin
+		use debug && newins VGABIOS-lgpl-latest.stdvga.debug.bin \
+			vgabios-stdvga.debug.bin
+
+		# VMWare
+		newins VGABIOS-lgpl-latest.vmware.bin vgabios-vmware.bin
+		use debug && newins VGABIOS-lgpl-latest.vmware.debug.bin \
+			vgabios-vmware.debug.bin
+	else
+		doins bins/*
+	fi
 }





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

end of thread, other threads:[~2012-07-22  4:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-22  4:13 [gentoo-commits] gentoo-x86 commit in sys-apps/vgabios: vgabios-0.7a.ebuild ChangeLog vgabios-0.6c-r1.ebuild Doug Goldstein (cardoe)
  -- strict thread matches above, loose matches on Subject: below --
2012-07-22  4:29 Doug Goldstein (cardoe)
2012-04-13 19:43 Ulrich Mueller (ulm)

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