Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 150061 - core-iscsi kernel module (new ebuild)
Summary: core-iscsi kernel module (new ebuild)
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2006-10-04 07:18 UTC by yogeshbug
Modified: 2007-11-03 08:53 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
core-iscsi ebuild file (core-iscsi-1.6.2.9.ebuild,878 bytes, application/plain-text)
2006-10-04 07:51 UTC, yogeshbug
Details

Note You need to log in before you can comment on or make changes to this bug.
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.