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 34430158020 for ; Mon, 19 Dec 2022 14:47:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 973C1E0B0A; Mon, 19 Dec 2022 14:47:12 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 7D877E0B0A for ; Mon, 19 Dec 2022 14:47:12 +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 72134341781 for ; Mon, 19 Dec 2022 14:47:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0DA767FC for ; Mon, 19 Dec 2022 14:47:08 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1671461099.d8f7e72bba9e87ec1e19c339a060e355bed4907b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/fastjet/, sci-physics/fastjet/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/fastjet/Manifest sci-physics/fastjet/fastjet-3.0.6-r3.ebuild sci-physics/fastjet/fastjet-3.4.0.ebuild sci-physics/fastjet/files/fastjet-3.0.6-system-siscone.patch X-VCS-Directories: sci-physics/fastjet/ sci-physics/fastjet/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d8f7e72bba9e87ec1e19c339a060e355bed4907b X-VCS-Branch: master Date: Mon, 19 Dec 2022 14:47:08 +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: d2962b89-9b0c-488c-8066-38434aedc692 X-Archives-Hash: 17c38d228ac172364530bcf58abb5bce commit: d8f7e72bba9e87ec1e19c339a060e355bed4907b Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Dec 19 09:00:33 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Dec 19 14:44:59 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8f7e72b sci-physics/fastjet: drop 3.0.6-r3, 3.4.0 Blocking cleanup of old cgal. Signed-off-by: Andreas Sturmlechner gentoo.org> sci-physics/fastjet/Manifest | 1 - sci-physics/fastjet/fastjet-3.0.6-r3.ebuild | 67 ------------------- sci-physics/fastjet/fastjet-3.4.0.ebuild | 76 ---------------------- .../files/fastjet-3.0.6-system-siscone.patch | 74 --------------------- 4 files changed, 218 deletions(-) diff --git a/sci-physics/fastjet/Manifest b/sci-physics/fastjet/Manifest index 7919615faa33..451a2ca64920 100644 --- a/sci-physics/fastjet/Manifest +++ b/sci-physics/fastjet/Manifest @@ -1,2 +1 @@ -DIST fastjet-3.0.6.tar.gz 2216501 BLAKE2B 1aacab5c91cb70d66035deddc4929d60c51444f6f23396f947d704f607d5f2267ccc5e09ec633d6e0ec1255b3a6bc7e51e4ea49c4cb06d0e3b6953b601ab76ee SHA512 1f01b7ed0e07bd94c88faa123f72c2e3bcd81ad32ab4d03dc0a18dd18635f3b18ba8d339176b0ef1d6e58cecd9f37aaea30b4ad909d2782ce5be7c11e205c3a5 DIST fastjet-3.4.0.tar.gz 2959127 BLAKE2B c99e89ee5cea3fd4e3edebdfebb50efd3c58e7ab15215a384c44120ac930882bd2d4e446b61977fe65dcc49056b958c6510abb7c5889024ae49776b1955bd023 SHA512 af8aeb6197f6bd82ec5f127647f49cd5d455c20e614c23d928b850fc97bc12c70cf6e3b09f1bb0308c2a080fcd4fa13416eea0195695060efaa0e400a687d7b7 diff --git a/sci-physics/fastjet/fastjet-3.0.6-r3.ebuild b/sci-physics/fastjet/fastjet-3.0.6-r3.ebuild deleted file mode 100644 index b62fa18aba46..000000000000 --- a/sci-physics/fastjet/fastjet-3.0.6-r3.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -FORTRAN_NEEDED=plugins - -inherit autotools flag-o-matic fortran-2 - -DESCRIPTION="Fast implementation of several recombination jet algorithms" -HOMEPAGE="http://www.fastjet.fr/" -SRC_URI="http://www.fastjet.fr/repo/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="cgal doc examples +plugins" - -RDEPEND=" - cgal? (