Gentoo Archives: gentoo-commits

From: "Tony Vroon (chainsaw)" <chainsaw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/postgresql-base: ChangeLog postgresql-base-9.1.1.ebuild
Date: Mon, 31 Oct 2011 17:22:56
Message-Id: 20111031172246.857272004B@flycatcher.gentoo.org
1 chainsaw 11/10/31 17:22:46
2
3 Modified: ChangeLog postgresql-base-9.1.1.ebuild
4 Log:
5 Marked stable on AMD64 based on arch testing by Ian "idella4" Delaney & Agostino "ago" Sarubbo in bug #388489.
6
7 (Portage version: 2.1.10.32/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.147 dev-db/postgresql-base/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-base/ChangeLog?rev=1.147&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-base/ChangeLog?rev=1.147&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-base/ChangeLog?r1=1.146&r2=1.147
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/ChangeLog,v
19 retrieving revision 1.146
20 retrieving revision 1.147
21 diff -u -r1.146 -r1.147
22 --- ChangeLog 2 Oct 2011 11:17:22 -0000 1.146
23 +++ ChangeLog 31 Oct 2011 17:22:46 -0000 1.147
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-db/postgresql-base
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/ChangeLog,v 1.146 2011/10/02 11:17:22 titanofold Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/ChangeLog,v 1.147 2011/10/31 17:22:46 chainsaw Exp $
29 +
30 + 31 Oct 2011; Tony Vroon <chainsaw@g.o> postgresql-base-9.1.1.ebuild:
31 + Marked stable on AMD64 based on arch testing by Ian "idella4" Delaney &
32 + Agostino "ago" Sarubbo in bug #388489.
33
34 02 Oct 2011; Aaron W. Swenson <titanofold@g.o>
35 -postgresql-base-8.2.21-r2.ebuild, -postgresql-base-8.2.21-r3.ebuild,
36
37
38
39 1.2 dev-db/postgresql-base/postgresql-base-9.1.1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-base/postgresql-base-9.1.1.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-base/postgresql-base-9.1.1.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-base/postgresql-base-9.1.1.ebuild?r1=1.1&r2=1.2
44
45 Index: postgresql-base-9.1.1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/postgresql-base-9.1.1.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- postgresql-base-9.1.1.ebuild 26 Sep 2011 18:01:11 -0000 1.1
52 +++ postgresql-base-9.1.1.ebuild 31 Oct 2011 17:22:46 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/postgresql-base-9.1.1.ebuild,v 1.1 2011/09/26 18:01:11 patrick Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/postgresql-base-9.1.1.ebuild,v 1.2 2011/10/31 17:22:46 chainsaw Exp $
58
59 EAPI="4"
60
61 @@ -8,7 +8,7 @@
62
63 inherit autotools eutils flag-o-matic multilib prefix versionator
64
65 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
66 +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
67
68 SLOT="$(get_version_component_range 1-2)"
69 S="${WORKDIR}/postgresql-${PV}"