Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 323762 Details for
Bug 435024
sys-fs/diskdevcmds-540.1 - HFS and HFS+ utils ported from OSX, supplies mkfs and fsck
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
diskdev_cmds 540.1 ebuild
diskdev_cmds-540.1.ebuild (text/plain), 1.45 KB, created by
Mathieu Chouinard
on 2012-09-14 13:42:25 UTC
(
hide
)
Description:
diskdev_cmds 540.1 ebuild
Filename:
MIME Type:
Creator:
Mathieu Chouinard
Created:
2012-09-14 13:42:25 UTC
Size:
1.45 KB
patch
obsolete
># Copyright 2012 Mathieu Chouinard ># Distributed under the terms of the GNU General Public License v2 > >inherit eutils > >MY_PV=${PV}.linux3 > >DESCRIPTION="HFS and HFS+ utils ported from OSX, supplies mkfs and fsck" >HOMEPAGE="http://opendarwin.org" >SRC_URI="http://cavan.codon.org.uk/~mjg59/diskdev_cmds/diskdev_cmds-${MY_PV}.tar.gz" >LICENSE="APSL-2" >SLOT="0" >KEYWORDS="amd64 ppc x86" >IUSE="" >DEPEND="dev-libs/openssl sys-devel/clang" >RDEPEND="${DEPEND}" > >S="${WORKDIR}/${PN}-${MY_PV}" > >src_unpack() { > unpack ${A} > cd "${S}" >} > >src_compile() { > emake || die "emake failed" >} > >src_install() { > into / > dosbin fsck_hfs.tproj/fsck_hfs || die "dosbin fsck failed" > dosbin newfs_hfs.tproj/newfs_hfs || die "dosbin newfs failed" > dosym /sbin/newfs_hfs /sbin/mkfs.hfs || die "dosym mkfs.hfs failed" > dosym /sbin/newfs_hfs /sbin/mkfs.hfsplus || die "dosym mkfs.hfsplus failed" > dosym /sbin/fsck_hfs /sbin/fsck.hfs || die "dosym fsck.hfs failed" > dosym /sbin/fsck_hfs /sbin/fsck.hfsplus || die "dosym fsck.hfsplus failed" > doman newfs_hfs.tproj/newfs_hfs.8 || die "doman newfs_hfs.8 failed" > newman newfs_hfs.tproj/newfs_hfs.8 mkfs.hfs.8 || die "doman mkfs.hfs.8 failed" > newman newfs_hfs.tproj/newfs_hfs.8 mkfs.hfsplus.8 || die "doman mkfs.hfsplus.8 failed" > doman fsck_hfs.tproj/fsck_hfs.8 || die "doman fsck_hfs.8 failed" > newman fsck_hfs.tproj/fsck_hfs.8 fsck.hfs.8 || die "doman fsck.hfs.8 failed" > newman fsck_hfs.tproj/fsck_hfs.8 fsck.hfsplus.8 || die "doman fsck.hfsplus.8 failed" >}
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 435024
: 323762