gui-apps/eww: update upstream URI

Fix permanent redirect
Remove bad constant-value variable references
https://devmanual.gentoo.org/ebuild-writing/variables/index.html#use-of-constant-value-variables-in-ebuilds

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
Lucio Sauer
2024-05-08 17:54:01 +02:00
parent 66cc8d0489
commit 11fdfd079d
2 changed files with 4 additions and 4 deletions

View File

@@ -298,14 +298,14 @@ CRATES="
inherit cargo
DESCRIPTION="Elkowars Wacky Widgets is a standalone widget system made in Rust"
HOMEPAGE="https://github.com/elkowar/eww"
HOMEPAGE="https://github.com/elkowar/eww/"
if [[ "${PV}" == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/elkowar/${PN}.git"
EGIT_REPO_URI="https://github.com/elkowar/eww.git"
else
SRC_URI="
https://github.com/elkowar/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
https://github.com/elkowar/eww/archive/v${PV}.tar.gz -> ${P}.tar.gz
${CARGO_CRATE_URIS}
"
KEYWORDS="~amd64"

View File

@@ -10,7 +10,7 @@
<name>Gonçalo Negrier Duarte</name>
</maintainer>
<upstream>
<doc>https://elkowar.github.io/eww</doc>
<doc>https://elkowar.github.io/eww/</doc>
<bugs-to>https://github.com/elkowar/eww/issues</bugs-to>
<remote-id type="github">elkowar/eww</remote-id>
</upstream>