mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 11:04:10 -04:00
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:
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user