commit:     cb2f67e1315e7d4ef1b93cc2b6241c97fd5c7b6e
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  4 09:13:35 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Feb  4 09:13:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb2f67e1

games-util/springlobby: treeclean

Closes: https://bugs.gentoo.org/830588
Closes: https://bugs.gentoo.org/756715
Closes: https://bugs.gentoo.org/739398
Closes: https://bugs.gentoo.org/732582
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 games-util/springlobby/Manifest                 |  1 -
 games-util/springlobby/metadata.xml             | 15 -------
 games-util/springlobby/springlobby-0.269.ebuild | 54 -------------------------
 profiles/package.mask                           |  8 ----
 4 files changed, 78 deletions(-)

diff --git a/games-util/springlobby/Manifest b/games-util/springlobby/Manifest
deleted file mode 100644
index 1905bf3a9024..000000000000
--- a/games-util/springlobby/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST springlobby-0.269.tar.bz2 4576001 BLAKE2B 
bd55b480c98d74bc83f99bf32148ef2be5e1f59e1539fdb432430d5e36e653e1c3d550bc7a3c996e5df029a19ea729d456f34ae3522a2a6385a0d646697e537c
 SHA512 
32e9b5bfc72bcfccd1487621e6035e7338977f7262702cd39ec2c43734bff5b8757a97428d1207f8e6721dd450c1cddd68e43cea416503dd1987596e61e126e1

diff --git a/games-util/springlobby/metadata.xml 
b/games-util/springlobby/metadata.xml
deleted file mode 100644
index 80ef44e55181..000000000000
--- a/games-util/springlobby/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <!-- maintainer-needed -->
-       <longdescription lang="en">
-The official lobby client for SpringRTS community games: Balanced 
Annihilation; Journeywar; Metal Factions; Spring:1944 World War II; Star Wars: 
Imperial Winter; Tech Annihilation; The Cursed; Evolution RTS; ...
-       </longdescription>
-       <longdescription lang="fr">
-Le client officiel du lobby pour les jeux de la communauté SpringRTS : 
Balanced Annihilation; Journeywar; Metal Factions; Spring:1944 World War II; 
Star Wars: Imperial Winter; Tech Annihilation; The Cursed; Evolution RTS; ...
-       </longdescription>
-       <upstream>
-               <remote-id type="github">springlobby/springlobby</remote-id>
-               
<bugs-to>https://github.com/springlobby/springlobby/issues</bugs-to>
-       </upstream>
-</pkgmetadata>

diff --git a/games-util/springlobby/springlobby-0.269.ebuild 
b/games-util/springlobby/springlobby-0.269.ebuild
deleted file mode 100644
index d35dc36a2bb7..000000000000
--- a/games-util/springlobby/springlobby-0.269.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-WX_GTK_VER="3.0"
-inherit cmake xdg-utils wxwidgets
-
-DESCRIPTION="The official lobby client for SpringRTS community games"
-HOMEPAGE="https://springlobby.springrts.com";
-SRC_URI="https://springlobby.springrts.com/dl/stable/${P}.tar.bz2";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug +libnotify +nls +sound"
-
-RDEPEND="
-       dev-libs/openssl:0=
-       net-misc/curl
-       sys-libs/zlib[minizip]
-       x11-libs/libICE
-       x11-libs/libSM
-       x11-libs/libXext
-       x11-libs/wxGTK:${WX_GTK_VER}[X]
-       libnotify? ( x11-libs/libnotify )
-       sound? (
-               media-libs/alure
-               media-libs/openal
-       )
-"
-
-DEPEND="${RDEPEND}"
-
-BDEPEND="nls? ( sys-devel/gettext )"
-
-src_configure() {
-       setup-wxwidgets
-       local mycmakeargs=(
-               -DOPTION_NOTIFY=$(usex libnotify)
-               -DOPTION_SOUND=$(usex sound)
-               -DOPTION_TRANSLATION_SUPPORT=$(usex nls)
-               -DAUX_VERSION="(Gentoo,${ARCH})"
-               )
-       cmake_src_configure
-}
-
-pkg_postinst() {
-       xdg_icon_cache_update
-}
-
-pkg_postrm() {
-       xdg_icon_cache_update
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index f96f91c5320a..0a072557e6f2 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -345,14 +345,6 @@ net-libs/jreen
 # Removing in 30 days. # Bug 830389
 sys-cluster/onesis
 
-# Florian Schmaus <[email protected]> (2022-01-04)
-# Outdated, unmaintained, and has multiple open bugs (bug #732582, bug
-# #739398, bug #756715). As discussed at
-# https://github.com/gentoo/gentoo/pull/23483#issuecomment-1004363556,
-# in its current form it is better maintained in the 'spring' overlay.
-# Removal after 2022-02-04. Bug #830588.
-games-util/springlobby
-
 # Florian Schmaus <[email protected]> (2022-01-02)
 # Unmaintained, upstream gone, only packaged by
 # Gentoo, and the whole idea to unlock based on

Reply via email to