diff options
author | Robert Buchholz <rbu@gentoo.org> | 2008-05-04 18:59:13 +0000 |
---|---|---|
committer | Robert Buchholz <rbu@gentoo.org> | 2008-05-04 18:59:13 +0000 |
commit | 1b03eccd5925ac59bd183af85c03a6a7a921a858 (patch) | |
tree | 4dc844a47866c978570ae8f7888ca959491f92c5 /app-emulation/xen | |
parent | Version bump to the Xen 3.2.1 release (bug #219339), thanks to Troy Bowman (diff) | |
download | gentoo-2-1b03eccd5925ac59bd183af85c03a6a7a921a858.tar.gz gentoo-2-1b03eccd5925ac59bd183af85c03a6a7a921a858.tar.bz2 gentoo-2-1b03eccd5925ac59bd183af85c03a6a7a921a858.zip |
Version bump to the Xen 3.2.1 release (bug #219339), thanks to Troy Bowman
for testig.
(Portage version: 2.1.5_rc4)
Diffstat (limited to 'app-emulation/xen')
-rw-r--r-- | app-emulation/xen/ChangeLog | 9 | ||||
-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!" |