summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStratos Psomadakis <psomas@gentoo.org>2011-08-29 23:44:10 +0000
committerStratos Psomadakis <psomas@gentoo.org>2011-08-29 23:44:10 +0000
commitb0887c67a8423149ad961129403c6616793f6b90 (patch)
treea050ed896555b78ffd1413083d0e14b42cd013d5 /sys-kernel/vanilla-sources/vanilla-sources-3.0.4.ebuild
parentDepend on udev 152 or later, for the rules that get installed. (diff)
downloadhistorical-b0887c67a8423149ad961129403c6616793f6b90.tar.gz
historical-b0887c67a8423149ad961129403c6616793f6b90.tar.bz2
historical-b0887c67a8423149ad961129403c6616793f6b90.zip
Version bumps.
Package-Manager: portage-2.1.10.11/cvs/Linux x86_64
Diffstat (limited to 'sys-kernel/vanilla-sources/vanilla-sources-3.0.4.ebuild')
-rw-r--r--sys-kernel/vanilla-sources/vanilla-sources-3.0.4.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/sys-kernel/vanilla-sources/vanilla-sources-3.0.4.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-3.0.4.ebuild
new file mode 100644
index 000000000000..ef65ea988a71
--- /dev/null
+++ b/sys-kernel/vanilla-sources/vanilla-sources-3.0.4.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.0.4.ebuild,v 1.1 2011/08/29 23:44:10 psomas Exp $
+
+EAPI="2"
+K_NOUSENAME="yes"
+K_NOSETEXTRAVERSION="yes"
+K_SECURITY_UNSUPPORTED="1"
+K_DEBLOB_AVAILABLE="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="deblob"