diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-12-22 20:22:51 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-12-22 20:22:51 +0000 |
commit | 114b6d9bfb5076931a10d65574402a4d2d9a7255 (patch) | |
tree | d7186e92895e061d15338b37f69c01344c3786d1 /sys-kernel/vanilla-sources/vanilla-sources-2.6.26.8.ebuild | |
parent | arm/ia64/sparc/x86 stable (diff) | |
download | historical-114b6d9bfb5076931a10d65574402a4d2d9a7255.tar.gz historical-114b6d9bfb5076931a10d65574402a4d2d9a7255.tar.bz2 historical-114b6d9bfb5076931a10d65574402a4d2d9a7255.zip |
Re-add some version i removed by mistake
Package-Manager: portage-2.1.4.5
RepoMan-Options: --force
Diffstat (limited to 'sys-kernel/vanilla-sources/vanilla-sources-2.6.26.8.ebuild')
-rw-r--r-- | sys-kernel/vanilla-sources/vanilla-sources-2.6.26.8.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sys-kernel/vanilla-sources/vanilla-sources-2.6.26.8.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-2.6.26.8.ebuild new file mode 100644 index 000000000000..11427d7e4d67 --- /dev/null +++ b/sys-kernel/vanilla-sources/vanilla-sources-2.6.26.8.ebuild @@ -0,0 +1,17 @@ +# 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.6.26.8.ebuild,v 1.3 2008/12/22 20:22:51 armin76 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 ~sparc ~x86" +IUSE="" |