diff options
author | Michael Marineau <marineam@gentoo.org> | 2007-05-01 00:36:03 +0000 |
---|---|---|
committer | Michael Marineau <marineam@gentoo.org> | 2007-05-01 00:36:03 +0000 |
commit | eeef123ee26c78980a224b2b6e37eab4805ad383 (patch) | |
tree | b595df216bf3adade927529ad3e00691d8d57e4d /app-emulation | |
parent | Copy xen-tools 3.0.2 into overlay and reorganize the files dir. This is what ... (diff) | |
download | xen-eeef123ee26c78980a224b2b6e37eab4805ad383.tar.gz xen-eeef123ee26c78980a224b2b6e37eab4805ad383.tar.bz2 xen-eeef123ee26c78980a224b2b6e37eab4805ad383.zip |
Update the Xen homepage url, remove older kernels
svn path=/xen/; revision=26
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-3.0.4_p1.ebuild | 2 | ||||
-rw-r--r-- | app-emulation/xen/xen-3.0.4_p1.ebuild | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/app-emulation/xen-tools/xen-tools-3.0.4_p1.ebuild b/app-emulation/xen-tools/xen-tools-3.0.4_p1.ebuild index 98f6029..b20f8c4 100644 --- a/app-emulation/xen-tools/xen-tools-3.0.4_p1.ebuild +++ b/app-emulation/xen-tools/xen-tools-3.0.4_p1.ebuild @@ -5,7 +5,7 @@ inherit flag-o-matic distutils eutils multilib DESCRIPTION="Xend daemon and tools" -HOMEPAGE="http://xen.sourceforge.net" +HOMEPAGE="http://www.xensource.com/xen/xen/" MY_PV=${PV/_p/_} SRC_URI="http://bits.xensource.com/oss-xen/release/${MY_PV/_/-}/src.tgz/xen-${MY_PV}-src.tgz" S="${WORKDIR}/xen-${MY_PV}-src" diff --git a/app-emulation/xen/xen-3.0.4_p1.ebuild b/app-emulation/xen/xen-3.0.4_p1.ebuild index 71de120..1e2d91f 100644 --- a/app-emulation/xen/xen-3.0.4_p1.ebuild +++ b/app-emulation/xen/xen-3.0.4_p1.ebuild @@ -5,7 +5,7 @@ inherit mount-boot flag-o-matic DESCRIPTION="The Xen virtual machine monitor" -HOMEPAGE="http://xen.sourceforge.net" +HOMEPAGE="http://www.xensource.com/xen/xen/" MY_PV=${PV/_p/_} SRC_URI="http://bits.xensource.com/oss-xen/release/${MY_PV/_/-}/src.tgz/xen-${MY_PV}-src.tgz" S="${WORKDIR}/xen-${MY_PV}-src" @@ -18,7 +18,8 @@ IUSE="debug custom-cflags pae hardened" RDEPEND="|| ( sys-boot/grub sys-boot/grub-static ) sys-kernel/xen-sources" -PDEPEND="~app-emulation/xen-tools-${PV}" +PDEPEND="~app-emulation/xen-tools-${PV} + >=sys-kernel/xen-sources-2.6.16.33" RESTRICT="test" |