Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 72194 Details for
Bug 107875
Kernel now depends on virtual/dev-manager, but this is bad for static /dev
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
static-dev-0.1.ebuild
static-dev-0.1.ebuild (text/plain), 985 bytes, created by
solar (RETIRED)
on 2005-11-05 08:54:40 UTC
(
hide
)
Description:
static-dev-0.1.ebuild
Filename:
MIME Type:
Creator:
solar (RETIRED)
Created:
2005-11-05 08:54:40 UTC
Size:
985 bytes
patch
obsolete
># Copyright 2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="This is a skeleton /dev" >HOMEPAGE="http://bugs.gentoo.org/show_bug.cgi?id=107875" >SRC_URI="" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~ppc ~alpha ~arm ~hppa ~ia64 ~m68k ~mips ~s390 ~sparc" >IUSE="" >RDEPEND="virtual/baselayout" >PROVIDE="virtual/dev-manager" > >S=${WORKDIR}/${P} > >pkg_postinst() { > local x="generic" > local makedev > > cd "${ROOT}"/dev/ || die > > makedev="/dev/null" > > for arch in alpha arm hppa ia64 m68k mips s390 sparc; do > use $arch && x="${x} generic-${arch}" > done > > [[ "${CHOST:0:7}" == "mipsel-" ]] && x="${x} generic-mipsel" > > ( use x86 || use amd64 ) && x="${x} generic-i386" > ( use ppc || use ppc64 ) && x="${x} generic-powerpc" > > [ -e $ROOT/dev/MAKEDEV ] && makedev="${ROOT}/dev/MAKEDEV" || makedev="/dev/MAKEDEV" > > einfo "Making device nods for $x" > sh $makedev $x || die "No $makedev ?" >} > >src_compile() { > : >} > >src_install() { > : >}
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 107875
:
72175
| 72194