diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2004-08-24 15:06:39 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2004-08-24 15:06:39 +0000 |
commit | a43868b3af44bd5db472745f5ed6db70f20fe904 (patch) | |
tree | 3230a794eb9d64d8439fcad6a0e9ae20dd3c8a0a /sys-kernel/gentoo-sources/gentoo-sources-2.4.27-r1.ebuild | |
parent | Initial import. Ebuild submitted by awk <glawk01@awks.org>, closing bug #5904... (diff) | |
download | gentoo-2-a43868b3af44bd5db472745f5ed6db70f20fe904.tar.gz gentoo-2-a43868b3af44bd5db472745f5ed6db70f20fe904.tar.bz2 gentoo-2-a43868b3af44bd5db472745f5ed6db70f20fe904.zip |
Version bump.
Diffstat (limited to 'sys-kernel/gentoo-sources/gentoo-sources-2.4.27-r1.ebuild')
-rw-r--r-- | sys-kernel/gentoo-sources/gentoo-sources-2.4.27-r1.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sys-kernel/gentoo-sources/gentoo-sources-2.4.27-r1.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-2.4.27-r1.ebuild new file mode 100644 index 000000000000..8e35cee57502 --- /dev/null +++ b/sys-kernel/gentoo-sources/gentoo-sources-2.4.27-r1.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-2.4.27-r1.ebuild,v 1.1 2004/08/24 15:06:39 plasmaroo Exp $ + +ETYPE="sources" +inherit kernel-2 +detect_version + +KEYWORDS="~x86" +IUSE="" +UNIPATCH_LIST="${DISTDIR}/${PF}.tar.bz2" + +DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree" +SRC_URI="${KERNEL_URI} http://dev.gentoo.org/~plasmaroo/patches/kernel/gentoo-sources/${PF}.tar.bz2" |