add a MQTT virtual

This commit is contained in:
Andreas Billmeier 2020-02-04 20:31:22 +01:00
parent d8ae345946
commit 454938db07
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 24 additions and 0 deletions

View File

@ -15,6 +15,7 @@
- clean up ~ operator with a non-zero revision
- clean up = operator with no revision
- fix non standard copyright header
* add a MQTT virtual
2020-02-03
* update app-misc/homeassistant-0.105.0_beta5

2
virtual/mqtt/Manifest Normal file
View File

@ -0,0 +1,2 @@
EBUILD mqtt-0.ebuild 450 BLAKE2B d621e3acf8d21418ffd8945250189aeee85a42ee4a041deba1c375ea46a8a794e207f023a271cb4817b15b538b9a8f2ebdcf8b209eae7e3214e3a8f0e30ca498 SHA512 763cbae72b679b3770ceb7d1c4180debcb95937ce0d3b94acd3b16340b847ff1687afde6384008ff253a0bf47bec4c1fa2a9ce3943fa9f0229026ce322fc254f
MISC metadata.xml 245 BLAKE2B aa51251edec756fb62676a8bc1034117d7a535b77d20fae3b84ceef1092c6a5e38d443b2ee625e10f1de4fcd21e3a11060b6ce576c9822ba2654a1f57a663e11 SHA512 cb8da34fa343d134d0a4b98b47a799abe016eff01f518a4ac0993cddb68c3324e8b610d28559bb72b1db1ca33c08881190d5e3e102ef42c3b9985fbfa4796ae9

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
</pkgmetadata>

View File

@ -0,0 +1,13 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="Virtual for system loggers"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
RDEPEND="|| (
app-misc/mosquitto
dev-python/hbmqtt
)"