From ce163dcd0944d81d8406c9532b457535efca7a6d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 22 Jan 2024 16:48:54 +0000 Subject: gentoo auto-resync : 22:01:2024 - 16:48:54 --- dev-gap/datastructures/Manifest | 3 ++ dev-gap/datastructures/datastructures-0.3.0.ebuild | 25 ++++++++++++ dev-gap/datastructures/metadata.xml | 45 ++++++++++++++++++++++ 3 files changed, 73 insertions(+) create mode 100644 dev-gap/datastructures/Manifest create mode 100644 dev-gap/datastructures/datastructures-0.3.0.ebuild create mode 100644 dev-gap/datastructures/metadata.xml (limited to 'dev-gap/datastructures') diff --git a/dev-gap/datastructures/Manifest b/dev-gap/datastructures/Manifest new file mode 100644 index 000000000000..5386c3f8a428 --- /dev/null +++ b/dev-gap/datastructures/Manifest @@ -0,0 +1,3 @@ +DIST datastructures-0.3.0.tar.gz 410109 BLAKE2B dbc620686ea28c48b2b87b134044b35a13083cbad884ff07b0c3f266f55a661377800ef0f575287b3e08da6e7a2a9fe700eee6f41d7e6082c579792a13342e6d SHA512 8b680a006cd6c0adbe256abe0f3ae5c566aa9b4852f1bcb7f02c4512ea1b9f15b7597ab29d86508a7fd71e8dc5d64794895a22eb45ca74e52a4de1ce9f7d8612 +EBUILD datastructures-0.3.0.ebuild 571 BLAKE2B 4b3cd713f9053c14797d4239ed1d304ea85e84b7b27687d900fbf90fb15f42cd6680f819f3f7a3521b68644618c0e9c29775fd6f2f23764a88cae0b72e08f9de SHA512 fa4184c267e8ef735832fd159cc25fba5ed734b146f2691190721fcc07365db714219e50e75f94ec174f743a4bab78cd21a906400601f12ff94a1e62361440af +MISC metadata.xml 1560 BLAKE2B f5ff9fc5fc947f8c0bc2f8c8c05803f40a38f7e98724baa74c2931cffa3dd50b15ecc9125d299cedf78b488cf88785bd2c73009952d7d50674e83f0aba024b3d SHA512 c3658262f32624fdf99b09b19d7717480c0db570d6160649646c29a7d4df00bb4e33883204c2d447cb30f62cf3df0594bdf1f77fcab5eb88f54b8a3ca5533cbd diff --git a/dev-gap/datastructures/datastructures-0.3.0.ebuild b/dev-gap/datastructures/datastructures-0.3.0.ebuild new file mode 100644 index 000000000000..41d0e97f24c7 --- /dev/null +++ b/dev-gap/datastructures/datastructures-0.3.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit flag-o-matic gap-pkg + +DESCRIPTION="Collection of standard data structures for GAP" +SLOT="0" +SRC_URI="https://github.com/gap-packages/datastructures/releases/download/v${PV}/${P}.tar.gz" + +LICENSE="GPL-2+" +KEYWORDS="~amd64" + +DEPEND="sci-mathematics/gap" + +DOCS=( CHANGES.md README.md ) + +gap-pkg_enable_tests + +src_compile() { + # https://github.com/gap-packages/datastructures/issues/151 + append-cflags -Wno-error=strict-prototypes + gap-pkg_src_compile +} diff --git a/dev-gap/datastructures/metadata.xml b/dev-gap/datastructures/metadata.xml new file mode 100644 index 000000000000..32d66c435d99 --- /dev/null +++ b/dev-gap/datastructures/metadata.xml @@ -0,0 +1,45 @@ + + + + + mjo@gentoo.org + + + frp.bissey@gmail.com + François Bissey + + + proxy-maint@gentoo.org + Proxy Maintainers + + + sci-mathematics@gentoo.org + Gentoo Mathematics Project + + + The datastructures package aims at providing standard + datastructures, consolidating existing code and improving on it, in + particular in view of HPC-GAP. + + The datastructures package consists of two parts: interface + declarations and implementations. The goal of interface declarations + is to define standard interfaces for datastructures and decouple + them from the implementations. This enables easy exchangability of + implementations, for example for more efficient implementations, or + implementations more suited for parallelisation or sequential use. + + The datastructures package declares interfaces for the following + datastructures: + + * queues + * doubly linked lists + * heaps + * priority queues + * hash tables + * dictionaries + + + + gap-packages/datastructures + + -- cgit v1.2.3