commit: b960355d2a504024ca9703a1f5d60556bcc3fc61 Author: Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org> AuthorDate: Tue Jul 29 13:12:48 2025 +0000 Commit: Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org> CommitDate: Tue Jul 29 13:19:31 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b960355d
sci-physics/siscone: add 3.1.2 Part-of: https://github.com/gentoo/gentoo/pull/42542 Signed-off-by: Alexander Puck Neuwirth <apn-pucky <AT> gentoo.org> sci-physics/siscone/Manifest | 1 + .../siscone/{siscone-9999.ebuild => siscone-3.1.2.ebuild} | 14 +------------- sci-physics/siscone/siscone-9999.ebuild | 4 ---- 3 files changed, 2 insertions(+), 17 deletions(-) diff --git a/sci-physics/siscone/Manifest b/sci-physics/siscone/Manifest index b0ef18db443c..9c2d63b057a4 100644 --- a/sci-physics/siscone/Manifest +++ b/sci-physics/siscone/Manifest @@ -1,2 +1,3 @@ DIST siscone-3.0.6.tar.gz 553221 BLAKE2B e472fb0ee4ce23b420af9978f95225acf8a7c27a1534a85bf69da1235621770aa7a1c1c64b3775c30c81d3161058be6dae8aa446c795805f074bdda001a76edb SHA512 ee2d07e24912aefa5a1626182e60ecdc60e11442530e602cb4dd610d5e9c33bf28faac1359597aafbb92bba3758a181bd41e38fba5746ba3f39f61d8248081ea DIST siscone-3.1.0.tar.gz 571559 BLAKE2B 78ea1b5cac5d3eb6fac7a11223093160bad4be921002336439439faa8b23b5894afb552ac9b4ad71669050ee91a61c3c36587504738640fe37a8a88d552d4de1 SHA512 09d483db926257143d93863d0833c71cb9c8681121f8554b8a6b19747343fe71bbdd6b61b639a2d1c244f6b9f5f2c69a94146f84aae73b4b17bcd53a5362f784 +DIST siscone-3.1.2.tar.gz 583095 BLAKE2B f4ec98ed3644167b463cb3467abcda2026c03f30720072703f414d719983e7d962b3776f0fb4591451650ec123e9662ff2ba7dc595f6d36e2b03af9eef13e3f8 SHA512 783d6ada65b1808e5abc5f69d63af0ba2142863890b15b0a41eb819e8d64a5b9120bdbacf252d8224b819d92fd906cfe46e6640ddcb2f0910051aea56c8927ba diff --git a/sci-physics/siscone/siscone-9999.ebuild b/sci-physics/siscone/siscone-3.1.2.ebuild similarity index 82% copy from sci-physics/siscone/siscone-9999.ebuild copy to sci-physics/siscone/siscone-3.1.2.ebuild index 356c73f38303..e844c65b1deb 100644 --- a/sci-physics/siscone/siscone-9999.ebuild +++ b/sci-physics/siscone/siscone-3.1.2.ebuild @@ -3,13 +3,12 @@ EAPI=8 -inherit autotools - DESCRIPTION="Hadron Seedless Infrared-Safe Cone jet algorithm" HOMEPAGE=" https://siscone.hepforge.org/ https://gitlab.com/fastjet/siscone " + if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://gitlab.com/fastjet/siscone" @@ -21,17 +20,6 @@ fi LICENSE="GPL-2" SLOT="0" IUSE="examples" -BDEPEND="dev-build/autoconf-archive" - -src_prepare() { - default - # Rebuild live ebuild - eautoreconf -} - -src_configure() { - econf --disable-static -} src_install() { default diff --git a/sci-physics/siscone/siscone-9999.ebuild b/sci-physics/siscone/siscone-9999.ebuild index 356c73f38303..357f070f401b 100644 --- a/sci-physics/siscone/siscone-9999.ebuild +++ b/sci-physics/siscone/siscone-9999.ebuild @@ -29,10 +29,6 @@ src_prepare() { eautoreconf } -src_configure() { - econf --disable-static -} - src_install() { default if use examples; then
