summaryrefslogtreecommitdiff
path: root/sci-physics
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-03-06 20:24:30 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-03-06 20:24:30 +0000
commitdce9fcb881a36c98ea6bb21f4f920045c41db9fa (patch)
treeae84b8fb2cf973aa354fd4ab5e7103e7cdd71c86 /sci-physics
parent6665804c54da30cc55e602711b02548f7f683343 (diff)
downloadbaldeagleos-repo-dce9fcb881a36c98ea6bb21f4f920045c41db9fa.tar.gz
baldeagleos-repo-dce9fcb881a36c98ea6bb21f4f920045c41db9fa.tar.xz
baldeagleos-repo-dce9fcb881a36c98ea6bb21f4f920045c41db9fa.zip
Adding metadata
Diffstat (limited to 'sci-physics')
-rw-r--r--sci-physics/lhapdf/Manifest1
-rw-r--r--sci-physics/lhapdf/lhapdf-6.5.6.ebuild (renamed from sci-physics/lhapdf/lhapdf-6.5.5-r1.ebuild)6
-rw-r--r--sci-physics/lhapdf/lhapdf-9999.ebuild2
3 files changed, 5 insertions, 4 deletions
diff --git a/sci-physics/lhapdf/Manifest b/sci-physics/lhapdf/Manifest
index e30392a786dd..bb06c19e4ed8 100644
--- a/sci-physics/lhapdf/Manifest
+++ b/sci-physics/lhapdf/Manifest
@@ -1,3 +1,4 @@
DIST LHAPDF-6.3.0.tar.gz 770744 BLAKE2B 02b9fe3507b87c6f0c635ceb203304eb9b3ee8ac4d17c8b83578f8c05b78b17035b63b6d3d9a0b9fe3505a3daf8e9376fe25040b8826ea4976d2a717b1447eb9 SHA512 4a5aca6e2f06b59a44acc23ef76f1fae747f38e425803e7625cc68130da0c76d1e0d534b7b1867f09c86ee838d4f769d5097257170740db704c966d91c41f94b
DIST lhapdf-6.5.4.tar.gz 869707 BLAKE2B 9bd214f29ef0fb662095a045acf449bac60c2f12fb0e182c9c590ec51651f1c08d213a3f9280eda0711ec9a0d5cae620918f048c362838a9de8e69cc84f34798 SHA512 0e39f7f298e8c72eece9c3d19f471f48b3ee045cd54ecd318e0b2d60ada4f01a2151e6b2b5f27fccdf10c1043352a673492f8792be1964df7eafbe931282a83b
DIST lhapdf-6.5.5.tar.gz 946776 BLAKE2B 14677cfb0e40e61006eb2cd69373a14d8c4049a6c19d2a504b736c733be35c25a11362e5aa0d0fe233d7c477fe5f9ef60084ca71330566b2728908017ccf90e7 SHA512 80012d5eab1b09a38d8e65bc45f012125508f8d43d1ffcaa76976970f1a3d36305ad29c620715c676cd3c5d6f8bb4c0b55444c952059a742052d9c8bfd5866ac
+DIST lhapdf-6.5.6.tar.gz 965723 BLAKE2B 41f7af3f57ddba5375db924bfd913f179899fe9479515a036d3d55a171dc2e51c8d9232382613f22468d2d647d03cffc3cd3d92e35ba00a45a33e7e09edfaf53 SHA512 48a624ab62e072f58eae03f07417fbd200d9b0a99c48677f4742f6322a6b2af5d6f76a28fe96b6ccda46e4d3927ed15c356ee2fbbedab0e330f24519f49cb807
diff --git a/sci-physics/lhapdf/lhapdf-6.5.5-r1.ebuild b/sci-physics/lhapdf/lhapdf-6.5.6.ebuild
index c17a974d8f8f..ce76f9060a39 100644
--- a/sci-physics/lhapdf/lhapdf-6.5.5-r1.ebuild
+++ b/sci-physics/lhapdf/lhapdf-6.5.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -31,7 +31,7 @@ fi
LICENSE="GPL-2"
SLOT="0"
-IUSE="examples +python"
+IUSE="examples static-libs +python"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
RDEPEND="
@@ -54,7 +54,7 @@ pkg_setup() {
src_configure() {
local -x CONFIG_SHELL="${BROOT}/bin/bash"
econf \
- --disable-static \
+ $(use_enable static-libs static) \
--with-yaml-cpp="${ESYSROOT}/usr" \
$(use_enable python) \
$(use_enable doc doxygen)
diff --git a/sci-physics/lhapdf/lhapdf-9999.ebuild b/sci-physics/lhapdf/lhapdf-9999.ebuild
index f56d38703313..7767c8d6552e 100644
--- a/sci-physics/lhapdf/lhapdf-9999.ebuild
+++ b/sci-physics/lhapdf/lhapdf-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8