Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] Which ebuild uses POSTGRES_TARGETS?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
nagmat84
Apprentice
Apprentice


Joined: 27 Mar 2007
Posts: 241

PostPosted: Sat May 18, 2024 9:29 am    Post subject: [SOLVED] Which ebuild uses POSTGRES_TARGETS? Reply with quote

I audited emerge --info and I came across the use expand variable POSTGRES_TARGETS which I haven't been aware of. It caught my eye, because my system exclusively uses PostgreSQL 16, but that variable was set to POSTGRES_TARGETS="postgres15". The variable seems to be defined in /var/db/repos/gentoo/profiles/base/make.defaults, but as far as I can tell there is no ebuild nor anything else which actually uses it. Am I right? Did I miss something?

I don't mind to leave that variable alone and ignore it, if it actually has no purposeful meaning. It only surprised me to find that variable.


Last edited by nagmat84 on Sat May 18, 2024 10:22 am; edited 1 time in total
Back to top
View user's profile Send private message
Josef.95
Advocate
Advocate


Joined: 03 Sep 2007
Posts: 4629
Location: Germany

PostPosted: Sat May 18, 2024 9:56 am    Post subject: Reply with quote

I found this:
Code:
$ eix -cU postgres_targets_postgres*
[N] dev-db/citus ((~)12.1.3): Open-source postgresql extension for clustering/multi-node setups
[N] dev-db/pglogical ((~)2.4.4): Logical replication for PostgreSQL
[N] dev-db/pgmodeler ((~)0.9.4): PostgreSQL Database Modeler
[N] dev-db/pgpool2 ((~)4.4.5): Connection pool server for PostgreSQL
[N] dev-db/pgrouting (3.6.1): pgRouting extends PostGIS and PostgreSQL with geospatial routing functionality
[N] dev-db/pgtap (1.3.1): Unit testing for PostgreSQL
[N] dev-db/plr ((~)8.4.6): R language extension for postgresql database
[N] dev-db/postgis ((~)3.4.1): Geographic Objects for PostgreSQL
[N] dev-db/slony1 (2.2.10-r1): A replication system for the PostgreSQL Database Management System
[N] dev-db/timescaledb ((~)2.15.0): Open-source time-series SQL database
[N] dev-python/pygresql (6.0.1): A Python interface for the PostgreSQL database
[N] www-servers/uwsgi (2.0.23): uWSGI server for Python web applications
Found 12 matches
Code:
$ eix dev-db/citus
* dev-db/citus
     Available versions:  (~)11.3.1^t (~)12.0.1^t (~)12.1.2^t (~)12.1.3^t {POSTGRES_TARGETS="postgres13 postgres14 postgres15 postgres16"}
     Homepage:            https://www.citusdata.com/
     Description:         Open-source postgresql extension for clustering/multi-node setups
Back to top
View user's profile Send private message
nagmat84
Apprentice
Apprentice


Joined: 27 Mar 2007
Posts: 241

PostPosted: Sat May 18, 2024 10:22 am    Post subject: Reply with quote

Sorry, my fault. I run equery hasuse, but forgot to include the "-p" flag. Hence, I only analyzed installed packages.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum