diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-12-19 10:41:08 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-12-19 10:41:08 +0000 |
commit | 0cd5d028ec1cb77854e32d794848dcac6a89ab71 (patch) | |
tree | ef3d356e731735e12b3a15dc4a8de56733c6b373 /sys-kernel/vanilla-sources/vanilla-sources-2.4.37.ebuild | |
parent | Update to Linux 2.6.27.10. Fix capacity reported by Macpower hard drive. Fix ... (diff) | |
download | gentoo-2-0cd5d028ec1cb77854e32d794848dcac6a89ab71.tar.gz gentoo-2-0cd5d028ec1cb77854e32d794848dcac6a89ab71.tar.bz2 gentoo-2-0cd5d028ec1cb77854e32d794848dcac6a89ab71.zip |
Version bump
(Portage version: 2.1.4.5)
Diffstat (limited to 'sys-kernel/vanilla-sources/vanilla-sources-2.4.37.ebuild')
-rw-r--r-- | sys-kernel/vanilla-sources/vanilla-sources-2.4.37.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sys-kernel/vanilla-sources/vanilla-sources-2.4.37.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-2.4.37.ebuild new file mode 100644 index 000000000000..79ca53411432 --- /dev/null +++ b/sys-kernel/vanilla-sources/vanilla-sources-2.4.37.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2008 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.4.37.ebuild,v 1.1 2008/12/19 10:41:08 armin76 Exp $ + +K_NOUSENAME="yes" +K_NOSETEXTRAVERSION="yes" +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 ~ia64 ~ppc ~ppc64 ~sparc ~x86" |