Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@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: Wed, 09 Sep 2009 21:42:14
Message-Id: E1MlUvc-00089I-JO@stork.gentoo.org
1 patrick 09/09/09 21:42:12
2
3 Modified: ChangeLog
4 Added: postgresql-base-8.4.ebuild
5 Log:
6 Bump to 8.4.0. Fixes #276125
7 (Portage version: 2.2_rc40/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.11 virtual/postgresql-base/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/postgresql-base/ChangeLog?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/postgresql-base/ChangeLog?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/postgresql-base/ChangeLog?r1=1.10&r2=1.11
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/virtual/postgresql-base/ChangeLog,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- ChangeLog 7 Sep 2009 13:47:11 -0000 1.10
23 +++ ChangeLog 9 Sep 2009 21:42:12 -0000 1.11
24 @@ -1,6 +1,12 @@
25 # ChangeLog for virtual/postgresql-base
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/virtual/postgresql-base/ChangeLog,v 1.10 2009/09/07 13:47:11 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/virtual/postgresql-base/ChangeLog,v 1.11 2009/09/09 21:42:12 patrick Exp $
29 +
30 +*postgresql-base-8.4 (09 Sep 2009)
31 +
32 + 09 Sep 2009; Patrick Lauer <patrick@g.o>
33 + +postgresql-base-8.4.ebuild:
34 + Bump to 8.4.0. Fixes #276125
35
36 07 Sep 2009; Raúl Porcel <armin76@g.o> postgresql-base-8.1.ebuild:
37 arm/ia64/s390/sh/sparc stable wrt #268138
38
39
40
41 1.1 virtual/postgresql-base/postgresql-base-8.4.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/postgresql-base/postgresql-base-8.4.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/postgresql-base/postgresql-base-8.4.ebuild?rev=1.1&content-type=text/plain
45
46 Index: postgresql-base-8.4.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/virtual/postgresql-base/postgresql-base-8.4.ebuild,v 1.1 2009/09/09 21:42:12 patrick Exp $
51
52 EAPI="1"
53
54 DESCRIPTION="Virtual for PostgreSQL base (clients + libraries)"
55 HOMEPAGE="http://www.postgresql.org/"
56 SRC_URI=""
57
58 LICENSE="as-is"
59 SLOT="${PV}"
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
61 IUSE=""
62
63 RDEPEND="|| ( =dev-db/libpq-${PV}* dev-db/postgresql-base:${SLOT} )"