mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-12 00:23:13 -04:00
*/*: Fix missing trailing slash in HOMEPAGE
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user