diff options
author | Tobias Leupold <tobias.leupold@gmx.de> | 2017-11-05 15:55:55 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-02-09 18:58:23 +0100 |
commit | cb927f919b08c29f682c39b2448325205f802282 (patch) | |
tree | 0b1f47848827cf4c1574a78e10ea5dd4b6147b4b /app-misc/vcontrold/metadata.xml | |
parent | www-client/vivaldi-snapshot: Old. (diff) | |
download | gentoo-cb927f919b08c29f682c39b2448325205f802282.tar.gz gentoo-cb927f919b08c29f682c39b2448325205f802282.tar.bz2 gentoo-cb927f919b08c29f682c39b2448325205f802282.zip |
app-misc/vcontrold: Daemon for comm with Viessmann Vito heatings
Closes: https://bugs.gentoo.org/574964
Closes: https://github.com/gentoo/gentoo/pull/6132
Diffstat (limited to 'app-misc/vcontrold/metadata.xml')
-rw-r--r-- | app-misc/vcontrold/metadata.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/app-misc/vcontrold/metadata.xml b/app-misc/vcontrold/metadata.xml new file mode 100644 index 000000000000..b718f1673eb4 --- /dev/null +++ b/app-misc/vcontrold/metadata.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="person"> + <email>tobias.leupold@gmx.de</email> + <name>Tobias Leupold</name> +</maintainer> +<maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> +</maintainer> +<longdescription lang="en"> + Vcontrold can be used for communication with Viessmann Vito heatings + through their Optolink interface using an optical communication device + (which can be built quite cheap and easily, cf. the homepage of the + "OpenV" project). +</longdescription> +<use> + <flag name="man">Build the manpages</flag> + <flag name="vclient"> + Build the vclient helper program to talk to vcontrold + </flag> + <flag name="vsim"> + Build the vsim helper program (simulates the heating's answers, for + development and debugging) + </flag> +</use> +</pkgmetadata> |