diff options
author | Martin Dummer <martin.dummer@ts.fujitsu.com> | 2018-04-26 00:52:24 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-05-05 17:38:00 +0200 |
commit | e4762549ddfe5d9a8eb912ecaab3a77cde845fbe (patch) | |
tree | b4b246f27da36451786c29257a1d5de25e3a8cea /media-plugins/vdr-epgsearch/metadata.xml | |
parent | dev-libs/grok: Fix build with glibc-2.26, bug 638372 (diff) | |
download | gentoo-e4762549ddfe5d9a8eb912ecaab3a77cde845fbe.tar.gz gentoo-e4762549ddfe5d9a8eb912ecaab3a77cde845fbe.tar.bz2 gentoo-e4762549ddfe5d9a8eb912ecaab3a77cde845fbe.zip |
media-plugins/vdr-epgsearch: no "doman" with *.gz files, EAPI=6
Remove usage of "doman" with pre-compressed files
Update the ebuild to EAPI=6
metadata.xml: Add proper use flag description
Closes: https://bugs.gentoo.org/619954
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'media-plugins/vdr-epgsearch/metadata.xml')
-rw-r--r-- | media-plugins/vdr-epgsearch/metadata.xml | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/media-plugins/vdr-epgsearch/metadata.xml b/media-plugins/vdr-epgsearch/metadata.xml index 09e439aec936..44d42030c0ca 100644 --- a/media-plugins/vdr-epgsearch/metadata.xml +++ b/media-plugins/vdr-epgsearch/metadata.xml @@ -1,14 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> +<maintainer type="person"> + <email>martin.dummer@gmx.net</email> + <name>Martin Dummer</name> +</maintainer> +<maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> +</maintainer> <maintainer type="project"> -<email>vdr@gentoo.org</email> -<name>Gentoo VDR Project</name> + <email>vdr@gentoo.org</email> + <name>Gentoo VDR Project</name> </maintainer> <use> - <flag name="conflictcheckonly">ToDo</flag> - <flag name="epgsearchonly">ToDo</flag> - <flag name="quicksearch">ToDo</flag> + <flag name="conflictcheckonly">install the "conflictcheckonly" vdr-plugin</flag> + <flag name="epgsearchonly">install the "epgsearchonly" vdr-plugin</flag> + <flag name="quicksearch">install the "quicksearch" vdr-plugin</flag> <flag name="tre">Add support for unlimited fuzzy searching with help of <pkg>dev-libs/tre</pkg> library</flag> </use> </pkgmetadata> |