public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Doug Goldstein (cardoe)" <cardoe@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/qemu-kvm: ChangeLog qemu-kvm-1.0-r3.ebuild
Date: Tue,  6 Mar 2012 23:33:43 +0000 (UTC)	[thread overview]
Message-ID: <20120306233343.14B4A2004B@flycatcher.gentoo.org> (raw)

cardoe      12/03/06 23:33:43

  Modified:             ChangeLog qemu-kvm-1.0-r3.ebuild
  Log:
  Add support for Prefix. bug #407193
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.105                app-emulation/qemu-kvm/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu-kvm/ChangeLog?rev=1.105&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu-kvm/ChangeLog?rev=1.105&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu-kvm/ChangeLog?r1=1.104&r2=1.105

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/ChangeLog,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- ChangeLog	6 Mar 2012 06:20:38 -0000	1.104
+++ ChangeLog	6 Mar 2012 23:33:42 -0000	1.105
@@ -1,6 +1,9 @@
 # ChangeLog for app-emulation/qemu-kvm
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/ChangeLog,v 1.104 2012/03/06 06:20:38 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/ChangeLog,v 1.105 2012/03/06 23:33:42 cardoe Exp $
+
+  06 Mar 2012; Doug Goldstein <cardoe@gentoo.org> qemu-kvm-1.0-r3.ebuild:
+  Add support for Prefix. bug #407193
 
   06 Mar 2012; Doug Goldstein <cardoe@gentoo.org> -qemu-kvm-1.0-r2.ebuild:
   Remove older revision.



1.6                  app-emulation/qemu-kvm/qemu-kvm-1.0-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu-kvm/qemu-kvm-1.0-r3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu-kvm/qemu-kvm-1.0-r3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu-kvm/qemu-kvm-1.0-r3.ebuild?r1=1.5&r2=1.6

Index: qemu-kvm-1.0-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/qemu-kvm-1.0-r3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- qemu-kvm-1.0-r3.ebuild	6 Mar 2012 06:19:28 -0000	1.5
+++ qemu-kvm-1.0-r3.ebuild	6 Mar 2012 23:33:42 -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/app-emulation/qemu-kvm/qemu-kvm-1.0-r3.ebuild,v 1.5 2012/03/06 06:19:28 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/qemu-kvm-1.0-r3.ebuild,v 1.6 2012/03/06 23:33:42 cardoe Exp $
 
 #BACKPORTS=1
 
@@ -299,7 +299,7 @@
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die "make install failed"
+	emake DESTDIR="${ED}" install || die "make install failed"
 
 	if [[ -n ${softmmu_targets} ]]; then
 		insinto /lib/udev/rules.d/
@@ -329,15 +329,15 @@
 	# FIXME: Need to come up with a solution for non-x86 based systems
 	if use x86 || use amd64; then
 		# Remove SeaBIOS since we're using the SeaBIOS packaged one
-		rm "${D}/usr/share/qemu/bios.bin"
+		rm "${ED}/usr/share/qemu/bios.bin"
 		dosym ../seabios/bios.bin /usr/share/qemu/bios.bin
 
 		# Remove vgabios since we're using the vgabios packaged one
-		rm "${D}/usr/share/qemu/vgabios.bin"
-		rm "${D}/usr/share/qemu/vgabios-cirrus.bin"
-		rm "${D}/usr/share/qemu/vgabios-qxl.bin"
-		rm "${D}/usr/share/qemu/vgabios-stdvga.bin"
-		rm "${D}/usr/share/qemu/vgabios-vmware.bin"
+		rm "${ED}/usr/share/qemu/vgabios.bin"
+		rm "${ED}/usr/share/qemu/vgabios-cirrus.bin"
+		rm "${ED}/usr/share/qemu/vgabios-qxl.bin"
+		rm "${ED}/usr/share/qemu/vgabios-stdvga.bin"
+		rm "${ED}/usr/share/qemu/vgabios-vmware.bin"
 		dosym ../vgabios/vgabios.bin /usr/share/qemu/vgabios.bin
 		dosym ../vgabios/vgabios-cirrus.bin /usr/share/qemu/vgabios-cirrus.bin
 		dosym ../vgabios/vgabios-qxl.bin /usr/share/qemu/vgabios-qxl.bin






             reply	other threads:[~2012-03-06 23:33 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-06 23:33 Doug Goldstein (cardoe) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-07-21 23:02 [gentoo-commits] gentoo-x86 commit in app-emulation/qemu-kvm: ChangeLog qemu-kvm-1.0-r3.ebuild Doug Goldstein (cardoe)
2012-03-15 12:28 Agostino Sarubbo (ago)
2012-03-08 23:05 Doug Goldstein (cardoe)
2012-03-08 18:26 Doug Goldstein (cardoe)
2012-03-08 18:20 Doug Goldstein (cardoe)
2012-03-08 16:40 Doug Goldstein (cardoe)
2012-03-08  1:16 Doug Goldstein (cardoe)
2012-02-25 20:57 Doug Goldstein (cardoe)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120306233343.14B4A2004B@flycatcher.gentoo.org \
    --to=cardoe@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox