diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-03-20 00:40:44 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-03-20 00:40:44 +0000 |
commit | 4cbcc855382a06088e2f016f62cafdbcb7e40665 (patch) | |
tree | 356496503d52354aa6d9f2d36126302fed5f3a73 /games-util/springlobby | |
parent | fcc5224904648a8e6eb528d7603154160a20022f (diff) |
gentoo resync : 20.03.2022
Diffstat (limited to 'games-util/springlobby')
-rw-r--r-- | games-util/springlobby/Manifest | 3 | ||||
-rw-r--r-- | games-util/springlobby/metadata.xml | 15 | ||||
-rw-r--r-- | games-util/springlobby/springlobby-0.269.ebuild | 54 |
3 files changed, 0 insertions, 72 deletions
diff --git a/games-util/springlobby/Manifest b/games-util/springlobby/Manifest deleted file mode 100644 index 8a767105a55b..000000000000 --- a/games-util/springlobby/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST springlobby-0.269.tar.bz2 4576001 BLAKE2B bd55b480c98d74bc83f99bf32148ef2be5e1f59e1539fdb432430d5e36e653e1c3d550bc7a3c996e5df029a19ea729d456f34ae3522a2a6385a0d646697e537c SHA512 32e9b5bfc72bcfccd1487621e6035e7338977f7262702cd39ec2c43734bff5b8757a97428d1207f8e6721dd450c1cddd68e43cea416503dd1987596e61e126e1 -EBUILD springlobby-0.269.ebuild 1049 BLAKE2B 5fdab39c6447599522bf3911c6fd83d31992384f244cbe3462c15bc9fb8bc254b4e29054afc9fefa722ae6add95706725bf1417a5fe59e693f83f6c4ce85ab02 SHA512 97cec0d40ea58ad54f35f5b33e61075b5772b855b705ace3d317548dbe8593f156d14d38b214052467b769aa8304453c8df5f064c66ba58feb6bd7067ca972b4 -MISC metadata.xml 864 BLAKE2B dec15b7e739435b5d3e76c98ae840926a1c846b62ffde42686a7ab9fbce325b3ea50d2399750c793ca44c187261c7fa6e94e2c8f4a73ad82e3a3c8a4a93fb745 SHA512 a57b4ec58709eea35e9d855816ecf837cc2f9c4f2ad1f8d6ab449e634ca04681a8ed77a42f81400af54dd158d3e9c6d502c3f8147975960db690f4a8d355fd0e 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 -} |