Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/csync: ChangeLog csync-0.50.0.ebuild
Date: Mon, 24 Feb 2014 13:47:36
Message-Id: 20140224134727.1FA6D2004C@flycatcher.gentoo.org
1 voyageur 14/02/24 13:47:27
2
3 Modified: ChangeLog csync-0.50.0.ebuild
4 Log:
5 Also block newer owncloud-client, as it bundles ocsync
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
8
9 Revision Changes Path
10 1.23 net-misc/csync/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/csync/ChangeLog?rev=1.23&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/csync/ChangeLog?rev=1.23&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/csync/ChangeLog?r1=1.22&r2=1.23
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/csync/ChangeLog,v
19 retrieving revision 1.22
20 retrieving revision 1.23
21 diff -u -r1.22 -r1.23
22 --- ChangeLog 6 Feb 2014 14:11:54 -0000 1.22
23 +++ ChangeLog 24 Feb 2014 13:47:26 -0000 1.23
24 @@ -1,6 +1,9 @@
25 # ChangeLog for net-misc/csync
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/csync/ChangeLog,v 1.22 2014/02/06 14:11:54 voyageur Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/csync/ChangeLog,v 1.23 2014/02/24 13:47:26 voyageur Exp $
29 +
30 + 24 Feb 2014; Bernard Cafarelli <voyageur@g.o> csync-0.50.0.ebuild:
31 + Also block newer owncloud-client, as it bundles ocsync
32
33 *csync-0.50.0 (06 Feb 2014)
34
35
36
37
38 1.2 net-misc/csync/csync-0.50.0.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/csync/csync-0.50.0.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/csync/csync-0.50.0.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/csync/csync-0.50.0.ebuild?r1=1.1&r2=1.2
43
44 Index: csync-0.50.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/net-misc/csync/csync-0.50.0.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- csync-0.50.0.ebuild 6 Feb 2014 14:11:54 -0000 1.1
51 +++ csync-0.50.0.ebuild 24 Feb 2014 13:47:26 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2014 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/net-misc/csync/csync-0.50.0.ebuild,v 1.1 2014/02/06 14:11:54 voyageur Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/net-misc/csync/csync-0.50.0.ebuild,v 1.2 2014/02/24 13:47:26 voyageur Exp $
57
58 EAPI=5
59
60 @@ -20,7 +20,8 @@
61 iconv? ( virtual/libiconv )
62 samba? ( >=net-fs/samba-3.5 )
63 sftp? ( >=net-libs/libssh-0.5 )
64 - !net-misc/ocsync"
65 + !net-misc/ocsync
66 + !>=net-misc/owncloud-client-1.5.1"
67 DEPEND="${DEPEND}
68 app-text/asciidoc
69 doc? ( app-doc/doxygen )