net-im/gomuks: Bump to 0.2.4_p20221021

Move the vendor'ed tarball out of the if-else-fi block for easier
handling on bumps.

Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
Nils Freydank 2022-10-23 23:05:15 +02:00
parent 907b04661e
commit 23e561a4a2
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112
2 changed files with 7 additions and 11 deletions

View File

@ -1,2 +1,2 @@
DIST gomuks-0.2.4_p20220601-deps.tar.xz 84491428 BLAKE2B edf8821187955e9c431364be0034e05252b8a658e6dc514cd3e4eba7d92fb38c895443bbab513897cbca8c6aa4006ea084a240e4834f0d5a3e4c54aa556a69de SHA512 1232e8d165380d973cc843d4c74cd532517c1b60802f626c613c1d3af765b097403a16490eb29294e816344c8f623efbb915c68b8856d84c0d28c9a44c26d3a1 DIST gomuks-0.2.4_p20221021-deps.tar.xz 84516264 BLAKE2B 17a350f2d553ed8cb4712b62fc167654943f16925edc32363474e0cecc30ae75968d2e4d1221ba6d368f20434f68fcee8dd9b54588395b9466ad1e2ab7e85f10 SHA512 57c50dcfef82399023e00019fd33467a1e25cc140378cfd470534dad40824dbf1d1d73dc2bdc5456401273c0cb572c1df020ad0672815331545deef5930f6cf8
DIST gomuks-0.2.4_p20220601.tar.gz 291117 BLAKE2B 0113a8fb8b3d1174eb0b6debaf58ed3b3546604b03ee3249e03c25ec736e6091a67fc3b52d0437175f507f58d3baf9f629ed0b5d180e07ec905507f27abf0e02 SHA512 0601ad53cb8c66e874912777337c3a6ca2d237868814286285c76807432440c81cd03cbf56b3089cbe9784b04c9467669bd4a59385dee5d07364f7e6b2f9c73a DIST gomuks-0.2.4_p20221021.tar.gz 291231 BLAKE2B 3df73bbe616793894363d1f2a3c216cf671dc256bb6396b98379ec3bc4fa57fab620b34e926d61f31e68d2cb38bf9ee0721f7374988a8f1023f76d1036c82b2b SHA512 61c63680a73b77a8e1d45a069b33ec79be5f99ca80310c8ee96635dc4814a5a69465eb34e1ab91c6bb16a360e85dde0141c4163110f07d87439cce7a638d6538

View File

@ -4,23 +4,19 @@
EAPI="8" EAPI="8"
EGO_PN="github.com/tulir/gomuks" EGO_PN="github.com/tulir/gomuks"
inherit go-module inherit go-module
COMMIT_ID="6479ff2e348326ee93763258a8ec34d95129c94c" COMMIT_ID="99a5c7caedde389f77e0af85f52f8f3a054b9d24"
DESCRIPTION="A terminal based Matrix client written in Go" DESCRIPTION="A terminal based Matrix client written in Go"
HOMEPAGE="https://github.com/tulir/gomuks" HOMEPAGE="https://github.com/tulir/gomuks"
if [[ ${PV} == *_p* ]]; then if [[ ${PV} == *_p* ]]; then
SRC_URI=" SRC_URI="https://${EGO_PN}/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz"
https://${EGO_PN}/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz
https://files.holgersson.xyz/gentoo/distfiles/${P}-deps.tar.xz
"
S="${WORKDIR}/${PN}-${COMMIT_ID}" S="${WORKDIR}/${PN}-${COMMIT_ID}"
else else
SRC_URI=" SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
https://files.holgersson.xyz/gentoo/distfiles/${P}-deps.tar.xz
"
fi fi
# Add the manually vendored tarball.
SRC_URI+=" https://files.holgersson.xyz/gentoo/distfiles/${P}-deps.tar.xz"
KEYWORDS="~amd64" KEYWORDS="~amd64"
LICENSE="AGPL-3" LICENSE="AGPL-3"