summaryrefslogtreecommitdiff
path: root/eclass/postgres-multi.eclass
AgeCommit message (Collapse)Author
2021-09-04postgres-multi.eclass: Set @PROVIDESMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2021-03-31postgres-multi.eclass: mark POSTGRES_COMPAT as @PRE_INHERITSam James
Signed-off-by: Sam James <sam@gentoo.org>
2021-03-31postgres-multi.eclass: fix @AUTHOR tagSam James
Signed-off-by: Sam James <sam@gentoo.org>
2020-12-28eclass: [QA] Revert multiple meaningless doc changesMichał Górny
Revert multiple meaningless eclass documentation changes, notably adding a lot of placeholders and documenting implementation details. These changes were aimed at silencing (valid) documentation warnings without actually providing valuable documentation to the end users. While some of these changes were beneficial, it would take a lot of effort to review them all and the author is unwilling to fix his mistakes. Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-12-15eclass/postgres-multi: fixup documentationAaron Bauman
Signed-off-by: Aaron Bauman <bman@gentoo.org>
2020-02-18eclass/postgres{,-multi}.eclass: Note EAPI7 supportAaron W. Swenson
Forgot comment noting EAPI7 support Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
2020-02-18eclass/postgres{,multi}.eclass: Allow EAPI7Aaron W. Swenson
Minor change to allow EAPI7. Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
2018-08-15postgres-multi.eclass: add @SUPPORTED_EAPISMichał Górny
2017-09-05postgres{,-multi}.eclass: Improvements and bug fixAaron W. Swenson
Improve documentation comments to eliminate warnings and make the resulting man pages look better. Use a simple sort instead of the external sort program because calling external commands during metadata regen is forbidden by PMS and breaks new secure cache regen. Gentoo-Bug: 629226
2017-07-11postgres{,-multi}.eclass: More Documentation FixesAaron W. Swenson
Fix a few keyword typos and adhere to the doc standard. Bugs: 624502
2017-07-10postgress{,-multi}.eclass: Fix @ECLASS lineAaron W. Swenson
Append “.eclass” to @ECLASS line to fix bug 624502. Bugs: 624502
2017-07-09Initial commit postgres{,-multi}.eclassAaron W. Swenson
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.