mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
*/*: Fix missing trailing slash in HOMEPAGE
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
This commit is contained in:
@@ -10,7 +10,7 @@ inherit autotools flag-o-matic
|
||||
|
||||
DESCRIPTION="A Library for Approximate Nearest Neighbor Searching"
|
||||
HOMEPAGE="
|
||||
https://www.cs.umd.edu/~mount/ANN
|
||||
https://www.cs.umd.edu/~mount/ANN/
|
||||
https://tracker.debian.org/pkg/ann
|
||||
"
|
||||
SRC_URI="
|
||||
|
||||
@@ -6,7 +6,7 @@ EAPI=8
|
||||
inherit flag-o-matic fortran-2 toolchain-funcs
|
||||
|
||||
DESCRIPTION="Jacobi-Davidson type method for the generalized standard eigenvalue problem"
|
||||
HOMEPAGE="https://www.win.tue.nl/~hochsten/jd"
|
||||
HOMEPAGE="https://www.win.tue.nl/~hochsten/jd/"
|
||||
SRC_URI="https://www.win.tue.nl/~hochsten/jd/${PN}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${PN}"
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ VERSION="$(ver_cut 1-2)"
|
||||
DESCRIPTION="Meschach is a C-language library of routines for performing matrix computations"
|
||||
HOMEPAGE="
|
||||
https://github.com/yageek/Meschach
|
||||
http://homepage.divms.uiowa.edu/~dstewart/meschach
|
||||
http://homepage.divms.uiowa.edu/~dstewart/meschach/
|
||||
"
|
||||
S="${WORKDIR}/${PN^}-${COMMIT}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user