Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/postgresql-base: postgresql-base-9.3.4.ebuild postgresql-base-9999.ebuild ChangeLog
Date: Sun, 27 Apr 2014 21:02:35
Message-Id: 20140427210230.F33782004B@flycatcher.gentoo.org
1 floppym 14/04/27 21:02:30
2
3 Modified: postgresql-base-9.3.4.ebuild
4 postgresql-base-9999.ebuild ChangeLog
5 Log:
6 Add python3.4, remove 2.5 and 3.1.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
9
10 Revision Changes Path
11 1.2 dev-db/postgresql-base/postgresql-base-9.3.4.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-base/postgresql-base-9.3.4.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-base/postgresql-base-9.3.4.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-base/postgresql-base-9.3.4.ebuild?r1=1.1&r2=1.2
16
17 Index: postgresql-base-9.3.4.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/postgresql-base-9.3.4.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- postgresql-base-9.3.4.ebuild 20 Mar 2014 22:06:23 -0000 1.1
24 +++ postgresql-base-9.3.4.ebuild 27 Apr 2014 21:02:30 -0000 1.2
25 @@ -1,10 +1,10 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/postgresql-base-9.3.4.ebuild,v 1.1 2014/03/20 22:06:23 titanofold Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/postgresql-base-9.3.4.ebuild,v 1.2 2014/04/27 21:02:30 floppym Exp $
30
31 EAPI="5"
32
33 -PYTHON_COMPAT=( python{2_{5,6,7},3_{1,2,3}} )
34 +PYTHON_COMPAT=( python{2_{6,7},3_{2,3,4}} )
35 WANT_AUTOMAKE="none"
36
37 inherit autotools eutils flag-o-matic multilib prefix python-single-r1 versionator
38
39
40
41 1.11 dev-db/postgresql-base/postgresql-base-9999.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-base/postgresql-base-9999.ebuild?rev=1.11&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-base/postgresql-base-9999.ebuild?rev=1.11&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-base/postgresql-base-9999.ebuild?r1=1.10&r2=1.11
46
47 Index: postgresql-base-9999.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/postgresql-base-9999.ebuild,v
50 retrieving revision 1.10
51 retrieving revision 1.11
52 diff -u -r1.10 -r1.11
53 --- postgresql-base-9999.ebuild 17 Dec 2013 20:40:26 -0000 1.10
54 +++ postgresql-base-9999.ebuild 27 Apr 2014 21:02:30 -0000 1.11
55 @@ -1,10 +1,10 @@
56 -# Copyright 1999-2013 Gentoo Foundation
57 +# Copyright 1999-2014 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/postgresql-base-9999.ebuild,v 1.10 2013/12/17 20:40:26 grobian Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/postgresql-base-9999.ebuild,v 1.11 2014/04/27 21:02:30 floppym Exp $
61
62 EAPI="5"
63
64 -PYTHON_COMPAT=( python{2_{5,6,7},3_{1,2,3}} )
65 +PYTHON_COMPAT=( python{2_{6,7},3_{2,3,4}} )
66 WANT_AUTOMAKE="none"
67
68 inherit autotools eutils flag-o-matic multilib prefix python-single-r1 versionator base git-2
69
70
71
72 1.281 dev-db/postgresql-base/ChangeLog
73
74 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-base/ChangeLog?rev=1.281&view=markup
75 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-base/ChangeLog?rev=1.281&content-type=text/plain
76 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgresql-base/ChangeLog?r1=1.280&r2=1.281
77
78 Index: ChangeLog
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/ChangeLog,v
81 retrieving revision 1.280
82 retrieving revision 1.281
83 diff -u -r1.280 -r1.281
84 --- ChangeLog 20 Mar 2014 22:06:23 -0000 1.280
85 +++ ChangeLog 27 Apr 2014 21:02:30 -0000 1.281
86 @@ -1,6 +1,10 @@
87 # ChangeLog for dev-db/postgresql-base
88 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
89 -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/ChangeLog,v 1.280 2014/03/20 22:06:23 titanofold Exp $
90 +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/ChangeLog,v 1.281 2014/04/27 21:02:30 floppym Exp $
91 +
92 + 27 Apr 2014; Mike Gilbert <floppym@g.o> postgresql-base-9.3.4.ebuild,
93 + postgresql-base-9999.ebuild:
94 + Add python3.4, remove 2.5 and 3.1.
95
96 *postgresql-base-9.3.4 (20 Mar 2014)
97 *postgresql-base-9.2.8 (20 Mar 2014)