Сравнение stone-soup-0.28.0-r1 с stone-soup-0.29.1
/usr/portage/games-roguelike/stone-soup/stone-soup-0.29.1.ebuild 2025-07-29 16:22:14.280455118 +0300 | ||
---|---|---|
25 | 25 | |
26 | 26 |
# Leave empty string if not a _pre release |
27 | 27 |
COMMITSHA="" |
28 |
# MY_SLOT to satisfy pkgcheck variable order checking |
|
29 |
MY_SLOT="0.28" |
|
30 | 28 |
if [ -z "${COMMITSHA}" ]; then |
31 |
# This is a proper release |
|
29 |
# This is a tagged release |
|
30 |
# Note the archive URI and file layout changed upstream between 0.29.0 and 0.29.1 |
|
32 | 31 |
SRC_URI=" |
33 |
https://github.com/crawl/crawl/releases/download/${PV}/${PN/-/_}-${PV}.zip |
|
34 |
https://dev.gentoo.org/~stasibear/distfiles/${PN}.png -> ${PN}-${MY_SLOT}.png |
|
35 |
https://dev.gentoo.org/~stasibear/distfiles/${PN}.svg -> ${PN}-${MY_SLOT}.svg |
|
32 |
https://github.com/crawl/crawl/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz |
|
36 | 33 |
" |
37 |
MY_P="stone_soup-${PV}" |
|
34 |
MY_P="crawl-${PV}/crawl-ref" |
|
38 | 35 |
else |
39 | 36 |
# This is a _pre release |
40 | 37 |
SRC_URI=" |
41 | 38 |
https://github.com/crawl/crawl/archive/${COMMITSHA}.tar.gz -> ${P}.tar.gz |
42 |
https://dev.gentoo.org/~stasibear/distfiles/${PN}.png -> ${PN}-${MY_SLOT}.png |
|
43 |
https://dev.gentoo.org/~stasibear/distfiles/${PN}.svg -> ${PN}-${MY_SLOT}.svg |
|
44 | 39 |
" |
45 | 40 |
MY_P="crawl-${COMMITSHA}/crawl-ref" |
46 | 41 |
fi |
42 |
# MY_SLOT to satisfy pkgcheck variable order checking |
|
43 |
MY_SLOT="0.29" |
|
44 |
SRC_URI=" |
|
45 |
${SRC_URI} |
|
46 |
https://dev.gentoo.org/~stasibear/distfiles/${PN}.png -> ${PN}-${MY_SLOT}.png |
|
47 |
https://dev.gentoo.org/~stasibear/distfiles/${PN}.svg -> ${PN}-${MY_SLOT}.svg |
|
48 |
" |
|
47 | 49 | |
48 | 50 |
S=${WORKDIR}/${MY_P}/source |
49 | 51 |
# 3-clause BSD: mt19937ar.cc, MSVC/stdint.h |