* [gentoo-commits] repo/gentoo:master commit in: sci-physics/siscone/
@ 2016-11-07 7:57 David Seifert
0 siblings, 0 replies; 7+ 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] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-physics/siscone/
@ 2017-11-25 17:42 David Seifert
0 siblings, 0 replies; 7+ 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] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-physics/siscone/
@ 2021-01-20 10:16 David Seifert
0 siblings, 0 replies; 7+ 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] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-physics/siscone/
@ 2021-02-13 22:52 David Seifert
0 siblings, 0 replies; 7+ 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] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-physics/siscone/
@ 2021-02-13 22:52 David Seifert
0 siblings, 0 replies; 7+ 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] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-physics/siscone/
@ 2024-12-02 15:03 Nowa Ammerlaan
0 siblings, 0 replies; 7+ 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] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-physics/siscone/
@ 2024-12-02 15:03 Nowa Ammerlaan
0 siblings, 0 replies; 7+ 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] 7+ messages in thread
end of thread, other threads:[~2024-12-02 15:03 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-02 15:03 [gentoo-commits] repo/gentoo:master commit in: sci-physics/siscone/ Nowa Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox