mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
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@gentoo.org>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST springlobby-0.269.tar.bz2 4576001 BLAKE2B bd55b480c98d74bc83f99bf32148ef2be5e1f59e1539fdb432430d5e36e653e1c3d550bc7a3c996e5df029a19ea729d456f34ae3522a2a6385a0d646697e537c SHA512 32e9b5bfc72bcfccd1487621e6035e7338977f7262702cd39ec2c43734bff5b8757a97428d1207f8e6721dd450c1cddd68e43cea416503dd1987596e61e126e1
|
||||
@@ -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>
|
||||
@@ -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
|
||||
}
|
||||
@@ -345,14 +345,6 @@ net-libs/jreen
|
||||
# Removing in 30 days. # Bug 830389
|
||||
sys-cluster/onesis
|
||||
|
||||
# Florian Schmaus <flow@gentoo.org> (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 <flow@gentoo.org> (2022-01-02)
|
||||
# Unmaintained, upstream gone, only packaged by
|
||||
# Gentoo, and the whole idea to unlock based on
|
||||
|
||||
Reference in New Issue
Block a user