*/*: 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

@@ -9,9 +9,9 @@ inherit distutils-r1
DESCRIPTION="Xen API SDK, for communication with Citrix XenServer and Xen Cloud Platform"
HOMEPAGE="
https://xenproject.org/developers/teams/xen-api
https://xenproject.org/developers/teams/xen-api/
https://github.com/xapi-project/xen-api
https://pypi.org/project/XenAPI
https://pypi.org/project/XenAPI/
"
SRC_URI="mirror://pypi/X/${PN}/${P}.tar.gz"

View File

@@ -10,9 +10,9 @@ inherit bash-completion-r1 distutils-r1 dune pam systemd
DESCRIPTION="Xen API SDK, for communication with Citrix XenServer and Xen Cloud Platform"
HOMEPAGE="
https://xenproject.org/developers/teams/xen-api
https://xenproject.org/developers/teams/xen-api/
https://github.com/xapi-project/xen-api
https://pypi.org/project/XenAPI
https://pypi.org/project/XenAPI/
"
SRC_URI="https://github.com/xapi-project/xen-api/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/xen-api-${PV}"