1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
|
# ChangeLog for app-admin/eselect-postgresql
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-postgresql/ChangeLog,v 1.14 2011/04/02 11:52:32 titanofold Exp $
*eselect-postgresql-1.0.6 (02 Apr 2011)
02 Apr 2011; Aaron W. Swenson <titanofold@gentoo.org>
-eselect-postgresql-1.0.3.ebuild, -eselect-postgresql-1.0.4.ebuild,
+eselect-postgresql-1.0.6.ebuild:
Remove obsolete ebuilds. Fixes bugs #327441, 352147 and 292122.
*eselect-postgresql-1.0.4 (27 Mar 2011)
27 Mar 2011; Aaron W. Swenson <titanofold@gentoo.org>
+eselect-postgresql-1.0.4.ebuild:
Should support library modules on Darwin (dylib).
Cleaner output that now indicates what the application links are.
Automatically sets a default when none has been set.
Should properly set the library path:
LDPATH on a 64 bit system should have been set to
/usr/lib64/postgresql-${SLOT}/lib64
instead of
/usr/lib64/postgresql-${SLOT}/lib
*eselect-postgresql-1.0.3 (19 Mar 2011)
19 Mar 2011; Mr. Aaron W. Swenson (TitanOfOld) <titanofold@gentoo.org>
+eselect-postgresql-1.0.3.ebuild:
Rewrite of module. Should fix bugs #292122, 327441, 352147, 359361.
*eselect-postgresql-0.4 (02 Jun 2010)
02 Jun 2010; Patrick Lauer <patrick@gentoo.org>
+eselect-postgresql-0.4.ebuild:
Bump, thanks to Aaron Swenson for the improvements
25 Apr 2010; Raúl Porcel <armin76@gentoo.org>
eselect-postgresql-0.3.ebuild:
ia64/sparc stable
07 Jan 2010; Steve Dibb <beandog@gentoo.org>
eselect-postgresql-0.3.ebuild:
amd64 stable, bug 285475
24 Oct 2009; nixnut <nixnut@gentoo.org> eselect-postgresql-0.3.ebuild:
ppc stable #285475
13 Oct 2009; Jeroen Roovers <jer@gentoo.org>
eselect-postgresql-0.3.ebuild:
Stable for HPPA (bug #285475).
01 Oct 2009; Tobias Klausmann <klausman@gentoo.org>
eselect-postgresql-0.3.ebuild:
Stable on alpha, bug #285390
27 Sep 2009; Brent Baude <ranger@gentoo.org>
eselect-postgresql-0.3.ebuild:
Marking eselect-postgresql-0.3 ppc64 stable for bug 285475
28 May 2009; Christian Faulhammer <fauli@gentoo.org>
eselect-postgresql-0.3.ebuild:
stable x86, bug 268138
19 May 2008; Tiziano Müller <dev-zero@gentoo.org>
eselect-postgresql-0.3.ebuild:
Keyworded for all archs having postgresql keyworded
15 Apr 2008; Tiziano Müller <dev-zero@gentoo.org>
eselect-postgresql-0.3.ebuild:
Fixed typo (thanks to polyonymous)
*eselect-postgresql-0.3 (15 Apr 2008)
15 Apr 2008; Tiziano Müller <dev-zero@gentoo.org>
+files/50postgresql-eselect, +metadata.xml,
+eselect-postgresql-0.3.ebuild:
Moved into the tree
10 Apr 2008; Tiziano Müller <dev-zero@gentoo.org>
+files/50postgresql-eselect, -eselect-postgresql-0.2.ebuild,
+eselect-postgresql-0.3.ebuild, files/postgresql.eselect:
Added some instructions. Added an env.d file to mask
/etc/eselect/postgresql. Fixed some multilib bugs (forgotten ${D}). Create
relative symlinks instead of absolute ones. Keep slot-files in
/etc/eselect/postgresql/slots instead of /usr to avoid problems with having
/usr on a separate volume.
19 Mar 2008; Tiziano Müller <dev-zero@gentoo.org>
eselect-postgresql-0.2.ebuild:
Added quotes
|