* [gentoo-commits] gentoo-x86 commit in app-emulation/xen: xen-4.2.2-r1.ebuild xen-4.2.1-r4.ebuild xen-4.3.0.ebuild ChangeLog
@ 2013-07-28 9:13 Jonathan Callen (jcallen)
0 siblings, 0 replies; only message in thread
From: Jonathan Callen (jcallen) @ 2013-07-28 9:13 UTC (permalink / raw
To: gentoo-commits
jcallen 13/07/28 09:13:36
Modified: xen-4.2.2-r1.ebuild xen-4.2.1-r4.ebuild
xen-4.3.0.ebuild ChangeLog
Log:
Fix dependencies, add REQUIRED_USE, add missing eutils inherit (was inherited indirectly)
(Portage version: 2.2.0_alpha190/cvs/Linux x86_64, signed Manifest commit with key 229E5838)
Revision Changes Path
1.5 app-emulation/xen/xen-4.2.2-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/xen-4.2.2-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/xen-4.2.2-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/xen-4.2.2-r1.ebuild?r1=1.4&r2=1.5
Index: xen-4.2.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.2.2-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xen-4.2.2-r1.ebuild 2 Jul 2013 16:15:25 -0000 1.4
+++ xen-4.2.2-r1.ebuild 28 Jul 2013 09:13:36 -0000 1.5
@@ -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/xen-4.2.2-r1.ebuild,v 1.4 2013/07/02 16:15:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.2.2-r1.ebuild,v 1.5 2013/07/28 09:13:36 jcallen Exp $
EAPI=5
@@ -17,7 +17,7 @@
SRC_URI="http://bits.xensource.com/oss-xen/release/${PV}/xen-${PV}.tar.gz"
fi
-inherit mount-boot flag-o-matic python-single-r1 toolchain-funcs ${live_eclass}
+inherit mount-boot flag-o-matic python-any-r1 toolchain-funcs eutils ${live_eclass}
DESCRIPTION="The Xen virtual machine monitor"
HOMEPAGE="http://xen.org/"
@@ -25,7 +25,8 @@
SLOT="0"
IUSE="custom-cflags debug efi flask pae xsm"
-DEPEND="efi? ( >=sys-devel/binutils-2.22[multitarget] )
+DEPEND="${PYTHON_DEPS}
+ efi? ( >=sys-devel/binutils-2.22[multitarget] )
!efi? ( >=sys-devel/binutils-2.22[-multitarget] )"
RDEPEND=""
PDEPEND="~app-emulation/xen-tools-${PV}"
@@ -40,7 +41,7 @@
"
pkg_setup() {
- python-single-r1_pkg_setup
+ python-any-r1_pkg_setup
if [[ -z ${XEN_TARGET_ARCH} ]]; then
if use x86 && use amd64; then
die "Confusion! Both x86 and amd64 are set in your use flags!"
1.4 app-emulation/xen/xen-4.2.1-r4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/xen-4.2.1-r4.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/xen-4.2.1-r4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/xen-4.2.1-r4.ebuild?r1=1.3&r2=1.4
Index: xen-4.2.1-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.2.1-r4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xen-4.2.1-r4.ebuild 28 Jun 2013 15:07:39 -0000 1.3
+++ xen-4.2.1-r4.ebuild 28 Jul 2013 09:13:36 -0000 1.4
@@ -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/xen-4.2.1-r4.ebuild,v 1.3 2013/06/28 15:07:39 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.2.1-r4.ebuild,v 1.4 2013/07/28 09:13:36 jcallen Exp $
EAPI=5
@@ -17,7 +17,7 @@
SRC_URI="http://bits.xensource.com/oss-xen/release/${PV}/xen-${PV}.tar.gz"
fi
-inherit mount-boot flag-o-matic python-single-r1 toolchain-funcs ${live_eclass}
+inherit mount-boot flag-o-matic python-any-r1 toolchain-funcs eutils ${live_eclass}
DESCRIPTION="The Xen virtual machine monitor"
HOMEPAGE="http://xen.org/"
@@ -25,7 +25,8 @@
SLOT="0"
IUSE="custom-cflags debug efi flask pae xsm"
-DEPEND="efi? ( >=sys-devel/binutils-2.22[multitarget] )
+DEPEND="${PYTHON_DEPS}
+ efi? ( >=sys-devel/binutils-2.22[multitarget] )
!efi? ( >=sys-devel/binutils-2.22[-multitarget] )"
RDEPEND=""
PDEPEND="~app-emulation/xen-tools-${PV}"
@@ -40,7 +41,7 @@
"
pkg_setup() {
- python-single-r1_pkg_setup
+ python-any-r1_pkg_setup
if [[ -z ${XEN_TARGET_ARCH} ]]; then
if use x86 && use amd64; then
die "Confusion! Both x86 and amd64 are set in your use flags!"
1.2 app-emulation/xen/xen-4.3.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/xen-4.3.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/xen-4.3.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/xen-4.3.0.ebuild?r1=1.1&r2=1.2
Index: xen-4.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.3.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xen-4.3.0.ebuild 21 Jul 2013 05:45:45 -0000 1.1
+++ xen-4.3.0.ebuild 28 Jul 2013 09:13:36 -0000 1.2
@@ -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/xen-4.3.0.ebuild,v 1.1 2013/07/21 05:45:45 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.3.0.ebuild,v 1.2 2013/07/28 09:13:36 jcallen Exp $
EAPI=5
@@ -17,7 +17,7 @@
SRC_URI="http://bits.xensource.com/oss-xen/release/${PV}/xen-${PV}.tar.gz"
fi
-inherit mount-boot flag-o-matic python-single-r1 toolchain-funcs ${live_eclass}
+inherit mount-boot flag-o-matic python-any-r1 toolchain-funcs eutils ${live_eclass}
DESCRIPTION="The Xen virtual machine monitor"
HOMEPAGE="http://xen.org/"
@@ -25,7 +25,8 @@
SLOT="0"
IUSE="custom-cflags debug efi flask pae xsm"
-DEPEND="efi? ( >=sys-devel/binutils-2.22[multitarget] )
+DEPEND="${PYTHON_DEPS}
+ efi? ( >=sys-devel/binutils-2.22[multitarget] )
!efi? ( >=sys-devel/binutils-2.22[-multitarget] )"
RDEPEND=""
PDEPEND="~app-emulation/xen-tools-${PV}"
@@ -38,7 +39,7 @@
REQUIRED_USE="flask? ( xsm )"
pkg_setup() {
- python-single-r1_pkg_setup
+ python-any-r1_pkg_setup
if [[ -z ${XEN_TARGET_ARCH} ]]; then
if use x86 && use amd64; then
die "Confusion! Both x86 and amd64 are set in your use flags!"
1.128 app-emulation/xen/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/ChangeLog?rev=1.128&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/ChangeLog?rev=1.128&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/ChangeLog?r1=1.127&r2=1.128
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -r1.127 -r1.128
--- ChangeLog 21 Jul 2013 05:45:45 -0000 1.127
+++ ChangeLog 28 Jul 2013 09:13:36 -0000 1.128
@@ -1,6 +1,11 @@
# ChangeLog for app-emulation/xen
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.127 2013/07/21 05:45:45 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.128 2013/07/28 09:13:36 jcallen Exp $
+
+ 28 Jul 2013; Jonathan Callen <jcallen@gentoo.org> xen-4.2.1-r4.ebuild,
+ xen-4.2.2-r1.ebuild, xen-4.3.0.ebuild:
+ Fix dependencies, add REQUIRED_USE, add missing eutils inherit (was inherited
+ indirectly)
*xen-4.3.0 (21 Jul 2013)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-07-28 9:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-28 9:13 [gentoo-commits] gentoo-x86 commit in app-emulation/xen: xen-4.2.2-r1.ebuild xen-4.2.1-r4.ebuild xen-4.3.0.ebuild ChangeLog Jonathan Callen (jcallen)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox