fetchbot: fix repoman issues

This commit is contained in:
Guido Kroon 2020-06-18 12:49:10 +02:00
parent 10043da6a8
commit 3de8362a7a
No known key found for this signature in database
GPG key ID: 394C398C531EFAB0
2 changed files with 11 additions and 3 deletions

View file

@ -1,7 +1,7 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EAPI=7
EGO_PN=github.com/PuerkitoBio/${PN}
@ -15,7 +15,7 @@ else
fi
inherit golang-build
DESCRIPTION="A simple and flexible web crawler that follows the robots.txt policies and crawl delays"
DESCRIPTION="Simple, flexible web crawler that follows robots.txt policies and crawl delays"
HOMEPAGE="https://github.com/PuerkitoBio/fetchbot"
LICENSE="BSD"
SLOT="0"

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="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
</pkgmetadata>