Gentoo Archives: gentoo-dev

From: Donnie Berkholz <dberkholz@g.o>
To: gentoo-dev@l.g.o
Cc: robbat2@g.o
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sys-cluster/keepalived: ChangeLog keepalived-1.1.15.ebuild
Date: Sat, 22 Sep 2007 19:56:30
Message-Id: 20070922185221.GS31094@supernova
1 On 09:12 Sat 22 Sep , Robin H. Johnson (robbat2) wrote:
2 > robbat2 07/09/22 09:12:37
3 >
4 > Modified: ChangeLog
5 > Added: keepalived-1.1.15.ebuild
6 > Log:
7 > Version bump.
8 > (Portage version: 2.1.3.7)
9
10 > file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/keepalived/keepalived-1.1.15.ebuild?rev=1.1&view=markup
11 > plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/keepalived/keepalived-1.1.15.ebuild?rev=1.1&content-type=text/plain
12
13 > # This patch allows us to avoid needing kernel sources for the configure phase
14 > EPATCH_OPTS="-p1 -d${S}" epatch \
15 > ${FILESDIR}/${PN}-1.1.13-do-not-need-kernel-sources.patch
16 > cd ${S}
17 > mkdir -p ${S}/include/net || die "Failed to prepare ipvs header directory"
18 > cp -f ${FILESDIR}/${PN}-1.1.13-linux-2.6.21-ip_vs.h \
19 > ${S}/include/net/ip_vs.h || die "Failed to add ipvs header"
20 >
21 > # Ensure that keepalived can find the header that we are injecting
22 > append-flags -I${S}/include
23
24 > rm -f ${D}/etc/keepalived/samples/*.pem
25 > rm -rf ${D}/etc/sysconfig ${D}/etc/rc.d/
26
27 Could use some quotes added in $D and $S for safety ...
28
29 Thanks,
30 Donnie
31 --
32 gentoo-dev@g.o mailing list