Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/nagvis: nagvis-1.6.6.ebuild ChangeLog
Date: Mon, 20 May 2013 03:58:10
Message-Id: 20130520035805.7CC402171D@flycatcher.gentoo.org
1 patrick 13/05/20 03:58:05
2
3 Modified: nagvis-1.6.6.ebuild ChangeLog
4 Log:
5 Fix sqlite3 -> sqlite useflag migration #469538
6
7 (Portage version: 2.2.0_alpha176/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.3 net-analyzer/nagvis/nagvis-1.6.6.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagvis/nagvis-1.6.6.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagvis/nagvis-1.6.6.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagvis/nagvis-1.6.6.ebuild?r1=1.2&r2=1.3
15
16 Index: nagvis-1.6.6.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nagvis/nagvis-1.6.6.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- nagvis-1.6.6.ebuild 22 Dec 2012 18:24:04 -0000 1.2
23 +++ nagvis-1.6.6.ebuild 20 May 2013 03:58:05 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagvis/nagvis-1.6.6.ebuild,v 1.2 2012/12/22 18:24:04 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagvis/nagvis-1.6.6.ebuild,v 1.3 2013/05/20 03:58:05 patrick Exp $
30
31 EAPI=4
32
33 @@ -20,7 +20,7 @@
34 automap? ( >=media-gfx/graphviz-2.14 )
35 apache2? ( dev-lang/php[apache2] )
36 net-analyzer/mk-livestatus
37 - dev-lang/php[gd,nls,json,session,pdo,sqlite3,sockets,mysql,unicode,xml]"
38 + dev-lang/php[gd,nls,json,session,pdo,sqlite,sockets,mysql,unicode,xml]"
39
40 need_php_httpd
41 want_apache2
42
43
44
45 1.13 net-analyzer/nagvis/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagvis/ChangeLog?rev=1.13&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagvis/ChangeLog?rev=1.13&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagvis/ChangeLog?r1=1.12&r2=1.13
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nagvis/ChangeLog,v
54 retrieving revision 1.12
55 retrieving revision 1.13
56 diff -u -r1.12 -r1.13
57 --- ChangeLog 22 Dec 2012 18:24:04 -0000 1.12
58 +++ ChangeLog 20 May 2013 03:58:05 -0000 1.13
59 @@ -1,6 +1,9 @@
60 # ChangeLog for net-analyzer/nagvis
61 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagvis/ChangeLog,v 1.12 2012/12/22 18:24:04 ago Exp $
63 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagvis/ChangeLog,v 1.13 2013/05/20 03:58:05 patrick Exp $
65 +
66 + 20 May 2013; Patrick Lauer <patrick@g.o> nagvis-1.6.6.ebuild:
67 + Fix sqlite3 -> sqlite useflag migration #469538
68
69 22 Dec 2012; Agostino Sarubbo <ago@g.o> nagvis-1.6.6.ebuild:
70 Add ~ppc, wrt bug #429088