diff options
author | Erik Mackdanz <stasibear@gentoo.org> | 2023-01-15 15:35:11 -0600 |
---|---|---|
committer | Erik Mackdanz <stasibear@gentoo.org> | 2023-01-15 15:36:48 -0600 |
commit | fc9df50fb7be2e571b76079757546c5c29ae9c16 (patch) | |
tree | 96c1ca0d123b7abdb9950cbc110d9ffcbfb84ae8 /games-roguelike/stone-soup/stone-soup-0.27.1-r1.ebuild | |
parent | games-roguelike/stone-soup: drop 0.29.0 (diff) | |
download | gentoo-fc9df50fb7be2e571b76079757546c5c29ae9c16.tar.gz gentoo-fc9df50fb7be2e571b76079757546c5c29ae9c16.tar.bz2 gentoo-fc9df50fb7be2e571b76079757546c5c29ae9c16.zip |
games-roguelike/stone-soup: explain why so many slots are maintained
Closes: https://bugs.gentoo.org/878535
Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
Diffstat (limited to 'games-roguelike/stone-soup/stone-soup-0.27.1-r1.ebuild')
-rw-r--r-- | games-roguelike/stone-soup/stone-soup-0.27.1-r1.ebuild | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games-roguelike/stone-soup/stone-soup-0.27.1-r1.ebuild b/games-roguelike/stone-soup/stone-soup-0.27.1-r1.ebuild index 60968ed55f17..96b13258933b 100644 --- a/games-roguelike/stone-soup/stone-soup-0.27.1-r1.ebuild +++ b/games-roguelike/stone-soup/stone-soup-0.27.1-r1.ebuild @@ -1,6 +1,17 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# There are many slots for this package because people in the community +# like to play old versions. Every release includes content changes +# where species/spells/monsters are added or removed. The public +# servers (e.g. http://crawl.akrasiac.org:8080) usually support playing +# versions back to 0.11. + +# It's not necessary for Gentoo to support these old version but it's +# something nice that our distro can offer that others don't. If the +# maintenance burden becomes excessive than we can revisit that +# position. + EAPI=8 LUA_COMPAT=( lua5-1 ) |