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 538991396D9 for ; Mon, 16 Oct 2017 00:08:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0BDE2BC035; Mon, 16 Oct 2017 00:08:48 +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 C1F1E2BC035 for ; Mon, 16 Oct 2017 00:08:48 +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 7C4A533BE68 for ; Mon, 16 Oct 2017 00:08:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C522908B for ; Mon, 16 Oct 2017 00:08:45 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1508112452.268cdc056ddcc77cca94428f348db2cd0ca90c95.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/holdingnuts/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/holdingnuts/holdingnuts-0.0.5-r1.ebuild games-board/holdingnuts/holdingnuts-0.0.5-r2.ebuild X-VCS-Directories: games-board/holdingnuts/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 268cdc056ddcc77cca94428f348db2cd0ca90c95 X-VCS-Branch: master Date: Mon, 16 Oct 2017 00:08:45 +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: a4633ffa-ecad-4bb8-ae7d-35bb9d9e23fa X-Archives-Hash: 202a2c039beb9206adae9c5827f61239 commit: 268cdc056ddcc77cca94428f348db2cd0ca90c95 Author: David Seifert gentoo org> AuthorDate: Sun Oct 15 23:47:10 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Oct 16 00:07:32 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=268cdc05 games-board/holdingnuts: [QA] Add cmake-utils_src_prepare Package-Manager: Portage-2.3.11, Repoman-2.3.3 games-board/holdingnuts/holdingnuts-0.0.5-r1.ebuild | 10 ++++++++-- games-board/holdingnuts/holdingnuts-0.0.5-r2.ebuild | 4 ++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/games-board/holdingnuts/holdingnuts-0.0.5-r1.ebuild b/games-board/holdingnuts/holdingnuts-0.0.5-r1.ebuild index 457e8f4aa2c..43adabfbe09 100644 --- a/games-board/holdingnuts/holdingnuts-0.0.5-r1.ebuild +++ b/games-board/holdingnuts/holdingnuts-0.0.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -23,9 +23,15 @@ RDEPEND=" DEPEND="${RDEPEND} >=dev-util/cmake-2.6.3" +PATCHES=( + # upstream patch (bug #307901) + "${FILESDIR}"/${P}-wheel.patch +) + src_prepare() { + cmake-utils_src_prepare + sed -i -e '/^Path/d' holdingnuts.desktop || die - epatch "${FILESDIR}"/${P}-wheel.patch # upstream patch (bug #307901) } src_configure() { diff --git a/games-board/holdingnuts/holdingnuts-0.0.5-r2.ebuild b/games-board/holdingnuts/holdingnuts-0.0.5-r2.ebuild index 08d29871cc4..daad81defad 100644 --- a/games-board/holdingnuts/holdingnuts-0.0.5-r2.ebuild +++ b/games-board/holdingnuts/holdingnuts-0.0.5-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -28,7 +28,7 @@ PATCHES=( ) src_prepare() { - default + cmake-utils_src_prepare sed -i -e '/^Path/d' holdingnuts.desktop || die }