diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2017-07-09 21:55:17 -0400 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2017-07-09 22:03:55 -0400 |
commit | 9d03d59175075c4acac3be7e5ba5a7ded1abf17a (patch) | |
tree | 506bc6ea96dd46a5192bd0c75b3dcd5c3c40c1c9 /profiles/desc/postgres_targets.desc | |
parent | dev-ros/test_bond: add missing test dep, bug #623306 (diff) | |
download | gentoo-9d03d59175075c4acac3be7e5ba5a7ded1abf17a.tar.gz gentoo-9d03d59175075c4acac3be7e5ba5a7ded1abf17a.tar.bz2 gentoo-9d03d59175075c4acac3be7e5ba5a7ded1abf17a.zip |
Initial commit postgres{,-multi}.eclass
postgres.eclass provides convenience functions that are commonly
performed in most packages that require PostgreSQL.
postgres-multi.eclass enables packages to build against all selected
PostgreSQL slots.
Added POSTGRES_TARGETS as a new USE_EXPAND variable to select which
slots are depended upon and built against.
Diffstat (limited to 'profiles/desc/postgres_targets.desc')
-rw-r--r-- | profiles/desc/postgres_targets.desc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/profiles/desc/postgres_targets.desc b/profiles/desc/postgres_targets.desc new file mode 100644 index 000000000000..284f4bc00929 --- /dev/null +++ b/profiles/desc/postgres_targets.desc @@ -0,0 +1,12 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# This file contains descriptions of POSTGRES_TARGETS USE_EXPAND flags. + +postgres9_2 - Build against PostgreSQL 9.2 +postgres9_3 - Build against PostgreSQL 9.3 +postgres9_4 - Build against PostgreSQL 9.4 +postgres9_5 - Build against PostgreSQL 9.5 +postgres9_6 - Build against PostgreSQL 9.6 +postgres10 - Build against PostgreSQL 10 +postgres11 - Build against PostgreSQL 11 |