diff options
author | 2010-01-18 21:30:56 +0000 | |
---|---|---|
committer | 2010-01-18 21:30:56 +0000 | |
commit | c6aeef6c8647ce8e6e0f2345bd112bd306ad4064 (patch) | |
tree | c30fd006d63df05a8b38926dee429133649d669e /sys-kernel/vanilla-sources/vanilla-sources-2.6.32.4.ebuild | |
parent | Version bump. Removed old. (diff) | |
download | historical-c6aeef6c8647ce8e6e0f2345bd112bd306ad4064.tar.gz historical-c6aeef6c8647ce8e6e0f2345bd112bd306ad4064.tar.bz2 historical-c6aeef6c8647ce8e6e0f2345bd112bd306ad4064.zip |
Version bump.
Package-Manager: portage-2.1.7.16/cvs/Linux x86_64
Diffstat (limited to 'sys-kernel/vanilla-sources/vanilla-sources-2.6.32.4.ebuild')
-rw-r--r-- | sys-kernel/vanilla-sources/vanilla-sources-2.6.32.4.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sys-kernel/vanilla-sources/vanilla-sources-2.6.32.4.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-2.6.32.4.ebuild new file mode 100644 index 000000000000..5a589c42437a --- /dev/null +++ b/sys-kernel/vanilla-sources/vanilla-sources-2.6.32.4.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.6.32.4.ebuild,v 1.1 2010/01/18 21:30:56 nelchael Exp $ + +K_NOUSENAME="yes" +K_NOSETEXTRAVERSION="yes" +K_SECURITY_UNSUPPORTED="1" +ETYPE="sources" +inherit kernel-2 +detect_version + +DESCRIPTION="Full sources for the Linux kernel" +HOMEPAGE="http://www.kernel.org" +SRC_URI="${KERNEL_URI}" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" +IUSE="" |