diff options
author | 2018-07-15 17:30:30 +0200 | |
---|---|---|
committer | 2018-07-17 17:24:45 +0100 | |
commit | 2ed2865794e0a21572eca83543082fcacd3117ba (patch) | |
tree | 02ecb77cabb63f3ece31736732c9a0bb6c260513 /dev-util/envman/metadata.xml | |
parent | dev-python/h11: Introducing new package (diff) | |
download | gentoo-2ed2865794e0a21572eca83543082fcacd3117ba.tar.gz gentoo-2ed2865794e0a21572eca83543082fcacd3117ba.tar.bz2 gentoo-2ed2865794e0a21572eca83543082fcacd3117ba.zip |
dev-util/envman: new ebuild, version 1.2.0
Closes: https://github.com/gentoo/gentoo/pull/9236
Closes: https://bugs.gentoo.org/661248
Closes: https://bugs.gentoo.org/657710
Diffstat (limited to 'dev-util/envman/metadata.xml')
-rw-r--r-- | dev-util/envman/metadata.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-util/envman/metadata.xml b/dev-util/envman/metadata.xml new file mode 100644 index 000000000000..c93a133753ba --- /dev/null +++ b/dev-util/envman/metadata.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>karol.wrotniak@droidsonroids.pl</email> + <name>Karol Wrótniak</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <longdescription>Environment variable manager for Bitrise CLI. Part of the Bitrise Continuous Integration, Delivery and Automations Stack, with stepman and bitrise. For a nice & quick intro you should check: https://www.bitrise.io/cli</longdescription> + <upstream> + <bugs-to>https://github.com/bitrise-io/envman/issues</bugs-to> + <changelog>https://github.com/bitrise-io/envman/blob/master/CHANGELOG.md</changelog> + <doc>https://github.com/bitrise-io/envman/blob/master/README.md</doc> + <remote-id type="github">bitriseio/envman</remote-id> + </upstream> +</pkgmetadata> |