commit:     aadbb21c27973c1c1dc92a6f9fef0557343849a1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 19 20:33:17 2026 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jan 19 21:04:36 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aadbb21c

games-strategy/wesnoth: drop 1.19.13

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 games-strategy/wesnoth/Manifest               |   1 -
 games-strategy/wesnoth/wesnoth-1.19.13.ebuild | 107 --------------------------
 2 files changed, 108 deletions(-)

diff --git a/games-strategy/wesnoth/Manifest b/games-strategy/wesnoth/Manifest
index 7333be0185b9..7351e6de4b69 100644
--- a/games-strategy/wesnoth/Manifest
+++ b/games-strategy/wesnoth/Manifest
@@ -1,4 +1,3 @@
 DIST wesnoth-1.18.5.tar.bz2 461916727 BLAKE2B 
9a48235e32091f3977aef7fa396460e7ff08c988e722f591aac980849a0ee8c29557bac426b5a33ecd646efafd86cb43ccb416dc7c43c9be2819cea9ed7891d9
 SHA512 
43137cd90f0d64eab579d58aadbf3cff045ead5709040e84b8299e33d2515182b0c5c0747cc06f9d9a4155e160dbee59963a1165392dde0c3cdb85c9c70ebc0b
-DIST wesnoth-1.19.13.tar.bz2 547180467 BLAKE2B 
0cd9bf89538da980862e71fc7ab520518523cfca49d6732a50d531d49065e886b79d5c355cb7df2fe5779f961b7734979cb253534d8ec901e9d52184ae0cc853
 SHA512 
94f1420902e882f47c6c5cc1832becd419128707b06e662afc74f303fec71a6cb6890a03f9f37c3982603d597c61d4cfeb352abac23bd3a73091c8341210b13a
 DIST wesnoth-1.19.18.tar.bz2 617048843 BLAKE2B 
290b0d724d4951ca0b9b6c7f97adc5fa6e96282b3f788f23d4f9bbfe1214555efcc931df53b25549e4a986bedd8ce0484af206bd56136a95da0315be4891703d
 SHA512 
89e03194195023d58c6d58529ca8533e72031aa821a9c58c4e391f46082ed4835cdee36229c8401efa0acaaf29d89d79b2817396096853fe1e8e3ca9511627e4
 DIST wesnoth-1.19.19.tar.bz2 623738775 BLAKE2B 
dfab8633d5909b1797b7447104d7eb661bc4c437ef12e3937ef3be8fc9cda8e13d34a2c92e22969de8ff4683fd40fa04948b59f47c858bd6752370af78b1015c
 SHA512 
861fa0e4ba9d69cfd0d67c0a8f56674e728f3a7070a7e34ccd4289d82c37edaa478aea0d30580f21596c1e3bc568b24da87cb244324d77d8c6829a53e8dadecf

diff --git a/games-strategy/wesnoth/wesnoth-1.19.13.ebuild 
b/games-strategy/wesnoth/wesnoth-1.19.13.ebuild
deleted file mode 100644
index 786b25c8b271..000000000000
--- a/games-strategy/wesnoth/wesnoth-1.19.13.ebuild
+++ /dev/null
@@ -1,107 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake flag-o-matic xdg
-
-DESCRIPTION="Battle for Wesnoth - A fantasy turn-based strategy game"
-HOMEPAGE="https://www.wesnoth.org";
-SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.bz2";
-
-LICENSE="GPL-2+ CC-BY-SA-4.0"
-SLOT="0"
-# uneven minor versions are development versions
-if (( ($(ver_cut 2) % 2) == 0 )) ; then
-       KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-fi
-IUSE="dbus dedicated doc nls server test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       acct-group/wesnoth
-       acct-user/wesnoth
-       dev-libs/boost:=[bzip2,context,icu,nls]
-       >=media-libs/libsdl2-2.0.18:0[joystick,video,X]
-       !dedicated? (
-               dev-libs/glib:2
-               dev-libs/openssl:0=
-               >=media-libs/fontconfig-2.4.1
-               >=media-libs/sdl2-image-2.0.0[jpeg,png,webp]
-               >=media-libs/sdl2-mixer-2.0.0[vorbis]
-               media-libs/libvorbis
-               >=x11-libs/pango-1.22.0
-               >=x11-libs/cairo-1.10.0
-               sys-libs/readline:0=
-               dbus? ( sys-apps/dbus )
-       )"
-DEPEND="${RDEPEND}
-       x11-libs/libX11
-"
-BDEPEND="
-       sys-devel/gettext
-       virtual/pkgconfig
-"
-
-src_prepare() {
-       cmake_src_prepare
-
-       if ! use doc ; then
-               sed -i '/manual/d' doc/CMakeLists.txt || die
-       fi
-
-       # respect LINGUAS (bug #483316)
-       if [[ ${LINGUAS+set} ]]; then
-               local lang langs=()
-               for lang in $(cat po/LINGUAS) ; do
-                       has ${lang} ${LINGUAS} && langs+=( ${lang} )
-               done
-               echo "${langs[@]}" > po/LINGUAS || die
-       fi
-}
-
-src_configure() {
-       filter-flags -ftracer -fomit-frame-pointer
-
-       local mycmakeargs=(
-               -Wno-dev
-               -DENABLE_STRICT_COMPILATION="OFF"
-               -DHARDEN="OFF" #936527
-               -DENABLE_GAME="$(usex !dedicated)"
-               -DENABLE_DESKTOP_ENTRY="$(usex !dedicated)"
-               -DENABLE_NLS="$(usex nls)"
-               -DENABLE_NOTIFICATIONS="$(usex dbus)"
-               -DENABLE_TESTS="$(usex test)"
-       )
-
-       if use dedicated || use server ; then
-               mycmakeargs+=(
-                       -DENABLE_CAMPAIGN_SERVER="ON"
-                       -DENABLE_SERVER="ON"
-                       -DSERVER_UID="${PN}"
-                       -DSERVER_GID="${PN}"
-                       -DFIFO_DIR="/run/wesnothd"
-               )
-       else
-               mycmakeargs+=(
-                       -DENABLE_CAMPAIGN_SERVER="OFF"
-                       -DENABLE_SERVER="OFF"
-               )
-       fi
-
-       cmake_src_configure
-}
-
-src_test() {
-       # Allow SDL_Mixer test to pass, bug #931551
-       SDL_AUDIODRIVER=dummy cmake_src_test
-}
-
-src_install() {
-       local DOCS=( README.md changelog.md )
-       cmake_src_install
-       if use dedicated || use server ; then
-               rmdir "${ED}"/run{/wesnothd,} || die
-               newinitd "${FILESDIR}"/wesnothd.rc-r1 wesnothd
-       fi
-}

Reply via email to