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 0AFF51382C5 for ; Sun, 29 Apr 2018 13:07:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2A97E0A53; Sun, 29 Apr 2018 13:07:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 98FA9E0A52 for ; Sun, 29 Apr 2018 13:07:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B3120335CAE for ; Sun, 29 Apr 2018 13:07:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0AF1B2B1 for ; Sun, 29 Apr 2018 13:06:59 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1525007209.a3fe230930485a109385b5f0c0cbf3abfbcf1b0d.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/wargus/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/wargus/Manifest games-strategy/wargus/wargus-2.3.0.ebuild X-VCS-Directories: games-strategy/wargus/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: a3fe230930485a109385b5f0c0cbf3abfbcf1b0d X-VCS-Branch: master Date: Sun, 29 Apr 2018 13:06:59 +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-Archives-Salt: e764d21f-536c-49d2-93dd-ac18b7d6699b X-Archives-Hash: 0508ba8bf8d3fc6006976425372584a6 commit: a3fe230930485a109385b5f0c0cbf3abfbcf1b0d Author: Pacho Ramos gentoo org> AuthorDate: Sun Apr 29 13:05:03 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Apr 29 13:06:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3fe2309 games-strategy/wargus: Drop old Package-Manager: Portage-2.3.31, Repoman-2.3.9 games-strategy/wargus/Manifest | 1 - games-strategy/wargus/wargus-2.3.0.ebuild | 60 ------------------------------- 2 files changed, 61 deletions(-) diff --git a/games-strategy/wargus/Manifest b/games-strategy/wargus/Manifest index d3d1bd00c36..576754948ba 100644 --- a/games-strategy/wargus/Manifest +++ b/games-strategy/wargus/Manifest @@ -1,2 +1 @@ DIST wargus-2.4.1.tar.gz 45981981 BLAKE2B 8d80e5d781a1be1edf602f13d77b84e85fe2592fb0a784f1b25b5c9656eaf10a11c3241dfa71388c9a01a9e8fad15b1805a67ddb3157c2a0e86d967f3852869a SHA512 d468d9ad08907fbbfd02af0bca069d6a95d5303cd4f3d838c12bbfe6af0d48f695f9f49d446dbddeae2a91deb1eaa17875954eefdfbe5e25cd840c4454dc6ea0 -DIST wargus_2.3.0.orig.tar.gz 45006918 BLAKE2B b952d4b93a6aed22c201ce6caa2398a8d2ac60366882dd091c861733bf9f6baca409fcb4f0fd59a1c8673744c80b154cd6053ab81a89afef6e95737766c41e88 SHA512 79dbef5f86fafe7357c2911a16655c29bccef71dad39bfe6e02866c1734ee1598bb29a9005c8fa7c73d6f64e13fb7cdd3962214921b0b18c3868cb5abb2a0a87 diff --git a/games-strategy/wargus/wargus-2.3.0.ebuild b/games-strategy/wargus/wargus-2.3.0.ebuild deleted file mode 100644 index d86fdccacc3..00000000000 --- a/games-strategy/wargus/wargus-2.3.0.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils cmake-utils gnome2-utils games - -DESCRIPTION="Warcraft II for the Stratagus game engine" -HOMEPAGE="http://wargus.sourceforge.net/" -SRC_URI="https://launchpad.net/${PN}/trunk/2.3/+download/${PN}_${PV}.orig.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="=games-engines/stratagus-${PV}*[theora] - media-libs/libpng:0 - sys-libs/zlib - x11-libs/gtk+:2 - x11-libs/libX11" -DEPEND="${RDEPEND} - virtual/pkgconfig" -PDEPEND="games-strategy/wargus-data" - -S=${WORKDIR}/${PN}_${PV}.orig - -src_configure() { - local mycmakeargs=( - -DGAMEDIR="${GAMES_BINDIR}" - -DBINDIR="${GAMES_BINDIR}" - -DSTRATAGUS="${GAMES_BINDIR}"/stratagus - -DICONDIR=/usr/share/icons/hicolor/64x64/apps - ) - - cmake-utils_src_configure -} - -src_compile() { - cmake-utils_src_compile -} - -src_install() { - cmake-utils_src_install - prepgamesdirs -} - -pkg_preinst() { - games_pkg_preinst - gnome2_icon_savelist -} - -pkg_postinst() { - elog "Enabling OpenGL in-game seems to cause segfaults/crashes." - games_pkg_postinst - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -}