diff options
author | Erik Mackdanz <stasibear@gentoo.org> | 2020-11-16 15:24:35 -0600 |
---|---|---|
committer | Erik Mackdanz <stasibear@gentoo.org> | 2020-11-16 15:24:35 -0600 |
commit | 3e46cefd20867824685ddedd52bc9cb63e0c1b53 (patch) | |
tree | fdc6c23f4c8e1fd71db655861bf1e1682b93be6e /games-roguelike | |
parent | sys-devel/llvmgold: Stabilize 11 arm64, #754744 (diff) | |
download | gentoo-3e46cefd20867824685ddedd52bc9cb63e0c1b53.tar.gz gentoo-3e46cefd20867824685ddedd52bc9cb63e0c1b53.tar.bz2 gentoo-3e46cefd20867824685ddedd52bc9cb63e0c1b53.zip |
games-roguelike/stone-soup: misc CI fixes
Use HTTPS for homepage, add unzip bdep
Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
Closes: https://bugs.gentoo.org/754705
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Diffstat (limited to 'games-roguelike')
5 files changed, 9 insertions, 6 deletions
diff --git a/games-roguelike/stone-soup/metadata.xml b/games-roguelike/stone-soup/metadata.xml index ec38a399560c..b7229c4a7435 100644 --- a/games-roguelike/stone-soup/metadata.xml +++ b/games-roguelike/stone-soup/metadata.xml @@ -10,8 +10,8 @@ <name>Gentoo Games Project</name> </maintainer> <upstream> - <doc lang="en">http://crawl.develz.org/wordpress/documentation</doc> - <bugs-to>https://crawl.develz.org/mantis/main_page.php</bugs-to> + <doc lang="en">https://crawl.develz.org</doc> + <bugs-to>https://crawl.develz.org/mantis</bugs-to> <remote-id type="sourceforge">crawl-ref</remote-id> </upstream> <use> diff --git a/games-roguelike/stone-soup/stone-soup-0.25.0.ebuild b/games-roguelike/stone-soup/stone-soup-0.25.0.ebuild index ae90a75c427d..a26fe45f42c7 100644 --- a/games-roguelike/stone-soup/stone-soup-0.25.0.ebuild +++ b/games-roguelike/stone-soup/stone-soup-0.25.0.ebuild @@ -12,7 +12,7 @@ inherit desktop distutils-r1 eutils xdg-utils toolchain-funcs MY_P="stone_soup-${PV}" DESCRIPTION="Role-playing roguelike game of exploration and treasure-hunting in dungeons" -HOMEPAGE="http://crawl.develz.org/wordpress/" +HOMEPAGE="https://crawl.develz.org" SRC_URI=" https://crawl.develz.org/release/$(ver_cut 1-2)/${PN/-/_}-${PV}.tar.xz https://dev.gentoo.org/~hasufell/distfiles/${PN}.png diff --git a/games-roguelike/stone-soup/stone-soup-0.25.1-r1.ebuild b/games-roguelike/stone-soup/stone-soup-0.25.1-r1.ebuild index 5c81a6b83ce4..d4d2ba19807a 100644 --- a/games-roguelike/stone-soup/stone-soup-0.25.1-r1.ebuild +++ b/games-roguelike/stone-soup/stone-soup-0.25.1-r1.ebuild @@ -12,7 +12,7 @@ inherit desktop distutils-r1 eutils xdg-utils toolchain-funcs MY_P="stone_soup-${PV}" DESCRIPTION="Role-playing roguelike game of exploration and treasure-hunting in dungeons" -HOMEPAGE="http://crawl.develz.org/wordpress/" +HOMEPAGE="https://crawl.develz.org" SRC_URI=" https://github.com/crawl/crawl/releases/download/${PV}/${PN/-/_}-${PV}.zip https://dev.gentoo.org/~hasufell/distfiles/${PN}.png @@ -51,6 +51,7 @@ RDEPEND=" virtual/opengl )" DEPEND="${RDEPEND} + app-arch/unzip dev-lang/perl dev-python/pyyaml[${PYTHON_USEDEP}] sys-devel/flex diff --git a/games-roguelike/stone-soup/stone-soup-0.25.1-r100.ebuild b/games-roguelike/stone-soup/stone-soup-0.25.1-r100.ebuild index 50ad1d62d18e..984eb6860bc9 100644 --- a/games-roguelike/stone-soup/stone-soup-0.25.1-r100.ebuild +++ b/games-roguelike/stone-soup/stone-soup-0.25.1-r100.ebuild @@ -13,7 +13,7 @@ inherit desktop distutils-r1 eutils lua-single xdg-utils toolchain-funcs MY_P="stone_soup-${PV}" DESCRIPTION="Role-playing roguelike game of exploration and treasure-hunting in dungeons" -HOMEPAGE="http://crawl.develz.org/wordpress/" +HOMEPAGE="https://crawl.develz.org" SRC_URI=" https://github.com/crawl/crawl/releases/download/${PV}/${PN/-/_}-${PV}.zip https://dev.gentoo.org/~hasufell/distfiles/${PN}.png @@ -52,6 +52,7 @@ RDEPEND=" virtual/opengl )" DEPEND="${RDEPEND} + app-arch/unzip dev-lang/perl dev-python/pyyaml[${PYTHON_USEDEP}] sys-devel/flex diff --git a/games-roguelike/stone-soup/stone-soup-0.25.1.ebuild b/games-roguelike/stone-soup/stone-soup-0.25.1.ebuild index 912373c33488..f478d555a48e 100644 --- a/games-roguelike/stone-soup/stone-soup-0.25.1.ebuild +++ b/games-roguelike/stone-soup/stone-soup-0.25.1.ebuild @@ -12,7 +12,7 @@ inherit desktop distutils-r1 eutils xdg-utils toolchain-funcs MY_P="stone_soup-${PV}" DESCRIPTION="Role-playing roguelike game of exploration and treasure-hunting in dungeons" -HOMEPAGE="http://crawl.develz.org/wordpress/" +HOMEPAGE="https://crawl.develz.org" SRC_URI=" https://github.com/crawl/crawl/releases/download/${PV}/${PN/-/_}-${PV}.zip https://dev.gentoo.org/~hasufell/distfiles/${PN}.png @@ -51,6 +51,7 @@ RDEPEND=" virtual/opengl )" DEPEND="${RDEPEND} + app-arch/unzip dev-lang/perl dev-python/pyyaml[${PYTHON_USEDEP}] sys-devel/flex |