Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 11013 Details for
Bug 19794
new ebuild for mdadm 1.2.0
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
mdadm-1.2.0.ebuild
mdadm-1.2.0.ebuild (text/plain), 1.01 KB, created by
Jeremy Huddleston (RETIRED)
on 2003-04-22 15:35:36 UTC
(
hide
)
Description:
mdadm-1.2.0.ebuild
Filename:
MIME Type:
Creator:
Jeremy Huddleston (RETIRED)
Created:
2003-04-22 15:35:36 UTC
Size:
1.01 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/sys-apps/mdadm/mdadm-1.2.0.ebuild,v 1.0 2003/04/22 16:05:09 vapier Exp $ > >DESCRIPTION="An extremely useful tool for running RAID systems - it can be used as a replacement for the raidtools, or as a supplement." >HOMEPAGE="http://www.cse.unsw.edu.au/~neilb/source" >SRC_URI="http://www.cse.unsw.edu.au/~neilb/source/mdadm/${P}.tgz" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="x86" >IUSE="static" >DEPEND="" >RDEPEND="" >S="${WORKDIR}/${P}" > >src_unpack() { > unpack ${A} > cd ${S} > > mv Makefile Makefile.orig > sed -e "36s:^CXFLAGS =:CXFLAGS = $CFLAGS:" Makefile.orig > Makefile > > if [ `use static` ]; then > mv Makefile Makefile.orig > echo "yes" > sed \ > -e "42s:^# ::" \ > -e "43s:^# ::" \ > Makefile.orig > Makefile > fi >} > >src_compile() { > make || die >} > >src_install() { > make DESTDIR=${D} install > > dodoc INSTALL COPYING TODO ANNOUNCE > > insinto /etc > newins mdadm.conf-example mdadm.conf >}
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 19794
:
11011
|
11012
| 11013