summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-db/libpq: Make it depend on postgresql-baseTiziano Müller2008-03-193-20/+16
| | | | svn path=/experimental/; revision=332
* added threads use-flag to libpq ebuildheracles2007-02-162-5/+17
| | | | svn path=/experimental/; revision=201
* dev-db/{libpq,postgresql-libs}: added a temporary libpq ebuild to befriend ↵heracles2007-02-113-0/+37
| | | | | | provideless paludis svn path=/experimental/; revision=199
* Squashed commit of the master branchheracles2007-01-2114-757/+0
| | | | svn path=/experimental/; revision=169
* We don't need this here too...CHTEKK2006-11-049-52/+32
| | | | svn path=/experimental/; revision=134
* Change patches to use a variable instead of a fixed name.CHTEKK2006-09-255-20/+20
| | | | svn path=/experimental/; revision=107
* libpq is now correctly slotted, ldconfig still does it's thing, so I'll work ↵CHTEKK2006-09-255-36/+16
| | | | | | around that in external scripts. svn path=/experimental/; revision=106
* ldconfig, that bi*ch! need to remove the symlinks manually too to ensure ↵CHTEKK2006-09-255-16/+36
| | | | | | they aren't there after a merge. svn path=/experimental/; revision=105
* Remove major-version lib symlink.CHTEKK2006-09-255-16/+20
| | | | svn path=/experimental/; revision=104
* 7.3 has no threads support.CHTEKK2006-09-252-6/+5
| | | | svn path=/experimental/; revision=103
* SLOTable libpq, to the extreme: 7.3, 7.4, 8.0 and 8.1 are all separate SLOTs.CHTEKK2006-09-2510-541/+111
| | | | svn path=/experimental/; revision=102
* Fix libpq slotting, now works with 7.3/7.4 --> SLOT 3 and 8.0/8.1 --> SLOT 4.CHTEKK2006-09-249-112/+192
| | | | | | | | Emerges fine and passes collision-protect tests. Also fixes a bug in the 7.X header install (wrong command was used). WARNING: DO NOT USE, IT WILL BREAK ALL YOUR LINKING, TOTALLY! (for now at least :P) svn path=/experimental/; revision=101
* Fix SLOT definitions.CHTEKK2006-09-243-10/+10
| | | | svn path=/experimental/; revision=100
* New libpq ebuilds and patches. examples removed (add overhead, ulterior ↵CHTEKK2006-09-2411-97/+448
| | | | | | | | | problems with slotting... maybe later). FBSD keyword readded. ATTENTION: SLOTing of PostgreSQL seems totally broken... The thing generates the same files in different slots, collision-protect explodes, duh! Will fix it, so stay tuned. svn path=/experimental/; revision=99
* Fix tests in libpq: there are no tests to be done! :)CHTEKK2006-09-243-8/+16
| | | | svn path=/experimental/; revision=97
* libpq-8.0.8-r1, updated patches and fixed quotation bug.CHTEKK2006-09-245-10/+206
| | | | svn path=/experimental/; revision=96
* dev-db/libpq: Love spaces!CHTEKK2006-08-013-11/+14
| | | | svn path=/experimental/; revision=62
* dev-db/libpq: examples USE-flag addedTiziano Müller2006-07-314-13/+35
| | | | svn path=/experimental/; revision=59
* dev-db/libpq: Fix PV sobstitution.CHTEKK2006-07-303-9/+12
| | | | svn path=/experimental/; revision=45
* dev-db/libpq: See if PPC works without those.CHTEKK2006-07-263-9/+12
| | | | svn path=/experimental/; revision=32
* dev-db/libpq: Fix PAM dep.CHTEKK2006-07-263-9/+12
| | | | svn path=/experimental/; revision=26
* dev-db/libpq: Fix tabs, always use 4 space tabs and never spaces themselves. ↵CHTEKK2006-07-263-39/+43
| | | | | | Delete doc USE flag, not needed. Delete libpq dependency. svn path=/experimental/; revision=25
* dev-db/libpq: USE-flag handling and dependencies updated, some cosmetic ↵Tiziano Müller2006-07-264-53/+51
| | | | | | clean-ups svn path=/experimental/; revision=24
* dev-db/libpq: Update TODOs, update patch.CHTEKK2006-07-244-17/+19
| | | | svn path=/experimental/; revision=17
* dev-db/libpq: Update to use FILES_VER variable, add missing cd "${S}"CHTEKK2006-07-243-9/+17
| | | | svn path=/experimental/; revision=15
* dev-db/libpq: FIXED TODO: it indeed is not parallelizable, so -j1 is still ↵CHTEKK2006-07-243-13/+14
| | | | | | passed, but now directly to emake. svn path=/experimental/; revision=12
* Fix typo in Changelog.CHTEKK2006-07-242-6/+6
| | | | svn path=/experimental/; revision=11
* dev-db/libpq: Minor cleanup: fix KEYWORDS, update DESCRIPTION, order USE ↵CHTEKK2006-07-244-51/+57
| | | | | | 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 wont be expanded if you do), added some TODO items. svn path=/experimental/; revision=10
* dev-db/libpq: General ebuild cleanupTiziano Müller2006-07-236-0/+516
Installs now pg_config svn path=/experimental/; revision=8