*/*: Fix missing trailing slash in HOMEPAGE

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
This commit is contained in:
Ronny (tastytea) Gutbrod
2022-04-04 18:45:49 +02:00
parent 0fa19ebeb3
commit beba143c39
120 changed files with 122 additions and 122 deletions

View File

@@ -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="

View File

@@ -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}"

View File

@@ -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}"