From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 898461582EF for ; Mon, 24 Feb 2025 04:55:16 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 4C5023431F5 for ; Mon, 24 Feb 2025 04:55:16 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E822C110473; Mon, 24 Feb 2025 04:55:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id E3F4C110472 for ; Mon, 24 Feb 2025 04:55:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A0C9C342F92 for ; Mon, 24 Feb 2025 04:55:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 498ED27CF for ; Mon, 24 Feb 2025 04:55:01 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1740372845.7c7355a2ef1aaaf1b87103dbb9ae56acba07b151.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/pythonprop/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/pythonprop/pythonprop-0.30.1_p20240217.ebuild X-VCS-Directories: sci-visualization/pythonprop/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7c7355a2ef1aaaf1b87103dbb9ae56acba07b151 X-VCS-Branch: master Date: Mon, 24 Feb 2025 04:55:01 +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: 9ebf1ac5-b49b-491f-8196-96de4baf9553 X-Archives-Hash: 59e1d371e13b2ce054e141e89fd9ce26 commit: 7c7355a2ef1aaaf1b87103dbb9ae56acba07b151 Author: Sam James gentoo org> AuthorDate: Mon Feb 24 04:47:55 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Feb 24 04:54:05 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c7355a2 sci-visualization/pythonprop: don't open-code default_src_prepare This matches the default impl. Signed-off-by: Sam James gentoo.org> sci-visualization/pythonprop/pythonprop-0.30.1_p20240217.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sci-visualization/pythonprop/pythonprop-0.30.1_p20240217.ebuild b/sci-visualization/pythonprop/pythonprop-0.30.1_p20240217.ebuild index 87ef45d96187..78aca8f2cacb 100644 --- a/sci-visualization/pythonprop/pythonprop-0.30.1_p20240217.ebuild +++ b/sci-visualization/pythonprop/pythonprop-0.30.1_p20240217.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -39,9 +39,7 @@ PATCHES=( "${FILESDIR}/${PN}-0.30.1-p20240217.patch" "${FILESDIR}/${PN}-matplotlib3.9.patch" ) src_prepare() { - eapply_user - - eapply ${PATCHES[@]} + default # drop building *.pdf files sed -i -e "s#docs/user/help##g" Makefile.am || die