aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny (tastytea) Gutbrod <gentoo@tastytea.de>2022-04-04 18:45:49 +0200
committerRonny (tastytea) Gutbrod <gentoo@tastytea.de>2022-04-04 18:45:49 +0200
commitbeba143c39288c6090d1f36bae223d1fdceff546 (patch)
treee3682a624afcbf8bcded77756cfedc8cd99f3e91 /dev-python/XenAPI
parentDrop repoman in favour of pkgcheck/pkgdev (diff)
downloadguru-beba143c39288c6090d1f36bae223d1fdceff546.tar.gz
guru-beba143c39288c6090d1f36bae223d1fdceff546.tar.bz2
guru-beba143c39288c6090d1f36bae223d1fdceff546.zip
*/*: Fix missing trailing slash in HOMEPAGE
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
Diffstat (limited to 'dev-python/XenAPI')
-rw-r--r--dev-python/XenAPI/XenAPI-2.14-r1.ebuild4
-rw-r--r--dev-python/XenAPI/XenAPI-22.14.0.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/XenAPI/XenAPI-2.14-r1.ebuild b/dev-python/XenAPI/XenAPI-2.14-r1.ebuild
index 217c6982d..261a2434d 100644
--- a/dev-python/XenAPI/XenAPI-2.14-r1.ebuild
+++ b/dev-python/XenAPI/XenAPI-2.14-r1.ebuild
@@ -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"
diff --git a/dev-python/XenAPI/XenAPI-22.14.0.ebuild b/dev-python/XenAPI/XenAPI-22.14.0.ebuild
index ff82bbb1d..0ecf932e7 100644
--- a/dev-python/XenAPI/XenAPI-22.14.0.ebuild
+++ b/dev-python/XenAPI/XenAPI-22.14.0.ebuild
@@ -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}"