Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-vcs/fossil: fossil-20130911114349.ebuild ChangeLog
Date: Mon, 01 Sep 2014 16:41:46
Message-Id: 20140901164142.3C7114726@oystercatcher.gentoo.org
1 mgorny 14/09/01 16:41:42
2
3 Modified: fossil-20130911114349.ebuild ChangeLog
4 Log:
5 Remove := subslot operator from || () block since it is meaningless and broken.
6
7 (Portage version: 2.2.11_p178/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.4 dev-vcs/fossil/fossil-20130911114349.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/fossil/fossil-20130911114349.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/fossil/fossil-20130911114349.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/fossil/fossil-20130911114349.ebuild?r1=1.3&r2=1.4
15
16 Index: fossil-20130911114349.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/fossil/fossil-20130911114349.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- fossil-20130911114349.ebuild 4 May 2014 08:25:03 -0000 1.3
23 +++ fossil-20130911114349.ebuild 1 Sep 2014 16:41:42 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/fossil/fossil-20130911114349.ebuild,v 1.3 2014/05/04 08:25:03 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/fossil/fossil-20130911114349.ebuild,v 1.4 2014/09/01 16:41:42 mgorny Exp $
29
30 EAPI=5
31 MY_P=${PN}-src-${PV}
32 @@ -17,7 +17,7 @@
33 IUSE="json +lineedit sqlite +ssl tcl"
34
35 DEPEND="sys-libs/zlib
36 - lineedit? ( || ( sys-libs/readline:0= dev-libs/libedit ) )
37 + lineedit? ( || ( sys-libs/readline:0 dev-libs/libedit ) )
38 ssl? ( dev-libs/openssl )
39 sqlite? ( dev-db/sqlite:3 )
40 tcl? ( dev-lang/tcl )
41
42
43
44 1.20 dev-vcs/fossil/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/fossil/ChangeLog?rev=1.20&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/fossil/ChangeLog?rev=1.20&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/fossil/ChangeLog?r1=1.19&r2=1.20
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/fossil/ChangeLog,v
53 retrieving revision 1.19
54 retrieving revision 1.20
55 diff -u -r1.19 -r1.20
56 --- ChangeLog 4 May 2014 08:25:03 -0000 1.19
57 +++ ChangeLog 1 Sep 2014 16:41:42 -0000 1.20
58 @@ -1,6 +1,10 @@
59 # ChangeLog for dev-vcs/fossil
60 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/fossil/ChangeLog,v 1.19 2014/05/04 08:25:03 ago Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/fossil/ChangeLog,v 1.20 2014/09/01 16:41:42 mgorny Exp $
63 +
64 + 01 Sep 2014; Michał Górny <mgorny@g.o> fossil-20130911114349.ebuild:
65 + Remove := subslot operator from || () block since it is meaningless and
66 + broken.
67
68 04 May 2014; Agostino Sarubbo <ago@g.o> fossil-20130911114349.ebuild:
69 Stable for x86, wrt bug #502812