Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in virtual/postgresql-base: ChangeLog postgresql-base-8.3.ebuild
Date: Sun, 03 May 2009 11:55:45
Message-Id: E1M0aIG-0001yx-6K@stork.gentoo.org
1 armin76 09/05/03 11:55:40
2
3 Modified: ChangeLog postgresql-base-8.3.ebuild
4 Log:
5 Add ~s390
6 (Portage version: 2.1.6.11/cvs/Linux ia64)
7
8 Revision Changes Path
9 1.4 virtual/postgresql-base/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/postgresql-base/ChangeLog?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/postgresql-base/ChangeLog?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/postgresql-base/ChangeLog?r1=1.3&r2=1.4
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/virtual/postgresql-base/ChangeLog,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- ChangeLog 19 May 2008 07:15:47 -0000 1.3
22 +++ ChangeLog 3 May 2009 11:55:40 -0000 1.4
23 @@ -1,6 +1,9 @@
24 # ChangeLog for virtual/postgresql-base
25 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/virtual/postgresql-base/ChangeLog,v 1.3 2008/05/19 07:15:47 dev-zero Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/virtual/postgresql-base/ChangeLog,v 1.4 2009/05/03 11:55:40 armin76 Exp $
29 +
30 + 03 May 2009; Raúl Porcel <armin76@g.o> postgresql-base-8.3.ebuild:
31 + Add ~s390
32
33 19 May 2008; Tiziano Müller <dev-zero@g.o>
34 postgresql-base-7.3.ebuild, postgresql-base-7.4.ebuild,
35
36
37
38 1.3 virtual/postgresql-base/postgresql-base-8.3.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/postgresql-base/postgresql-base-8.3.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/postgresql-base/postgresql-base-8.3.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/postgresql-base/postgresql-base-8.3.ebuild?r1=1.2&r2=1.3
43
44 Index: postgresql-base-8.3.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/virtual/postgresql-base/postgresql-base-8.3.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- postgresql-base-8.3.ebuild 19 May 2008 07:15:47 -0000 1.2
51 +++ postgresql-base-8.3.ebuild 3 May 2009 11:55:40 -0000 1.3
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2008 Gentoo Foundation
54 +# Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/virtual/postgresql-base/postgresql-base-8.3.ebuild,v 1.2 2008/05/19 07:15:47 dev-zero Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/virtual/postgresql-base/postgresql-base-8.3.ebuild,v 1.3 2009/05/03 11:55:40 armin76 Exp $
58
59 EAPI="1"
60
61 @@ -10,7 +10,7 @@
62
63 LICENSE="as-is"
64 SLOT="${PV}"
65 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
66 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
67 IUSE=""
68
69 RDEPEND="|| ( =dev-db/libpq-${PV}* dev-db/postgresql-base:${SLOT} )"