Files
gentoo/dev-db/sqlitebrowser/metadata.xml
Michał Górny 05f3b5ac7f */*: Add proxied="yes" for non-@gentoo.org people
Done via:

  find -name metadata.xml -exec xml ed -P -L \
    -a '/pkgmetadata/maintainer[substring(email,
      string-length(email) - string-length("@gentoo.org") + 1)
      != "@gentoo.org"]' \
    -t attr -n proxied -v yes {} +

Signed-off-by: Michał Górny <mgorny@gentoo.org>
2021-03-16 17:42:19 +01:00

34 lines
1.5 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person" proxied="yes">
<email>beatussum@protonmail.com</email>
<name>Mattéo RossillolLaruelle</name>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<longdescription>
DB Browser for SQLite (DB4S) is a freeware, public domain, open source
visual tool used to create, design and edit database files compatible
with SQLite. It is meant to be used for users and developers that want
to create databases, edit and search data using a familiar
spreadsheet-like interface, without the need to learn complicated SQL
commands.
</longdescription>
<longdescription lang="fr">
DB Browser for SQLite (DB4S) est un outil graphique, gratuit et open
source permettant de créer, concevoir et éditer toute base de données
compatible avec SQLite. Celui-ci est à déstination des utilisateurs et
des développeurs qui veulent créer des base de données et interragir
avec ces dernières, tout en utilisant une interface semblable à celle
d'un tableur, et, de ce fait, ne pas être contraint à apprendre des
commandes SQL complexes.
</longdescription>
<upstream>
<bugs-to>https://github.com/sqlitebrowser/sqlitebrowser/issues/</bugs-to>
<remote-id type="github">sqlitebrowser/sqlitebrowser</remote-id>
</upstream>
</pkgmetadata>