Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 139605 Details for
Bug 203736
cdemu-1.0.0 (New Packages and Update)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild for the cdemu kernel module vhba
vhba-1.0.0.ebuild (text/plain), 1.41 KB, created by
Jan Bessai
on 2007-12-30 02:56:00 UTC
(
hide
)
Description:
Ebuild for the cdemu kernel module vhba
Filename:
MIME Type:
Creator:
Jan Bessai
Created:
2007-12-30 02:56:00 UTC
Size:
1.41 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit linux-info linux-mod eutils > >DESCRIPTION="VHBA module provides Virtual (SCSI) Host Bus Adapter \ > for the cdemu suite" >HOMEPAGE="http://cdemu.org" >SRC_URI="mirror://sourceforge/cdemu/vhba-module-${PV}.tar.bz2" > >LICENSE="GPL-V2" >SLOT="0" >KEYWORDS="~amd64 ~x86 ~hppa ~ppc" >IUSE="" > >DEPEND=">=virtual/linux-sources-2.6.19" >RDEPEND="" > >S="${WORKDIR}/vhba-module-${PV}" >MODULE_NAMES="vhba(block:${S})" >BUILD_TARGETS="clean modules" > >pkg_setup() { > CONFIG_CHECK="~BLK_DEV_SR ~CHR_DEV_SG" > check_extra_config >} > >src_compile() { > linux-mod_src_compile || die "Error: building module failed!" >} > >src_install() { > KV_OBJ="ko" > linux-mod_src_install || die "Error: installing module failed!" > UDEV_RULES="/etc/udev/rules.d/70-vhba.rules" > einfo "Generating UDEV-rules ..." > mkdir -p "${D}"/${UDEV_RULES%/*} > echo -e "# do not edit this file, it will be overwritten on update\n#" \ > > "${D}"/${UDEV_RULES} > echo -e "KERNEL==\"vhba_ctl\", NAME=\"%k\", MODE=\"0660\", OWNER=\"root\",GROUP=\"cdemu\"" >> "${D}"/${UDEV_RULES} >} > >pkg_postinst() { > einfo "Generating cdemu group ..." > enewgroup cdemu > > elog "Don't forget to add yourself to the cdemu group " > elog "if you want to be able to use virtual cdemu devices." > linux-mod_pkg_postinst >} > >pkg_postrm() { > linux-mod_pkg_postrm > #rm -f /etc/udev/rules.d/70-vhba.rules >} >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 203736
:
139601
|
139602
|
139604
| 139605