5 Commits

Author SHA1 Message Date
Ulrich Müller
38b155fa1b **/metadata.xml: Replace http by https in DOCTYPE element
Bug: https://bugs.gentoo.org/552720
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
2021-09-11 15:22:48 +02:00
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
Michał Górny
e75ce1cc7c */*: Add 'proxied="proxy"' for proxy-maint project
Done via:

  find -name metadata.xml -exec xml ed -P -L \
    -a '//maintainer[email="proxy-maint@gentoo.org"]' \
    -t attr -n proxied -v proxy {} +

Signed-off-by: Michał Górny <mgorny@gentoo.org>
2021-03-16 17:42:18 +01:00
Michał Górny
a677ccd296 */*: Normalize metadata.xml files
Normalize quoting, replace '>' with entities, replace unnecessary
entities, remove trailing empty lines.

Done via:

  find -name metadata.xml -exec xml ed -P -L -d //none {} +

Signed-off-by: Michał Górny <mgorny@gentoo.org>
2021-03-16 17:42:16 +01:00
Daniel Mueller
c1f7eca883 app-crypt/nitrocli: New package
This change introduces new ebuilds for the nitrocli program. nitrocli
is a command line application that interacts with Nitrokey devices
(https://www.nitrokey.com). Nitrokey Pro devices provide an OpenPGP
SmartCard with additional functionality such as one-time password
support and a password safe. Nitrokey Storage add to that hardware
encrypted storage.
nitrocli-0.1.3.ebuild installs the most recent released version of the
program.

Closes: https://bugs.gentoo.org/674200
Closes: https://github.com/gentoo/gentoo/pull/10729
Signed-off-by: Daniel Müller <deso@posteo.net>
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
2019-01-03 18:17:38 -08:00