Gentoo Archives: gentoo-commits

From: "Aaron Swenson (titanofold)" <titanofold@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dialup/gnuradius: ChangeLog gnuradius-1.6.1-r1.ebuild
Date: Sun, 28 Dec 2014 16:22:40
Message-Id: 20141228161533.C08E6E5C6@oystercatcher.gentoo.org
1 titanofold 14/12/28 16:15:33
2
3 Modified: ChangeLog gnuradius-1.6.1-r1.ebuild
4 Log:
5 Rename virtual/postgresql to dev-db/postgresql
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)
8
9 Revision Changes Path
10 1.26 net-dialup/gnuradius/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/gnuradius/ChangeLog?rev=1.26&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/gnuradius/ChangeLog?rev=1.26&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/gnuradius/ChangeLog?r1=1.25&r2=1.26
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-dialup/gnuradius/ChangeLog,v
19 retrieving revision 1.25
20 retrieving revision 1.26
21 diff -u -r1.25 -r1.26
22 --- ChangeLog 4 Nov 2014 03:20:09 -0000 1.25
23 +++ ChangeLog 28 Dec 2014 16:15:33 -0000 1.26
24 @@ -1,6 +1,10 @@
25 # ChangeLog for net-dialup/gnuradius
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/gnuradius/ChangeLog,v 1.25 2014/11/04 03:20:09 patrick Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/gnuradius/ChangeLog,v 1.26 2014/12/28 16:15:33 titanofold Exp $
29 +
30 + 28 Dec 2014; Aaron W. Swenson <titanofold@g.o>
31 + gnuradius-1.6.1-r1.ebuild:
32 + Rename virtual/postgresql to dev-db/postgresql
33
34 04 Nov 2014; Patrick Lauer <patrick@g.o> -gnuradius-1.5.ebuild,
35 -gnuradius-1.6.1.ebuild, gnuradius-1.6.1-r1.ebuild:
36
37
38
39 1.4 net-dialup/gnuradius/gnuradius-1.6.1-r1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/gnuradius/gnuradius-1.6.1-r1.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/gnuradius/gnuradius-1.6.1-r1.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/gnuradius/gnuradius-1.6.1-r1.ebuild?r1=1.3&r2=1.4
44
45 Index: gnuradius-1.6.1-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-dialup/gnuradius/gnuradius-1.6.1-r1.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- gnuradius-1.6.1-r1.ebuild 4 Nov 2014 03:20:09 -0000 1.3
52 +++ gnuradius-1.6.1-r1.ebuild 28 Dec 2014 16:15:33 -0000 1.4
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2014 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/gnuradius/gnuradius-1.6.1-r1.ebuild,v 1.3 2014/11/04 03:20:09 patrick Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/gnuradius/gnuradius-1.6.1-r1.ebuild,v 1.4 2014/12/28 16:15:33 titanofold Exp $
58
59 EAPI=5
60
61 @@ -26,7 +26,7 @@
62 guile? ( >=dev-scheme/guile-1.4 )
63 mysql? ( virtual/mysql )
64 odbc? ( || ( dev-db/unixODBC dev-db/libiodbc ) )
65 - postgres? ( virtual/postgresql[server] )
66 + postgres? ( dev-db/postgresql[server] )
67 readline? ( sys-libs/readline )
68 snmp? ( net-analyzer/net-snmp )
69 virtual/pam