* [gentoo-commits] repo/gentoo:master commit in: sci-physics/siscone/
@ 2016-11-07 7:57 David Seifert
0 siblings, 0 replies; 13+ messages in thread
From: David Seifert @ 2016-11-07 7:57 UTC (permalink / raw
To: gentoo-commits
commit: 0ba691577bee7524935b29f5896830313f9e012e
Author: Gerhard Bräunlich <wippbox <AT> gmx <DOT> net>
AuthorDate: Sun Nov 6 21:14:51 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Nov 7 07:56:55 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ba69157
sci-physics/siscone: Version bump to 3.0.3, EAPI bump 5 -> 6
Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2764
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sci-physics/siscone/Manifest | 1 +
sci-physics/siscone/siscone-3.0.3.ebuild | 32 ++++++++++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/sci-physics/siscone/Manifest b/sci-physics/siscone/Manifest
index 31778b9..4c7c2c2 100644
--- a/sci-physics/siscone/Manifest
+++ b/sci-physics/siscone/Manifest
@@ -1 +1,2 @@
DIST siscone-2.0.6.tar.gz 473370 SHA256 f66f0ca5360f2cf0413f720b376bf850cde46fe72af093560536e6f0338d8a76 SHA512 3a1bbd50db8800a2ce00eac4f4cd498d7e6674ba739ed8157f6e0c0e32fd7724d19d227b5a023fa945a5b4be5c415c5c77c2e2a60e80ec4029c016e3fd95983d WHIRLPOOL ebe4f44ae784bfca39b47e9eb20d0ea50daeb9c01b2e92f1608f246f416960fd1dec6e0f8e9f9d49fba155fae2c86b4a4853c199737803c3c50d580a4b725637
+DIST siscone-3.0.3.tar.gz 540939 SHA256 c90813ef7d870e62edcd78c24bc5120979bcb386b6f48ab9bf22c29f30c13769 SHA512 dccbb872c897b8c0c28dff593d7f015b396923a0bd885182930d74e5115b901875a89565244a33fad0329fdfb5a83d6cc570152d0085c45c24bc427de075e559 WHIRLPOOL 8a91cacb1be855b039309f3ba77b0d72a430354020cc9a6cd2cc1c3bb5a1fe6ddc09259d6555b2982a2b9da4b4268212f4072e5af179a3557a4cf93b7375314e
diff --git a/sci-physics/siscone/siscone-3.0.3.ebuild b/sci-physics/siscone/siscone-3.0.3.ebuild
new file mode 100644
index 00000000..a82f839
--- /dev/null
+++ b/sci-physics/siscone/siscone-3.0.3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Hadron Seedless Infrared-Safe Cone jet algorithm"
+HOMEPAGE="http://siscone.hepforge.org/"
+SRC_URI="http://www.hepforge.org/archive/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="examples static-libs"
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+src_configure() {
+ econf $(use_enable static-libs 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
+}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-physics/siscone/
@ 2017-11-25 17:42 David Seifert
0 siblings, 0 replies; 13+ messages in thread
From: David Seifert @ 2017-11-25 17:42 UTC (permalink / raw
To: gentoo-commits
commit: 32da94c92a6b872d364c9bd0b6ed85de9e1aa878
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 25 16:53:17 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Nov 25 17:41:08 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32da94c9
sci-physics/siscone: [QA] Consistent whitespace in metadata.xml
sci-physics/siscone/metadata.xml | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/sci-physics/siscone/metadata.xml b/sci-physics/siscone/metadata.xml
index 36aacf0ea76..6b8c614d767 100644
--- a/sci-physics/siscone/metadata.xml
+++ b/sci-physics/siscone/metadata.xml
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="project">
- <email>sci-physics@gentoo.org</email>
- <name>Gentoo Physics Project</name>
-</maintainer>
-<longdescription lang="en">
- SISCone implements a seedless infrared (IR) safe cone jet algorithm, it takes
- N^2*ln(N) time to find jets among N particles, comparing to N*2^N time of
- other algorithms.
-</longdescription>
+ <maintainer type="project">
+ <email>sci-physics@gentoo.org</email>
+ <name>Gentoo Physics Project</name>
+ </maintainer>
+ <longdescription lang="en">
+ SISCone implements a seedless infrared (IR) safe cone jet algorithm, it takes
+ N^2*ln(N) time to find jets among N particles, comparing to N*2^N time of
+ other algorithms.
+ </longdescription>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-physics/siscone/
@ 2021-01-20 10:16 David Seifert
0 siblings, 0 replies; 13+ messages in thread
From: David Seifert @ 2021-01-20 10:16 UTC (permalink / raw
To: gentoo-commits
commit: e7ab5a30d42ffc8bf566d42bc7263018df5ef3b5
Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Wed Jan 20 10:16:09 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Jan 20 10:16:09 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7ab5a30
sci-physics/siscone: Remove old
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sci-physics/siscone/Manifest | 1 -
sci-physics/siscone/siscone-2.0.6.ebuild | 28 ----------------------------
2 files changed, 29 deletions(-)
diff --git a/sci-physics/siscone/Manifest b/sci-physics/siscone/Manifest
index 186c35d53cf..299805c4650 100644
--- a/sci-physics/siscone/Manifest
+++ b/sci-physics/siscone/Manifest
@@ -1,2 +1 @@
-DIST siscone-2.0.6.tar.gz 473370 BLAKE2B 25395184c443a27a792cea3e713e98c923fd34a3df26f9c13ba3a23072ef9891783255fbf82a3954c3724b21554d92f1bc3d0ed8fdfa1196ce6e431174ab77e9 SHA512 3a1bbd50db8800a2ce00eac4f4cd498d7e6674ba739ed8157f6e0c0e32fd7724d19d227b5a023fa945a5b4be5c415c5c77c2e2a60e80ec4029c016e3fd95983d
DIST siscone-3.0.3.tar.gz 540939 BLAKE2B dfb9c9fab91f4faf8d8aa8a44fca505a83cdd02d2a9b659bacf6487e505159ef61bf2ed8db08a304328effdd6aac8c4a593b630954898aceb985a3a270a5aeb6 SHA512 dccbb872c897b8c0c28dff593d7f015b396923a0bd885182930d74e5115b901875a89565244a33fad0329fdfb5a83d6cc570152d0085c45c24bc427de075e559
diff --git a/sci-physics/siscone/siscone-2.0.6.ebuild b/sci-physics/siscone/siscone-2.0.6.ebuild
deleted file mode 100644
index c6e2acc0d5c..00000000000
--- a/sci-physics/siscone/siscone-2.0.6.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools-utils
-
-DESCRIPTION="Hadron Seedless Infrared-Safe Cone jet algorithm"
-HOMEPAGE="http://siscone.hepforge.org/"
-SRC_URI="http://www.hepforge.org/archive/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="examples static-libs"
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-src_install() {
- autotools-utils_src_install
- if use examples; then
- insinto /usr/share/doc/${PF}/examples
- doins examples/*.{cpp,h}
- insinto /usr/share/doc/${PF}/examples/events
- doins examples/events/*.dat
- fi
-}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-physics/siscone/
@ 2021-02-13 22:52 David Seifert
0 siblings, 0 replies; 13+ messages in thread
From: David Seifert @ 2021-02-13 22:52 UTC (permalink / raw
To: gentoo-commits
commit: bf7323b2222424d615014da70734c3e38b0c8e89
Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sat Feb 13 22:51:17 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 13 22:51:17 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf7323b2
sci-physics/siscone: Bump to 3.0.5
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sci-physics/siscone/Manifest | 1 +
sci-physics/siscone/siscone-3.0.5.ebuild | 30 ++++++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/sci-physics/siscone/Manifest b/sci-physics/siscone/Manifest
index 299805c4650..9b5face978c 100644
--- a/sci-physics/siscone/Manifest
+++ b/sci-physics/siscone/Manifest
@@ -1 +1,2 @@
DIST siscone-3.0.3.tar.gz 540939 BLAKE2B dfb9c9fab91f4faf8d8aa8a44fca505a83cdd02d2a9b659bacf6487e505159ef61bf2ed8db08a304328effdd6aac8c4a593b630954898aceb985a3a270a5aeb6 SHA512 dccbb872c897b8c0c28dff593d7f015b396923a0bd885182930d74e5115b901875a89565244a33fad0329fdfb5a83d6cc570152d0085c45c24bc427de075e559
+DIST siscone-3.0.5.tar.gz 544738 BLAKE2B 7136acfc46d9414831d4e07cc428ad3858c1da02bdcd66817eb6406b9ae1d9d582800412dfcfae5477a720b7893ba070c9ef84816a517992be1762d356840bf8 SHA512 fb9f5e6b6677968e77eb9476abe8345711c69213209c153932adacd69b3c1219abe79655238fec1c0ca4e8ca91795c7693c68e2a48ec41a6afff1f046a781a61
diff --git a/sci-physics/siscone/siscone-3.0.5.ebuild b/sci-physics/siscone/siscone-3.0.5.ebuild
new file mode 100644
index 00000000000..d66ff818074
--- /dev/null
+++ b/sci-physics/siscone/siscone-3.0.5.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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"
+
+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
+}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-physics/siscone/
@ 2021-02-13 22:52 David Seifert
0 siblings, 0 replies; 13+ messages in thread
From: David Seifert @ 2021-02-13 22:52 UTC (permalink / raw
To: gentoo-commits
commit: 1ceb6f971844d529a9abbc1054606bd7c6d53e3d
Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sat Feb 13 22:51:20 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 13 22:51:20 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ceb6f97
sci-physics/siscone: Remove old
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sci-physics/siscone/Manifest | 1 -
sci-physics/siscone/siscone-3.0.3.ebuild | 31 -------------------------------
2 files changed, 32 deletions(-)
diff --git a/sci-physics/siscone/Manifest b/sci-physics/siscone/Manifest
index 9b5face978c..327617f555e 100644
--- a/sci-physics/siscone/Manifest
+++ b/sci-physics/siscone/Manifest
@@ -1,2 +1 @@
-DIST siscone-3.0.3.tar.gz 540939 BLAKE2B dfb9c9fab91f4faf8d8aa8a44fca505a83cdd02d2a9b659bacf6487e505159ef61bf2ed8db08a304328effdd6aac8c4a593b630954898aceb985a3a270a5aeb6 SHA512 dccbb872c897b8c0c28dff593d7f015b396923a0bd885182930d74e5115b901875a89565244a33fad0329fdfb5a83d6cc570152d0085c45c24bc427de075e559
DIST siscone-3.0.5.tar.gz 544738 BLAKE2B 7136acfc46d9414831d4e07cc428ad3858c1da02bdcd66817eb6406b9ae1d9d582800412dfcfae5477a720b7893ba070c9ef84816a517992be1762d356840bf8 SHA512 fb9f5e6b6677968e77eb9476abe8345711c69213209c153932adacd69b3c1219abe79655238fec1c0ca4e8ca91795c7693c68e2a48ec41a6afff1f046a781a61
diff --git a/sci-physics/siscone/siscone-3.0.3.ebuild b/sci-physics/siscone/siscone-3.0.3.ebuild
deleted file mode 100644
index 0d54e124cd9..00000000000
--- a/sci-physics/siscone/siscone-3.0.3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Hadron Seedless Infrared-Safe Cone jet algorithm"
-HOMEPAGE="http://siscone.hepforge.org/"
-SRC_URI="http://www.hepforge.org/archive/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="examples static-libs"
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-src_configure() {
- econf $(use_enable static-libs 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
-}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-physics/siscone/
@ 2024-12-02 15:03 Nowa Ammerlaan
0 siblings, 0 replies; 13+ messages in thread
From: Nowa Ammerlaan @ 2024-12-02 15:03 UTC (permalink / raw
To: gentoo-commits
commit: f285b428d98d147da6b8e7666888e5f8d766b994
Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
AuthorDate: Mon Dec 2 14:24:25 2024 +0000
Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
CommitDate: Mon Dec 2 15:01:59 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f285b428
sci-physics/siscone: add gitlab upstream metadata
Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de>
Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org>
sci-physics/siscone/metadata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/sci-physics/siscone/metadata.xml b/sci-physics/siscone/metadata.xml
index 858c1fe385e5..abbbdb4b8952 100644
--- a/sci-physics/siscone/metadata.xml
+++ b/sci-physics/siscone/metadata.xml
@@ -10,4 +10,7 @@
N^2*ln(N) time to find jets among N particles, comparing to N*2^N time of
other algorithms.
</longdescription>
+ <upstream>
+ <remote-id type="gitlab">fastjet/siscone</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-physics/siscone/
@ 2024-12-02 15:03 Nowa Ammerlaan
0 siblings, 0 replies; 13+ messages in thread
From: Nowa Ammerlaan @ 2024-12-02 15:03 UTC (permalink / raw
To: gentoo-commits
commit: bf6d2fe2c594c7a376c02fb570e7c39461444800
Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
AuthorDate: Mon Dec 2 14:29:38 2024 +0000
Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
CommitDate: Mon Dec 2 15:02:02 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf6d2fe2
sci-physics/siscone: add 3.0.6, 9999
Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de>
Closes: https://github.com/gentoo/gentoo/pull/39564
Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org>
sci-physics/siscone/Manifest | 1 +
sci-physics/siscone/siscone-3.0.6.ebuild | 53 ++++++++++++++++++++++++++++++++
sci-physics/siscone/siscone-9999.ebuild | 53 ++++++++++++++++++++++++++++++++
3 files changed, 107 insertions(+)
diff --git a/sci-physics/siscone/Manifest b/sci-physics/siscone/Manifest
index 327617f555ec..a5c8f500f3d4 100644
--- a/sci-physics/siscone/Manifest
+++ b/sci-physics/siscone/Manifest
@@ -1 +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
diff --git a/sci-physics/siscone/siscone-3.0.6.ebuild b/sci-physics/siscone/siscone-3.0.6.ebuild
new file mode 100644
index 000000000000..e646896d056d
--- /dev/null
+++ b/sci-physics/siscone/siscone-3.0.6.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Hadron Seedless Infrared-Safe Cone jet algorithm"
+HOMEPAGE="https://siscone.hepforge.org/"
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://gitlab.com/fastjet/siscone"
+else
+ SRC_URI="https://siscone.hepforge.org/downloads/${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+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
+}
diff --git a/sci-physics/siscone/siscone-9999.ebuild b/sci-physics/siscone/siscone-9999.ebuild
new file mode 100644
index 000000000000..e646896d056d
--- /dev/null
+++ b/sci-physics/siscone/siscone-9999.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Hadron Seedless Infrared-Safe Cone jet algorithm"
+HOMEPAGE="https://siscone.hepforge.org/"
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://gitlab.com/fastjet/siscone"
+else
+ SRC_URI="https://siscone.hepforge.org/downloads/${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+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
+}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-physics/siscone/
@ 2025-05-21 21:15 Sam James
0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2025-05-21 21:15 UTC (permalink / raw
To: gentoo-commits
commit: ce24a53ade9a3ebc6f3e4a6e8dae190fbf096979
Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
AuthorDate: Mon May 19 15:29:39 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=ce24a53a
sci-physics/siscone: add 3.1.0
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 +
.../{siscone-9999.ebuild => siscone-3.1.0.ebuild} | 25 ++++++----------------
sci-physics/siscone/siscone-9999.ebuild | 18 ++++++----------
3 files changed, 13 insertions(+), 31 deletions(-)
diff --git a/sci-physics/siscone/Manifest b/sci-physics/siscone/Manifest
index a5c8f500f3d4..14142a2980a2 100644
--- a/sci-physics/siscone/Manifest
+++ b/sci-physics/siscone/Manifest
@@ -1,2 +1,3 @@
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-9999.ebuild b/sci-physics/siscone/siscone-3.1.0.ebuild
similarity index 62%
copy from sci-physics/siscone/siscone-9999.ebuild
copy to sci-physics/siscone/siscone-3.1.0.ebuild
index e646896d056d..7a5df871b9b8 100644
--- a/sci-physics/siscone/siscone-9999.ebuild
+++ b/sci-physics/siscone/siscone-3.1.0.ebuild
@@ -1,12 +1,14 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-inherit autotools
-
DESCRIPTION="Hadron Seedless Infrared-Safe Cone jet algorithm"
-HOMEPAGE="https://siscone.hepforge.org/"
+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"
@@ -20,21 +22,6 @@ SLOT="0"
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
}
diff --git a/sci-physics/siscone/siscone-9999.ebuild b/sci-physics/siscone/siscone-9999.ebuild
index e646896d056d..356c73f38303 100644
--- a/sci-physics/siscone/siscone-9999.ebuild
+++ b/sci-physics/siscone/siscone-9999.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
@@ -6,7 +6,10 @@ EAPI=8
inherit autotools
DESCRIPTION="Hadron Seedless Infrared-Safe Cone jet algorithm"
-HOMEPAGE="https://siscone.hepforge.org/"
+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"
@@ -20,18 +23,9 @@ SLOT="0"
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
+ # Rebuild live ebuild
eautoreconf
}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-physics/siscone/
@ 2025-05-21 21:15 Sam James
0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2025-05-21 21:15 UTC (permalink / raw
To: gentoo-commits
commit: b2dc7e80a5d8edd94731e65eecdcbe49f9eee532
Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
AuthorDate: Mon May 19 15:31:29 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 21 21:13:41 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2dc7e80
sci-physics/siscone: add myself as a maintainer
Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de>
Part-of: https://github.com/gentoo/gentoo/pull/42153
Closes: https://github.com/gentoo/gentoo/pull/42153
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-physics/siscone/metadata.xml | 6 +++++-
sci-physics/siscone/siscone-3.1.0.ebuild | 1 -
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/sci-physics/siscone/metadata.xml b/sci-physics/siscone/metadata.xml
index abbbdb4b8952..9e58e254653d 100644
--- a/sci-physics/siscone/metadata.xml
+++ b/sci-physics/siscone/metadata.xml
@@ -1,7 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
+ <maintainer type="person" proxied="yes">
+ <email>alexander@neuwirth-informatik.de</email>
+ <name>Alexander Puck Neuwirth</name>
+ </maintainer>
+ <maintainer type="project" proxied="proxy">
<email>sci-physics@gentoo.org</email>
<name>Gentoo Physics Project</name>
</maintainer>
diff --git a/sci-physics/siscone/siscone-3.1.0.ebuild b/sci-physics/siscone/siscone-3.1.0.ebuild
index 7a5df871b9b8..e56900e4472e 100644
--- a/sci-physics/siscone/siscone-3.1.0.ebuild
+++ b/sci-physics/siscone/siscone-3.1.0.ebuild
@@ -20,7 +20,6 @@ fi
LICENSE="GPL-2"
SLOT="0"
IUSE="examples"
-BDEPEND="dev-build/autoconf-archive"
src_configure() {
econf --disable-static
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-physics/siscone/
@ 2025-05-21 21:15 Sam James
0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2025-05-21 21:15 UTC (permalink / raw
To: gentoo-commits
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
-}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-physics/siscone/
@ 2025-07-29 13:20 Alexander Puck Neuwirth
0 siblings, 0 replies; 13+ messages in thread
From: Alexander Puck Neuwirth @ 2025-07-29 13:20 UTC (permalink / raw
To: gentoo-commits
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
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-physics/siscone/
@ 2025-07-29 13:20 Alexander Puck Neuwirth
0 siblings, 0 replies; 13+ messages in thread
From: Alexander Puck Neuwirth @ 2025-07-29 13:20 UTC (permalink / raw
To: gentoo-commits
commit: 8bf7e006722b9c2184c55a8e4181bc9ab7a198b6
Author: Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 29 13:12:57 2025 +0000
Commit: Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org>
CommitDate: Tue Jul 29 13:19:33 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bf7e006
sci-physics/siscone: add myself as a maintainer
Part-of: https://github.com/gentoo/gentoo/pull/42542
Signed-off-by: Alexander Puck Neuwirth <apn-pucky <AT> gentoo.org>
sci-physics/siscone/metadata.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sci-physics/siscone/metadata.xml b/sci-physics/siscone/metadata.xml
index 9e58e254653d..42cff93ccc1c 100644
--- a/sci-physics/siscone/metadata.xml
+++ b/sci-physics/siscone/metadata.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person" proxied="yes">
- <email>alexander@neuwirth-informatik.de</email>
+ <maintainer type="person">
+ <email>apn-pucky@gentoo.org</email>
<name>Alexander Puck Neuwirth</name>
</maintainer>
- <maintainer type="project" proxied="proxy">
+ <maintainer type="project">
<email>sci-physics@gentoo.org</email>
<name>Gentoo Physics Project</name>
</maintainer>
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-physics/siscone/
@ 2025-09-10 14:14 Alexander Puck Neuwirth
0 siblings, 0 replies; 13+ messages in thread
From: Alexander Puck Neuwirth @ 2025-09-10 14:14 UTC (permalink / raw
To: gentoo-commits
commit: 9fb06a904498d14acdcb63f58233013760d5961a
Author: Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 10 08:31:45 2025 +0000
Commit: Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org>
CommitDate: Wed Sep 10 14:13:24 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fb06a90
sci-physics/siscone: switch to cmake
The additional cmake install info files are required by fastjet cmake.
Part-of: https://github.com/gentoo/gentoo/pull/43583
Signed-off-by: Alexander Puck Neuwirth <apn-pucky <AT> gentoo.org>
.../siscone/{siscone-9999.ebuild => siscone-3.1.2-r1.ebuild} | 12 +++---------
sci-physics/siscone/siscone-9999.ebuild | 12 +++---------
2 files changed, 6 insertions(+), 18 deletions(-)
diff --git a/sci-physics/siscone/siscone-9999.ebuild b/sci-physics/siscone/siscone-3.1.2-r1.ebuild
similarity index 85%
copy from sci-physics/siscone/siscone-9999.ebuild
copy to sci-physics/siscone/siscone-3.1.2-r1.ebuild
index 357f070f401b..e781b37201d2 100644
--- a/sci-physics/siscone/siscone-9999.ebuild
+++ b/sci-physics/siscone/siscone-3.1.2-r1.ebuild
@@ -3,13 +3,14 @@
EAPI=8
-inherit autotools
+inherit cmake
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,16 +22,9 @@ fi
LICENSE="GPL-2"
SLOT="0"
IUSE="examples"
-BDEPEND="dev-build/autoconf-archive"
-
-src_prepare() {
- default
- # Rebuild live ebuild
- eautoreconf
-}
src_install() {
- default
+ cmake_src_install
if use examples; then
docinto examples
dodoc examples/*.{cpp,h}
diff --git a/sci-physics/siscone/siscone-9999.ebuild b/sci-physics/siscone/siscone-9999.ebuild
index 357f070f401b..e781b37201d2 100644
--- a/sci-physics/siscone/siscone-9999.ebuild
+++ b/sci-physics/siscone/siscone-9999.ebuild
@@ -3,13 +3,14 @@
EAPI=8
-inherit autotools
+inherit cmake
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,16 +22,9 @@ fi
LICENSE="GPL-2"
SLOT="0"
IUSE="examples"
-BDEPEND="dev-build/autoconf-archive"
-
-src_prepare() {
- default
- # Rebuild live ebuild
- eautoreconf
-}
src_install() {
- default
+ cmake_src_install
if use examples; then
docinto examples
dodoc examples/*.{cpp,h}
^ permalink raw reply related [flat|nested] 13+ messages in thread
end of thread, other threads:[~2025-09-10 14:14 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-13 22:52 [gentoo-commits] repo/gentoo:master commit in: sci-physics/siscone/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2025-09-10 14:14 Alexander Puck Neuwirth
2025-07-29 13:20 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
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-01-20 10:16 David Seifert
2017-11-25 17:42 David Seifert
2016-11-07 7:57 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox