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: Sun,  4 Aug 2013 12:22:18 +0000 (UTC)	[thread overview]
Message-ID: <20130804122218.B8D102171C@flycatcher.gentoo.org> (raw)

idella4     13/08/04 12:22:18

  Modified:             xen-tools-4.3.0.ebuild ChangeLog
  Log:
  Upgrade to IUSE ocaml with shift of findlib behind IUSE ocaml and consequent upgrade to configure, substitute xenstored conf.d script resultant of Bug #478776, orginal conf.d script retained by rename to xenstoredorig.confd
  
  (Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.18                 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.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.0.ebuild?rev=1.18&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.17&r2=1.18

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.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- xen-tools-4.3.0.ebuild	1 Aug 2013 08:16:07 -0000	1.17
+++ xen-tools-4.3.0.ebuild	4 Aug 2013 12:22:18 -0000	1.18
@@ -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.17 2013/08/01 08:16:07 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.0.ebuild,v 1.18 2013/08/04 12:22:18 idella4 Exp $
 
 EAPI=5
 
@@ -73,7 +73,8 @@
 RDEPEND="${CDEPEND}
 	sys-apps/iproute2
 	net-misc/bridge-utils
-	ocaml? ( >=dev-lang/ocaml-4 )
+	ocaml? ( >=dev-lang/ocaml-4
+		dev-ml/findlib )
 	screen? (
 		app-misc/screen
 		app-admin/logrotate
@@ -227,7 +228,15 @@
 }
 
 src_configure() {
-	econf --prefix=/usr --disable-werror
+	local myconf="--prefix=/usr --disable-werror"
+	if use ocaml
+	then
+		myconf="${myconf} $(use_enable ocaml ocamltools)"
+	else
+		myconf="${myconf} --disable-ocamltools"
+	fi
+
+	econf ${myconf}
 }
 
 src_compile() {



1.192                app-emulation/xen-tools/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -r1.191 -r1.192
--- ChangeLog	1 Aug 2013 08:16:07 -0000	1.191
+++ ChangeLog	4 Aug 2013 12:22:18 -0000	1.192
@@ -1,6 +1,12 @@
 # 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.191 2013/08/01 08:16:07 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.192 2013/08/04 12:22:18 idella4 Exp $
+
+  04 Aug 2013; Ian Delaney <idella4@gentoo.org> +files/xenstoredorig.confd,
+  files/xenstored.confd, xen-tools-4.3.0.ebuild:
+  Upgrade to IUSE ocaml with shift of findlib behind IUSE ocaml and consequent
+  upgrade to configure, substitute xenstored conf.d script resultant of Bug
+  #478776, orginal conf.d script retained by rename to xenstoredorig.confd
 
   01 Aug 2013; Ian Delaney <idella4@gentoo.org> xen-tools-4.3.0.ebuild:
   Reverting transfig to previous place behind IUSE doc, fixes Bug #479226 by





             reply	other threads:[~2013-08-04 12:22 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-04 12:22 Ian Delaney (idella4) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-08-01  8:16 [gentoo-commits] gentoo-x86 commit in app-emulation/xen-tools: xen-tools-4.3.0.ebuild ChangeLog Ian Delaney (idella4)
2013-07-30  6:38 Ian Delaney (idella4)
2013-07-27 17:33 Ian Delaney (idella4)
2013-07-27 15:50 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=20130804122218.B8D102171C@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