mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 12:33:40 -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
|
inherit cargo
|
||||||
|
|
||||||
DESCRIPTION="Elkowars Wacky Widgets is a standalone widget system made in Rust"
|
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
|
if [[ "${PV}" == 9999 ]]; then
|
||||||
inherit git-r3
|
inherit git-r3
|
||||||
EGIT_REPO_URI="https://github.com/elkowar/${PN}.git"
|
EGIT_REPO_URI="https://github.com/elkowar/eww.git"
|
||||||
else
|
else
|
||||||
SRC_URI="
|
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}
|
${CARGO_CRATE_URIS}
|
||||||
"
|
"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
<name>Gonçalo Negrier Duarte</name>
|
<name>Gonçalo Negrier Duarte</name>
|
||||||
</maintainer>
|
</maintainer>
|
||||||
<upstream>
|
<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>
|
<bugs-to>https://github.com/elkowar/eww/issues</bugs-to>
|
||||||
<remote-id type="github">elkowar/eww</remote-id>
|
<remote-id type="github">elkowar/eww</remote-id>
|
||||||
</upstream>
|
</upstream>
|
||||||
|
|||||||
Reference in New Issue
Block a user