summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCHTEKK <CHTEKK@localhost>2006-09-25 16:24:58 +0000
committerCHTEKK <CHTEKK@localhost>2006-09-25 16:24:58 +0000
commit339b3aea0e8754767a6faefa79a66c761c24f38e (patch)
treed748ecfc30c070615b66bf203ef2f8b3d0d67470 /dev-db/libpq
parentFix libpq slotting, now works with 7.3/7.4 --> SLOT 3 and 8.0/8.1 --> SLOT 4. (diff)
downloadexperimental-339b3aea0e8754767a6faefa79a66c761c24f38e.tar.gz
experimental-339b3aea0e8754767a6faefa79a66c761c24f38e.tar.bz2
experimental-339b3aea0e8754767a6faefa79a66c761c24f38e.zip
SLOTable libpq, to the extreme: 7.3, 7.4, 8.0 and 8.1 are all separate SLOTs.
svn path=/experimental/; revision=102
Diffstat (limited to 'dev-db/libpq')
-rw-r--r--dev-db/libpq/ChangeLog360
-rw-r--r--dev-db/libpq/Manifest68
-rw-r--r--dev-db/libpq/files/libpq-7.3-gentoo.patch34
-rw-r--r--dev-db/libpq/files/libpq-7.4-gentoo.patch36
-rw-r--r--dev-db/libpq/files/libpq-8.0-gentoo.patch31
-rw-r--r--dev-db/libpq/files/libpq-8.1-gentoo.patch31
-rw-r--r--dev-db/libpq/libpq-7.3.15-r1.ebuild23
-rw-r--r--dev-db/libpq/libpq-7.4.13-r1.ebuild23
-rw-r--r--dev-db/libpq/libpq-8.0.8-r1.ebuild23
-rw-r--r--dev-db/libpq/libpq-8.1.4-r1.ebuild23
10 files changed, 111 insertions, 541 deletions
diff --git a/dev-db/libpq/ChangeLog b/dev-db/libpq/ChangeLog
deleted file mode 100644
index c2c19c6..0000000
--- a/dev-db/libpq/ChangeLog
+++ /dev/null
@@ -1,360 +0,0 @@
-# ChangeLog for dev-db/libpq
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 01 Aug 2006; Luca Longinotti <chtekk@gentoo.org> libpq-8.1.4-r1.ebuild:
- Love spaces!
-
- 31 Jul 2006; Tiziano Müller <gentoo@dev-zero.ch> libpq-8.1.4-r1.ebuild:
- examples USE-flag added
-
- 30 Jul 2006; Luca Longinotti <chtekk@gentoo.org> libpq-8.1.4-r1.ebuild:
- Fix PV sobstitution.
-
- 26 Jul 2006; Luca Longinotti <chtekk@gentoo.org> libpq-8.1.4-r1.ebuild:
- See if PPC works without those.
-
- 26 Jul 2006; Luca Longinotti <chtekk@gentoo.org> libpq-8.1.4-r1.ebuild:
- Fix PAM dep.
-
- 26 Jul 2006; Luca Longinotti <chtekk@gentoo.org> libpq-8.1.4-r1.ebuild:
- Fix tabs, always use 4 space tabs and never spaces themselves. Delete doc
- USE flag, not needed. Delete libpq dependency.
-
- 26 Jul 2006; Tiziano Müller <gentoo@dev-zero.ch> libpq-8.1.4-r1.ebuild,
- +files/libpq-8.1-gentoo.patch, -files/libpq-8-gentoo.patch:
- USE-flag handling and dependencies updated, some cosmetic clean-ups
-
- 24 Jul 2006; Luca Longinotti <chtekk@gentoo.org> libpq-8.1.4-r1.ebuild,
- files/libpq-8-gentoo.patch:
- Update TODOs, update patch.
-
- 24 Jul 2006; Luca Longinotti <chtekk@gentoo.org> libpq-8.1.4-r1.ebuild:
- Update to use FILES_VER variable, add missing cd "${S}"
-
- 24 Jul 2006; Luca Longinotti <chtekk@gentoo.org> libpq-8.1.4-r1.ebuild:
- FIXED TODO: it indeed is not parallelizable, so -j1 is still passed, but now
- directly to emake.
-
- 24 Jul 2006; Luca Longinotti <chtekk@gentoo.org> libpq-8.1.4-r1.ebuild,
- metadata.xml:
- Minor cleanup: fix KEYWORDS, update DESCRIPTION, order USE flags stuff
- alphabetically, update style (wrap vars in "", use ${VAR} form, identation
- fixes for SRC_URI and {R}DEPEND, [[ ]] form for BASH tests, -f flag for
- cp,mv,rm), fixed ${D} quotation in src_install (don't quote *'s, they won't
- be expanded if you do), added some TODO items.
-
- 23 Jul 2006; Tiziano Müller <gentoo@dev-zero.ch> +libpq-8.1.4-r1.ebuild,
- +files/libpq-8-gentoo.patch, +metadata.xml:
- General ebuild cleanup
- Installs now pg_config
-
- 16 Jul 2006; Tobias Scherbaum <dertobi123@gentoo.org> libpq-7.3.15.ebuild:
- ppc stable, bug #135187
-
- 03 Jul 2006; Diego Pettenò <flameeyes@gentoo.org> libpq-8.0.8.ebuild,
- libpq-8.1.2.ebuild, libpq-8.1.3.ebuild, libpq-8.1.3-r1.ebuild,
- libpq-8.1.4.ebuild:
- Depend on virtual/pam, not sys-libs/pam, for BSD's sake.
-
- 03 Jul 2006; Joel Martin <kanaka@gentoo.org> libpq-8.0.8.ebuild,
- libpq-8.1.2.ebuild, libpq-8.1.3.ebuild, libpq-8.1.3-r1.ebuild,
- libpq-8.1.4.ebuild:
- Add dep on sys-libs/pam if pam USE flag set
-
- 04 Jun 2006; Thomas Cort <tcort@gentoo.org> libpq-8.0.8.ebuild:
- Stable on amd64 wrt security Bug #134168.
-
- 04 Jun 2006; Thomas Cort <tcort@gentoo.org> libpq-7.4.13.ebuild:
- Stable on amd64 wrt security Bug #134168.
-
- 03 Jun 2006; Rene Nussbaumer <killerfox@gentoo.org> libpq-8.0.8.ebuild:
- Stable on hppa. See bug #134168.
-
- 03 Jun 2006; Rene Nussbaumer <killerfox@gentoo.org> libpq-7.4.13.ebuild:
- Stable on hppa. See bug #134168.
-
- 03 Jun 2006; Mark Loeser <halcy0n@gentoo.org> libpq-7.4.13.ebuild,
- libpq-8.0.8.ebuild:
- Stable on x86; bug #134168
-
- 01 Jun 2006; Tobias Scherbaum <dertobi123@gentoo.org> libpq-7.4.13.ebuild,
- libpq-8.0.8.ebuild:
- ppc stable, bug #134168
-
- 01 Jun 2006; Gustavo Zacarias <gustavoz@gentoo.org> libpq-7.4.13.ebuild,
- libpq-8.0.8.ebuild:
- Stable on sparc wrt security #134168
-
- 01 Jun 2006; Thomas Cort <tcort@gentoo.org> libpq-8.0.8.ebuild:
- Stable on alpha wrt security Bug #134168.
-
- 01 Jun 2006; Thomas Cort <tcort@gentoo.org> libpq-7.4.13.ebuild:
- Stable on alpha wrt security Bug #134168.
-
- 31 May 2006; Markus Rothe <corsair@gentoo.org> libpq-7.4.13.ebuild,
- libpq-8.0.8.ebuild:
- Stable on ppc64; bug #134168
-
- 31 May 2006; Konstantin Arkhipov <voxus@gentoo.org> +libpq-8.1.4.ebuild,
- +libpq-8.0.8.ebuild, +libpq-7.4.13.ebuild, +libpq-7.3.15.ebuild:
- Version bump wrt security bug #134168.
-
- 17 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> libpq-8.1.3-r1.ebuild:
- Add ~x86-fbsd keyword.
-
-*libpq-8.1.3-r1 (10 Apr 2006)
-
- 10 Apr 2006; <chrb@gentoo.org> +libpq-8.1.3-r1.ebuild:
- Re-add threads support (bug #120190). This requires the -opt package, this
- can be removed in 8.2.
-
- 09 Mar 2006; Aron Griffis <agriffis@gentoo.org> libpq-8.0.7.ebuild:
- Mark 8.0.7 stable on ia64
-
- 20 Feb 2006; Joshua Kinard <kumba@gentoo.org> libpq-8.1.3.ebuild:
- Kick 8.1.3 back down to mips unstable -- no need to jump ahead of the other
- archs.
-
- 20 Feb 2006; Joshua Kinard <kumba@gentoo.org> libpq-7.3.14.ebuild,
- libpq-7.4.12.ebuild, libpq-8.0.7.ebuild, libpq-8.1.3.ebuild:
- Marked stable on mips.
-
- 19 Feb 2006; Bryan Østergaard <kloeri@gentoo.org libpq-7.3.11.ebuild,
- libpq-7.4.9.ebuild:
- Stable 7.3.11 + 7.4.9 on Alpha.
-
- 16 Feb 2006; Masatomo Nakano <nakano@gentoo.org> Manifest:
- Fixed digest/manifest file.
-
-*libpq-8.0.7 (15 Feb 2006)
-*libpq-7.4.12 (15 Feb 2006)
-*libpq-7.3.14 (15 Feb 2006)
-
- 15 Feb 2006; Masatomo Nakano <nakano@gentoo.org>
- +files/libpq-7.3.14-gentoo.patch, +files/libpq-7.4.12-gentoo.patch,
- +files/libpq-8.0.7-gentoo.patch, +libpq-7.3.14.ebuild,
- +libpq-7.4.12.ebuild, +libpq-8.0.7.ebuild:
- Version bump.
-
-*libpq-8.1.3 (14 Feb 2006)
-
- 14 Feb 2006; Masatomo Nakano <nakano@gentoo.org>
- +files/libpq-8.1.3-gentoo.patch, +libpq-8.1.3.ebuild:
- Version bump.
-
- 04 Feb 2006; Aron Griffis <agriffis@gentoo.org> libpq-8.0.4.ebuild:
- Mark 8.0.4 stable on alpha
-
- 29 Jan 2006; Masatomo Nakano <nakano@gentoo.org>
- -files/libpq-7.3.10-gentoo.patch, -files/libpq-7.3.12-gentoo.patch,
- -files/libpq-7.4.10-gentoo.patch, -files/libpq-8.0.1-gentoo.patch,
- -files/libpq-8.0.5-gentoo.patch, -files/libpq-8.1.0-gentoo.patch,
- -files/libpq-8.1.1-gentoo.patch, -libpq-7.3.10.ebuild,
- -libpq-7.3.10-r1.ebuild, -libpq-7.3.12.ebuild, -libpq-7.4.10.ebuild,
- -libpq-8.0.1.ebuild, -libpq-8.0.1-r1.ebuild, -libpq-8.0.5.ebuild,
- -libpq-8.1.0.ebuild, -libpq-8.1.1.ebuild:
- Removed old versions.
-
- 29 Jan 2006; Masatomo Nakano <nakano@gentoo.org> Manifest:
- Fixed digest files. (#120795)
-
-*libpq-8.1.2 (28 Jan 2006)
-*libpq-8.0.6 (28 Jan 2006)
-*libpq-7.4.11 (28 Jan 2006)
-*libpq-7.3.13 (28 Jan 2006)
-
- 28 Jan 2006; Masatomo Nakano <nakano@gentoo.org>
- +files/libpq-7.3.13-gentoo.patch, +files/libpq-7.4.11-gentoo.patch,
- +files/libpq-8.0.6-gentoo.patch, +files/libpq-8.1.2-gentoo.patch,
- +libpq-7.3.13.ebuild, +libpq-7.4.11.ebuild, +libpq-8.0.6.ebuild,
- +libpq-8.1.2.ebuild:
- Version bump.
-
- 28 Dec 2005; Masatomo Nakano <nakano@gentoo.org> libpq-7.4.10.ebuild:
- Marked as unstable. (It was my bad)
-
- 26 Dec 2005; Simon Stelling <blubb@gentoo.org> libpq-7.4.9.ebuild,
- libpq-8.0.4.ebuild:
- stable on amd64
-
-*libpq-8.1.1 (25 Dec 2005)
-*libpq-8.0.5 (25 Dec 2005)
-*libpq-7.4.10 (25 Dec 2005)
-*libpq-7.3.12 (25 Dec 2005)
-
- 25 Dec 2005; Masatomo Nakano <nakano@gentoo.org>
- +files/libpq-7.3.12-gentoo.patch, +files/libpq-7.4.10-gentoo.patch,
- +files/libpq-8.0.5-gentoo.patch, +files/libpq-8.1.1-gentoo.patch,
- +libpq-7.3.12.ebuild, +libpq-7.4.10.ebuild, +libpq-8.0.5.ebuild,
- +libpq-8.1.1.ebuild:
- Version bumo.
-
- 21 Nov 2005; Joseph Jezak <josejx@gentoo.org> libpq-7.3.11.ebuild,
- libpq-7.4.9.ebuild, libpq-8.0.4.ebuild:
- Marked ppc stable for bug #111916.
-
- 21 Nov 2005; Gustavo Zacarias <gustavoz@gentoo.org> libpq-7.3.11.ebuild,
- libpq-7.4.9.ebuild, libpq-8.0.4.ebuild:
- Stable on sparc wrt #111916
-
- 19 Nov 2005; Rene Nussbaumer <killerfox@gentoo.org> libpq-8.0.4.ebuild:
- Stable on hppa.
-
- 19 Nov 2005; Mark Loeser <halcy0n@gentoo.org> libpq-7.3.11.ebuild,
- libpq-7.4.9.ebuild, libpq-8.0.4.ebuild:
- Stable on x86; bug #111916
-
- 17 Nov 2005; Markus Rothe <corsair@gentoo.org> libpq-7.4.9.ebuild,
- libpq-8.0.4.ebuild:
- Stable on ppc64; bug #111916
-
- 12 Nov 2005; Masatomo Nakano <nakano@gentoo.org>
- files/libpq-8.1.0-gentoo.patch, libpq-7.3.10.ebuild,
- libpq-7.3.10-r1.ebuild, libpq-7.3.11.ebuild, libpq-7.4.8.ebuild,
- libpq-7.4.8-r1.ebuild, libpq-7.4.9.ebuild, libpq-8.0.1.ebuild,
- libpq-8.0.1-r1.ebuild, libpq-8.0.3.ebuild, libpq-8.0.3-r1.ebuild,
- libpq-8.0.4.ebuild, libpq-8.1.0.ebuild:
- removed --with-gnu-ld (#108386).
-
- 12 Nov 2005; Masatomo Nakano <nakano@gentoo.org> Manifest:
- readded patch with -kb.
-
- 08 Nov 2005; Masatomo Nakano <nakano@gentoo.org>
- -files/libpq-8.1_beta3-gentoo.patch, -libpq-8.1_beta3.ebuild:
- removed beta version.
-
-*libpq-8.1.0 (08 Nov 2005)
-
- 08 Nov 2005; Masatomo Nakano <nakano@gentoo.org>
- +files/libpq-8.1.0-gentoo.patch, +libpq-8.1.0.ebuild:
- version bump.
-
- 17 Oct 2005; Masatomo Nakano <nakano@gentoo.org>
- -files/libpq-8.1_beta1-gentoo.patch, -files/libpq-8.1_beta2-gentoo.patch,
- -libpq-8.1_beta1.ebuild, -libpq-8.1_beta2.ebuild:
- removed old versions.
-
-*libpq-8.1_beta3 (15 Oct 2005)
-
- 15 Oct 2005; Masatomo Nakano <nakano@gentoo.org>
- +files/libpq-8.1_beta3-gentoo.patch, +libpq-8.1_beta3.ebuild:
- Version bump.
-
- 15 Oct 2005; Masatomo Nakano <nakano@gentoo.org> Manifest:
- Fixed failed patch bug. #108855
-
-*libpq-8.1_beta2 (08 Oct 2005)
-*libpq-8.0.4 (08 Oct 2005)
-*libpq-7.4.9 (08 Oct 2005)
-*libpq-7.3.11 (08 Oct 2005)
-
- 08 Oct 2005; <nakano@gentoo.org> +files/libpq-7.3.11-gentoo.patch,
- +files/libpq-7.4.9-gentoo.patch, +files/libpq-8.0.4-gentoo.patch,
- +files/libpq-8.1_beta2-gentoo.patch, +libpq-7.3.11.ebuild,
- +libpq-7.4.9.ebuild, +libpq-8.0.4.ebuild, +libpq-8.1_beta2.ebuild:
- Version bump
-
-*libpq-8.1_beta1 (28 Aug 2005)
-
- 28 Aug 2005; Masatomo Nakano <nakano@gentoo.org>
- +files/libpq-8.1_beta1-gentoo.patch, +libpq-8.1_beta1.ebuild:
- Version bump.
-
- 17 Aug 2005; MATSUU Takuto <matsuu@gentoo.org> libpq-8.0.3.ebuild:
- Stable on sh.
-
- 03 Aug 2005; Masatomo Nakano <nakano@gentoo.org> libpq-7.3.10-r1.ebuild,
- libpq-7.4.8-r1.ebuild, libpq-8.0.1-r1.ebuild, libpq-8.0.3-r1.ebuild:
- Added ${ROOT} value.
-
- 03 Aug 2005; Bryan Østergaard <kloeri@gentoo.org> libpq-8.0.3.ebuild:
- Stable on alpha.
-
- 31 Jul 2005; Tobias Scherbaum <dertobi123@gentoo.org> libpq-8.0.3.ebuild:
- ppc stable
-
- 28 Jul 2005; Konstantin Arkhipov <voxus@gentoo.org> libpq-8.0.3.ebuild:
- Stable on amd64.
-
-*libpq-8.0.3-r1 (27 Jul 2005)
-*libpq-8.0.1-r1 (27 Jul 2005)
-*libpq-7.4.8-r1 (27 Jul 2005)
-*libpq-7.3.10-r1 (27 Jul 2005)
-
- 27 Jul 2005; Masatomo Nakano <nakano@gentoo.org> +libpq-7.3.10-r1.ebuild,
- +libpq-7.4.8-r1.ebuild, +libpq-8.0.1-r1.ebuild, +libpq-8.0.3-r1.ebuild:
- Version bump to make sure fixing previous bugs.
-
- 21 Jul 2005; Markus Rothe <corsair@gentoo.org> libpq-8.0.3.ebuild:
- Stable on ppc64
-
- 20 Jul 2005; Gustavo Zacarias <gustavoz@gentoo.org> libpq-8.0.3.ebuild:
- Stable on sparc
-
- 20 Jul 2005; Masatomo Nakano <nakano@gentoo.org> libpq-8.0.3.ebuild:
- Stable on x86.
-
- 20 Jul 2005; Masatomo Nakano <nakano@gentoo.org> libpq-8.0.3.ebuild:
- Marked stable on x86.
-
- 14 Jul 2005; Rene Nussbaumer <killerfox@gentoo.org> libpq-8.0.1.ebuild:
- Stable on hppa.
-
- 12 Jul 2005; Gustavo Zacarias <gustavoz@gentoo.org> libpq-8.0.1.ebuild:
- Stable on sparc
-
- 09 Jul 2005; Markus Rothe <corsair@gentoo.org> libpq-8.0.1.ebuild:
- Stable on ppc64
-
- 06 Jul 2005; Masatomo Nakano <nakano@gentoo.org> libpq-8.0.1.ebuild:
- Marked stable on x86.
-
- 06 Jul 2005; Masatomo Nakano <nakano@gentoo.org> libpq-7.4.8.ebuild:
- Marked stable on x86.
-
- 03 Jul 2005; Masatomo Nakano <nakano@gentoo.org> libpq-7.3.10.ebuild:
- Marked stable on x86.
-
- 02 Jul 2005; Masatomo Nakano <nakano@gentoo.org> libpq-7.3.10.ebuild,
- libpq-7.4.8.ebuild, libpq-8.0.1.ebuild, libpq-8.0.3.ebuild:
- Fixed wrong symlink problem. (#97684).
-
- 19 May 2005; MATSUU Takuto <matsuu@gentoo.org> libpq-7.3.10.ebuild,
- libpq-7.4.8.ebuild, libpq-8.0.1.ebuild, libpq-8.0.3.ebuild:
- Fixed build errors, Bug 93103.
-
-*libpq-8.0.1 (16 May 2005)
-*libpq-7.4.8 (16 May 2005)
-*libpq-7.3.10 (16 May 2005)
-
- 16 May 2005; Masatomo Nakano <nakano@gentoo.org>
- -files/libpq-3.2-gentoo.patch, -files/libpq-4.0-gentoo.patch,
- +files/libpq-7.3.10-gentoo.patch, +files/libpq-7.4.8-gentoo.patch,
- +files/libpq-8.0.1-gentoo.patch, -libpq-3.2.ebuild, -libpq-4.0.ebuild,
- +libpq-7.3.10.ebuild, +libpq-7.4.8.ebuild, +libpq-8.0.1.ebuild:
- Changed pacakge name to PostgreSQL version base.
-
-*libpq-8.0.3 (15 May 2005)
-
- 15 May 2005; MATSUU Takuto <matsuu@gentoo.org>
- +files/libpq-8.0.3-gentoo.patch, +libpq-8.0.3.ebuild:
- Version bumped.
- Clean up ebuild.
-
- 09 May 2005; Masatomo Nakano <nakano@gentoo.org> libpq-3.2.ebuild,
- libpq-4.0.ebuild:
- Added missing include files.
-
- 08 May 2005; Masatomo Nakano <nakano@gentoo.org> libpq-3.2.ebuild,
- libpq-4.0.ebuild:
- Added header file.
-
-*libpq-4.0 (08 May 2005)
-*libpq-3.2 (08 May 2005)
-
- 08 May 2005; Masatomo Nakano <nakano@gentoo.org>
- +files/libpq-3.2-gentoo.patch, +files/libpq-4.0-gentoo.patch,
- +metadata.xml, +libpq-3.2.ebuild, +libpq-4.0.ebuild:
- Initial import.
-
diff --git a/dev-db/libpq/Manifest b/dev-db/libpq/Manifest
index 0a881c7..1446d47 100644
--- a/dev-db/libpq/Manifest
+++ b/dev-db/libpq/Manifest
@@ -1,19 +1,19 @@
-AUX libpq-7.3-gentoo.patch 2628 RMD160 04c697fc3395af5c381945fa9b9c900c291e78e8 SHA1 c97c6acdd0d2efd5cd8273a5d8daed329cd19ddd SHA256 288e198ca56b85420763d93c75487e8720e6a41edbc0641284254d394a32ef8e
-MD5 0cf8dc556960e3f74eeeba452071b6fc files/libpq-7.3-gentoo.patch 2628
-RMD160 04c697fc3395af5c381945fa9b9c900c291e78e8 files/libpq-7.3-gentoo.patch 2628
-SHA256 288e198ca56b85420763d93c75487e8720e6a41edbc0641284254d394a32ef8e files/libpq-7.3-gentoo.patch 2628
-AUX libpq-7.4-gentoo.patch 3290 RMD160 8d0e55a2c81b96020b0aa9b07769a1ef560e4924 SHA1 9d65550d8e0ab4d68d7d525692473ea44f7b8cf9 SHA256 3b3642ae87bc30d57606a9b073171feb9133fcfbe9b710f28f2cfcf6f3396f15
-MD5 5e05299ac04d8a567a3d89ffeb032cc8 files/libpq-7.4-gentoo.patch 3290
-RMD160 8d0e55a2c81b96020b0aa9b07769a1ef560e4924 files/libpq-7.4-gentoo.patch 3290
-SHA256 3b3642ae87bc30d57606a9b073171feb9133fcfbe9b710f28f2cfcf6f3396f15 files/libpq-7.4-gentoo.patch 3290
-AUX libpq-8.0-gentoo.patch 2847 RMD160 0cda84cbc78d7fe6db90c832e3c74a8b579b2fb2 SHA1 a3ac3df13ff4e6a0dbc7f2170a2086a0ec6546e1 SHA256 99be125d9294278cd4380bfffede22cb5cd17dc77976310ede7050868dfadf69
-MD5 2d138d5be6a58b2e75015603172a62f9 files/libpq-8.0-gentoo.patch 2847
-RMD160 0cda84cbc78d7fe6db90c832e3c74a8b579b2fb2 files/libpq-8.0-gentoo.patch 2847
-SHA256 99be125d9294278cd4380bfffede22cb5cd17dc77976310ede7050868dfadf69 files/libpq-8.0-gentoo.patch 2847
-AUX libpq-8.1-gentoo.patch 2871 RMD160 5cab87aa26a4628df411c96311bcf7590e712c42 SHA1 d9a1bf5099f27489858a2652f0f0ff457c408166 SHA256 2bdbcbb73044efe63f16dc4bec47c7595b3c2987a8b093e27dac70c7c0dcc63d
-MD5 ec55df7e8a57a2b552ebe8b02d629503 files/libpq-8.1-gentoo.patch 2871
-RMD160 5cab87aa26a4628df411c96311bcf7590e712c42 files/libpq-8.1-gentoo.patch 2871
-SHA256 2bdbcbb73044efe63f16dc4bec47c7595b3c2987a8b093e27dac70c7c0dcc63d files/libpq-8.1-gentoo.patch 2871
+AUX libpq-7.3-gentoo.patch 2663 RMD160 5a4ee48c5e4a26db7d69438745795f5b5cddda5e SHA1 a1ae01ed8b401ba8d620a7c9922c1d07c2b34b87 SHA256 21e13e947fdb6245674eb701326f3aadc31485c65294102c95d7848aabaea139
+MD5 c696b43001f9578a78bd55d15db04e29 files/libpq-7.3-gentoo.patch 2663
+RMD160 5a4ee48c5e4a26db7d69438745795f5b5cddda5e files/libpq-7.3-gentoo.patch 2663
+SHA256 21e13e947fdb6245674eb701326f3aadc31485c65294102c95d7848aabaea139 files/libpq-7.3-gentoo.patch 2663
+AUX libpq-7.4-gentoo.patch 3345 RMD160 09d705d27f11b0e6cd4f2f1241e7bdd436d64b44 SHA1 d421e8ef9586b03ed16cd5faac053a68a2bc0ca2 SHA256 3d9a17c4ad162a1a09e6149a3017e4ccf94d8f883a73b19979d8e8f0410983a1
+MD5 d7199e640820d88b9b415ac92ca8dcfc files/libpq-7.4-gentoo.patch 3345
+RMD160 09d705d27f11b0e6cd4f2f1241e7bdd436d64b44 files/libpq-7.4-gentoo.patch 3345
+SHA256 3d9a17c4ad162a1a09e6149a3017e4ccf94d8f883a73b19979d8e8f0410983a1 files/libpq-7.4-gentoo.patch 3345
+AUX libpq-8.0-gentoo.patch 2976 RMD160 a485ba7adddd0c630de66e66f54c60691e061f2b SHA1 5ad23c620ef8e99f94969fb52d87b54fe416e10f SHA256 d38f6bbfb5ac5f29bc74b001189db4516af9b84f5d7e455c53493545d1bf1030
+MD5 73d44d93da1f35a5fe6372e7f970e299 files/libpq-8.0-gentoo.patch 2976
+RMD160 a485ba7adddd0c630de66e66f54c60691e061f2b files/libpq-8.0-gentoo.patch 2976
+SHA256 d38f6bbfb5ac5f29bc74b001189db4516af9b84f5d7e455c53493545d1bf1030 files/libpq-8.0-gentoo.patch 2976
+AUX libpq-8.1-gentoo.patch 3000 RMD160 14dc85543527655ea035405d431e2159244098a8 SHA1 5dd9951b03a38ee84cc8d70cdafb2c7a098a26e7 SHA256 bd9241db8448d76c6bb8aab4d95f38d946993a6d79a01158415894f5eadf1caf
+MD5 60a1e96779ff777c11d3c51181486437 files/libpq-8.1-gentoo.patch 3000
+RMD160 14dc85543527655ea035405d431e2159244098a8 files/libpq-8.1-gentoo.patch 3000
+SHA256 bd9241db8448d76c6bb8aab4d95f38d946993a6d79a01158415894f5eadf1caf files/libpq-8.1-gentoo.patch 3000
DIST postgresql-base-7.3.15.tar.bz2 5695061 RMD160 55cc363e1ce26ea0c7f79c5adfd90714988afb46 SHA1 059f16d3e98df525e9c0962f29f2126a9397dc02 SHA256 81da1ab6c3d9e19aef068cc1db81ca696771dfa5c8ff262bcb1bf977ac7429dc
DIST postgresql-base-7.4.13.tar.bz2 6576973 RMD160 5f90ed85fdceb06fe15e324620e931140e3617ef SHA1 cb326a788833e805a54a80d87aeeb6fa00fb7b1e SHA256 2e2fa6b1cf3fc7a66a58762acfb64ce42d358e0dd799a467316e937d3a116cf7
DIST postgresql-base-8.0.8.tar.bz2 7823046 RMD160 2c60dc22f714bc0182051a94c3c1f513b30f574e SHA1 a5e5147497f0c2b548762d232d297b48d6e97d02 SHA256 906d86f2477309b9c2531d12fe720761fdffd73243a83ae31892bd7a0a618183
@@ -22,26 +22,22 @@ DIST postgresql-opt-7.3.15.tar.bz2 341753 RMD160 8057276fff0ae87f49fb4853e6f3df6
DIST postgresql-opt-7.4.13.tar.bz2 333860 RMD160 9fd1caacd6d842a473725450a0973173f68ae7b8 SHA1 79455e60f074a488ab3abafd10bfce4c63b33293 SHA256 8139a7161b2a55eba304b027896f0bfc81523dd41f7d1df222274b7a55e5aeab
DIST postgresql-opt-8.0.8.tar.bz2 134600 RMD160 352f07aa25d0dcf1d2e3502f5cec7295c40bc3d5 SHA1 081d0b8d755a49395001b46ca0585c4e2b5ecf4f SHA256 427e82253b068b35e47235a1b78c521c89a9774b80dcc2433946f86220a34926
DIST postgresql-opt-8.1.4.tar.bz2 144696 RMD160 8f25c6137a8cbd786a647cf4d8ef59c95573012d SHA1 ba8ed68da796e67858f7c100f6d64f1586540f05 SHA256 5a6d27e303ad9b073f91e51658b13cfeb153e3d886af5e5c1093ea315e15738c
-EBUILD libpq-7.3.15-r1.ebuild 3440 RMD160 44a507812f33656e42ec393f90049689cbb3b783 SHA1 5af6cc5a1f3e3d272b7314934167bd9199e8e189 SHA256 4a60e5b45f1d462da016e6297ab029374563f3a505912f795f7a5b27a067ab58
-MD5 5ff07ce098a3bb035fe8129bde4aa712 libpq-7.3.15-r1.ebuild 3440
-RMD160 44a507812f33656e42ec393f90049689cbb3b783 libpq-7.3.15-r1.ebuild 3440
-SHA256 4a60e5b45f1d462da016e6297ab029374563f3a505912f795f7a5b27a067ab58 libpq-7.3.15-r1.ebuild 3440
-EBUILD libpq-7.4.13-r1.ebuild 3440 RMD160 44a507812f33656e42ec393f90049689cbb3b783 SHA1 5af6cc5a1f3e3d272b7314934167bd9199e8e189 SHA256 4a60e5b45f1d462da016e6297ab029374563f3a505912f795f7a5b27a067ab58
-MD5 5ff07ce098a3bb035fe8129bde4aa712 libpq-7.4.13-r1.ebuild 3440
-RMD160 44a507812f33656e42ec393f90049689cbb3b783 libpq-7.4.13-r1.ebuild 3440
-SHA256 4a60e5b45f1d462da016e6297ab029374563f3a505912f795f7a5b27a067ab58 libpq-7.4.13-r1.ebuild 3440
-EBUILD libpq-8.0.8-r1.ebuild 3428 RMD160 7d6efeb34b833e019d63eca18098ab1fccd173ea SHA1 a4ab3df1e885b03edc5ed027dfe36917fbfbf61c SHA256 660a3eb1e0ed637f96478fb09341fd2709398979ea75bfef7ca6524e5e96a589
-MD5 d1d98a6f4a3829a15d24aafc31ff05f0 libpq-8.0.8-r1.ebuild 3428
-RMD160 7d6efeb34b833e019d63eca18098ab1fccd173ea libpq-8.0.8-r1.ebuild 3428
-SHA256 660a3eb1e0ed637f96478fb09341fd2709398979ea75bfef7ca6524e5e96a589 libpq-8.0.8-r1.ebuild 3428
-EBUILD libpq-8.1.4-r1.ebuild 3438 RMD160 c425bc2f3359b534aa2d15bdb92f3825b1667f48 SHA1 9d1fd9cb7e6edeedfa66648a871e52d5a8cd209d SHA256 22508b7d4f4d0f71ac866fcf7e19c757286181a3b465552f921b32852383bb43
-MD5 c0da19aed3d36dce50165f3c83186336 libpq-8.1.4-r1.ebuild 3438
-RMD160 c425bc2f3359b534aa2d15bdb92f3825b1667f48 libpq-8.1.4-r1.ebuild 3438
-SHA256 22508b7d4f4d0f71ac866fcf7e19c757286181a3b465552f921b32852383bb43 libpq-8.1.4-r1.ebuild 3438
-MISC ChangeLog 12779 RMD160 b20bf5e167cef9501a21e46447ac415bf6ab447b SHA1 7c30c2021ad5bdc9675262d729791c829916b527 SHA256 9ed4077ebe1978f494fd61fded0e4c5afcd433e04e788934e1276bcff998c498
-MD5 b6872f6995aafc377575a29abb66cf7c ChangeLog 12779
-RMD160 b20bf5e167cef9501a21e46447ac415bf6ab447b ChangeLog 12779
-SHA256 9ed4077ebe1978f494fd61fded0e4c5afcd433e04e788934e1276bcff998c498 ChangeLog 12779
+EBUILD libpq-7.3.15-r1.ebuild 2649 RMD160 eb159dd28198591a7eacc5f206d233e7b99465f2 SHA1 f75a032b9ba46d0c2d96358a1555936f309caa84 SHA256 b7c234b09a5d1e4e9abc8ceabd6b4667a8c22ff776e7ac79b3e4bb658e18906f
+MD5 aaf115fee96c1b2a23a8f221d9172fd8 libpq-7.3.15-r1.ebuild 2649
+RMD160 eb159dd28198591a7eacc5f206d233e7b99465f2 libpq-7.3.15-r1.ebuild 2649
+SHA256 b7c234b09a5d1e4e9abc8ceabd6b4667a8c22ff776e7ac79b3e4bb658e18906f libpq-7.3.15-r1.ebuild 2649
+EBUILD libpq-7.4.13-r1.ebuild 2649 RMD160 fffac229f10b041a03481896a22f708ff12d7224 SHA1 6768a34705f1ced8e546df92565798c629790304 SHA256 48fb2ac0350b95d271bd619b4e3e14437d42bcb3447067f4673843f820baa82a
+MD5 18f8d1b05e2f25f7d2234a75fe3c8823 libpq-7.4.13-r1.ebuild 2649
+RMD160 fffac229f10b041a03481896a22f708ff12d7224 libpq-7.4.13-r1.ebuild 2649
+SHA256 48fb2ac0350b95d271bd619b4e3e14437d42bcb3447067f4673843f820baa82a libpq-7.4.13-r1.ebuild 2649
+EBUILD libpq-8.0.8-r1.ebuild 2637 RMD160 62fb6a0d632a2d4ed03b930714b326a88fdf6769 SHA1 fe8357c7b6f71c4489343a4a9da39e31e948c182 SHA256 e661708398d86e8c8b022284a6943b6d92f670bef8bf8ab86e8c71146f929323
+MD5 eb5a72deb18b51be9915a15e71256c03 libpq-8.0.8-r1.ebuild 2637
+RMD160 62fb6a0d632a2d4ed03b930714b326a88fdf6769 libpq-8.0.8-r1.ebuild 2637
+SHA256 e661708398d86e8c8b022284a6943b6d92f670bef8bf8ab86e8c71146f929323 libpq-8.0.8-r1.ebuild 2637
+EBUILD libpq-8.1.4-r1.ebuild 2647 RMD160 d084df593c14d9a612f046dfb4c14fdf29aac139 SHA1 5da39274137be1c55a9dbdc11e7503b1b502a10e SHA256 6a5db007053b6aa5c735b4d2730fbb8241e5dc7414a613085f09846fb8555512
+MD5 56bd85775de8eed116fa073fad519947 libpq-8.1.4-r1.ebuild 2647
+RMD160 d084df593c14d9a612f046dfb4c14fdf29aac139 libpq-8.1.4-r1.ebuild 2647
+SHA256 6a5db007053b6aa5c735b4d2730fbb8241e5dc7414a613085f09846fb8555512 libpq-8.1.4-r1.ebuild 2647
MISC metadata.xml 164 RMD160 becfe652663bd65719dd11fa6ffb588b3d5b4ecc SHA1 f67b7ac1c5e6e65ef5a19a589d4759c84918f86c SHA256 7e8e8126bc8701c4a42c7dfed8bb755ac6040fe3d0e3f994d888f8b2b4fa7d8b
MD5 6fe52df942ef15801d56449cd8299604 metadata.xml 164
RMD160 becfe652663bd65719dd11fa6ffb588b3d5b4ecc metadata.xml 164
diff --git a/dev-db/libpq/files/libpq-7.3-gentoo.patch b/dev-db/libpq/files/libpq-7.3-gentoo.patch
index 5ad1b79..52ed971 100644
--- a/dev-db/libpq/files/libpq-7.3-gentoo.patch
+++ b/dev-db/libpq/files/libpq-7.3-gentoo.patch
@@ -1,30 +1,34 @@
diff -Nru postgresql-7.3.15.orig/src/bin/pg_config/Makefile postgresql-7.3.15/src/bin/pg_config/Makefile
---- postgresql-7.3.15.orig/src/bin/pg_config/Makefile 2006-09-25 00:48:06.000000000 +0200
-+++ postgresql-7.3.15/src/bin/pg_config/Makefile 2006-09-25 00:51:40.000000000 +0200
+--- postgresql-7.3.15.orig/src/bin/pg_config/Makefile 2006-09-25 18:18:28.000000000 +0200
++++ postgresql-7.3.15/src/bin/pg_config/Makefile 2006-09-25 18:19:18.000000000 +0200
@@ -18,7 +18,7 @@
chmod a+x $@
install: all installdirs
- $(INSTALL_SCRIPT) pg_config $(DESTDIR)$(bindir)/pg_config
-+ $(INSTALL_SCRIPT) pg_config $(DESTDIR)$(bindir)/pg_config-3
++ $(INSTALL_SCRIPT) pg_config $(DESTDIR)$(bindir)/pg_config-7.3
installdirs:
$(mkinstalldirs) $(DESTDIR)$(bindir)
diff -Nru postgresql-7.3.15.orig/src/interfaces/libpq/Makefile postgresql-7.3.15/src/interfaces/libpq/Makefile
---- postgresql-7.3.15.orig/src/interfaces/libpq/Makefile 2006-09-25 00:48:06.000000000 +0200
-+++ postgresql-7.3.15/src/interfaces/libpq/Makefile 2006-09-25 00:48:18.000000000 +0200
-@@ -18,6 +18,8 @@
- SO_MAJOR_VERSION= 3
- SO_MINOR_VERSION= 0
+--- postgresql-7.3.15.orig/src/interfaces/libpq/Makefile 2006-09-25 18:18:28.000000000 +0200
++++ postgresql-7.3.15/src/interfaces/libpq/Makefile 2006-09-25 18:20:40.000000000 +0200
+@@ -15,8 +15,10 @@
-+NAME_STATIC_LIB= pq-$(SO_MAJOR_VERSION)
+ # shared library parameters
+ NAME= pq
+-SO_MAJOR_VERSION= 3
+-SO_MINOR_VERSION= 0
++SO_MAJOR_VERSION= 7
++SO_MINOR_VERSION= 3
+
++NAME_STATIC_LIB= pq-$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
+
override CPPFLAGS := -I$(srcdir) $(CPPFLAGS) -DFRONTEND -DSYSCONFDIR='"$(sysconfdir)"'
- OBJS= fe-auth.o fe-connect.o fe-exec.o fe-misc.o fe-print.o fe-lobj.o \
diff -Nru postgresql-7.3.15.orig/src/Makefile.shlib postgresql-7.3.15/src/Makefile.shlib
---- postgresql-7.3.15.orig/src/Makefile.shlib 2006-09-25 00:48:06.000000000 +0200
-+++ postgresql-7.3.15/src/Makefile.shlib 2006-09-25 00:48:18.000000000 +0200
+--- postgresql-7.3.15.orig/src/Makefile.shlib 2006-09-25 18:18:28.000000000 +0200
++++ postgresql-7.3.15/src/Makefile.shlib 2006-09-25 18:19:18.000000000 +0200
@@ -221,7 +221,7 @@
all-lib: all-static-lib all-shared-lib
@@ -55,14 +59,14 @@ diff -Nru postgresql-7.3.15.orig/src/Makefile.shlib postgresql-7.3.15/src/Makefi
ifeq ($(enable_shared), yes)
install-lib-shared: $(shlib)
diff -Nru postgresql-7.3.15.orig/src/nls-global.mk postgresql-7.3.15/src/nls-global.mk
---- postgresql-7.3.15.orig/src/nls-global.mk 2006-09-25 00:48:06.000000000 +0200
-+++ postgresql-7.3.15/src/nls-global.mk 2006-09-25 00:55:52.000000000 +0200
+--- postgresql-7.3.15.orig/src/nls-global.mk 2006-09-25 18:18:28.000000000 +0200
++++ postgresql-7.3.15/src/nls-global.mk 2006-09-25 18:19:18.000000000 +0200
@@ -67,7 +67,7 @@
install-po: all-po installdirs-po
ifneq (,$(LANGUAGES))
for lang in $(LANGUAGES); do \
- $(INSTALL_DATA) po/$$lang.mo $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(CATALOG_NAME).mo || exit 1; \
-+ $(INSTALL_DATA) po/$$lang.mo $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(CATALOG_NAME)-3.mo || exit 1; \
++ $(INSTALL_DATA) po/$$lang.mo $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(CATALOG_NAME)-7.3.mo || exit 1; \
done
endif
diff --git a/dev-db/libpq/files/libpq-7.4-gentoo.patch b/dev-db/libpq/files/libpq-7.4-gentoo.patch
index e6ffdbd..355535c 100644
--- a/dev-db/libpq/files/libpq-7.4-gentoo.patch
+++ b/dev-db/libpq/files/libpq-7.4-gentoo.patch
@@ -1,39 +1,43 @@
diff -Nru postgresql-7.4.13.orig/src/bin/pg_config/Makefile postgresql-7.4.13/src/bin/pg_config/Makefile
---- postgresql-7.4.13.orig/src/bin/pg_config/Makefile 2006-09-25 01:22:33.000000000 +0200
-+++ postgresql-7.4.13/src/bin/pg_config/Makefile 2006-09-25 01:24:35.000000000 +0200
+--- postgresql-7.4.13.orig/src/bin/pg_config/Makefile 2006-09-25 18:18:14.000000000 +0200
++++ postgresql-7.4.13/src/bin/pg_config/Makefile 2006-09-25 18:20:59.000000000 +0200
@@ -18,7 +18,7 @@
chmod a+x $@
install: all installdirs
- $(INSTALL_SCRIPT) pg_config $(DESTDIR)$(bindir)/pg_config
-+ $(INSTALL_SCRIPT) pg_config $(DESTDIR)$(bindir)/pg_config-3
++ $(INSTALL_SCRIPT) pg_config $(DESTDIR)$(bindir)/pg_config-7.4
installdirs:
$(mkinstalldirs) $(DESTDIR)$(bindir)
diff -Nru postgresql-7.4.13.orig/src/interfaces/libpq/Makefile postgresql-7.4.13/src/interfaces/libpq/Makefile
---- postgresql-7.4.13.orig/src/interfaces/libpq/Makefile 2006-09-25 01:22:33.000000000 +0200
-+++ postgresql-7.4.13/src/interfaces/libpq/Makefile 2006-09-25 01:23:48.000000000 +0200
-@@ -18,6 +18,8 @@
- SO_MAJOR_VERSION= 3
- SO_MINOR_VERSION= 1
+--- postgresql-7.4.13.orig/src/interfaces/libpq/Makefile 2006-09-25 18:18:14.000000000 +0200
++++ postgresql-7.4.13/src/interfaces/libpq/Makefile 2006-09-25 18:21:08.000000000 +0200
+@@ -15,8 +15,10 @@
-+NAME_STATIC_LIB= pq-$(SO_MAJOR_VERSION)
+ # shared library parameters
+ NAME= pq
+-SO_MAJOR_VERSION= 3
+-SO_MINOR_VERSION= 1
++SO_MAJOR_VERSION= 7
++SO_MINOR_VERSION= 4
+
++NAME_STATIC_LIB= pq-$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
+
override CPPFLAGS := -I$(srcdir) $(CPPFLAGS) $(THREAD_CPPFLAGS) -DFRONTEND -DSYSCONFDIR='"$(sysconfdir)"'
- OBJS= fe-auth.o fe-connect.o fe-exec.o fe-misc.o fe-print.o fe-lobj.o \
@@ -66,7 +68,7 @@
$(INSTALL_DATA) $(srcdir)/libpq-fe.h $(DESTDIR)$(includedir)
$(INSTALL_DATA) $(srcdir)/libpq-int.h $(DESTDIR)$(includedir_internal)
$(INSTALL_DATA) $(srcdir)/pqexpbuffer.h $(DESTDIR)$(includedir_internal)
- $(INSTALL_DATA) $(srcdir)/pg_service.conf.sample $(DESTDIR)$(datadir)/pg_service.conf.sample
-+ $(INSTALL_DATA) $(srcdir)/pg_service.conf.sample $(DESTDIR)$(datadir)/pg_service-$(SO_MAJOR_VERSION).conf.sample
++ $(INSTALL_DATA) $(srcdir)/pg_service.conf.sample $(DESTDIR)$(datadir)/pg_service-$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION).conf.sample
installdirs:
$(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir) $(DESTDIR)$(includedir_internal)
diff -Nru postgresql-7.4.13.orig/src/Makefile.shlib postgresql-7.4.13/src/Makefile.shlib
---- postgresql-7.4.13.orig/src/Makefile.shlib 2006-09-25 01:22:33.000000000 +0200
-+++ postgresql-7.4.13/src/Makefile.shlib 2006-09-25 01:23:48.000000000 +0200
+--- postgresql-7.4.13.orig/src/Makefile.shlib 2006-09-25 18:18:14.000000000 +0200
++++ postgresql-7.4.13/src/Makefile.shlib 2006-09-25 18:20:59.000000000 +0200
@@ -229,7 +229,7 @@
all-lib: all-static-lib all-shared-lib
@@ -68,14 +72,14 @@ diff -Nru postgresql-7.4.13.orig/src/Makefile.shlib postgresql-7.4.13/src/Makefi
ifeq ($(enable_shared), yes)
diff -Nru postgresql-7.4.13.orig/src/nls-global.mk postgresql-7.4.13/src/nls-global.mk
---- postgresql-7.4.13.orig/src/nls-global.mk 2006-09-25 01:22:33.000000000 +0200
-+++ postgresql-7.4.13/src/nls-global.mk 2006-09-25 01:24:13.000000000 +0200
+--- postgresql-7.4.13.orig/src/nls-global.mk 2006-09-25 18:18:14.000000000 +0200
++++ postgresql-7.4.13/src/nls-global.mk 2006-09-25 18:20:59.000000000 +0200
@@ -65,7 +65,7 @@
install-po: all-po installdirs-po
ifneq (,$(LANGUAGES))
for lang in $(LANGUAGES); do \
- $(INSTALL_DATA) po/$$lang.mo $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(CATALOG_NAME).mo || exit 1; \
-+ $(INSTALL_DATA) po/$$lang.mo $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(CATALOG_NAME)-3.mo || exit 1; \
++ $(INSTALL_DATA) po/$$lang.mo $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(CATALOG_NAME)-7.4.mo || exit 1; \
done
endif
diff --git a/dev-db/libpq/files/libpq-8.0-gentoo.patch b/dev-db/libpq/files/libpq-8.0-gentoo.patch
index a48ec90..d19fbbe 100644
--- a/dev-db/libpq/files/libpq-8.0-gentoo.patch
+++ b/dev-db/libpq/files/libpq-8.0-gentoo.patch
@@ -1,23 +1,28 @@
diff -Nru postgresql-8.0.8.orig/src/bin/pg_config/Makefile postgresql-8.0.8/src/bin/pg_config/Makefile
---- postgresql-8.0.8.orig/src/bin/pg_config/Makefile 2006-09-25 00:58:33.000000000 +0200
-+++ postgresql-8.0.8/src/bin/pg_config/Makefile 2006-09-25 01:00:54.000000000 +0200
+--- postgresql-8.0.8.orig/src/bin/pg_config/Makefile 2006-09-25 18:18:36.000000000 +0200
++++ postgresql-8.0.8/src/bin/pg_config/Makefile 2006-09-25 18:21:23.000000000 +0200
@@ -23,7 +23,7 @@
$(CC) $(CFLAGS) $(OBJS) $(LDFLAGS) $(LIBS) -o $@$(X)
install: all installdirs
- $(INSTALL_SCRIPT) pg_config$(X) $(DESTDIR)$(bindir)/pg_config$(X)
-+ $(INSTALL_SCRIPT) pg_config$(X) $(DESTDIR)$(bindir)/pg_config-4$(X)
++ $(INSTALL_SCRIPT) pg_config$(X) $(DESTDIR)$(bindir)/pg_config-8.0$(X)
installdirs:
$(mkinstalldirs) $(DESTDIR)$(bindir)
diff -Nru postgresql-8.0.8.orig/src/interfaces/libpq/Makefile postgresql-8.0.8/src/interfaces/libpq/Makefile
---- postgresql-8.0.8.orig/src/interfaces/libpq/Makefile 2006-09-25 00:58:32.000000000 +0200
-+++ postgresql-8.0.8/src/interfaces/libpq/Makefile 2006-09-25 00:59:12.000000000 +0200
-@@ -20,6 +20,8 @@
+--- postgresql-8.0.8.orig/src/interfaces/libpq/Makefile 2006-09-25 18:18:36.000000000 +0200
++++ postgresql-8.0.8/src/interfaces/libpq/Makefile 2006-09-25 18:21:31.000000000 +0200
+@@ -16,10 +16,12 @@
+
+ # shared library parameters
+ NAME= pq
+-SO_MAJOR_VERSION= 4
++SO_MAJOR_VERSION= 8
SO_MINOR_VERSION= 0
DLTYPE= library
-+NAME_STATIC_LIB= pq-$(SO_MAJOR_VERSION)
++NAME_STATIC_LIB= pq-$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
+
override CPPFLAGS := -DFRONTEND -I$(srcdir) $(CPPFLAGS) -I$(top_builddir)/src/port
override CFLAGS += $(PTHREAD_CFLAGS)
@@ -27,13 +32,13 @@ diff -Nru postgresql-8.0.8.orig/src/interfaces/libpq/Makefile postgresql-8.0.8/s
$(INSTALL_DATA) $(srcdir)/libpq-int.h $(DESTDIR)$(includedir_internal)
$(INSTALL_DATA) $(srcdir)/pqexpbuffer.h $(DESTDIR)$(includedir_internal)
- $(INSTALL_DATA) $(srcdir)/pg_service.conf.sample $(DESTDIR)$(datadir)/pg_service.conf.sample
-+ $(INSTALL_DATA) $(srcdir)/pg_service.conf.sample $(DESTDIR)$(datadir)/pg_service-$(SO_MAJOR_VERSION).conf.sample
++ $(INSTALL_DATA) $(srcdir)/pg_service.conf.sample $(DESTDIR)$(datadir)/pg_service-$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION).conf.sample
installdirs:
$(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir) $(DESTDIR)$(includedir_internal)
diff -Nru postgresql-8.0.8.orig/src/Makefile.shlib postgresql-8.0.8/src/Makefile.shlib
---- postgresql-8.0.8.orig/src/Makefile.shlib 2006-09-25 00:58:32.000000000 +0200
-+++ postgresql-8.0.8/src/Makefile.shlib 2006-09-25 00:59:12.000000000 +0200
+--- postgresql-8.0.8.orig/src/Makefile.shlib 2006-09-25 18:18:36.000000000 +0200
++++ postgresql-8.0.8/src/Makefile.shlib 2006-09-25 18:21:23.000000000 +0200
@@ -360,10 +360,10 @@
install-lib: install-lib-static install-lib-shared
@@ -48,14 +53,14 @@ diff -Nru postgresql-8.0.8.orig/src/Makefile.shlib postgresql-8.0.8/src/Makefile
ifeq ($(enable_shared), yes)
diff -Nru postgresql-8.0.8.orig/src/nls-global.mk postgresql-8.0.8/src/nls-global.mk
---- postgresql-8.0.8.orig/src/nls-global.mk 2006-09-25 00:58:33.000000000 +0200
-+++ postgresql-8.0.8/src/nls-global.mk 2006-09-25 00:59:44.000000000 +0200
+--- postgresql-8.0.8.orig/src/nls-global.mk 2006-09-25 18:18:36.000000000 +0200
++++ postgresql-8.0.8/src/nls-global.mk 2006-09-25 18:21:23.000000000 +0200
@@ -65,7 +65,7 @@
install-po: all-po installdirs-po
ifneq (,$(LANGUAGES))
for lang in $(LANGUAGES); do \
- $(INSTALL_DATA) po/$$lang.mo $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(CATALOG_NAME).mo || exit 1; \
-+ $(INSTALL_DATA) po/$$lang.mo $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(CATALOG_NAME)-4.mo || exit 1; \
++ $(INSTALL_DATA) po/$$lang.mo $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(CATALOG_NAME)-8.0.mo || exit 1; \
done
endif
diff --git a/dev-db/libpq/files/libpq-8.1-gentoo.patch b/dev-db/libpq/files/libpq-8.1-gentoo.patch
index f0d14f1..761a4a2 100644
--- a/dev-db/libpq/files/libpq-8.1-gentoo.patch
+++ b/dev-db/libpq/files/libpq-8.1-gentoo.patch
@@ -1,23 +1,28 @@
diff -Nru postgresql-8.1.4.orig/src/bin/pg_config/Makefile postgresql-8.1.4/src/bin/pg_config/Makefile
---- postgresql-8.1.4.orig/src/bin/pg_config/Makefile 2006-09-25 01:22:43.000000000 +0200
-+++ postgresql-8.1.4/src/bin/pg_config/Makefile 2006-09-25 01:27:33.000000000 +0200
+--- postgresql-8.1.4.orig/src/bin/pg_config/Makefile 2006-09-25 18:18:44.000000000 +0200
++++ postgresql-8.1.4/src/bin/pg_config/Makefile 2006-09-25 18:21:49.000000000 +0200
@@ -35,7 +35,7 @@
$(CC) $(CFLAGS) $(OBJS) $(LDFLAGS) $(LIBS) -o $@$(X)
install: all installdirs
- $(INSTALL_SCRIPT) pg_config$(X) $(DESTDIR)$(bindir)/pg_config$(X)
-+ $(INSTALL_SCRIPT) pg_config$(X) $(DESTDIR)$(bindir)/pg_config-4$(X)
++ $(INSTALL_SCRIPT) pg_config$(X) $(DESTDIR)$(bindir)/pg_config-8.1$(X)
installdirs:
$(mkinstalldirs) $(DESTDIR)$(bindir)
diff -Nru postgresql-8.1.4.orig/src/interfaces/libpq/Makefile postgresql-8.1.4/src/interfaces/libpq/Makefile
---- postgresql-8.1.4.orig/src/interfaces/libpq/Makefile 2006-09-25 01:22:43.000000000 +0200
-+++ postgresql-8.1.4/src/interfaces/libpq/Makefile 2006-09-25 01:26:49.000000000 +0200
-@@ -20,6 +20,8 @@
+--- postgresql-8.1.4.orig/src/interfaces/libpq/Makefile 2006-09-25 18:18:44.000000000 +0200
++++ postgresql-8.1.4/src/interfaces/libpq/Makefile 2006-09-25 18:21:57.000000000 +0200
+@@ -16,10 +16,12 @@
+
+ # shared library parameters
+ NAME= pq
+-SO_MAJOR_VERSION= 4
++SO_MAJOR_VERSION= 8
SO_MINOR_VERSION= 1
DLTYPE= library
-+NAME_STATIC_LIB= pq-$(SO_MAJOR_VERSION)
++NAME_STATIC_LIB= pq-$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
+
override CPPFLAGS := -DFRONTEND -I$(srcdir) $(CPPFLAGS) -I$(top_builddir)/src/port
ifneq ($(PORTNAME), win32)
@@ -27,13 +32,13 @@ diff -Nru postgresql-8.1.4.orig/src/interfaces/libpq/Makefile postgresql-8.1.4/s
$(INSTALL_DATA) $(srcdir)/libpq-int.h $(DESTDIR)$(includedir_internal)
$(INSTALL_DATA) $(srcdir)/pqexpbuffer.h $(DESTDIR)$(includedir_internal)
- $(INSTALL_DATA) $(srcdir)/pg_service.conf.sample $(DESTDIR)$(datadir)/pg_service.conf.sample
-+ $(INSTALL_DATA) $(srcdir)/pg_service.conf.sample $(DESTDIR)$(datadir)/pg_service-$(SO_MAJOR_VERSION).conf.sample
++ $(INSTALL_DATA) $(srcdir)/pg_service.conf.sample $(DESTDIR)$(datadir)/pg_service-$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION).conf.sample
installdirs:
$(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir) $(DESTDIR)$(includedir_internal)
diff -Nru postgresql-8.1.4.orig/src/Makefile.shlib postgresql-8.1.4/src/Makefile.shlib
---- postgresql-8.1.4.orig/src/Makefile.shlib 2006-09-25 01:22:43.000000000 +0200
-+++ postgresql-8.1.4/src/Makefile.shlib 2006-09-25 01:26:49.000000000 +0200
+--- postgresql-8.1.4.orig/src/Makefile.shlib 2006-09-25 18:18:44.000000000 +0200
++++ postgresql-8.1.4/src/Makefile.shlib 2006-09-25 18:21:49.000000000 +0200
@@ -366,10 +366,10 @@
install-lib: install-lib-static install-lib-shared
@@ -48,14 +53,14 @@ diff -Nru postgresql-8.1.4.orig/src/Makefile.shlib postgresql-8.1.4/src/Makefile
ifeq ($(enable_shared), yes)
diff -Nru postgresql-8.1.4.orig/src/nls-global.mk postgresql-8.1.4/src/nls-global.mk
---- postgresql-8.1.4.orig/src/nls-global.mk 2006-09-25 01:22:43.000000000 +0200
-+++ postgresql-8.1.4/src/nls-global.mk 2006-09-25 01:27:17.000000000 +0200
+--- postgresql-8.1.4.orig/src/nls-global.mk 2006-09-25 18:18:44.000000000 +0200
++++ postgresql-8.1.4/src/nls-global.mk 2006-09-25 18:21:49.000000000 +0200
@@ -65,7 +65,7 @@
install-po: all-po installdirs-po
ifneq (,$(LANGUAGES))
for lang in $(LANGUAGES); do \
- $(INSTALL_DATA) po/$$lang.mo $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(CATALOG_NAME).mo || exit 1; \
-+ $(INSTALL_DATA) po/$$lang.mo $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(CATALOG_NAME)-4.mo || exit 1; \
++ $(INSTALL_DATA) po/$$lang.mo $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(CATALOG_NAME)-8.1.mo || exit 1; \
done
endif
diff --git a/dev-db/libpq/libpq-7.3.15-r1.ebuild b/dev-db/libpq/libpq-7.3.15-r1.ebuild
index 99b9772..2e7bcb2 100644
--- a/dev-db/libpq/libpq-7.3.15-r1.ebuild
+++ b/dev-db/libpq/libpq-7.3.15-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.postgresql.org/"
SRC_URI="mirror://postgresql/source/v${PV}/postgresql-base-${PV}.tar.bz2
mirror://postgresql/source/v${PV}/postgresql-opt-${PV}.tar.bz2"
LICENSE="POSTGRESQL"
-SLOT="3"
+SLOT="7.3"
IUSE="kerberos nls pam pg-intdatetime readline ssl threads zlib"
RDEPEND="kerberos? ( virtual/krb5 )
@@ -93,27 +93,6 @@ src_install() {
dodoc README HISTORY
rm -f "${D}/usr/$(get_libdir)/libpq.so"
-
-# SLOTing totally breaks if you do the symlinks in the ebuild, wtf did this??? :S
-# dosym libpq-${SLOT}.a /usr/$(get_libdir)/libpq.a
-
-# for f in "${D}"/usr/include/postgresql/libpq-${SLOT}/*.h ; do
-# dosym postgresql/libpq-${SLOT}/$(basename ${f}) /usr/include/
-# done
-
-# dodir /usr/include/libpq
-# for f in "${D}"/usr/include/postgresql/libpq-${SLOT}/libpq/*.h ; do
-# dosym ../postgresql/libpq-${SLOT}/libpq/$(basename ${f}) /usr/include/libpq/
-# done
-
-# cd "${D}/usr/include/postgresql/libpq-${SLOT}"
-# for f in $(find * -name '*.h' -print) ; do
-# destdir=$(dirname ${f})
-# if [[ ! -d "${D}/usr/include/postgresql/${destdir}" ]] ; then
-# dodir "/usr/include/postgresql/${destdir}"
-# fi
-# dosym /usr/include/postgresql/libpq-${SLOT}/${f} "/usr/include/postgresql/${destdir}/"
-# done
}
src_test() {
diff --git a/dev-db/libpq/libpq-7.4.13-r1.ebuild b/dev-db/libpq/libpq-7.4.13-r1.ebuild
index 99b9772..66e14bb 100644
--- a/dev-db/libpq/libpq-7.4.13-r1.ebuild
+++ b/dev-db/libpq/libpq-7.4.13-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.postgresql.org/"
SRC_URI="mirror://postgresql/source/v${PV}/postgresql-base-${PV}.tar.bz2
mirror://postgresql/source/v${PV}/postgresql-opt-${PV}.tar.bz2"
LICENSE="POSTGRESQL"
-SLOT="3"
+SLOT="7.4"
IUSE="kerberos nls pam pg-intdatetime readline ssl threads zlib"
RDEPEND="kerberos? ( virtual/krb5 )
@@ -93,27 +93,6 @@ src_install() {
dodoc README HISTORY
rm -f "${D}/usr/$(get_libdir)/libpq.so"
-
-# SLOTing totally breaks if you do the symlinks in the ebuild, wtf did this??? :S
-# dosym libpq-${SLOT}.a /usr/$(get_libdir)/libpq.a
-
-# for f in "${D}"/usr/include/postgresql/libpq-${SLOT}/*.h ; do
-# dosym postgresql/libpq-${SLOT}/$(basename ${f}) /usr/include/
-# done
-
-# dodir /usr/include/libpq
-# for f in "${D}"/usr/include/postgresql/libpq-${SLOT}/libpq/*.h ; do
-# dosym ../postgresql/libpq-${SLOT}/libpq/$(basename ${f}) /usr/include/libpq/
-# done
-
-# cd "${D}/usr/include/postgresql/libpq-${SLOT}"
-# for f in $(find * -name '*.h' -print) ; do
-# destdir=$(dirname ${f})
-# if [[ ! -d "${D}/usr/include/postgresql/${destdir}" ]] ; then
-# dodir "/usr/include/postgresql/${destdir}"
-# fi
-# dosym /usr/include/postgresql/libpq-${SLOT}/${f} "/usr/include/postgresql/${destdir}/"
-# done
}
src_test() {
diff --git a/dev-db/libpq/libpq-8.0.8-r1.ebuild b/dev-db/libpq/libpq-8.0.8-r1.ebuild
index 7597b3f..3feb210 100644
--- a/dev-db/libpq/libpq-8.0.8-r1.ebuild
+++ b/dev-db/libpq/libpq-8.0.8-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.postgresql.org/"
SRC_URI="mirror://postgresql/source/v${PV}/postgresql-base-${PV}.tar.bz2
mirror://postgresql/source/v${PV}/postgresql-opt-${PV}.tar.bz2"
LICENSE="POSTGRESQL"
-SLOT="4"
+SLOT="8.0"
IUSE="kerberos nls pam pg-intdatetime readline ssl threads zlib"
RDEPEND="kerberos? ( virtual/krb5 )
@@ -93,27 +93,6 @@ src_install() {
dodoc README HISTORY
rm -f "${D}/usr/$(get_libdir)/libpq.so"
-
-# SLOTing totally breaks if you do the symlinks in the ebuild, wtf did this??? :S
-# dosym libpq-${SLOT}.a /usr/$(get_libdir)/libpq.a
-
-# for f in "${D}"/usr/include/postgresql/libpq-${SLOT}/*.h ; do
-# dosym postgresql/libpq-${SLOT}/$(basename ${f}) /usr/include/
-# done
-
-# dodir /usr/include/libpq
-# for f in "${D}"/usr/include/postgresql/libpq-${SLOT}/libpq/*.h ; do
-# dosym ../postgresql/libpq-${SLOT}/libpq/$(basename ${f}) /usr/include/libpq/
-# done
-
-# cd "${D}/usr/include/postgresql/libpq-${SLOT}"
-# for f in $(find * -name '*.h' -print) ; do
-# destdir=$(dirname ${f})
-# if [[ ! -d "${D}/usr/include/postgresql/${destdir}" ]] ; then
-# dodir "/usr/include/postgresql/${destdir}"
-# fi
-# dosym /usr/include/postgresql/libpq-${SLOT}/${f} "/usr/include/postgresql/${destdir}/"
-# done
}
src_test() {
diff --git a/dev-db/libpq/libpq-8.1.4-r1.ebuild b/dev-db/libpq/libpq-8.1.4-r1.ebuild
index 074d2ff..21c7fde 100644
--- a/dev-db/libpq/libpq-8.1.4-r1.ebuild
+++ b/dev-db/libpq/libpq-8.1.4-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.postgresql.org/"
SRC_URI="mirror://postgresql/source/v${PV}/postgresql-base-${PV}.tar.bz2
mirror://postgresql/source/v${PV}/postgresql-opt-${PV}.tar.bz2"
LICENSE="POSTGRESQL"
-SLOT="4"
+SLOT="8.1"
IUSE="kerberos nls pam pg-intdatetime readline ssl threads zlib"
RDEPEND="kerberos? ( virtual/krb5 )
@@ -93,27 +93,6 @@ src_install() {
dodoc README HISTORY
rm -f "${D}/usr/$(get_libdir)/libpq.so"
-
-# SLOTing totally breaks if you do the symlinks in the ebuild, wtf did this??? :S
-# dosym libpq-${SLOT}.a /usr/$(get_libdir)/libpq.a
-
-# for f in "${D}"/usr/include/postgresql/libpq-${SLOT}/*.h ; do
-# dosym postgresql/libpq-${SLOT}/$(basename ${f}) /usr/include/
-# done
-
-# dodir /usr/include/libpq
-# for f in "${D}"/usr/include/postgresql/libpq-${SLOT}/libpq/*.h ; do
-# dosym ../postgresql/libpq-${SLOT}/libpq/$(basename ${f}) /usr/include/libpq/
-# done
-
-# cd "${D}/usr/include/postgresql/libpq-${SLOT}"
-# for f in $(find * -name '*.h' -print) ; do
-# destdir=$(dirname ${f})
-# if [[ ! -d "${D}/usr/include/postgresql/${destdir}" ]] ; then
-# dodir "/usr/include/postgresql/${destdir}"
-# fi
-# dosym /usr/include/postgresql/libpq-${SLOT}/${f} "/usr/include/postgresql/${destdir}/"
-# done
}
src_test() {