summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Buchholz <rbu@gentoo.org>2008-05-04 18:59:13 +0000
committerRobert Buchholz <rbu@gentoo.org>2008-05-04 18:59:13 +0000
commit91dab4892b07ee9be31e1bd5423efa30694e565b (patch)
tree595fe35752b701de89c707ce51f6ac8a0dbed64c /app-emulation
parentVersion bump to the Xen 3.2.1 release (bug #219339), thanks to Troy Bowman (diff)
downloadhistorical-91dab4892b07ee9be31e1bd5423efa30694e565b.tar.gz
historical-91dab4892b07ee9be31e1bd5423efa30694e565b.tar.bz2
historical-91dab4892b07ee9be31e1bd5423efa30694e565b.zip
Version bump to the Xen 3.2.1 release (bug #219339), thanks to Troy Bowman
for testig. Package-Manager: portage-2.1.5_rc4
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/xen/ChangeLog9
-rw-r--r--app-emulation/xen/xen-3.2.1.ebuild (renamed from app-emulation/xen/xen-3.1.2.ebuild)9
2 files changed, 11 insertions, 7 deletions
diff --git a/app-emulation/xen/ChangeLog b/app-emulation/xen/ChangeLog
index ff8193c3980c..c2c992663fae 100644
--- a/app-emulation/xen/ChangeLog
+++ b/app-emulation/xen/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-emulation/xen
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.53 2008/02/08 22:19:23 marineam Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.54 2008/05/04 18:59:13 rbu Exp $
+
+*xen-3.2.1 (04 May 2008)
+
+ 04 May 2008; Robert Buchholz <rbu@gentoo.org> -xen-3.1.2.ebuild,
+ +xen-3.2.1.ebuild:
+ Version bump to the Xen 3.2.1 release (bug #219339), thanks to Troy Bowman
+ for testig.
*xen-3.2.0 (08 Feb 2008)
diff --git a/app-emulation/xen/xen-3.1.2.ebuild b/app-emulation/xen/xen-3.2.1.ebuild
index a20773c35372..07095ba3a0e0 100644
--- a/app-emulation/xen/xen-3.1.2.ebuild
+++ b/app-emulation/xen/xen-3.2.1.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-3.1.2.ebuild,v 1.2 2008/02/03 00:35:30 marineam Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-3.2.1.ebuild,v 1.1 2008/05/04 18:59:13 rbu Exp $
inherit mount-boot flag-o-matic
DESCRIPTION="The Xen virtual machine monitor"
-HOMEPAGE="http://www.xensource.com/xen/xen/"
-SRC_URI="mirror://gentoo/xen-${PV}.tar.gz"
+HOMEPAGE="http://xen.org/"
+SRC_URI="http://bits.xensource.com/oss-xen/release/${PV}/xen-${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
@@ -82,9 +82,6 @@ pkg_postinst() {
elog " http://www.gentoo.org/doc/en/xen-guide.xml"
elog " http://gentoo-wiki.com/HOWTO_Xen_and_Gentoo"
- echo
- elog "Note: xen tools have been moved to app-emulation/xen-tools"
-
if use pae; then
echo
ewarn "This is a PAE build of Xen. It will *only* boot PAE kernels!"