Gentoo Archives: gentoo-commits

From: "Christian Zoffoli (xmerlin)" <xmerlin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/ucarp: ChangeLog ucarp-1.3.ebuild
Date: Thu, 20 Sep 2007 11:22:09
Message-Id: E1IYHfh-0008Cn-D4@stork.gentoo.org
1 xmerlin 07/09/20 08:46:05
2
3 Modified: ChangeLog
4 Added: ucarp-1.3.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.2.2)
8
9 Revision Changes Path
10 1.12 net-misc/ucarp/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/ucarp/ChangeLog?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/ucarp/ChangeLog?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/ucarp/ChangeLog?r1=1.11&r2=1.12
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/ucarp/ChangeLog,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- ChangeLog 12 May 2007 12:53:44 -0000 1.11
23 +++ ChangeLog 20 Sep 2007 08:46:04 -0000 1.12
24 @@ -1,6 +1,11 @@
25 # ChangeLog for net-misc/ucarp
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ucarp/ChangeLog,v 1.11 2007/05/12 12:53:44 xmerlin Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/ucarp/ChangeLog,v 1.12 2007/09/20 08:46:04 xmerlin Exp $
29 +
30 +*ucarp-1.3 (20 Sep 2007)
31 +
32 + 20 Sep 2007; Christian Zoffoli <xmerlin@g.o> +ucarp-1.3.ebuild:
33 + Version bump.
34
35 12 May 2007; Christian Zoffoli <xmerlin@g.o> -ucarp-0.7.ebuild,
36 -ucarp-1.1.ebuild, ucarp-1.2.ebuild:
37
38
39
40 1.1 net-misc/ucarp/ucarp-1.3.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/ucarp/ucarp-1.3.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/ucarp/ucarp-1.3.ebuild?rev=1.1&content-type=text/plain
44
45 Index: ucarp-1.3.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/net-misc/ucarp/ucarp-1.3.ebuild,v 1.1 2007/09/20 08:46:04 xmerlin Exp $
50
51 inherit eutils
52
53 DESCRIPTION="Portable userland implementation of Common Address Redundancy Protocol (CARP)."
54 HOMEPAGE="http://www.ucarp.org"
55 LICENSE="GPL-2"
56 DEPEND="virtual/libpcap"
57 SRC_URI="ftp://ftp.ucarp.org/pub/ucarp/${P}.tar.gz"
58
59 SLOT="0"
60 KEYWORDS="x86 ~amd64 ~ppc"
61 IUSE=""
62
63 src_compile() {
64 econf || die
65 emake || die "emake failed"
66 }
67
68 src_install() {
69 emake DESTDIR=${D} install || die
70
71 dodoc README INSTALL NEWS ChangeLog || die
72 dodoc examples/linux/vip-up.sh examples/linux/vip-down.sh
73 }
74
75
76
77 --
78 gentoo-commits@g.o mailing list