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 6BF0D138335 for ; Fri, 18 Oct 2019 22:09:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D67AE08EC; Fri, 18 Oct 2019 22:09:41 +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 4F89BE08EC for ; Fri, 18 Oct 2019 22:09:41 +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 DA0A234C02B for ; Fri, 18 Oct 2019 22:09:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85CCF88E for ; Fri, 18 Oct 2019 22:09:37 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1571436524.e2ed095b96abdc83a8e7502fe6fdc9f5909386da.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/hedgewars/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/hedgewars/hedgewars-1.0.0-r1.ebuild games-strategy/hedgewars/hedgewars-1.0.0.ebuild X-VCS-Directories: games-strategy/hedgewars/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: e2ed095b96abdc83a8e7502fe6fdc9f5909386da X-VCS-Branch: master Date: Fri, 18 Oct 2019 22:09: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: 1e3c3b4d-95c4-473c-92c9-770efe0f73e9 X-Archives-Hash: ffb08670a6069c5503b691a0d67bde91 commit: e2ed095b96abdc83a8e7502fe6fdc9f5909386da Author: James Le Cuirot gentoo org> AuthorDate: Fri Oct 18 22:08:44 2019 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Fri Oct 18 22:08:44 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2ed095b games-strategy/hedgewars: Drop obsolete patches in 1.0.0 Closes: https://github.com/gentoo/gentoo/pull/13240 Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: James Le Cuirot gentoo.org> .../{hedgewars-1.0.0.ebuild => hedgewars-1.0.0-r1.ebuild} | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/games-strategy/hedgewars/hedgewars-1.0.0.ebuild b/games-strategy/hedgewars/hedgewars-1.0.0-r1.ebuild similarity index 94% rename from games-strategy/hedgewars/hedgewars-1.0.0.ebuild rename to games-strategy/hedgewars/hedgewars-1.0.0-r1.ebuild index c98f3a05e5d..9e8d0f6b128 100644 --- a/games-strategy/hedgewars/hedgewars-1.0.0.ebuild +++ b/games-strategy/hedgewars/hedgewars-1.0.0-r1.ebuild @@ -7,12 +7,10 @@ CMAKE_MAKEFILE_GENERATOR=emake inherit cmake-utils xdg-utils MY_P=${PN}-src-${PV} -DEB_PATCH_VER=2 DESCRIPTION="A turn-based strategy, artillery, action and comedy game" HOMEPAGE="https://www.hedgewars.org/" -SRC_URI="https://www.hedgewars.org/download/releases/${MY_P}.tar.bz2 - mirror://debian/pool/main/h/${PN}/${PN}_0.9.23-dfsg-${DEB_PATCH_VER}.debian.tar.xz" +SRC_URI="https://www.hedgewars.org/download/releases/${MY_P}.tar.bz2" LICENSE="GPL-2 Apache-2.0 FDL-1.3" SLOT="0" @@ -70,10 +68,6 @@ BDEPEND=" S="${WORKDIR}"/${MY_P} -PATCHES=( - "${FILESDIR}"/${PN}-0.9.22-rpath-fix.patch -) - src_configure() { local mycmakeargs=( -DMINIMAL_FLAGS=ON