summaryrefslogtreecommitdiff
path: root/dev-gap
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-04-28 19:49:43 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-04-28 19:49:43 +0000
commit16c4548c4ecfb76ab7155e8d40d386a4c4a0641c (patch)
tree99a39e551f7419b6e639585db0809fda1bc1a6dd /dev-gap
parent83986b5bf92bd6945087363b99c52511f761fb70 (diff)
downloadbaldeagleos-repo-16c4548c4ecfb76ab7155e8d40d386a4c4a0641c.tar.gz
baldeagleos-repo-16c4548c4ecfb76ab7155e8d40d386a4c4a0641c.tar.xz
baldeagleos-repo-16c4548c4ecfb76ab7155e8d40d386a4c4a0641c.zip
Adding metadata
Diffstat (limited to 'dev-gap')
-rw-r--r--dev-gap/atlasrep/Manifest1
-rw-r--r--dev-gap/atlasrep/atlasrep-2.1.8.ebuild62
-rw-r--r--dev-gap/atlasrep/atlasrep-2.1.9.ebuild2
-rw-r--r--dev-gap/autodoc/Manifest1
-rw-r--r--dev-gap/autodoc/autodoc-2022.10.20.ebuild23
-rw-r--r--dev-gap/autodoc/autodoc-2023.06.19.ebuild2
-rw-r--r--dev-gap/io/Manifest1
-rw-r--r--dev-gap/io/io-4.8.2-r1.ebuild43
-rw-r--r--dev-gap/io/io-4.9.1.ebuild4
-rw-r--r--dev-gap/laguna/Manifest1
-rw-r--r--dev-gap/laguna/laguna-3.9.6.ebuild15
-rw-r--r--dev-gap/laguna/laguna-3.9.7.ebuild4
-rw-r--r--dev-gap/smallgrp/Manifest1
-rw-r--r--dev-gap/smallgrp/smallgrp-1.5.3.ebuild24
-rw-r--r--dev-gap/smallgrp/smallgrp-1.5.4.ebuild4
-rw-r--r--dev-gap/utils/Manifest1
-rw-r--r--dev-gap/utils/utils-0.84.ebuild26
-rw-r--r--dev-gap/utils/utils-0.87.ebuild4
18 files changed, 10 insertions, 209 deletions
diff --git a/dev-gap/atlasrep/Manifest b/dev-gap/atlasrep/Manifest
index 3cfda220bab2..c85fae930653 100644
--- a/dev-gap/atlasrep/Manifest
+++ b/dev-gap/atlasrep/Manifest
@@ -1,4 +1,3 @@
DIST atlasrep-2.1.7-testdata.tar.xz 386468 BLAKE2B d1ef21fa465514fd48acf09b9a73bee91f35093541ae50d734343a9d2daf9590039f6afacb242723a49d25000e678ec13d56635e12a85d72a9fa8eaf936abdfd SHA512 065719e35733c28cd46bab7c719ea70ce61e6fde7fffe722d8d98eeef39d385dc298ed562c739cb45ee3f61a1c2942cdd465a7f043b190a2117db97dbba984f2
-DIST atlasrep-2.1.8.tar.gz 2239968 BLAKE2B be13eeff4a56fcf8f84397e5218f72ba1a830bf154702072ef0172b031b0718d0675c2c14d27933ada8bd8d1a78dfb401d7600ea5194d2c4a1a86e99f29752fd SHA512 6f8a8edc5d7b4f1da3e9ac5df33b29aacfa1e16f202e9b6376ce74c1f75c55a436117c1adb18300f96ad2d9962d07c88bf9709ca26ec60d2f851b051ba32160e
DIST atlasrep-2.1.9.tar.gz 2290567 BLAKE2B 5880f4baf5252d6700ac65706efed140d9c3861a3f67f19db06c675086eab7da29cb7ac687a61d36d9bcb3692b115eda472b3e7440ab231cc3a6bef5ab16a573 SHA512 81399ff8de094148bc501dc1591722b64038d8b31c7dd3fbb66209a5f46044ef4b798f71ab56632d765c3d970a4c333e708bcd6a5cd2ceff54005981d9ab0bc3
DIST atlasrepdata.tar.gz 22203132 BLAKE2B 1bc5f9c4045b46ab98d48482569134ac8141868fdb3082b453a9a90dfbf8c780faa6da177d0db115dcdd59a04fe1dbbea662a598b2a53cc81a79a88cfb3f6ee0 SHA512 fc1d594eb23486163081360f63c63ee6b81e7cc72f97c3c5a377d7cfd7f93ce1ae0228ba9bd3032f9d1e2ea68150524bbb4a98b73507458d6e23692b35de3151
diff --git a/dev-gap/atlasrep/atlasrep-2.1.8.ebuild b/dev-gap/atlasrep/atlasrep-2.1.8.ebuild
deleted file mode 100644
index b1ef24694fdd..000000000000
--- a/dev-gap/atlasrep/atlasrep-2.1.8.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gap-pkg
-
-DESCRIPTION="GAP Interface to the Atlas of Group Representations"
-
-# How to make the test data:
-#
-# gap> SetUserPreference("AtlasRep", "AtlasRepDataDirectory", "some-dir");
-# gap> SetUserPreference("AtlasRep", "AtlasRepAccessRemoteFiles", true);
-# gap> TestPackage("atlasrep"); TestPackage("orb"); ...
-#
-# Then tar up some-dir. This runs the test suite with downloading enabled,
-# so you wind up downloading all of the data you need into some-dir (which
-# has to be writable).
-SRC_URI="https://www.math.rwth-aachen.de/~Thomas.Breuer/atlasrep/${P}.tar.gz
- https://www.math.rwth-aachen.de/homes/Thomas.Breuer/atlasrep/atlasrepdata.tar.gz
- https://dev.gentoo.org/~mjo/distfiles/${PN}-2.1.7-testdata.tar.xz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~riscv"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-gap/io
- dev-gap/utils"
-
-BDEPEND="test? (
- dev-gap/tomlib
-)"
-gap-pkg_enable_tests
-
-PATCHES=(
- "${FILESDIR}/${PN}-2.1.7-no-remote-access.patch"
- "${FILESDIR}/${PN}-2.1.7-non-writable-data-dir.patch"
-)
-
-GAP_PKG_EXTRA_INSTALL=(
- atlasprm.json
- atlasprm_SHA.json
- bibl
- dataext
- datagens
- datapkg
- dataword
-)
-
-src_prepare() {
- # Move the pre-downloaded data into the empty directories where the
- # package expects them to be. The archive atlasrepdata.tar.gz
- # expands to a directory called "atlasrep".
- for s in ext gens word; do
- mv "${WORKDIR}/atlasrep/data${s}/"* "data${s}"/ || die
- done
- rm data{gens,word}/dummy || die
-
- default
-}
diff --git a/dev-gap/atlasrep/atlasrep-2.1.9.ebuild b/dev-gap/atlasrep/atlasrep-2.1.9.ebuild
index 30767e9aedc7..c855ee9997f7 100644
--- a/dev-gap/atlasrep/atlasrep-2.1.9.ebuild
+++ b/dev-gap/atlasrep/atlasrep-2.1.9.ebuild
@@ -22,7 +22,7 @@ SRC_URI="https://www.math.rwth-aachen.de/~Thomas.Breuer/atlasrep/${P}.tar.gz
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="amd64 ~riscv"
IUSE="test"
RESTRICT="!test? ( test )"
diff --git a/dev-gap/autodoc/Manifest b/dev-gap/autodoc/Manifest
index b553ea04230c..ee7e812bc30b 100644
--- a/dev-gap/autodoc/Manifest
+++ b/dev-gap/autodoc/Manifest
@@ -1,2 +1 @@
-DIST autodoc-2022.10.20.tar.gz 520766 BLAKE2B 60967b2d7ec6e099de2914dde1072d47fd6ffe93cc44ccd513a6fe4b16512577a756280aca33f3defc593f5cf3d871f21f936c868cfdfea5a4fbeb06ef6436c6 SHA512 f87821cc37fca064cb74400ee9216d93dd7df44c1dae4287742455e0b55081a237e59e4319f46f10b9d3058ec23cd82ab38e00ad5e09f37692c72d8092c45d12
DIST autodoc-2023.06.19.tar.gz 519831 BLAKE2B de66c4bb626ac9d6358f0d0dd00c29b761e66299fdd90492a217b42f130f09d358673a0ba5031a023489a1aa97529b793c143437be4b77b4a1433148df8ee899 SHA512 defb51fa3b4de066495be5231a3229458d9ad5691677f9a1ef0de0c811bd1283afa3f8a6d039455ec5216c8e6a3037ae86544eb50aa5d2b39718d26d3a74d138
diff --git a/dev-gap/autodoc/autodoc-2022.10.20.ebuild b/dev-gap/autodoc/autodoc-2022.10.20.ebuild
deleted file mode 100644
index 9ec0544e9df0..000000000000
--- a/dev-gap/autodoc/autodoc-2022.10.20.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gap-pkg
-
-DESCRIPTION="Generate documentation from GAP source code"
-SRC_URI="https://github.com/gap-packages/${PN}/releases/download/v${PV}/${P}.tar.gz"
-S="${WORKDIR}/AutoDoc-${PV}"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~riscv"
-
-# The test suite tries to LoadPackage this
-BDEPEND="test? ( dev-gap/io )"
-gap-pkg_enable_tests
-
-src_prepare() {
- default
- rm -f makefile || die
-}
diff --git a/dev-gap/autodoc/autodoc-2023.06.19.ebuild b/dev-gap/autodoc/autodoc-2023.06.19.ebuild
index 63d3cc526f72..c1a12691b7b9 100644
--- a/dev-gap/autodoc/autodoc-2023.06.19.ebuild
+++ b/dev-gap/autodoc/autodoc-2023.06.19.ebuild
@@ -11,7 +11,7 @@ S="${WORKDIR}/AutoDoc-${PV}"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="amd64 ~riscv"
# The test suite tries to LoadPackage this
BDEPEND="test? ( dev-gap/io )"
diff --git a/dev-gap/io/Manifest b/dev-gap/io/Manifest
index e0dbe3b40693..39d6d1e9a715 100644
--- a/dev-gap/io/Manifest
+++ b/dev-gap/io/Manifest
@@ -1,2 +1 @@
-DIST io-4.8.2.tar.bz2 587425 BLAKE2B 1c8e9cb398b64823f0cdcaa7be5c81b22ae852ff812e24005e0e4462d6f0880fc9e1fd221e57bc7baa25e14c7bf742a377721f8209c4dfe03a67d5d72b60a603 SHA512 84738ce4e09eeb896b7d2f1f187e90da5ca08dbe8b0066dfa41d425cc989c78fc5c37729fb04a77bdc22e9a692c061be05f8d0719bfc0e0ea94f57987108ba78
DIST io-4.9.1.tar.bz2 604698 BLAKE2B d2ddf796053db95fa64142b614840a8fad2984aa5f4a55e0ca9c9b9ed53e28d0fada7ef8a598184ffb946f185b78fcb7feaac706e7f4b303e3e047b3c79f5793 SHA512 b1c24b7c3299016a6bd54b54cced05f89bc154b99cff96ddc854b84bfbd8b14f5c48c7610c12b76fe8e221be25a3d17780df30a838c3d563802669dc2552fccd
diff --git a/dev-gap/io/io-4.8.2-r1.ebuild b/dev-gap/io/io-4.8.2-r1.ebuild
deleted file mode 100644
index b3f521e442b1..000000000000
--- a/dev-gap/io/io-4.8.2-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools gap-pkg
-
-DESCRIPTION="Bindings for low level C library I/O routines"
-SRC_URI="https://github.com/gap-packages/${PN}/releases/download/v${PV}/${P}.tar.bz2"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~riscv"
-IUSE="examples"
-
-DEPEND="sci-mathematics/gap:="
-RDEPEND="${DEPEND}"
-
-# backport, merged upstream already
-PATCHES=( "${FILESDIR}/${P}-fix-failed-assertion.patch" )
-
-gap-pkg_enable_tests
-
-src_prepare() {
- default
-
- # These tests require network access
- rm tst/http.g || die
- sed -e 's/"http.g", //' -i tst/testgap.tst || die
-
- # Support pathological CFLAGS
- eautoreconf
-}
-
-src_install() {
- # There's no install target for the autotools build system
- gap-pkg_src_install
-
- if use examples; then
- docinto examples
- dodoc example/*
- fi
-}
diff --git a/dev-gap/io/io-4.9.1.ebuild b/dev-gap/io/io-4.9.1.ebuild
index 7a7d151f8148..085a645e6d4b 100644
--- a/dev-gap/io/io-4.9.1.ebuild
+++ b/dev-gap/io/io-4.9.1.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
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/gap-packages/${PN}/releases/download/v${PV}/${P}.tar
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="amd64 ~riscv"
IUSE="examples"
DEPEND="sci-mathematics/gap:="
diff --git a/dev-gap/laguna/Manifest b/dev-gap/laguna/Manifest
index c152cd70d57f..50d2348a4f5d 100644
--- a/dev-gap/laguna/Manifest
+++ b/dev-gap/laguna/Manifest
@@ -1,2 +1 @@
-DIST laguna-3.9.6.tar.gz 512654 BLAKE2B cf2f2ef444761b246e3ab670a86d58190e535661f01ab23850644d911a4e8d0a473559c6d7aa67e821b6ccefc5d34a9a36146269b136740c7441ebf174deefaa SHA512 dc00485e629481ff1bf4cf8e2eaa0c048abf292e93709d5c59ee2a5fd4ebafccfe330527846b60ae7304ba61885272b864955100ea61582eb92a03e5dfb7d7b4
DIST laguna-3.9.7.tar.gz 549773 BLAKE2B c8c41474cd967279226c3cf06cc17d49555a60abf0ead981509495402cd8c9db346c2c5467f4c484894e35a9b3cbaac2fdf4c1a22b8791f53457ec5f3bf97b64 SHA512 dd25f99b0361d1d6f8c285f4531b19893c03744a9b81783d7f32691e49274956011f8931d40f93c454ccd164213966714d9b107206d8fa502aef259cacf9dd68
diff --git a/dev-gap/laguna/laguna-3.9.6.ebuild b/dev-gap/laguna/laguna-3.9.6.ebuild
deleted file mode 100644
index 1731e665b985..000000000000
--- a/dev-gap/laguna/laguna-3.9.6.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gap-pkg
-
-DESCRIPTION="Lie AlGebras and UNits of group Algebras"
-SRC_URI="https://github.com/gap-packages/${PN}/releases/download/v${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~riscv"
-
-gap-pkg_enable_tests
diff --git a/dev-gap/laguna/laguna-3.9.7.ebuild b/dev-gap/laguna/laguna-3.9.7.ebuild
index f1483e4b1149..8eedb84f8913 100644
--- a/dev-gap/laguna/laguna-3.9.7.ebuild
+++ b/dev-gap/laguna/laguna-3.9.7.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
@@ -10,6 +10,6 @@ SRC_URI="https://github.com/gap-packages/${PN}/releases/download/v${PV}/${P}.tar
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="amd64 ~riscv"
gap-pkg_enable_tests
diff --git a/dev-gap/smallgrp/Manifest b/dev-gap/smallgrp/Manifest
index c0faed3ba85b..d854727fabe2 100644
--- a/dev-gap/smallgrp/Manifest
+++ b/dev-gap/smallgrp/Manifest
@@ -1,2 +1 @@
-DIST SmallGrp-1.5.3.tar.gz 20122081 BLAKE2B 91d016c153a189e0505ab52af8aa10f9f5eba90363c7e47258bc589caa5d0bb57faf2fcba99b0a804b3589fbc3a686a923debd68ab790689c7abe62bfbcb9f1a SHA512 4ba88df20ed71cddb2f72d7b9a74b2262aca318e15ce3232e73f7b995d6372caad23b1390030b64cc3a7fdbae5e215f0a20dcad98a2859197187096b01e5da88
DIST SmallGrp-1.5.4.tar.gz 20123364 BLAKE2B db2712ca0b9ba3f9b100a85243ce9b50ad7e1940775c2d0767d5dfe211c8481922df0d891f457b7280108459b156b72e7e124cb0dfc2d597239c1317627a4b3f SHA512 715f6a2dd2740457d1a1fa27a680e4457db10b2eccf1ea2b18ba1aee282e8a6ed39abee1fd153a51a9678249e511de8eb396a6b98d301d01aaf6adb12d3715d1
diff --git a/dev-gap/smallgrp/smallgrp-1.5.3.ebuild b/dev-gap/smallgrp/smallgrp-1.5.3.ebuild
deleted file mode 100644
index 36c76d21269f..000000000000
--- a/dev-gap/smallgrp/smallgrp-1.5.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gap-pkg
-
-MY_P="SmallGrp-${PV}"
-DESCRIPTION="The GAP Small Groups Library"
-SRC_URI="https://github.com/gap-packages/smallgrp/releases/download/v${PV}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="amd64 ~riscv"
-
-RDEPEND="dev-gap/gapdoc"
-gap-pkg_enable_tests
-
-src_install() {
- # Define the variable here so globbing will work
- GAP_PKG_EXTRA_INSTALL=( id* small* )
- gap-pkg_src_install
-}
diff --git a/dev-gap/smallgrp/smallgrp-1.5.4.ebuild b/dev-gap/smallgrp/smallgrp-1.5.4.ebuild
index f06844cf5d8a..f09573ce3321 100644
--- a/dev-gap/smallgrp/smallgrp-1.5.4.ebuild
+++ b/dev-gap/smallgrp/smallgrp-1.5.4.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
@@ -12,7 +12,7 @@ S="${WORKDIR}/${MY_P}"
LICENSE="Artistic-2"
SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="amd64 ~riscv"
RDEPEND="dev-gap/gapdoc"
gap-pkg_enable_tests
diff --git a/dev-gap/utils/Manifest b/dev-gap/utils/Manifest
index 3d8d12dbedf8..6b8ac3019f28 100644
--- a/dev-gap/utils/Manifest
+++ b/dev-gap/utils/Manifest
@@ -1,2 +1 @@
-DIST utils-0.84.tar.gz 531664 BLAKE2B f1b8acbfa6ed2154264a7ba556290032b2d23e4d61deb94e376b4d32e28fac934b64be0768ce1c13d4f33e169f9f8161ab7269dc6d66a68bc9338880987bed27 SHA512 3a820835bf5edcb5dd904ae32207340615818f8c17ebbe87a88666ff9e0034c920733e99bd3a6a26455d0af818d87f29c6fae960afde1bc78f2d2a2cb9564369
DIST utils-0.87.tar.gz 573198 BLAKE2B 2a168b5127254b78c93cd30630a974d2ea8f1062f2135561d8b7d7d1b4a318b9740ac9134c8a6e82ccdfbdc4f4ec7a93bfdfa0867661f6c5b928f2f38e7ca720 SHA512 d8422e2f9ece07ab88248c234fe4089b52613a52a6acf553bd407a79edb7c44e19b2227651cb0a17908c4756bdc61cebf642aee68a91592d6710901308572bda
diff --git a/dev-gap/utils/utils-0.84.ebuild b/dev-gap/utils/utils-0.84.ebuild
deleted file mode 100644
index c0ca2ffc4227..000000000000
--- a/dev-gap/utils/utils-0.84.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gap-pkg
-
-DESCRIPTION="Utility functions in GAP"
-SRC_URI="https://github.com/gap-packages/${PN}/releases/download/v${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~riscv"
-
-RDEPEND="dev-gap/autodoc
- dev-gap/polycyclic"
-
-DOCS=( CHANGES.md README.md )
-
-gap-pkg_enable_tests
-
-src_prepare() {
- # disable network tests
- rm tst/download.tst || die
- default
-}
diff --git a/dev-gap/utils/utils-0.87.ebuild b/dev-gap/utils/utils-0.87.ebuild
index fd5ecd46bb4c..b907e2261b43 100644
--- a/dev-gap/utils/utils-0.87.ebuild
+++ b/dev-gap/utils/utils-0.87.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
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/gap-packages/${PN}/releases/download/v${PV}/${P}.tar
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="amd64 ~riscv"
RDEPEND="dev-gap/autodoc
dev-gap/polycyclic"