diff options
author | Michael Marineau <marineam@gentoo.org> | 2007-07-10 21:26:21 +0000 |
---|---|---|
committer | Michael Marineau <marineam@gentoo.org> | 2007-07-10 21:26:21 +0000 |
commit | 23a0208875ca127e21929ad7451e870c7d5e3915 (patch) | |
tree | 3400138084b6a509c7568e2527116b1a59edb966 /sys-kernel/xen-sources/xen-sources-2.6.18.ebuild | |
parent | Set xen-3.0.2 to depend on xen-sources-2.6.16.28 (diff) | |
download | xen-23a0208875ca127e21929ad7451e870c7d5e3915.tar.gz xen-23a0208875ca127e21929ad7451e870c7d5e3915.tar.bz2 xen-23a0208875ca127e21929ad7451e870c7d5e3915.zip |
Initial commit of xen 3.1.0, includes some tweeks from bug #179412 and rbu's overlay
svn path=/xen/; revision=31
Diffstat (limited to 'sys-kernel/xen-sources/xen-sources-2.6.18.ebuild')
-rw-r--r-- | sys-kernel/xen-sources/xen-sources-2.6.18.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/sys-kernel/xen-sources/xen-sources-2.6.18.ebuild b/sys-kernel/xen-sources/xen-sources-2.6.18.ebuild new file mode 100644 index 0000000..0198ac9 --- /dev/null +++ b/sys-kernel/xen-sources/xen-sources-2.6.18.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/xen-sources/xen-sources-2.6.16.49.ebuild,v 1.1 2007/05/02 03:31:45 marineam Exp $ + +ETYPE="sources" +UNIPATCH_STRICTORDER="1" +inherit kernel-2 +detect_version + +DESCRIPTION="Full sources for a dom0/domU Linux kernel to run under Xen" +HOMEPAGE="http://www.xensource.com/xen/xen/" + +XEN_VERSION="3.1.0" +XEN_BASE_KV="2.6.18" +XEN_PATCH="patch-${XEN_BASE_KV}_to_xen-${XEN_VERSION}.bz2" +#PATCH_URI="mirror://gentoo/${XEN_PATCH}" +PATCH_URI="http://dev.gentoo.org/~marineam/files/xen/${XEN_PATCH}" +SRC_URI="${KERNEL_URI} ${PATCH_URI}" + +UNIPATCH_LIST="${DISTDIR}/${XEN_PATCH}" + +KEYWORDS="~x86 ~amd64" + +#pkg_postinst() { +# postinst_sources +# +# elog "This kernel uses the linux patches released with Xen 3.0.4" +# elog "It claims to have a 3.0.2 compatibility option but it may not work." +#} |