Diff stone-soup-0.25.1-r103 with a stone-soup-0.26.1-r2

/usr/portage/games-roguelike/stone-soup/stone-soup-0.26.1-r2.ebuild 2023-10-09 14:52:31.124368391 +0300
23 23
MY_P="stone_soup-${PV}"
24 24
DESCRIPTION="Role-playing roguelike game of exploration and treasure-hunting in dungeons"
25 25
HOMEPAGE="https://crawl.develz.org"
26
SLOT="0.25"
26
SLOT="0.26"
27 27
SRC_URI="
28 28
	https://github.com/crawl/crawl/releases/download/${PV}/${PN/-/_}-${PV}.zip
29 29
	https://dev.gentoo.org/~stasibear/distfiles/${PN}.png -> ${PN}-${SLOT}.png
......
201 201
pkg_postinst() {
202 202
	xdg_icon_cache_update
203 203

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

  
208 212
	if use tiles && use ncurses ; then
209 213
		elog
Thank you!