net-p2p/opentracker: fix HttpsUrlAvailable, remove invalid remote-id, tiny improvements

Signed-off-by: Alexander Kurakin <kuraga333@mail.ru>
pull/17/head
Alexander Kurakin 1 year ago
parent e919cce9bf
commit e2d2decec2

@ -21,11 +21,10 @@
<flag name="restrict-stats">Restrict statistics to the tracker owner</flag>
<flag name="whitelist">Make use of a torrents white-list</flag>
</use>
<longdescription lang="en">Opentracker is a open and free bittorrent tracker.
<longdescription lang="en">Opentracker is a open and free bittorrent tracker.
It aims for minimal resource usage and is capable to serve multiple thousands of requests.</longdescription>
<upstream>
<doc>http://erdgeist.org/arts/software/opentracker/</doc>
<bugs-to>mailto:erdgeist@erdgeist.org</bugs-to>
<remote-id type="github">flygoast/opentracker</remote-id>
<doc lang="en">https://erdgeist.org/arts/software/opentracker/</doc>
</upstream>
</pkgmetadata>

@ -1,12 +1,12 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=8
inherit git-r3
DESCRIPTION="An open and free bittorrent tracker"
HOMEPAGE="http://erdgeist.org/arts/software/opentracker/"
HOMEPAGE="https://erdgeist.org/arts/software/opentracker/"
EGIT_REPO_URI="git://erdgeist.org/opentracker"
EGIT_COMMIT="110868ec4ebe60521d5a4ced63feca6a1cf0aa2a"

Loading…
Cancel
Save