Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 150061

Summary: core-iscsi kernel module (new ebuild)
Product: Gentoo Linux Reporter: yogeshbug <yogaishrs>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: RESOLVED CANTFIX    
Severity: enhancement Keywords: EBUILD
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: core-iscsi ebuild file

Description yogeshbug 2006-10-04 07:18:45 UTC
Wanna ebuild for core-iscsi kernel module.
Comment 1 yogeshbug 2006-10-04 07:24:25 UTC
I have created 80% of ebuild so anybody can help me pls.

# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit linux-mod
DESCRIPTION="Core iscsi module for kernel"
HOMEPAGE="http://kernel.org/pub/linux/kernel/people/nab/iscsi-initiator-core"
SRC_URI="mirror://kernel/linux/kernel/people/nab/iscsi-initiator-core/core-iscsi-v${PV}.tar.gz"
MY_P="core-iscsi-v${PV}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

DEPEND=""
RDEPEND=""
#MODULE_NAMES="iscsi_initiator_mod(misc:${S}/kernel:${S}/kernel)"
src_compile() {
unset ARCH
einfo "Building kernel modules"
cd ${WORKDIR}/${MY_P}
make initiator KERNEL_DIR=${KERNEL_DIR} || die " compilation failed"
                }
src_install() {
unset ARCH
export KSRC="${KERNEL_DIR}"
linux-mod_src_install || die "installing modules failed"
cd ${WORKDIR}/${MY_P}
make install || die "Installation failed"
                }
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-10-04 07:51:06 UTC
Please, don't paste ebuilds inline, use attachments.
Comment 3 yogeshbug 2006-10-04 07:51:45 UTC
Created attachment 98777 [details]
core-iscsi ebuild file
Comment 4 yogeshbug 2006-10-04 07:53:58 UTC
I am new in gentoo bugs so by mistake pasted in inline.
Comment 5 yogeshbug 2007-11-03 08:52:55 UTC
By mistake closed.