Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/springlobby/
Date: Mon, 10 Sep 2018 13:23:56
Message-Id: 1536585799.d96e7d0b9444e6774db4b9cf9e4cf52ede3b363a.monsieurp@gentoo
1 commit: d96e7d0b9444e6774db4b9cf9e4cf52ede3b363a
2 Author: OursDesCavernes <totocoq <AT> yahoo <DOT> fr>
3 AuthorDate: Thu Sep 6 21:56:32 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 10 13:23:19 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d96e7d0b
7
8 games-util/springlobby: 0.264 removal
9
10 Closes: https://bugs.gentoo.org/665390
11 Package-Manager: Portage-2.3.40, Repoman-2.3.9
12
13 games-util/springlobby/Manifest | 1 -
14 games-util/springlobby/springlobby-0.264.ebuild | 54 -------------------------
15 2 files changed, 55 deletions(-)
16
17 diff --git a/games-util/springlobby/Manifest b/games-util/springlobby/Manifest
18 index 17f74119fb7..bf0204143ef 100644
19 --- a/games-util/springlobby/Manifest
20 +++ b/games-util/springlobby/Manifest
21 @@ -1,2 +1 @@
22 -DIST springlobby-0.264.tar.bz2 2626180 BLAKE2B 01ff51703c3c10c1aaeb342d2644012a6037b1271ba7e36ab7663cde7646d1c9c6bd823fe65c91a8a9e754bbcf1000ce486eeab2d1641c64fad08773c491f9a6 SHA512 f8024a98be7d6ea755c4380494415813084aadb6dcf72ed0aaeba0ddf9fbaf992ccd5455713c807c0d6feb7db606068be62d4bb2cfcb4697f0406a2ec4f404eb
23 DIST springlobby-0.266.tar.bz2 2642384 BLAKE2B 93444df4e139a657dc5d87b0ea9e796bd025259663693de9dcb04760ee611674546170813d71406e94aa456834cc96c8bc811ee5cf65b0bd0199cf66b4a51a50 SHA512 dc1a5e408515cb82004bf66bc014ebdd451eaea07d3543094cec494beb6d87165bdc0ac3672d6474a13d1918b1405507ee97ead05b9f1663789416b072aa6d6b
24
25 diff --git a/games-util/springlobby/springlobby-0.264.ebuild b/games-util/springlobby/springlobby-0.264.ebuild
26 deleted file mode 100644
27 index 510738cb07b..00000000000
28 --- a/games-util/springlobby/springlobby-0.264.ebuild
29 +++ /dev/null
30 @@ -1,54 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -WX_GTK_VER="3.0"
37 -inherit cmake-utils gnome2-utils wxwidgets
38 -
39 -DESCRIPTION="The official lobby client for SpringRTS community games"
40 -HOMEPAGE="https://springlobby.info"
41 -SRC_URI="https://www.springlobby.info/tarballs/${P}.tar.bz2"
42 -
43 -LICENSE="GPL-2+"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~x86"
46 -IUSE="debug +libnotify +nls +sound"
47 -
48 -RDEPEND="
49 - >=dev-libs/boost-1.35:=
50 - dev-libs/openssl:=
51 - sound? ( media-libs/alure
52 - media-libs/openal
53 - )
54 - net-misc/curl
55 - sys-libs/zlib[minizip]
56 - x11-libs/libICE
57 - x11-libs/libSM
58 - x11-libs/libXext
59 - x11-libs/wxGTK:${WX_GTK_VER}[X]
60 - libnotify? ( x11-libs/libnotify )
61 -"
62 -
63 -DEPEND="${RDEPEND}
64 - nls? ( sys-devel/gettext )
65 -"
66 -
67 -src_configure() {
68 - setup-wxwidgets
69 - local mycmakeargs=(
70 - -DOPTION_NOTIFY=$(usex libnotify)
71 - -DOPTION_SOUND=$(usex sound)
72 - -DOPTION_TRANSLATION_SUPPORT=$(usex nls)
73 - -DAUX_VERSION="(Gentoo,${ARCH})"
74 - )
75 - cmake-utils_src_configure
76 -}
77 -
78 -pkg_postinst() {
79 - gnome2_icon_cache_update
80 -}
81 -
82 -pkg_postrm() {
83 - gnome2_icon_cache_update
84 -}