public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ian Delaney (idella4)" <idella4@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/xen-tools: xen-tools-4.3.0.ebuild ChangeLog
Date: Sat, 27 Jul 2013 15:50:36 +0000 (UTC)	[thread overview]
Message-ID: <20130727155036.2E28A2171C@flycatcher.gentoo.org> (raw)

idella4     13/07/27 15:50:36

  Modified:             xen-tools-4.3.0.ebuild ChangeLog
  Log:
  for 4.3.0; upgrade jserver.patch, substitute with correct code to set IUSE api, flask capable builds, rm whitespace in init script, thanks for support from mva
  
  (Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.13                 app-emulation/xen-tools/xen-tools-4.3.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.0.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.0.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.0.ebuild?r1=1.12&r2=1.13

Index: xen-tools-4.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.0.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- xen-tools-4.3.0.ebuild	26 Jul 2013 16:03:53 -0000	1.12
+++ xen-tools-4.3.0.ebuild	27 Jul 2013 15:50:36 -0000	1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.0.ebuild,v 1.12 2013/07/26 16:03:53 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.0.ebuild,v 1.13 2013/07/27 15:50:36 idella4 Exp $
 
 EAPI=5
 
@@ -117,9 +117,6 @@
 			die "Unsupported architecture!"
 		fi
 	fi
-
-	use api     && export "LIBXENAPI_BINDINGS=y"
-	use flask   && export "FLASK_ENABLE=y"
 }
 
 src_prepare() {
@@ -196,7 +193,7 @@
 	epatch "${FILESDIR}"/${PN/-tools/}-4.2.0-nostrip.patch
 
 	# fix jobserver in Makefile
-	epatch "${FILESDIR}"/${PN/-tools/}-4.2.0-jserver.patch
+	epatch "${FILESDIR}"/${PN/-tools/}-4.3-jserver.patch
 
 	# add missing header
 	epatch "${FILESDIR}"/xen-4-ulong.patch
@@ -221,6 +218,9 @@
 		mv tools/qemu-xen/qemu-bridge-helper.c tools/qemu-xen/xen-bridge-helper.c || die
 	fi
 
+	use flask || sed -e "/SUBDIRS-y += flask/d" -i tools/Makefile || die
+	use api   || sed -e "/SUBDIRS-\$(LIBXENAPI_BINDINGS) += libxen/d" -i tools/Makefile || die
+
 	epatch_user
 }
 



1.182                app-emulation/xen-tools/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?rev=1.182&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?rev=1.182&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?r1=1.181&r2=1.182

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v
retrieving revision 1.181
retrieving revision 1.182
diff -u -r1.181 -r1.182
--- ChangeLog	27 Jul 2013 06:11:03 -0000	1.181
+++ ChangeLog	27 Jul 2013 15:50:36 -0000	1.182
@@ -1,6 +1,13 @@
 # ChangeLog for app-emulation/xen-tools
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.181 2013/07/27 06:11:03 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.182 2013/07/27 15:50:36 idella4 Exp $
+
+  27 Jul 2013; Ian Delaney <idella4@gentoo.org> +files/xen-4.3-jserver.patch,
+  files/xenconsoled.initd, files/xend.initd-r1, files/xend.initd-r2,
+  files/xenstored.initd, xen-tools-4.3.0.ebuild:
+  for 4.3.0; upgrade jserver.patch, substitute with correct code to set IUSE
+  api, flask capable builds, rm whitespace in init script, thanks for support
+  from mva
 
   27 Jul 2013; Ian Delaney <idella4@gentoo.org> files/xendomains.initd-r1,
   files/xendomains.initd-r2:





             reply	other threads:[~2013-07-27 15:50 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-27 15:50 Ian Delaney (idella4) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-08-04 12:22 [gentoo-commits] gentoo-x86 commit in app-emulation/xen-tools: xen-tools-4.3.0.ebuild ChangeLog Ian Delaney (idella4)
2013-08-01  8:16 Ian Delaney (idella4)
2013-07-30  6:38 Ian Delaney (idella4)
2013-07-27 17:33 Ian Delaney (idella4)
2013-07-26 16:03 Ian Delaney (idella4)
2013-07-25 15:09 Ian Delaney (idella4)
2013-07-24  9:19 Ian Delaney (idella4)
2013-07-24  5:33 Ian Delaney (idella4)
2013-07-24  5:12 Ian Delaney (idella4)
2013-07-23 15:02 Ian Delaney (idella4)
2013-07-23 10:07 Ian Delaney (idella4)
2013-07-22 17:05 Ian Delaney (idella4)
2013-07-22 11:38 Ian Delaney (idella4)
2013-07-20 17:17 Ian Delaney (idella4)

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=20130727155036.2E28A2171C@flycatcher.gentoo.org \
    --to=idella4@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