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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F0664158095 for ; Fri, 26 Aug 2022 11:13:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69F8CE08FF; Fri, 26 Aug 2022 11:13:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 pigeon.gentoo.org (Postfix) with ESMTPS id B9EEBE08FA for ; Fri, 26 Aug 2022 11:13:15 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E8ADA3410CB for ; Fri, 26 Aug 2022 11:13:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 43EF35A0 for ; Fri, 26 Aug 2022 11:13:13 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1661512377.c5e59df91d2d1b309c1683c249734867b01eb84f.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/thepeg/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/thepeg/thepeg-2.2.2-r1.ebuild sci-physics/thepeg/thepeg-2.2.2.ebuild X-VCS-Directories: sci-physics/thepeg/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: c5e59df91d2d1b309c1683c249734867b01eb84f X-VCS-Branch: master Date: Fri, 26 Aug 2022 11:13:13 +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: ca78e095-c364-4169-a7ad-8cb12aa06211 X-Archives-Hash: 0c83cff352d4e43cc35faaad4f4c7b60 commit: c5e59df91d2d1b309c1683c249734867b01eb84f Author: Andrew Ammerlaan gentoo org> AuthorDate: Fri Aug 26 10:37:44 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Fri Aug 26 11:12:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5e59df9 sci-physics/thepeg: depend on hepmc:2 Closes: https://bugs.gentoo.org/851537 Signed-off-by: Andrew Ammerlaan gentoo.org> .../thepeg/{thepeg-2.2.2.ebuild => thepeg-2.2.2-r1.ebuild} | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/sci-physics/thepeg/thepeg-2.2.2.ebuild b/sci-physics/thepeg/thepeg-2.2.2-r1.ebuild similarity index 93% rename from sci-physics/thepeg/thepeg-2.2.2.ebuild rename to sci-physics/thepeg/thepeg-2.2.2-r1.ebuild index 750ea66b2e33..dac77266dd4f 100644 --- a/sci-physics/thepeg/thepeg-2.2.2.ebuild +++ b/sci-physics/thepeg/thepeg-2.2.2-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit autotools elisp-common java-pkg-opt-2 @@ -28,7 +28,7 @@ CDEPEND=" sci-libs/gsl:0= emacs? ( >=app-editors/emacs-23.1:* ) fastjet? ( sci-physics/fastjet:0= ) - hepmc? ( sci-physics/hepmc:0= ) + hepmc? ( sci-physics/hepmc:2= ) lhapdf? ( >=sci-physics/lhapdf-6.0:0= ) zlib? ( sys-libs/zlib:0= )" DEPEND="${CDEPEND} @@ -62,6 +62,7 @@ src_configure() { $(use_enable static-libs static) \ $(use_with fastjet fastjet "${EPREFIX}"/usr) \ $(use_with hepmc hepmc "${EPREFIX}"/usr) \ + $(use_with hepmc hepmcversion 2) \ $(use_with java javagui) \ $(use_with lhapdf lhapdf "${EPREFIX}"/usr) \ --without-rivet \ @@ -86,6 +87,8 @@ src_install() { LDPATH="${EPREFIX}/usr/$(get_libdir)/ThePEG" EOF doenvd "${T}"/50${PN} + + find "${ED}" -name '*.la' -delete || die } pkg_postinst() {