mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
net-analyzer/nfdump: [QA] Fix HomepageInSrcUri
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
@@ -7,8 +7,8 @@ inherit autotools eutils
|
||||
DESCRIPTION="A set of tools to collect and process netflow data"
|
||||
HOMEPAGE="https://github.com/phaag/nfdump"
|
||||
SRC_URI="
|
||||
${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz
|
||||
${HOMEPAGE}/commit/ff0e855bd1f51bed9fc5d8559c64d3cfb475a5d8.patch -> ${P}-security.patch
|
||||
https://github.com/phaag/nfdump/archive/v${PV}.tar.gz -> ${P}.tar.gz
|
||||
https://github.com/phaag/nfdump/commit/ff0e855bd1f51bed9fc5d8559c64d3cfb475a5d8.patch -> ${P}-security.patch
|
||||
"
|
||||
|
||||
LICENSE="BSD"
|
||||
|
||||
@@ -6,9 +6,7 @@ inherit autotools eutils
|
||||
|
||||
DESCRIPTION="A set of tools to collect and process netflow data"
|
||||
HOMEPAGE="https://github.com/phaag/nfdump"
|
||||
SRC_URI="
|
||||
${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz
|
||||
"
|
||||
SRC_URI="https://github.com/phaag/nfdump/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0/${PV}"
|
||||
|
||||
@@ -6,9 +6,7 @@ inherit autotools eutils
|
||||
|
||||
DESCRIPTION="A set of tools to collect and process netflow data"
|
||||
HOMEPAGE="https://github.com/phaag/nfdump"
|
||||
SRC_URI="
|
||||
${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz
|
||||
"
|
||||
SRC_URI="https://github.com/phaag/nfdump/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0/1.6.15"
|
||||
|
||||
Reference in New Issue
Block a user