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 vgabios-0.6c.ebuild ChangeLog
@ 2012-01-25  3:27 Doug Goldstein (cardoe)
  0 siblings, 0 replies; 2+ messages in thread
From: Doug Goldstein (cardoe) @ 2012-01-25  3:27 UTC (permalink / raw
  To: gentoo-commits

cardoe      12/01/25 03:27:56

  Modified:             vgabios-0.6c.ebuild ChangeLog
  Added:                vgabios-0.7a.ebuild
  Log:
  Add 0.7a based vesion. Add debug USE flag.
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sys-apps/vgabios/vgabios-0.6c.ebuild

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

Index: vgabios-0.6c.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/vgabios/vgabios-0.6c.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vgabios-0.6c.ebuild	25 Jan 2012 03:00:17 -0000	1.1
+++ vgabios-0.6c.ebuild	25 Jan 2012 03:27:56 -0000	1.2
@@ -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.ebuild,v 1.1 2012/01/25 03:00:17 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/vgabios/vgabios-0.6c.ebuild,v 1.2 2012/01/25 03:27:56 cardoe Exp $
 
 # Can't really call them backports when they're fixes that upstream
 # won't carry
@@ -19,7 +19,7 @@
 SLOT="0"
 #KEYWORDS="~amd64 ~x86"
 KEYWORDS="-*"
-IUSE=""
+IUSE="debug"
 
 DEPEND="sys-devel/dev86"
 RDEPEND=""
@@ -43,22 +43,25 @@
 
 	# Stock VGABIOS
 	newins VGABIOS-lgpl-latest.bin vgabios.bin
-	newins VGABIOS-lgpl-latest.debug.bin vgabios.debug.bin
+	use debug && newins VGABIOS-lgpl-latest.debug.bin vgabios.debug.bin
 
 	# Cirrus
 	newins VGABIOS-lgpl-latest.cirrus.bin vgabios.cirrus.bin
-	newins VGABIOS-lgpl-latest.cirrus.debug.bin vgabios.cirrus.debug.bin
+	use debug && newins VGABIOS-lgpl-latest.cirrus.debug.bin \
+		vgabios.cirrus.debug.bin
 
 	# QXL
 	newins VGABIOS-lgpl-latest.qxl.bin vgabios.qxl.bin
-	newins VGABIOS-lgpl-latest.qxl.debug.bin vgabios.qxl.debug.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
-	newins VGABIOS-lgpl-latest.stdvga.debug.bin vgabios.stdvga.debug.bin
+	use debug && newins VGABIOS-lgpl-latest.stdvga.debug.bin \
+		vgabios.stdvga.debug.bin
 
 	# VMWare
 	newins VGABIOS-lgpl-latest.vmware.bin vgabios.vmware.bin
-	newins VGABIOS-lgpl-latest.vmware.debug.bin vgabios.vmware.debug.bin
+	use debug && newins VGABIOS-lgpl-latest.vmware.debug.bin \
+		vgabios.vmware.debug.bin
 }
 



1.2                  sys-apps/vgabios/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/vgabios/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	25 Jan 2012 03:00:17 -0000	1.1
+++ ChangeLog	25 Jan 2012 03:27:56 -0000	1.2
@@ -1,6 +1,12 @@
 # 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.1 2012/01/25 03:00:17 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/vgabios/ChangeLog,v 1.2 2012/01/25 03:27:56 cardoe Exp $
+
+*vgabios-0.7a (25 Jan 2012)
+
+  25 Jan 2012; Doug Goldstein <cardoe@gentoo.org> vgabios-0.6c.ebuild,
+  +vgabios-0.7a.ebuild:
+  Add 0.7a based vesion. Add debug USE flag.
 
 *vgabios-0.6c (25 Jan 2012)
 



1.1                  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.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/vgabios/vgabios-0.7a.ebuild?rev=1.1&content-type=text/plain

Index: vgabios-0.7a.ebuild
===================================================================
# 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.1 2012/01/25 03:27:56 cardoe Exp $

# 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"
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"

LICENSE="LGPL-2.1"
SLOT="0"
#KEYWORDS="~amd64 ~x86"
KEYWORDS="-*"
IUSE="debug"

DEPEND="sys-devel/dev86"
RDEPEND=""

src_prepare() {
	EPATCH_FORCE=yes EPATCH_SUFFIX="patch" EPATCH_SOURCE="${S}/patches" \
		epatch
}

pkg_configure() {
	:
}

src_compile() {
	emake biossums
	emake
}

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
}







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

* [gentoo-commits] gentoo-x86 commit in sys-apps/vgabios: vgabios-0.7a.ebuild vgabios-0.6c.ebuild ChangeLog
@ 2012-01-25  8:12 Doug Goldstein (cardoe)
  0 siblings, 0 replies; 2+ messages in thread
From: Doug Goldstein (cardoe) @ 2012-01-25  8:12 UTC (permalink / raw
  To: gentoo-commits

cardoe      12/01/25 08:12:31

  Modified:             vgabios-0.7a.ebuild vgabios-0.6c.ebuild ChangeLog
  Log:
  Fix bad naming error
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  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.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/vgabios/vgabios-0.7a.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/vgabios/vgabios-0.7a.ebuild?r1=1.3&r2=1.4

Index: vgabios-0.7a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/vgabios/vgabios-0.7a.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vgabios-0.7a.ebuild	25 Jan 2012 03:31:49 -0000	1.3
+++ vgabios-0.7a.ebuild	25 Jan 2012 08:12:31 -0000	1.4
@@ -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.3 2012/01/25 03:31:49 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/vgabios/vgabios-0.7a.ebuild,v 1.4 2012/01/25 08:12:31 cardoe Exp $
 
 # Can't really call them backports when they're fixes that upstream
 # won't carry
@@ -46,21 +46,21 @@
 	use debug && newins VGABIOS-lgpl-latest.debug.bin vgabios.debug.bin
 
 	# Cirrus
-	newins VGABIOS-lgpl-latest.cirrus.bin vgabios.cirrus.bin
+	newins VGABIOS-lgpl-latest.cirrus.bin vgabios-cirrus.bin
 	use debug && newins VGABIOS-lgpl-latest.cirrus.debug.bin \
-		vgabios.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
+	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
+	newins VGABIOS-lgpl-latest.stdvga.bin vgabios-stdvga.bin
 	use debug && newins VGABIOS-lgpl-latest.stdvga.debug.bin \
-		vgabios.stdvga.debug.bin
+		vgabios-stdvga.debug.bin
 
 	# VMWare
-	newins VGABIOS-lgpl-latest.vmware.bin vgabios.vmware.bin
+	newins VGABIOS-lgpl-latest.vmware.bin vgabios-vmware.bin
 	use debug && newins VGABIOS-lgpl-latest.vmware.debug.bin \
-		vgabios.vmware.debug.bin
+		vgabios-vmware.debug.bin
 }



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

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

Index: vgabios-0.6c.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/vgabios/vgabios-0.6c.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- vgabios-0.6c.ebuild	25 Jan 2012 03:31:49 -0000	1.5
+++ vgabios-0.6c.ebuild	25 Jan 2012 08:12:31 -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.ebuild,v 1.5 2012/01/25 03:31:49 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/vgabios/vgabios-0.6c.ebuild,v 1.6 2012/01/25 08:12:31 cardoe Exp $
 
 # Can't really call them backports when they're fixes that upstream
 # won't carry
@@ -46,21 +46,21 @@
 	use debug && newins VGABIOS-lgpl-latest.debug.bin vgabios.debug.bin
 
 	# Cirrus
-	newins VGABIOS-lgpl-latest.cirrus.bin vgabios.cirrus.bin
+	newins VGABIOS-lgpl-latest.cirrus.bin vgabios-cirrus.bin
 	use debug && newins VGABIOS-lgpl-latest.cirrus.debug.bin \
-		vgabios.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
+	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
+	newins VGABIOS-lgpl-latest.stdvga.bin vgabios-stdvga.bin
 	use debug && newins VGABIOS-lgpl-latest.stdvga.debug.bin \
-		vgabios.stdvga.debug.bin
+		vgabios-stdvga.debug.bin
 
 	# VMWare
-	newins VGABIOS-lgpl-latest.vmware.bin vgabios.vmware.bin
+	newins VGABIOS-lgpl-latest.vmware.bin vgabios-vmware.bin
 	use debug && newins VGABIOS-lgpl-latest.vmware.debug.bin \
-		vgabios.vmware.debug.bin
+		vgabios-vmware.debug.bin
 }



1.5                  sys-apps/vgabios/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/vgabios/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	25 Jan 2012 03:31:49 -0000	1.4
+++ ChangeLog	25 Jan 2012 08:12:31 -0000	1.5
@@ -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.4 2012/01/25 03:31:49 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/vgabios/ChangeLog,v 1.5 2012/01/25 08:12:31 cardoe Exp $
+
+  25 Jan 2012; Doug Goldstein <cardoe@gentoo.org> vgabios-0.6c.ebuild,
+  vgabios-0.7a.ebuild:
+  Fix bad naming error
 
   25 Jan 2012; Doug Goldstein <cardoe@gentoo.org> vgabios-0.6c.ebuild,
   vgabios-0.7a.ebuild:






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

end of thread, other threads:[~2012-01-25  8:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-25  8:12 [gentoo-commits] gentoo-x86 commit in sys-apps/vgabios: vgabios-0.7a.ebuild vgabios-0.6c.ebuild ChangeLog Doug Goldstein (cardoe)
  -- strict thread matches above, loose matches on Subject: below --
2012-01-25  3:27 Doug Goldstein (cardoe)

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