aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'livecd-overlay/usr/local/portage/sys-kernel/glendix-sources/glendix-sources-2.6.31.6.ebuild')
-rw-r--r--livecd-overlay/usr/local/portage/sys-kernel/glendix-sources/glendix-sources-2.6.31.6.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/livecd-overlay/usr/local/portage/sys-kernel/glendix-sources/glendix-sources-2.6.31.6.ebuild b/livecd-overlay/usr/local/portage/sys-kernel/glendix-sources/glendix-sources-2.6.31.6.ebuild
new file mode 100644
index 0000000..5e5fcf1
--- /dev/null
+++ b/livecd-overlay/usr/local/portage/sys-kernel/glendix-sources/glendix-sources-2.6.31.6.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="2"
+K_SECURITY_UNSUPPORTED="1"
+K_DEBLOB_AVAILABLE="1"
+ETYPE="sources"
+inherit kernel-2
+detect_version
+
+DESCRIPTION="Patched sources for the Linux kernel with experimental support for programs from the Plan 9 From Bell Labs research operating system."
+HOMEPAGE="http://www.glendix.org http://www.kernel.org"
+SRC_URI="${KERNEL_URI}"
+
+KEYWORDS="x86"
+IUSE="deblob"
+
+src_prepare() {
+ epatch "${FILESDIR}/glendix_${PV}.patch"
+} \ No newline at end of file