mail-filter/rblcheck: update SRC_URI, HOMEPAGE

Closes: https://bugs.gentoo.org/618524
Closes: https://github.com/gentoo/gentoo/pull/8357
This commit is contained in:
Wim Muskee
2018-05-12 08:43:23 +02:00
committed by Aaron Bauman
parent 4afaba71a9
commit 38433ca599
2 changed files with 3 additions and 4 deletions

View File

@@ -6,6 +6,6 @@
<name>Net-Mail</name>
</maintainer>
<upstream>
<remote-id type="sourceforge">rblcheck</remote-id>
<remote-id type="github">logic/rblcheck</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -6,9 +6,8 @@ EAPI=5
inherit eutils toolchain-funcs
DESCRIPTION="Perform lookups in RBL-styles services"
HOMEPAGE="http://rblcheck.sourceforge.net/"
SRC_URI="mirror://sourceforge/rblcheck/${P}.tar.gz"
HOMEPAGE="https://github.com/logic/rblcheck"
SRC_URI="https://github.com/logic/rblcheck/releases/download/${P}/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="alpha amd64 hppa ~mips ppc sparc x86"