mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 06:10:56 +02:00
fix PkgMetadataXml errors
This commit is contained in:
parent
4b1ada96a0
commit
dea84b620f
7 changed files with 5 additions and 15 deletions
|
|
@ -5,6 +5,4 @@
|
|||
<email>zerochaos@gentoo.org</email>
|
||||
<name>Rick Farina</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
|
|
|
|||
|
|
@ -4,9 +4,6 @@
|
|||
<maintainer type="person">
|
||||
<email>blshkv@pentoo.org</email>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
Minimal Python 2 & 3 shim around all Qt bindings
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="github">mottosso/Qt.py</remote-id>
|
||||
<remote-id type="pypi">Qt.py</remote-id>
|
||||
|
|
|
|||
|
|
@ -4,6 +4,4 @@
|
|||
<maintainer type="person">
|
||||
<email>om@organizedmagnetism.com</email>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
|
|
|
|||
|
|
@ -3,9 +3,9 @@
|
|||
|
||||
EAPI=7
|
||||
|
||||
MODULES=( afp ncp postgres +rdp +ssh subversion )
|
||||
MODULES=( postgres +rdp +ssh subversion )
|
||||
|
||||
inherit autotools multilib
|
||||
inherit autotools
|
||||
|
||||
DESCRIPTION="A modular, parallel, multiprotocol, network login auditor"
|
||||
HOMEPAGE="http://foofus.net/goons/jmk/medusa/medusa.html"
|
||||
|
|
|
|||
|
|
@ -10,8 +10,9 @@
|
|||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="afp">Use <pkg>net-fs/afpfs-ng</pkg> and enable AFP module</flag>
|
||||
<flag name="ncp">Use <pkg>net-fs/ncpfs</pkg> and enable NCP module</flag>
|
||||
<flag name="ssh">Enable SSH2 module</flag>
|
||||
</use>
|
||||
<upstream>
|
||||
<remote-id type="github">jmk-foofus/medusa</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
|
|
|||
|
|
@ -5,8 +5,6 @@
|
|||
<email>petre.rodan@gmail.com</email>
|
||||
<name>Petre Rodan</name>
|
||||
</maintainer>
|
||||
<use>
|
||||
</use>
|
||||
<upstream>
|
||||
<remote-id type="github">fventuri/gr-sdrplay3</remote-id>
|
||||
</upstream>
|
||||
|
|
|
|||
|
|
@ -5,8 +5,6 @@
|
|||
<email>petre.rodan@gmail.com</email>
|
||||
<name>Petre Rodan</name>
|
||||
</maintainer>
|
||||
<use>
|
||||
</use>
|
||||
<upstream>
|
||||
<remote-id type="github">pothosware/SoapySDRPlay3</remote-id>
|
||||
</upstream>
|
||||
|
|
|
|||
Loading…
Reference in a new issue