Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 16829 Details for
Bug 27626
sys-cluster/drbd-0.6.6.ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
The drbd ebuild itself.
drbd-0.6.6.ebuild (text/plain), 1.16 KB, created by
Jan Krueger
on 2003-08-30 18:41:39 UTC
(
hide
)
Description:
The drbd ebuild itself.
Filename:
MIME Type:
Creator:
Jan Krueger
Created:
2003-08-30 18:41:39 UTC
Size:
1.16 KB
patch
obsolete
># initial drbd.ebuild, 31.08.2003, jk@microgalaxy.net ># drbd was created and is maintained by Phillip Reisner and Contributors ># see http://www.drbd.org >LICENSE="GPL-2" >KEYWORDS="x86" > >DESCRIPTION="replicate block-devices across a network-connection" >SRC_URI="http://www.linbit.com/en/filemanager/download/44/drbd-${PV}.tar.gz" >HOMEPAGE="http://www.drbd.org" > >IUSE="" > >DEPEND="=sys-kernel/vanilla-sources-2.4*" >RDEPEND="=sys-cluster/heartbeat-1.0*" > >src_unpack() { > unpack ${A} > cd ${S} > patch -p0 < ${FILESDIR}/gentoo-install.patch >} > >src_compile() { > check_KV > einfo "" > einfo "The kernel this machine is running with must be compiled" > einfo "from the sources configured in /usr/src/linux-${KV}" > einfo "If otherwise -> expect errors." > einfo "" > cd ${S} > make >} > >src_install() { > cd ${S} > make DESTDIR=${D} PREFIX=${D} install >} > >pkg_postinst() { > einfo "upgrading module dependencies ... " > /sbin/depmod -a -F /lib/modules/${KV}/build/System.map > einfo "... done" > einfo "" > einfo "Please remember to re-emerge drbd when you upgrade your kernel!" > einfo "" >} > >pkg_postrm() { > /sbin/depmod -a -F /lib/modules/${KV}/build/System.map >/dev/null 2>&1 >}
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 27626
:
16828
|
16829
|
16832
|
16833
|
16834
|
16835
|
16877
|
16878
|
16879
|
16880
|
16881
|
16913
|
16914
|
16916
|
16917
|
16918
|
16919
|
16920
|
16921