diff options
author | Patrick Lauer <patrick@gentoo.org> | 2010-01-06 22:36:58 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2010-01-06 22:36:58 +0000 |
commit | 5b433216c84ecbded1f6a86966dc5115445374f5 (patch) | |
tree | 79ab1b5fe6d0143ae417de87648fcd09b5d73b4c /sys-kernel/xen-sources/xen-sources-2.6.29-r4.ebuild | |
parent | x86 stable, bug #298363 (diff) | |
download | gentoo-2-5b433216c84ecbded1f6a86966dc5115445374f5.tar.gz gentoo-2-5b433216c84ecbded1f6a86966dc5115445374f5.tar.bz2 gentoo-2-5b433216c84ecbded1f6a86966dc5115445374f5.zip |
Adding .29 as it is presumably more stable than .31. Enjoy.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'sys-kernel/xen-sources/xen-sources-2.6.29-r4.ebuild')
-rw-r--r-- | sys-kernel/xen-sources/xen-sources-2.6.29-r4.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/sys-kernel/xen-sources/xen-sources-2.6.29-r4.ebuild b/sys-kernel/xen-sources/xen-sources-2.6.29-r4.ebuild new file mode 100644 index 000000000000..e7c4aa0ae421 --- /dev/null +++ b/sys-kernel/xen-sources/xen-sources-2.6.29-r4.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2010 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.29-r4.ebuild,v 1.1 2010/01/06 22:36:58 patrick Exp $ + +ETYPE="sources" +UNIPATCH_STRICTORDER="1" +K_WANT_GENPATCHES="base" +K_GENPATCHES_VER="6" +inherit kernel-2 +detect_version + +DESCRIPTION="Full sources for a dom0/domU Linux kernel to run under Xen" +HOMEPAGE="http://xen.org/" +IUSE="" + +KEYWORDS="~x86 ~amd64" + +XENPATCHES_VER="6" +XENPATCHES="xen-patches-${PV}-${XENPATCHES_VER}.tar.bz2" +XENPATCHES_URI="http://gentoo-xen-kernel.googlecode.com/files/${XENPATCHES}" + +SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${XENPATCHES_URI}" + + +UNIPATCH_LIST="${DISTDIR}/${XENPATCHES}" + +DEPEND="${DEPEND} >=sys-devel/binutils-2.17" |