diff options
author | 2005-09-01 20:04:39 +0000 | |
---|---|---|
committer | 2005-09-01 20:04:39 +0000 | |
commit | 44168f0ca5d4a107512b10bf266a26b65be8d21a (patch) | |
tree | a6c109cd55c4eb76efb26bc9b05fd0e619cfede0 /sys-kernel/xbox-sources/xbox-sources-2.4.31.ebuild | |
parent | sort (diff) | |
download | gentoo-2-44168f0ca5d4a107512b10bf266a26b65be8d21a.tar.gz gentoo-2-44168f0ca5d4a107512b10bf266a26b65be8d21a.tar.bz2 gentoo-2-44168f0ca5d4a107512b10bf266a26b65be8d21a.zip |
Version bump for 2.4. Cleaning digest files to make repoman happy.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sys-kernel/xbox-sources/xbox-sources-2.4.31.ebuild')
-rw-r--r-- | sys-kernel/xbox-sources/xbox-sources-2.4.31.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/sys-kernel/xbox-sources/xbox-sources-2.4.31.ebuild b/sys-kernel/xbox-sources/xbox-sources-2.4.31.ebuild new file mode 100644 index 000000000000..7be507fe70c8 --- /dev/null +++ b/sys-kernel/xbox-sources/xbox-sources-2.4.31.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/xbox-sources/xbox-sources-2.4.31.ebuild,v 1.1 2005/09/01 20:04:39 gimli Exp $ + +ETYPE="sources" +inherit kernel-2 +detect_version + +XBOX_PATCH="xbox-sources-${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}.patch.bz2" + +SRC_URI="${KERNEL_URI} + mirror://gentoo/${XBOX_PATCH} + mirror://gentoo/${P}.squashfs.patch.bz2" +DESCRIPTION="Full sources for the Xbox Linux kernel" +HOMEPAGE="http://www.xbox-linux.org" +K_NOSETEXTRAVERSION="don't_set_it" +KEYWORDS="x86 -*" + +UNIPATCH_LIST=" + ${DISTDIR}/${XBOX_PATCH} + ${DISTDIR}/${P}.squashfs.patch.bz2" + |