summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2013-12-31 02:46:00 +0000
committerIan Delaney <idella4@gentoo.org>2013-12-31 02:46:00 +0000
commit74179f6e7b1aec538a8c5d136a6631070d003098 (patch)
treed2c633d9fd972585ea49b8a2819896fde04bb728 /app-emulation/xen
parentFallback to rpm2tar when rpm is not available (diff)
downloadgentoo-2-74179f6e7b1aec538a8c5d136a6631070d003098.tar.gz
gentoo-2-74179f6e7b1aec538a8c5d136a6631070d003098.tar.bz2
gentoo-2-74179f6e7b1aec538a8c5d136a6631070d003098.zip
After some further 'discussion', stabalised version corrected to resolve residual QA issues, other ebuilds updated to follow suit
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'app-emulation/xen')
-rw-r--r--app-emulation/xen/ChangeLog7
-rw-r--r--app-emulation/xen/xen-4.3.0-r5.ebuild5
-rw-r--r--app-emulation/xen/xen-4.3.1-r1.ebuild5
-rw-r--r--app-emulation/xen/xen-4.3.1-r2.ebuild5
4 files changed, 15 insertions, 7 deletions
diff --git a/app-emulation/xen/ChangeLog b/app-emulation/xen/ChangeLog
index 5b5b23d0c687..d52fe392db51 100644
--- a/app-emulation/xen/ChangeLog
+++ b/app-emulation/xen/ChangeLog
@@ -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.139 2013/12/16 16:39:31 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.140 2013/12/31 02:46:00 idella4 Exp $
+
+ 31 Dec 2013; Ian Delaney <idella4@gentoo.org> xen-4.3.0-r5.ebuild,
+ xen-4.3.1-r1.ebuild, xen-4.3.1-r2.ebuild:
+ After some further 'discussion', stabalised version corrected to resolve
+ residual QA issues, other ebuilds updated to follow suit
*xen-4.3.1-r2 (16 Dec 2013)
*xen-4.3.0-r5 (16 Dec 2013)
diff --git a/app-emulation/xen/xen-4.3.0-r5.ebuild b/app-emulation/xen/xen-4.3.0-r5.ebuild
index d7bbb6eb7138..e676fe6d539e 100644
--- a/app-emulation/xen/xen-4.3.0-r5.ebuild
+++ b/app-emulation/xen/xen-4.3.0-r5.ebuild
@@ -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-r5.ebuild,v 1.1 2013/12/16 16:34:04 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.3.0-r5.ebuild,v 1.2 2013/12/31 02:46:00 idella4 Exp $
EAPI=5
@@ -13,7 +13,8 @@ if [[ $PV == *9999 ]]; then
S="${WORKDIR}/${REPO}"
live_eclass="mercurial"
else
- KEYWORDS="~amd64"
+ # support dropped for regular 32 bit hypervisor, Bug 493944
+ KEYWORDS="~amd64 -x86"
SRC_URI="http://bits.xensource.com/oss-xen/release/${PV}/xen-${PV}.tar.gz"
fi
diff --git a/app-emulation/xen/xen-4.3.1-r1.ebuild b/app-emulation/xen/xen-4.3.1-r1.ebuild
index 41182542979f..15183ccdb021 100644
--- a/app-emulation/xen/xen-4.3.1-r1.ebuild
+++ b/app-emulation/xen/xen-4.3.1-r1.ebuild
@@ -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.1-r1.ebuild,v 1.3 2013/12/10 13:34:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.3.1-r1.ebuild,v 1.4 2013/12/31 02:46:00 idella4 Exp $
EAPI=5
@@ -13,7 +13,8 @@ if [[ $PV == *9999 ]]; then
S="${WORKDIR}/${REPO}"
live_eclass="mercurial"
else
- KEYWORDS="amd64 x86"
+ # support dropped for regular 32 bit hypervisor, Bug 493944
+ KEYWORDS="amd64 -x86"
SRC_URI="http://bits.xensource.com/oss-xen/release/${PV}/xen-${PV}.tar.gz"
fi
diff --git a/app-emulation/xen/xen-4.3.1-r2.ebuild b/app-emulation/xen/xen-4.3.1-r2.ebuild
index f172c49e3fd7..7f78d38e1edf 100644
--- a/app-emulation/xen/xen-4.3.1-r2.ebuild
+++ b/app-emulation/xen/xen-4.3.1-r2.ebuild
@@ -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.1-r2.ebuild,v 1.1 2013/12/16 16:34:04 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.3.1-r2.ebuild,v 1.2 2013/12/31 02:46:00 idella4 Exp $
EAPI=5
@@ -13,7 +13,8 @@ if [[ $PV == *9999 ]]; then
S="${WORKDIR}/${REPO}"
live_eclass="mercurial"
else
- KEYWORDS="~amd64"
+ # Set to match entry in stable 4.3.1-r1, Bug 493944
+ KEYWORDS="~amd64 -x86"
SRC_URI="http://bits.xensource.com/oss-xen/release/${PV}/xen-${PV}.tar.gz"
fi