Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-antivirus/clamav-unofficial-sigs/
Date: Thu, 07 Nov 2019 16:16:21
Message-Id: 1573143311.3a39148aed0a13a8c97f098f58bbc96c0e68817f.mgorny@gentoo
1 commit: 3a39148aed0a13a8c97f098f58bbc96c0e68817f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 7 16:15:11 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 7 16:15:11 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a39148a
7
8 app-antivirus/clamav-unofficial-sigs: [QA] Fix HOMEPAGE & SRC_URI
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../clamav-unofficial-sigs/clamav-unofficial-sigs-6.0.1-r2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-antivirus/clamav-unofficial-sigs/clamav-unofficial-sigs-6.0.1-r2.ebuild b/app-antivirus/clamav-unofficial-sigs/clamav-unofficial-sigs-6.0.1-r2.ebuild
16 index eb1fdfbcc04..694d3dc7418 100644
17 --- a/app-antivirus/clamav-unofficial-sigs/clamav-unofficial-sigs-6.0.1-r2.ebuild
18 +++ b/app-antivirus/clamav-unofficial-sigs/clamav-unofficial-sigs-6.0.1-r2.ebuild
19 @@ -6,8 +6,8 @@ EAPI=7
20 inherit user systemd
21
22 DESCRIPTION="Download and install third-party clamav signatures"
23 -HOMEPAGE="https://github.com/extremeshok/${PN}"
24 -SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
25 +HOMEPAGE="https://github.com/extremeshok/clamav-unofficial-sigs"
26 +SRC_URI="https://github.com/extremeshok/clamav-unofficial-sigs/archive/${PV}.tar.gz -> ${P}.tar.gz"
27
28 LICENSE="BSD"
29 SLOT="0"