From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/siscone/
Date: Wed, 21 May 2025 21:15:44 +0000 (UTC) [thread overview]
Message-ID: <1747862020.f6fe8bfcd89a16e5285ae2a62aef45b968bac3b3.sam@gentoo> (raw)
commit: f6fe8bfcd89a16e5285ae2a62aef45b968bac3b3
Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
AuthorDate: Mon May 19 15:30:07 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 21 21:13:40 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6fe8bfc
sci-physics/siscone: drop 3.0.5
Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de>
Part-of: https://github.com/gentoo/gentoo/pull/42153
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-physics/siscone/Manifest | 1 -
sci-physics/siscone/siscone-3.0.5.ebuild | 49 --------------------------------
2 files changed, 50 deletions(-)
diff --git a/sci-physics/siscone/Manifest b/sci-physics/siscone/Manifest
index 14142a2980a2..b0ef18db443c 100644
--- a/sci-physics/siscone/Manifest
+++ b/sci-physics/siscone/Manifest
@@ -1,3 +1,2 @@
-DIST siscone-3.0.5.tar.gz 544738 BLAKE2B 7136acfc46d9414831d4e07cc428ad3858c1da02bdcd66817eb6406b9ae1d9d582800412dfcfae5477a720b7893ba070c9ef84816a517992be1762d356840bf8 SHA512 fb9f5e6b6677968e77eb9476abe8345711c69213209c153932adacd69b3c1219abe79655238fec1c0ca4e8ca91795c7693c68e2a48ec41a6afff1f046a781a61
DIST siscone-3.0.6.tar.gz 553221 BLAKE2B e472fb0ee4ce23b420af9978f95225acf8a7c27a1534a85bf69da1235621770aa7a1c1c64b3775c30c81d3161058be6dae8aa446c795805f074bdda001a76edb SHA512 ee2d07e24912aefa5a1626182e60ecdc60e11442530e602cb4dd610d5e9c33bf28faac1359597aafbb92bba3758a181bd41e38fba5746ba3f39f61d8248081ea
DIST siscone-3.1.0.tar.gz 571559 BLAKE2B 78ea1b5cac5d3eb6fac7a11223093160bad4be921002336439439faa8b23b5894afb552ac9b4ad71669050ee91a61c3c36587504738640fe37a8a88d552d4de1 SHA512 09d483db926257143d93863d0833c71cb9c8681121f8554b8a6b19747343fe71bbdd6b61b639a2d1c244f6b9f5f2c69a94146f84aae73b4b17bcd53a5362f784
diff --git a/sci-physics/siscone/siscone-3.0.5.ebuild b/sci-physics/siscone/siscone-3.0.5.ebuild
deleted file mode 100644
index 1205f84ddbbf..000000000000
--- a/sci-physics/siscone/siscone-3.0.5.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Hadron Seedless Infrared-Safe Cone jet algorithm"
-HOMEPAGE="https://siscone.hepforge.org/"
-SRC_URI="https://siscone.hepforge.org/downloads/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="examples"
-
-BDEPEND="dev-build/autoconf-archive"
-
-PATCHES=(
- "${FILESDIR}"/0001-configure-fix-broken-bashisms-resulting-in-logic-fai.patch
-)
-
-src_prepare() {
- default
-
- # The included copy of this macro is from 2008 and totally broken.
- # https://bugs.gentoo.org/890780
- rm m4/ax_prefix_config_h.m4 || die
-
- # Rebuild after patch to configure.ac, removal of broken macro
- eautoreconf
-}
-
-src_configure() {
- econf --disable-static
-}
-
-src_install() {
- default
- if use examples; then
- docinto examples
- dodoc examples/*.{cpp,h}
- docinto examples/events
- dodoc examples/events/*.dat
- docompress -x /usr/share/doc/${PF}/examples
- fi
-
- find "${ED}" -name '*.la' -delete || die
-}
next reply other threads:[~2025-05-21 21:16 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-21 21:15 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-29 13:20 [gentoo-commits] repo/gentoo:master commit in: sci-physics/siscone/ Alexander Puck Neuwirth
2025-07-29 13:20 Alexander Puck Neuwirth
2025-05-21 21:15 Sam James
2025-05-21 21:15 Sam James
2024-12-02 15:03 Nowa Ammerlaan
2024-12-02 15:03 Nowa Ammerlaan
2021-02-13 22:52 David Seifert
2021-02-13 22:52 David Seifert
2021-01-20 10:16 David Seifert
2017-11-25 17:42 David Seifert
2016-11-07 7:57 David Seifert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1747862020.f6fe8bfcd89a16e5285ae2a62aef45b968bac3b3.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox