diff options
Diffstat (limited to 'dev-db/libpg_query/metadata.xml')
| -rw-r--r-- | dev-db/libpg_query/metadata.xml | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/dev-db/libpg_query/metadata.xml b/dev-db/libpg_query/metadata.xml index 29b1de71e78c..8e2177fbb59e 100644 --- a/dev-db/libpg_query/metadata.xml +++ b/dev-db/libpg_query/metadata.xml @@ -1,11 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <email>julien@jroy.ca</email> - <name>Julien Roy</name> - </maintainer> - <longdescription> + <maintainer type="person"> + <name>Julien Roy</name> + <email>julien@jroy.ca</email> + </maintainer> + <longdescription> C library for accessing the PostgreSQL parser outside of the server. This library uses the actual PostgreSQL server source to parse SQL queries and return the internal PostgreSQL parse tree. @@ -14,12 +14,12 @@ Note that this is mostly intended as a base library for pg_query (Ruby), pg_quer You can find further background to why a query's parse tree is useful here: https://pganalyze.com/blog/parse-postgresql-queries-in-ruby.html </longdescription> - <upstream> - <changelog>https://github.com/pganalyze/libpg_query/releases</changelog> - <bugs-to>https://github.com/pganalyze/libpg_query/issues</bugs-to> - </upstream> - <origin>liguros-repo</origin> - <slots> - <subslots>dev-db/postgresql target version</subslots> - </slots> -</pkgmetadata>
\ No newline at end of file + <upstream> + <bugs-to>https://github.com/pganalyze/libpg_query/issues</bugs-to> + <changelog>https://github.com/pganalyze/libpg_query/releases</changelog> + <remote-id type="github">pganalyze/libpg_query</remote-id> + </upstream> + <slots> + <subslots>dev-db/postgresql target version</subslots> + </slots> +</pkgmetadata> |
