From 586819755b4dbfdffdc8a725ab7c0f86095b8489 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 15 Sep 2018 17:37:09 +0100 Subject: gentoo resync : 15.09.2018 --- games-util/springlobby/Manifest | 4 +- games-util/springlobby/springlobby-0.264.ebuild | 54 ------------------------- games-util/springlobby/springlobby-0.266.ebuild | 54 +++++++++++++++++++++++++ 3 files changed, 56 insertions(+), 56 deletions(-) delete mode 100644 games-util/springlobby/springlobby-0.264.ebuild create mode 100644 games-util/springlobby/springlobby-0.266.ebuild (limited to 'games-util/springlobby') diff --git a/games-util/springlobby/Manifest b/games-util/springlobby/Manifest index 6336cd6381b3..5b1ff0879675 100644 --- a/games-util/springlobby/Manifest +++ b/games-util/springlobby/Manifest @@ -1,3 +1,3 @@ -DIST springlobby-0.264.tar.bz2 2626180 BLAKE2B 01ff51703c3c10c1aaeb342d2644012a6037b1271ba7e36ab7663cde7646d1c9c6bd823fe65c91a8a9e754bbcf1000ce486eeab2d1641c64fad08773c491f9a6 SHA512 f8024a98be7d6ea755c4380494415813084aadb6dcf72ed0aaeba0ddf9fbaf992ccd5455713c807c0d6feb7db606068be62d4bb2cfcb4697f0406a2ec4f404eb -EBUILD springlobby-0.264.ebuild 1071 BLAKE2B 0e04cf3827794b354dabf9708ffe96f4de7b73bc06340429b048c794ba65d4647a3368d911eed2f277c754431a68949e6a6cb8833f6d5f64a3947d058d5c137c SHA512 88c5161c566ad511db04ea36253fa46facc06731611addc385ed8c8fd906a4456f33ad3996086aae39ce8f66ad907324c602d5d1189226375be62e64cdc80794 +DIST springlobby-0.266.tar.bz2 2642384 BLAKE2B 93444df4e139a657dc5d87b0ea9e796bd025259663693de9dcb04760ee611674546170813d71406e94aa456834cc96c8bc811ee5cf65b0bd0199cf66b4a51a50 SHA512 dc1a5e408515cb82004bf66bc014ebdd451eaea07d3543094cec494beb6d87165bdc0ac3672d6474a13d1918b1405507ee97ead05b9f1663789416b072aa6d6b +EBUILD springlobby-0.266.ebuild 1071 BLAKE2B 5f20ce6e183eebfa24105e7dd1eb5e644b6f670b7383ea88c25709dbee7b5ce1b417da3e090105030df04ad9d324bf3d360344046bf220c82caaccc1a95b6b1c SHA512 0e9a8a853234e5a53391f3024fc9bfe56d6a42a2aae29cd678f10075a4917f78b96e1511bb952e9b4bb8d4f0c14c6b83cf215a6edbbadf461cb01a6eab6d8603 MISC metadata.xml 1168 BLAKE2B 52a394c332bed809d549cf76a750a35cb0c0bcb6af1cf2276d81958abafa6272e58d59d07762929ef05ccece16d5465d5c353dd71974b4ec2657ae99e3d607a5 SHA512 901e3865f60e798625d59085e38e191a256819e5aa0778210190ebc0a08f183b263c3391409079c499a2e2cb6740503371642f0c13eec1e59a8699060c00b59c diff --git a/games-util/springlobby/springlobby-0.264.ebuild b/games-util/springlobby/springlobby-0.264.ebuild deleted file mode 100644 index 510738cb07bd..000000000000 --- 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 -} diff --git a/games-util/springlobby/springlobby-0.266.ebuild b/games-util/springlobby/springlobby-0.266.ebuild new file mode 100644 index 000000000000..6fd4af3c6e07 --- /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 +} -- cgit v1.2.3