From 463397cf1e064185110fe57c568d73f99a06f5d1 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 17 Feb 2021 10:35:54 +0000 Subject: gentoo resync : 17.02.2021 --- games-util/springlobby/Manifest | 4 -- games-util/springlobby/springlobby-0.266.ebuild | 54 ------------------------- games-util/springlobby/springlobby-0.267.ebuild | 54 ------------------------- 3 files changed, 112 deletions(-) delete mode 100644 games-util/springlobby/springlobby-0.266.ebuild delete mode 100644 games-util/springlobby/springlobby-0.267.ebuild (limited to 'games-util/springlobby') diff --git a/games-util/springlobby/Manifest b/games-util/springlobby/Manifest index 962337ddae31..7446d55a0fe8 100644 --- a/games-util/springlobby/Manifest +++ b/games-util/springlobby/Manifest @@ -1,7 +1,3 @@ -DIST springlobby-0.266.tar.bz2 2642384 BLAKE2B 93444df4e139a657dc5d87b0ea9e796bd025259663693de9dcb04760ee611674546170813d71406e94aa456834cc96c8bc811ee5cf65b0bd0199cf66b4a51a50 SHA512 dc1a5e408515cb82004bf66bc014ebdd451eaea07d3543094cec494beb6d87165bdc0ac3672d6474a13d1918b1405507ee97ead05b9f1663789416b072aa6d6b -DIST springlobby-0.267.tar.bz2 2642229 BLAKE2B 591eddda344ea4ce4ed7cad433bd7d46c7b2e727d7f97c07541cc00c6991fb1a9a62e8980f6a0249e6a509e475fe300aeb040ff1886f2da77b176b52d196db90 SHA512 6127bd7377f9a843b23df6dae7a07af1122f6ec5fa13cd8d16c0c7a3cc84e1f7af2fb7df929f904ee0b4e3abf12ae1e525ffb39b2afa0215433209054cf0de5f DIST springlobby-0.269.tar.bz2 4576001 BLAKE2B bd55b480c98d74bc83f99bf32148ef2be5e1f59e1539fdb432430d5e36e653e1c3d550bc7a3c996e5df029a19ea729d456f34ae3522a2a6385a0d646697e537c SHA512 32e9b5bfc72bcfccd1487621e6035e7338977f7262702cd39ec2c43734bff5b8757a97428d1207f8e6721dd450c1cddd68e43cea416503dd1987596e61e126e1 -EBUILD springlobby-0.266.ebuild 1069 BLAKE2B 1c7652169a03cc51e5d7891ecf1d2fc9b7afa0d58b1c6b5fe94dd65992971d269a499b7951f689635a1e91e8f26e5e28c9f2e6fd4621ec1eb869b09ce12a04b0 SHA512 73cb9f0389d2a354ca7b6f620900f0798db6b94ae9aaffef9c47ea22b9843557795d9b8ae3ca1443ace21237fad463bec6cfce14400fd49df62d80b8bae04ad8 -EBUILD springlobby-0.267.ebuild 1069 BLAKE2B 1c7652169a03cc51e5d7891ecf1d2fc9b7afa0d58b1c6b5fe94dd65992971d269a499b7951f689635a1e91e8f26e5e28c9f2e6fd4621ec1eb869b09ce12a04b0 SHA512 73cb9f0389d2a354ca7b6f620900f0798db6b94ae9aaffef9c47ea22b9843557795d9b8ae3ca1443ace21237fad463bec6cfce14400fd49df62d80b8bae04ad8 EBUILD springlobby-0.269.ebuild 1049 BLAKE2B 5fdab39c6447599522bf3911c6fd83d31992384f244cbe3462c15bc9fb8bc254b4e29054afc9fefa722ae6add95706725bf1417a5fe59e693f83f6c4ce85ab02 SHA512 97cec0d40ea58ad54f35f5b33e61075b5772b855b705ace3d317548dbe8593f156d14d38b214052467b769aa8304453c8df5f064c66ba58feb6bd7067ca972b4 MISC metadata.xml 1168 BLAKE2B 52a394c332bed809d549cf76a750a35cb0c0bcb6af1cf2276d81958abafa6272e58d59d07762929ef05ccece16d5465d5c353dd71974b4ec2657ae99e3d607a5 SHA512 901e3865f60e798625d59085e38e191a256819e5aa0778210190ebc0a08f183b263c3391409079c499a2e2cb6740503371642f0c13eec1e59a8699060c00b59c diff --git a/games-util/springlobby/springlobby-0.266.ebuild b/games-util/springlobby/springlobby-0.266.ebuild deleted file mode 100644 index cd52d8460241..000000000000 --- a/games-util/springlobby/springlobby-0.266.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -WX_GTK_VER="3.0" -inherit cmake-utils gnome2-utils wxwidgets - -DESCRIPTION="The official lobby client for SpringRTS community games" -HOMEPAGE="https://springlobby.info" -SRC_URI="https://www.springlobby.info/tarballs/${P}.tar.bz2" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug +libnotify +nls +sound" - -RDEPEND=" - >=dev-libs/boost-1.35:= - 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} - 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-utils_src_configure -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} diff --git a/games-util/springlobby/springlobby-0.267.ebuild b/games-util/springlobby/springlobby-0.267.ebuild deleted file mode 100644 index cd52d8460241..000000000000 --- a/games-util/springlobby/springlobby-0.267.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -WX_GTK_VER="3.0" -inherit cmake-utils gnome2-utils wxwidgets - -DESCRIPTION="The official lobby client for SpringRTS community games" -HOMEPAGE="https://springlobby.info" -SRC_URI="https://www.springlobby.info/tarballs/${P}.tar.bz2" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug +libnotify +nls +sound" - -RDEPEND=" - >=dev-libs/boost-1.35:= - 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} - 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-utils_src_configure -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} -- cgit v1.2.3