Gentoo Archives: gentoo-commits

From: Ronny Gutbrod <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/afc/
Date: Thu, 25 Aug 2022 02:01:36
Message-Id: 1661366792.e8b5b4f11540bbd2478ce634def73129ffabf583.tastytea@gentoo
1 commit: e8b5b4f11540bbd2478ce634def73129ffabf583
2 Author: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
3 AuthorDate: Wed Aug 24 18:46:32 2022 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Wed Aug 24 18:46:32 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e8b5b4f1
7
8 app-misc/afc: Add missing metadata.xml.
9
10 Signed-off-by: Oliver Freyermuth <o.freyermuth <AT> googlemail.com>
11
12 app-misc/afc/metadata.xml | 16 ++++++++++++++++
13 1 file changed, 16 insertions(+)
14
15 diff --git a/app-misc/afc/metadata.xml b/app-misc/afc/metadata.xml
16 new file mode 100644
17 index 000000000..bfca7c091
18 --- /dev/null
19 +++ b/app-misc/afc/metadata.xml
20 @@ -0,0 +1,16 @@
21 +<?xml version="1.0" encoding="UTF-8"?>
22 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
23 +<pkgmetadata>
24 + <maintainer type="person">
25 + <email>o.freyermuth@××××××××××.com</email>
26 + <name>Oliver Freyermuth</name>
27 + </maintainer>
28 + <upstream>
29 + <bugs-to>https://github.com/olifre/afc/issues</bugs-to>
30 + <remote-id type="github">olifre/afc</remote-id>
31 + </upstream>
32 + <longdescription lang="en">
33 + Anime File Checker is a simple file checker with neither frills nor extra bells and whistles.
34 + It takes a list of files and calculates crc32 using zlib functionality, and shows whether it is found in the filename or not.
35 + </longdescription>
36 +</pkgmetadata>