Gentoo Archives: gentoo-commits

From: "Tobias Klausmann (klausman)" <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in virtual/postgresql-base: ChangeLog postgresql-base-8.4.ebuild
Date: Thu, 01 Oct 2009 20:56:50
Message-Id: E1MtShe-0004wA-Bj@stork.gentoo.org
1 klausman 09/10/01 20:56:42
2
3 Modified: ChangeLog postgresql-base-8.4.ebuild
4 Log:
5 Stable on alpha, bug #285475
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.13 virtual/postgresql-base/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/postgresql-base/ChangeLog?rev=1.13&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/postgresql-base/ChangeLog?rev=1.13&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/postgresql-base/ChangeLog?r1=1.12&r2=1.13
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/virtual/postgresql-base/ChangeLog,v
18 retrieving revision 1.12
19 retrieving revision 1.13
20 diff -u -r1.12 -r1.13
21 --- ChangeLog 27 Sep 2009 14:55:35 -0000 1.12
22 +++ ChangeLog 1 Oct 2009 20:56:41 -0000 1.13
23 @@ -1,6 +1,10 @@
24 # ChangeLog for virtual/postgresql-base
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/virtual/postgresql-base/ChangeLog,v 1.12 2009/09/27 14:55:35 ranger Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/virtual/postgresql-base/ChangeLog,v 1.13 2009/10/01 20:56:41 klausman Exp $
28 +
29 + 01 Oct 2009; Tobias Klausmann <klausman@g.o>
30 + postgresql-base-8.4.ebuild:
31 + Stable on alpha, bug #285475
32
33 27 Sep 2009; Brent Baude <ranger@g.o> postgresql-base-8.4.ebuild:
34 Marking postgresql-base-8.4 ppc64 stable for bug 285475
35
36
37
38 1.3 virtual/postgresql-base/postgresql-base-8.4.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/postgresql-base/postgresql-base-8.4.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/postgresql-base/postgresql-base-8.4.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/postgresql-base/postgresql-base-8.4.ebuild?r1=1.2&r2=1.3
43
44 Index: postgresql-base-8.4.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/virtual/postgresql-base/postgresql-base-8.4.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- postgresql-base-8.4.ebuild 27 Sep 2009 14:55:35 -0000 1.2
51 +++ postgresql-base-8.4.ebuild 1 Oct 2009 20:56:41 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/virtual/postgresql-base/postgresql-base-8.4.ebuild,v 1.2 2009/09/27 14:55:35 ranger Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/virtual/postgresql-base/postgresql-base-8.4.ebuild,v 1.3 2009/10/01 20:56:41 klausman Exp $
57
58 EAPI="1"
59
60 @@ -10,7 +10,7 @@
61
62 LICENSE="as-is"
63 SLOT="${PV}"
64 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
65 +KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
66 IUSE=""
67
68 RDEPEND="|| ( =dev-db/libpq-${PV}* dev-db/postgresql-base:${SLOT} )"