Diff stone-soup-0.26.1-r2 with a stone-soup-0.27.1-r1

/usr/portage/games-roguelike/stone-soup/stone-soup-0.27.1-r1.ebuild 2025-07-29 16:22:14.280455118 +0300
24 24
DESCRIPTION="Role-playing roguelike game of exploration and treasure-hunting in dungeons"
25 25
HOMEPAGE="https://crawl.develz.org"
26 26
# MY_SLOT to satisfy pkgcheck variable order checking
27
MY_SLOT="0.26"
27
MY_SLOT="0.27"
28 28
SRC_URI="
29 29
	https://github.com/crawl/crawl/releases/download/${PV}/${PN/-/_}-${PV}.zip
30 30
	https://dev.gentoo.org/~stasibear/distfiles/${PN}.png -> ${PN}-${MY_SLOT}.png
......
203 203
pkg_postinst() {
204 204
	xdg_icon_cache_update
205 205

  
206
	elog "Since version 0.25.1-r101, crawl is a slotted install"
207
	elog "that supports having multiple versions installed.  The"
208
	elog "binary has the slot appended, e.g. 'crawl-"${SLOT}"'."
209
	elog
210
	elog "The local save directory also has the slot appended."
211
	elog "If you have saved games from 0.25 but before 0.25.1-r101"
212
	elog "you can 'mv ~/.crawl ~/.crawl-0.25' to fix it"
206
	elog "crawl is a slotted install that supports having"
207
	elog "multiple versions installed.  The binary has the"
208
	elog "slot appended, e.g. 'crawl-"${SLOT}"'."
213 209

  
214 210
	if use tiles && use ncurses ; then
215 211
		elog
Thank you!