Gentoo Archives: gentoo-commits

From: "Christian Zoffoli (xmerlin)" <xmerlin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-cluster/csync2: ChangeLog csync2-1.34.ebuild csync2-1.33.ebuild csync2-1.32.ebuild
Date: Fri, 05 Oct 2007 20:58:24
Message-Id: E1Idu6Y-0000Wr-2C@stork.gentoo.org
1 xmerlin 07/10/05 20:49:02
2
3 Modified: ChangeLog csync2-1.34.ebuild csync2-1.33.ebuild
4 Removed: csync2-1.32.ebuild
5 Log:
6 Removed old ebuild, maked 1.34 stable, added some escaping.
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.24 sys-cluster/csync2/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/csync2/ChangeLog?rev=1.24&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/csync2/ChangeLog?rev=1.24&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/csync2/ChangeLog?r1=1.23&r2=1.24
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/csync2/ChangeLog,v
19 retrieving revision 1.23
20 retrieving revision 1.24
21 diff -u -r1.23 -r1.24
22 --- ChangeLog 20 Sep 2007 20:59:17 -0000 1.23
23 +++ ChangeLog 5 Oct 2007 20:49:01 -0000 1.24
24 @@ -1,6 +1,10 @@
25 # ChangeLog for sys-cluster/csync2
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/csync2/ChangeLog,v 1.23 2007/09/20 20:59:17 xmerlin Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/csync2/ChangeLog,v 1.24 2007/10/05 20:49:01 xmerlin Exp $
29 +
30 + 05 Oct 2007; Christian Zoffoli <xmerlin@g.o> -csync2-1.32.ebuild,
31 + csync2-1.33.ebuild, csync2-1.34.ebuild:
32 + Removed old ebuild, maked 1.34 stable, added some escaping.
33
34 20 Sep 2007; Christian Zoffoli <xmerlin@g.o> csync2-1.32.ebuild,
35 csync2-1.33.ebuild, csync2-1.34.ebuild:
36
37
38
39 1.4 sys-cluster/csync2/csync2-1.34.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/csync2/csync2-1.34.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/csync2/csync2-1.34.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/csync2/csync2-1.34.ebuild?r1=1.3&r2=1.4
44
45 Index: csync2-1.34.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/csync2/csync2-1.34.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- csync2-1.34.ebuild 21 Sep 2007 07:17:48 -0000 1.3
52 +++ csync2-1.34.ebuild 5 Oct 2007 20:49:01 -0000 1.4
53 @@ -1,13 +1,13 @@
54 # Copyright 1999-2007 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/csync2/csync2-1.34.ebuild,v 1.3 2007/09/21 07:17:48 mr_bones_ Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/csync2/csync2-1.34.ebuild,v 1.4 2007/10/05 20:49:01 xmerlin Exp $
58
59 DESCRIPTION="Cluster synchronization tool."
60 SRC_URI="http://oss.linbit.com/csync2/${P}.tar.gz"
61 HOMEPAGE="http://oss.linbit.com/csync2/"
62
63 LICENSE="GPL-2"
64 -KEYWORDS="~x86"
65 +KEYWORDS="x86"
66
67 IUSE=""
68
69 @@ -36,7 +36,7 @@
70 install || die "install problem"
71
72 insinto /etc/xinetd.d
73 - newins ${FILESDIR}/${PN}.xinetd ${PN} || die
74 + newins "${FILESDIR}"/${PN}.xinetd ${PN} || die
75
76 dodir /var/lib/csync2/ || die
77 keepdir /var/lib/csync2/
78
79
80
81 1.5 sys-cluster/csync2/csync2-1.33.ebuild
82
83 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/csync2/csync2-1.33.ebuild?rev=1.5&view=markup
84 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/csync2/csync2-1.33.ebuild?rev=1.5&content-type=text/plain
85 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/csync2/csync2-1.33.ebuild?r1=1.4&r2=1.5
86
87 Index: csync2-1.33.ebuild
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/csync2/csync2-1.33.ebuild,v
90 retrieving revision 1.4
91 retrieving revision 1.5
92 diff -u -r1.4 -r1.5
93 --- csync2-1.33.ebuild 21 Sep 2007 07:17:48 -0000 1.4
94 +++ csync2-1.33.ebuild 5 Oct 2007 20:49:01 -0000 1.5
95 @@ -1,6 +1,6 @@
96 # Copyright 1999-2007 Gentoo Foundation
97 # Distributed under the terms of the GNU General Public License v2
98 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/csync2/csync2-1.33.ebuild,v 1.4 2007/09/21 07:17:48 mr_bones_ Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/csync2/csync2-1.33.ebuild,v 1.5 2007/10/05 20:49:01 xmerlin Exp $
100
101 DESCRIPTION="Cluster synchronization tool."
102 SRC_URI="http://oss.linbit.com/csync2/${P}.tar.gz"
103 @@ -36,7 +36,7 @@
104 install || die "install problem"
105
106 insinto /etc/xinetd.d
107 - newins ${FILESDIR}/${PN}.xinetd ${PN} || die
108 + newins "${FILESDIR}"/${PN}.xinetd ${PN} || die
109
110 dodir /var/lib/csync2/ || die
111 keepdir /var/lib/csync2/
112
113
114
115 --
116 gentoo-commits@g.o mailing list