diff options
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libtvdb/metadata.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/media-libs/libtvdb/metadata.xml b/media-libs/libtvdb/metadata.xml new file mode 100644 index 0000000..937aab6 --- /dev/null +++ b/media-libs/libtvdb/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> + <email>ctibor@brancik.cz</email> + <name>Ctibor Brančík</name> + </maintainer> + <longdescription> + A small Qt-based C++ library which allows to fetch TV series information from thetvdb.com. + </longdescription> + <upstream> + <maintainer status="active"> + <email>sebastiantrueg@semanticdesktop.org</email> + <name>Sebastian Trueg</name> + </maintainer> + <changelog>http://sourceforge.net/p/libtvdb/news/?source=navbar</changelog> + <remote-id type="sourceforge">libtvdb</remote-id> + </upstream> +</pkgmetadata> |