From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2611813835A for ; Sun, 28 Feb 2021 12:26:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27115E08BF; Sun, 28 Feb 2021 12:26:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0DDECE08C8 for ; Sun, 28 Feb 2021 12:26:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 46BDA340F3F for ; Sun, 28 Feb 2021 12:26:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE444533 for ; Sun, 28 Feb 2021 12:26:37 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1614515171.5b62623e9e0baf2533fa580478c30d45f8b53e45.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-rpg/sumwars/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-rpg/sumwars/sumwars-0.5.8-r1.ebuild X-VCS-Directories: games-rpg/sumwars/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5b62623e9e0baf2533fa580478c30d45f8b53e45 X-VCS-Branch: master Date: Sun, 28 Feb 2021 12:26:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4c3a1c71-8e56-4020-92f5-b1f1902379bc X-Archives-Hash: 119cc6c01fa92dd51d8fae62c841c815 commit: 5b62623e9e0baf2533fa580478c30d45f8b53e45 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Feb 28 09:13:50 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 28 12:26:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b62623e games-rpg/sumwars: Drop 0.5.8-r1 Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> games-rpg/sumwars/sumwars-0.5.8-r1.ebuild | 95 ------------------------------- 1 file changed, 95 deletions(-) diff --git a/games-rpg/sumwars/sumwars-0.5.8-r1.ebuild b/games-rpg/sumwars/sumwars-0.5.8-r1.ebuild deleted file mode 100644 index caba1802db8..00000000000 --- a/games-rpg/sumwars/sumwars-0.5.8-r1.ebuild +++ /dev/null @@ -1,95 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit cmake-utils eutils flag-o-matic gnome2-utils - -DESCRIPTION="a multi-player, 3D action role-playing game" -HOMEPAGE="http://sumwars.org" -SRC_URI="mirror://sourceforge/sumwars/${P//_/-}-src.tar.bz2" - -LICENSE="GPL-3 CC-BY-SA-3.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+tools debug" - -LANGS="de en it pl pt ru uk" -for L in ${LANGS} ; do - IUSE="${IUSE} l10n_${L}" -done -unset L - -RDEPEND=" - >=dev-games/cegui-0.8[ogre] - >=dev-games/ogre-1.7.4-r1[freeimage,opengl] - dev-games/ois - dev-games/physfs - >=dev-lang/lua-5.1:0 - >=dev-libs/tinyxml-2.6.2-r2 - media-libs/freealut - media-libs/openal - media-libs/libogg - media-libs/libvorbis - >=net-libs/enet-1.3.0 - x11-libs/libX11 - x11-libs/libXrandr - tools? ( dev-libs/boost )" -DEPEND=${RDEPEND} - -S=${WORKDIR}/${PN}-${PV%_*} - -src_configure() { - # QA - append-flags -fno-strict-aliasing - - use debug && CMAKE_BUILD_TYPE=Debug - - local l langs - for l in ${LANGS}; do - if use l10n_${l}; then - langs="${langs} ${l}" - fi - done - - [[ -z "${langs}" ]] && langs="en" - - # configure sumwars with cmake - local mycmakeargs=( - -DCMAKE_INSTALL_PREFIX="" - -DSUMWARS_BUILD_TOOLS="$(usex tools)" - -DSUMWARS_DOC_DIR="/usr/share/doc/${PF}" - -DSUMWARS_EXECUTABLE_DIR="/usr/bin" - -DSUMWARS_LANGUAGES="${langs}" - -DSUMWARS_NO_ENET=ON - -DSUMWARS_NO_TINYXML=ON - -DSUMWARS_PORTABLE_MODE=OFF - -DSUMWARS_POST_BUILD_COPY=OFF - -DSUMWARS_RANDOM_REGIONS=ON - -DSUMWARS_SHARE_DIR="/usr/share/${PN}" - -DSUMWARS_STANDALONE_MODE=OFF - ) - - cmake-utils_src_configure -} - -src_compile() { - cmake-utils_src_compile -} - -src_install() { - cmake-utils_src_install - newicon -s 128 share/icon/SumWarsIcon_128x128.png ${PN}.png - make_desktop_entry ${PN} "Summoning Wars" -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -}