* [gentoo-commits] repo/gentoo:master commit in: games-util/springlobby/
@ 2018-05-12 17:41 Michał Górny
0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2018-05-12 17:41 UTC (permalink / raw
To: gentoo-commits
commit: 9e6f93c2c3cf0761eac9a4259a96e086e21e86ba
Author: OursDesCavernes <totocoq <AT> yahoo <DOT> fr>
AuthorDate: Thu Mar 22 23:14:51 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 12 17:41:34 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e6f93c2
games-util/springlobby: new package
Closes: https://github.com/gentoo/gentoo/pull/7558
games-util/springlobby/Manifest | 1 +
games-util/springlobby/metadata.xml | 26 ++++++++++++
games-util/springlobby/springlobby-0.264.ebuild | 54 +++++++++++++++++++++++++
3 files changed, 81 insertions(+)
diff --git a/games-util/springlobby/Manifest b/games-util/springlobby/Manifest
new file mode 100644
index 00000000000..40c8d80469e
--- /dev/null
+++ b/games-util/springlobby/Manifest
@@ -0,0 +1 @@
+DIST springlobby-0.264.tar.bz2 2626180 BLAKE2B 01ff51703c3c10c1aaeb342d2644012a6037b1271ba7e36ab7663cde7646d1c9c6bd823fe65c91a8a9e754bbcf1000ce486eeab2d1641c64fad08773c491f9a6 SHA512 f8024a98be7d6ea755c4380494415813084aadb6dcf72ed0aaeba0ddf9fbaf992ccd5455713c807c0d6feb7db606068be62d4bb2cfcb4697f0406a2ec4f404eb
diff --git a/games-util/springlobby/metadata.xml b/games-util/springlobby/metadata.xml
new file mode 100644
index 00000000000..eabc7ba13bc
--- /dev/null
+++ b/games-util/springlobby/metadata.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <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>
+ <maintainer type="person">
+ <email>totocoq@yahoo.fr</email>
+ <name>Thomas Coquelin</name>
+ </maintainer>
+ <maintainer type="person">
+ <email>fedja@protonmail.ch</email>
+ <name>Fedja Beader</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <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.264.ebuild b/games-util/springlobby/springlobby-0.264.ebuild
new file mode 100644
index 00000000000..510738cb07b
--- /dev/null
+++ b/games-util/springlobby/springlobby-0.264.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2018 Gentoo Foundation
+# 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:=
+ sound? ( media-libs/alure
+ media-libs/openal
+ )
+ 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 )
+"
+
+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
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-util/springlobby/
@ 2018-09-10 13:23 Patrice Clement
0 siblings, 0 replies; 9+ messages in thread
From: Patrice Clement @ 2018-09-10 13:23 UTC (permalink / raw
To: gentoo-commits
commit: 76668420dc253b0acc4230c3937629b5979b2f71
Author: OursDesCavernes <totocoq <AT> yahoo <DOT> fr>
AuthorDate: Thu Sep 6 21:55:41 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Sep 10 13:23:18 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76668420
games-util/springlobby: version bump to 0.266.
Closes: https://bugs.gentoo.org/665302
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/9788
games-util/springlobby/Manifest | 1 +
games-util/springlobby/springlobby-0.266.ebuild | 54 +++++++++++++++++++++++++
2 files changed, 55 insertions(+)
diff --git a/games-util/springlobby/Manifest b/games-util/springlobby/Manifest
index 40c8d80469e..17f74119fb7 100644
--- a/games-util/springlobby/Manifest
+++ b/games-util/springlobby/Manifest
@@ -1 +1,2 @@
DIST springlobby-0.264.tar.bz2 2626180 BLAKE2B 01ff51703c3c10c1aaeb342d2644012a6037b1271ba7e36ab7663cde7646d1c9c6bd823fe65c91a8a9e754bbcf1000ce486eeab2d1641c64fad08773c491f9a6 SHA512 f8024a98be7d6ea755c4380494415813084aadb6dcf72ed0aaeba0ddf9fbaf992ccd5455713c807c0d6feb7db606068be62d4bb2cfcb4697f0406a2ec4f404eb
+DIST springlobby-0.266.tar.bz2 2642384 BLAKE2B 93444df4e139a657dc5d87b0ea9e796bd025259663693de9dcb04760ee611674546170813d71406e94aa456834cc96c8bc811ee5cf65b0bd0199cf66b4a51a50 SHA512 dc1a5e408515cb82004bf66bc014ebdd451eaea07d3543094cec494beb6d87165bdc0ac3672d6474a13d1918b1405507ee97ead05b9f1663789416b072aa6d6b
diff --git a/games-util/springlobby/springlobby-0.266.ebuild b/games-util/springlobby/springlobby-0.266.ebuild
new file mode 100644
index 00000000000..6fd4af3c6e0
--- /dev/null
+++ b/games-util/springlobby/springlobby-0.266.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2018 Gentoo Foundation
+# 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:=
+ 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
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-util/springlobby/
@ 2018-09-10 13:23 Patrice Clement
0 siblings, 0 replies; 9+ messages in thread
From: Patrice Clement @ 2018-09-10 13:23 UTC (permalink / raw
To: gentoo-commits
commit: d96e7d0b9444e6774db4b9cf9e4cf52ede3b363a
Author: OursDesCavernes <totocoq <AT> yahoo <DOT> fr>
AuthorDate: Thu Sep 6 21:56:32 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Sep 10 13:23:19 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d96e7d0b
games-util/springlobby: 0.264 removal
Closes: https://bugs.gentoo.org/665390
Package-Manager: Portage-2.3.40, Repoman-2.3.9
games-util/springlobby/Manifest | 1 -
games-util/springlobby/springlobby-0.264.ebuild | 54 -------------------------
2 files changed, 55 deletions(-)
diff --git a/games-util/springlobby/Manifest b/games-util/springlobby/Manifest
index 17f74119fb7..bf0204143ef 100644
--- a/games-util/springlobby/Manifest
+++ b/games-util/springlobby/Manifest
@@ -1,2 +1 @@
-DIST springlobby-0.264.tar.bz2 2626180 BLAKE2B 01ff51703c3c10c1aaeb342d2644012a6037b1271ba7e36ab7663cde7646d1c9c6bd823fe65c91a8a9e754bbcf1000ce486eeab2d1641c64fad08773c491f9a6 SHA512 f8024a98be7d6ea755c4380494415813084aadb6dcf72ed0aaeba0ddf9fbaf992ccd5455713c807c0d6feb7db606068be62d4bb2cfcb4697f0406a2ec4f404eb
DIST springlobby-0.266.tar.bz2 2642384 BLAKE2B 93444df4e139a657dc5d87b0ea9e796bd025259663693de9dcb04760ee611674546170813d71406e94aa456834cc96c8bc811ee5cf65b0bd0199cf66b4a51a50 SHA512 dc1a5e408515cb82004bf66bc014ebdd451eaea07d3543094cec494beb6d87165bdc0ac3672d6474a13d1918b1405507ee97ead05b9f1663789416b072aa6d6b
diff --git a/games-util/springlobby/springlobby-0.264.ebuild b/games-util/springlobby/springlobby-0.264.ebuild
deleted file mode 100644
index 510738cb07b..00000000000
--- a/games-util/springlobby/springlobby-0.264.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# 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:=
- sound? ( media-libs/alure
- media-libs/openal
- )
- 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 )
-"
-
-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
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-util/springlobby/
@ 2019-01-07 19:15 Lars Wendler
0 siblings, 0 replies; 9+ messages in thread
From: Lars Wendler @ 2019-01-07 19:15 UTC (permalink / raw
To: gentoo-commits
commit: eb0fcac7ec64d3af2ebd9f2d87455c9fa203403c
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 7 18:09:38 2019 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Jan 7 19:15:30 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb0fcac7
games-util/springlobby: Adjusted slot dependency on dev-libs/openssl
source-based packages should never depend on any other openssl slot
than slot 0.
Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
games-util/springlobby/springlobby-0.266.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-util/springlobby/springlobby-0.266.ebuild b/games-util/springlobby/springlobby-0.266.ebuild
index 6fd4af3c6e0..cd52d846024 100644
--- a/games-util/springlobby/springlobby-0.266.ebuild
+++ b/games-util/springlobby/springlobby-0.266.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -17,7 +17,7 @@ IUSE="debug +libnotify +nls +sound"
RDEPEND="
>=dev-libs/boost-1.35:=
- dev-libs/openssl:=
+ dev-libs/openssl:0=
net-misc/curl
sys-libs/zlib[minizip]
x11-libs/libICE
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-util/springlobby/
@ 2019-01-17 8:54 Patrice Clement
0 siblings, 0 replies; 9+ messages in thread
From: Patrice Clement @ 2019-01-17 8:54 UTC (permalink / raw
To: gentoo-commits
commit: e6932f6e3fc351caa71fef1c1ab7f2e51a6e9c20
Author: OursDesCavernes <totocoq <AT> yahoo <DOT> fr>
AuthorDate: Sun Jan 13 21:41:43 2019 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Jan 17 08:53:54 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6932f6e
games-util/springlobby: version bump to 0.267.
Signed-off-by: Thomas Coquelin <totocoq <AT> yahoo.fr>
Closes: https://bugs.gentoo.org/673848
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/10830
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
games-util/springlobby/Manifest | 1 +
games-util/springlobby/springlobby-0.267.ebuild | 54 +++++++++++++++++++++++++
2 files changed, 55 insertions(+)
diff --git a/games-util/springlobby/Manifest b/games-util/springlobby/Manifest
index bf0204143ef..87dde623bbe 100644
--- a/games-util/springlobby/Manifest
+++ b/games-util/springlobby/Manifest
@@ -1 +1,2 @@
DIST springlobby-0.266.tar.bz2 2642384 BLAKE2B 93444df4e139a657dc5d87b0ea9e796bd025259663693de9dcb04760ee611674546170813d71406e94aa456834cc96c8bc811ee5cf65b0bd0199cf66b4a51a50 SHA512 dc1a5e408515cb82004bf66bc014ebdd451eaea07d3543094cec494beb6d87165bdc0ac3672d6474a13d1918b1405507ee97ead05b9f1663789416b072aa6d6b
+DIST springlobby-0.267.tar.bz2 2642229 BLAKE2B 591eddda344ea4ce4ed7cad433bd7d46c7b2e727d7f97c07541cc00c6991fb1a9a62e8980f6a0249e6a509e475fe300aeb040ff1886f2da77b176b52d196db90 SHA512 6127bd7377f9a843b23df6dae7a07af1122f6ec5fa13cd8d16c0c7a3cc84e1f7af2fb7df929f904ee0b4e3abf12ae1e525ffb39b2afa0215433209054cf0de5f
diff --git a/games-util/springlobby/springlobby-0.267.ebuild b/games-util/springlobby/springlobby-0.267.ebuild
new file mode 100644
index 00000000000..cd52d846024
--- /dev/null
+++ b/games-util/springlobby/springlobby-0.267.ebuild
@@ -0,0 +1,54 @@
+# 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
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-util/springlobby/
@ 2020-03-25 13:46 Joonas Niilola
0 siblings, 0 replies; 9+ messages in thread
From: Joonas Niilola @ 2020-03-25 13:46 UTC (permalink / raw
To: gentoo-commits
commit: ada436281857e5cd4033f569834dcbcb7cc0e7bb
Author: OursDesCavernes <totocoq <AT> yahoo <DOT> fr>
AuthorDate: Tue Mar 17 20:34:48 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Mar 25 13:45:22 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ada43628
games-util/springlobby: 0.269 version bump
Signed-off-by: Thomas Coquelin <totocoq <AT> yahoo.fr>
Closes: https://bugs.gentoo.org/708400
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Closes: https://github.com/gentoo/gentoo/pull/14997
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
games-util/springlobby/Manifest | 1 +
games-util/springlobby/springlobby-0.269.ebuild | 54 +++++++++++++++++++++++++
2 files changed, 55 insertions(+)
diff --git a/games-util/springlobby/Manifest b/games-util/springlobby/Manifest
index 87dde623bbe..fa4c8245e85 100644
--- a/games-util/springlobby/Manifest
+++ b/games-util/springlobby/Manifest
@@ -1,2 +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
diff --git a/games-util/springlobby/springlobby-0.269.ebuild b/games-util/springlobby/springlobby-0.269.ebuild
new file mode 100644
index 00000000000..e8b393a9a6d
--- /dev/null
+++ b/games-util/springlobby/springlobby-0.269.ebuild
@@ -0,0 +1,54 @@
+# 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
+ )
+"
+
+BDEPEND="${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_src_configure
+}
+
+pkg_postinst() {
+ xdg_icon_cache_update
+}
+
+pkg_postrm() {
+ xdg_icon_cache_update
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-util/springlobby/
@ 2020-03-25 13:46 Joonas Niilola
0 siblings, 0 replies; 9+ messages in thread
From: Joonas Niilola @ 2020-03-25 13:46 UTC (permalink / raw
To: gentoo-commits
commit: 0ad4a0883dec3944baff16b373bb99409e36a970
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 25 12:31:05 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Mar 25 13:45:22 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ad4a088
games-util/springlobby: fix DEPEND/BDEPEND/RDEPEND logic
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
games-util/springlobby/springlobby-0.269.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/games-util/springlobby/springlobby-0.269.ebuild b/games-util/springlobby/springlobby-0.269.ebuild
index e8b393a9a6d..d35dc36a2bb 100644
--- a/games-util/springlobby/springlobby-0.269.ebuild
+++ b/games-util/springlobby/springlobby-0.269.ebuild
@@ -30,9 +30,9 @@ RDEPEND="
)
"
-BDEPEND="${RDEPEND}
- nls? ( sys-devel/gettext )
-"
+DEPEND="${RDEPEND}"
+
+BDEPEND="nls? ( sys-devel/gettext )"
src_configure() {
setup-wxwidgets
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-util/springlobby/
@ 2021-02-14 21:24 Andreas Sturmlechner
0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2021-02-14 21:24 UTC (permalink / raw
To: gentoo-commits
commit: 059f0625721b71e5bc595186326cd266cb6f3dbf
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 14 21:24:29 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 14 21:24:39 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=059f0625
games-util/springlobby: Drop 0.266 and 0.267
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
games-util/springlobby/Manifest | 2 -
games-util/springlobby/springlobby-0.266.ebuild | 54 -------------------------
games-util/springlobby/springlobby-0.267.ebuild | 54 -------------------------
3 files changed, 110 deletions(-)
diff --git a/games-util/springlobby/Manifest b/games-util/springlobby/Manifest
index fa4c8245e85..1905bf3a902 100644
--- a/games-util/springlobby/Manifest
+++ b/games-util/springlobby/Manifest
@@ -1,3 +1 @@
-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
diff --git a/games-util/springlobby/springlobby-0.266.ebuild b/games-util/springlobby/springlobby-0.266.ebuild
deleted file mode 100644
index cd52d846024..00000000000
--- 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 cd52d846024..00000000000
--- 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
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-util/springlobby/
@ 2022-01-04 10:38 Florian Schmaus
0 siblings, 0 replies; 9+ messages in thread
From: Florian Schmaus @ 2022-01-04 10:38 UTC (permalink / raw
To: gentoo-commits
commit: 1e2d07b2a8fd613c4d85824d2fa7e7d91ce20e3b
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 4 10:29:17 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Jan 4 10:38:25 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e2d07b2
games-util/springlobby: drop to maintainer-needed
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
games-util/springlobby/metadata.xml | 13 +------------
1 file changed, 1 insertion(+), 12 deletions(-)
diff --git a/games-util/springlobby/metadata.xml b/games-util/springlobby/metadata.xml
index 8c79a9e2c8ec..80ef44e55181 100644
--- a/games-util/springlobby/metadata.xml
+++ b/games-util/springlobby/metadata.xml
@@ -1,24 +1,13 @@
<?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>
- <maintainer type="person" proxied="yes">
- <email>totocoq@yahoo.fr</email>
- <name>Thomas Coquelin</name>
- </maintainer>
- <maintainer type="person" proxied="yes">
- <email>fedja@protonmail.ch</email>
- <name>Fedja Beader</name>
- </maintainer>
- <maintainer type="project" proxied="proxy">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
<upstream>
<remote-id type="github">springlobby/springlobby</remote-id>
<bugs-to>https://github.com/springlobby/springlobby/issues</bugs-to>
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2022-01-04 10:38 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-04 10:38 [gentoo-commits] repo/gentoo:master commit in: games-util/springlobby/ Florian Schmaus
-- strict thread matches above, loose matches on Subject: below --
2021-02-14 21:24 Andreas Sturmlechner
2020-03-25 13:46 Joonas Niilola
2020-03-25 13:46 Joonas Niilola
2019-01-17 8:54 Patrice Clement
2019-01-07 19:15 Lars Wendler
2018-09-10 13:23 Patrice Clement
2018-09-10 13:23 Patrice Clement
2018-05-12 17:41 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox