summaryrefslogtreecommitdiff
path: root/dev-db
Commit message (Collapse)AuthorAgeFilesLines
* dev-db/postgresql-server: slot-files should be kept in ↵Tiziano Müller2008-04-108-25/+38
| | | | | | /etc/eselect/postgresql/slots as from now. Added workaround for paludis for /var/run/postgresql/.keep collision. svn path=/experimental/; revision=361
* dev-db/postgresql-base: slot-files should be kept in ↵Tiziano Müller2008-04-108-19/+25
| | | | | | /etc/eselect/postgresql/slots as from now. svn path=/experimental/; revision=360
* dev-db/postgresql-base: Added patch to relax strict permission check on ssl ↵Tiziano Müller2008-04-077-9/+34
| | | | | | key files (bug #210938). svn path=/experimental/; revision=358
* Re-added keywords ~alpha ~hppa ~ia64 ~ppc64 ~sparc (since ossp-uuid has been ↵Tiziano Müller2008-04-073-3/+8
| | | | | | keyworded). svn path=/experimental/; revision=357
* dev-db/postgresql-server: Removed pkg_setup check whether there's an older ↵Tiziano Müller2008-04-078-157/+169
| | | | | | database cluster installed because it's pointless now that we have slotting available. Added some more einfo/ewarns to inform the user how to change the database cluster location. svn path=/experimental/; revision=356
* dev-db/postgresql-server: Removed old digest files. Refactored pkg_config: ↵Tiziano Müller2008-04-0726-496/+734
| | | | | | It now asks the user to continue and the tests are much saner. Changed the default sockets directory from /tmp to /var/run/postgresql and added warning for it. svn path=/experimental/; revision=355
* dev-db/postgresql-base: Standard location for unix domain socket changed to ↵Tiziano Müller2008-04-078-7/+91
| | | | | | /var/run/postgresql svn path=/experimental/; revision=354
* dev-db/postgresql-base: Added --with-thread-safety-force when building with ↵Tiziano Müller2008-03-306-15/+61
| | | | | | threading-support to skip the thread-safety-tests which randomly segfaults within the sandbox (guessing that the case that someone has a strange system which reports pthread-availability but in reality it isn't available is much less common than that someone hits the mentioned bug). Added the option to use libedit instead of readline for postgresql >=8.2. svn path=/experimental/; revision=353
* dev-db/postgresql-server: Changed init.d/conf.d scripts to wait until the ↵Tiziano Müller2008-03-3014-112/+243
| | | | | | server started up/shut down completely. WAIT_FOR_{DISCONNET,CLEANUP,QUIT} should now work independently of the baselayout-version. svn path=/experimental/; revision=352
* dev-db/postgresql-server: Added uuid USE-flag, dependency and modified ↵Tiziano Müller2008-03-294-6/+25
| | | | | | patch. Had to drop all keywords besides ~amd64 and ~x86. svn path=/experimental/; revision=351
* dev-db/postgresql-server: Will now use system's zoneinfo. Added $(use_with ↵Tiziano Müller2008-03-273-2/+8
| | | | | | xml libxslt). svn path=/experimental/; revision=348
* dev-db/postgresql-base: Added $(use_with kerberos gssapi)Tiziano Müller2008-03-273-2/+7
| | | | svn path=/experimental/; revision=347
* dev-db/postgresql-base: Changed deps again to allow libpq-99.99.99Tiziano Müller2008-03-198-13/+19
| | | | svn path=/experimental/; revision=346
* Removed postgresql-{libs,client}Tiziano Müller2008-03-1958-4113/+0
| | | | svn path=/experimental/; revision=345
* dev-db/pgadmin3: Changed dependencies to match new split.Tiziano Müller2008-03-194-32/+12
| | | | svn path=/experimental/; revision=339
* dev-db/psqlodbc: Changed dependencies to match new split.Tiziano Müller2008-03-193-17/+9
| | | | svn path=/experimental/; revision=338
* dev-db/postgresql: Version bump. Changed dependencies to match new split.Tiziano Müller2008-03-198-68/+55
| | | | svn path=/experimental/; revision=337
* dev-db/postgresql-server: Version bump.Tiziano Müller2008-03-194-5/+10
| | | | svn path=/experimental/; revision=334
* dev-db/postgresql-base: Version bump.Tiziano Müller2008-03-194-5/+10
| | | | svn path=/experimental/; revision=333
* dev-db/libpq: Make it depend on postgresql-baseTiziano Müller2008-03-193-20/+16
| | | | svn path=/experimental/; revision=332
* dev-db/postgresql-docs: Version bump.Tiziano Müller2008-03-194-6/+11
| | | | svn path=/experimental/; revision=331
* dev-db/postgresql-base: Fixed the names of the env.d-files. Fixed ↵Tiziano Müller2008-03-1510-128/+35
| | | | | | postgresql-7.4-base by really using the -base.patch now instead of -libs.patch which made the tests for postgresql-7.4-server fail. svn path=/experimental/; revision=330
* dev-db/postgresql-server: Fixed the patch for 7.4 (accidentally removed ↵Tiziano Müller2008-03-159-72/+76
| | | | | | pgtcl-support even if specified. Removed the 'test' USE flag. Removed stalled gnuconfig inheritance. Added -lpq to the LIBS list for 7.4 since it doesn't build otherwise. svn path=/experimental/; revision=329
* dev-db/postgresql-server: Removed oid2name since installed by postgresql-base.Tiziano Müller2008-03-114-5/+17
| | | | svn path=/experimental/; revision=328
* dev-db/postgresql-server: Disabled horology test since it's too unreliable.Tiziano Müller2008-03-103-2/+10
| | | | svn path=/experimental/; revision=327
* dev-db/postgresql-base: Removed initlocation manpage and pg_id.Tiziano Müller2008-03-106-13/+17
| | | | svn path=/experimental/; revision=326
* dev-db/postgresql-server: Removed unused sed.Tiziano Müller2008-03-103-5/+6
| | | | svn path=/experimental/; revision=325
* dev-db/postgresql-base: Fixed the patch.Tiziano Müller2008-03-103-5/+10
| | | | svn path=/experimental/; revision=324
* dev-db/postgresql-server: A lot of /usr/lib -> /usr/ fixes. Removed chown ↵Tiziano Müller2008-03-1014-122/+124
| | | | | | and 'su -' lines from the patches since it makes tests fail when using paludis and a sane workaround is not possible atm. svn path=/experimental/; revision=323
* dev-db/postgresql-server: Changed some more dependencies on postgresql-libs ↵Tiziano Müller2008-03-106-10/+15
| | | | | | to postgresql-base svn path=/experimental/; revision=322
* dev-db/postgresql-server: Changed dependency in 7.3 for new postgresql-base ↵Tiziano Müller2008-03-109-22/+29
| | | | | | package. Added metadata.xml. svn path=/experimental/; revision=321
* dev-db/postgresql-base: Added metadata.xmlTiziano Müller2008-03-103-1/+10
| | | | svn path=/experimental/; revision=320
* dev-db/postgresql-base: Added 7.3.21. Changed descriptions.Tiziano Müller2008-03-1010-11/+334
| | | | svn path=/experimental/; revision=319
* dev-db/postgresql-base: Added blockers for various packages. Removed docs ↵Tiziano Müller2008-03-077-118/+33
| | | | | | installation again (will be done in dev-db/postgresql-docs). svn path=/experimental/; revision=318
* dev-db/postgresql-docs: Version bump.Tiziano Müller2008-03-073-41/+14
| | | | svn path=/experimental/; revision=313
* dev-db/postgresql-server: Version bump to final 8.3.0. Changed dependencies ↵Tiziano Müller2008-03-078-192/+70
| | | | | | to match postgresql-base (will likely break people's update scripts since we now block libpq. Transition will be: 1.put virtual/postgresql-{server,base} in the tree and let them depend on ||(dev-db/libpq dev-db/postgresql-libs) (respective dev-db/postgresql and postgresql-server), 2. change all ebuilds in the tree to depend on virtual/..., 3. people only have to unmerge libpq and postgresql and merge dev-db/postgresql-{base,server} with _no_ revdep-rebuild run needed. svn path=/experimental/; revision=312
* dev-db/postgresql-base: Added blockers for all kinds of postgresql-ebuilds ↵Tiziano Müller2008-03-057-43/+84
| | | | | | (in-tree and overlay). svn path=/experimental/; revision=311
* dev-db/postgresql-base: Added patches and ebuilds for 7.4, 8.0, 8.1 and 8.2. ↵Tiziano Müller2008-03-0220-51/+1704
| | | | | | Still untested though. svn path=/experimental/; revision=310
* dev-db/postgresql-base: Initial commit.Tiziano Müller2008-01-246-0/+395
| | | | svn path=/experimental/; revision=307
* dev-db/postgresql*: bump 8.3* to 8.3_rc1heracles2008-01-1123-166/+191
| | | | svn path=/experimental/; revision=306
* dev-db/postgresql*: bump 8.2* to 8.2.6heracles2008-01-1134-339/+436
| | | | svn path=/experimental/; revision=305
* dev-db/postgresql*: bump 8.1* to 8.1.11heracles2008-01-1132-357/+434
| | | | svn path=/experimental/; revision=304
* dev-db/postgresql*: bump 8.0* to 8.0.15heracles2008-01-1132-360/+437
| | | | svn path=/experimental/; revision=303
* dev-db/postgresql*: bump 7.4* to 7.4.19heracles2008-01-1122-97/+104
| | | | svn path=/experimental/; revision=302
* dev-db/postgresql*: bump 7.3* to 7.3.21heracles2008-01-1122-100/+107
| | | | svn path=/experimental/; revision=301
* dev-db/postgresql-{libs,client,server,docs}-8.3: bump to _beta2heracles2007-11-0618-74/+91
| | | | svn path=/experimental/; revision=300
* dev-db/postgresql-server: properly enable xml supportheracles2007-11-042-4/+5
| | | | svn path=/experimental/; revision=299
* dev-db/postgresql-client-8.3_beta1: remove contrib/oid2name, which goes to ↵heracles2007-10-102-7/+7
| | | | | | the server package. svn path=/experimental/; revision=297
* dev-db/postgresql-docs-8.3_beta1heracles2007-10-093-0/+48
| | | | svn path=/experimental/; revision=295
* dev-db/postgresql-server-8.3_beta1: first cut on 8.3bet1heracles2007-10-098-12/+613
| | | | | | | | | | | WIP: emerge with test feature on fails saying invalid binary "/var/tmp/portage/dev-db/postgresql-server-8.3_beta1/work/postgresql-8.3beta1/src/test/regress/pg_regress" which is somewhat weird, because `ebuild postgres-server-8.3_beta1.ebuild test` works fine. I'll look into it later. svn path=/experimental/; revision=294