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-irc/inspircd: inspircd-1.1.23.ebuild ChangeLog
Date: Thu, 07 Jan 2010 21:03:23
Message-Id: E1NSzVn-00029L-18@stork.gentoo.org
1 patrick 10/01/07 21:03:19
2
3 Modified: inspircd-1.1.23.ebuild ChangeLog
4 Log:
5 Fixing postgres dep
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 net-irc/inspircd/inspircd-1.1.23.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/inspircd/inspircd-1.1.23.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/inspircd/inspircd-1.1.23.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/inspircd/inspircd-1.1.23.ebuild?r1=1.1&r2=1.2
14
15 Index: inspircd-1.1.23.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-irc/inspircd/inspircd-1.1.23.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- inspircd-1.1.23.ebuild 20 Dec 2009 23:20:09 -0000 1.1
22 +++ inspircd-1.1.23.ebuild 7 Jan 2010 21:03:18 -0000 1.2
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2009 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-irc/inspircd/inspircd-1.1.23.ebuild,v 1.1 2009/12/20 23:20:09 vostorga Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-irc/inspircd/inspircd-1.1.23.ebuild,v 1.2 2010/01/07 21:03:18 patrick Exp $
29
30 inherit eutils toolchain-funcs multilib
31
32 @@ -19,7 +19,7 @@
33 openssl? ( dev-libs/openssl )
34 gnutls? ( net-libs/gnutls )
35 mysql? ( virtual/mysql )
36 - postgres? ( dev-db/postgresql )
37 + postgres? ( dev-db/postgresql-server )
38 sqlite? ( >=dev-db/sqlite-3.0 )
39 ldap? ( net-nds/openldap )"
40 DEPEND="${RDEPEND}"
41
42
43
44 1.29 net-irc/inspircd/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/inspircd/ChangeLog?rev=1.29&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/inspircd/ChangeLog?rev=1.29&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/inspircd/ChangeLog?r1=1.28&r2=1.29
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/net-irc/inspircd/ChangeLog,v
53 retrieving revision 1.28
54 retrieving revision 1.29
55 diff -u -r1.28 -r1.29
56 --- ChangeLog 20 Dec 2009 23:20:09 -0000 1.28
57 +++ ChangeLog 7 Jan 2010 21:03:18 -0000 1.29
58 @@ -1,6 +1,9 @@
59 # ChangeLog for net-irc/inspircd
60 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/net-irc/inspircd/ChangeLog,v 1.28 2009/12/20 23:20:09 vostorga Exp $
62 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/net-irc/inspircd/ChangeLog,v 1.29 2010/01/07 21:03:18 patrick Exp $
64 +
65 + 07 Jan 2010; Patrick Lauer <patrick@g.o> inspircd-1.1.23.ebuild:
66 + Fixing postgres dep
67
68 *inspircd-1.1.23 (20 Dec 2009)