diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:35:26 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:35:26 -0500 |
| commit | f716a9fe6455d39eef01e718aae68dae61c19704 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-gap/datastructures | |
| parent | 3f9cf298e89cd5037b982abba06091224ee76daf (diff) | |
| download | baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip | |
Adding metadata
Diffstat (limited to 'dev-gap/datastructures')
| -rw-r--r-- | dev-gap/datastructures/Manifest | 1 | ||||
| -rw-r--r-- | dev-gap/datastructures/datastructures-0.4.1.ebuild | 20 | ||||
| -rw-r--r-- | dev-gap/datastructures/metadata.xml | 45 |
3 files changed, 0 insertions, 66 deletions
diff --git a/dev-gap/datastructures/Manifest b/dev-gap/datastructures/Manifest deleted file mode 100644 index 07ba12b7cd1a..000000000000 --- a/dev-gap/datastructures/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST datastructures-0.4.1.tar.gz 353505 BLAKE2B 52bb3e8ed436f19de93b476bdb58d1137ff8dd6d4a9ab89be21ae536de9694864a64fc747c47689d6885f14327f08975c6097e95cf19a9b25673362f1c18aa75 SHA512 12bc593471d677c12cb61bbf908a8c24134c0b4bda02cde99d30a9b1e275348ccf2a6e0d0c177c3893637e1a35b78ddac1a9f0d4a12355a9fc4cc279fe251685 diff --git a/dev-gap/datastructures/datastructures-0.4.1.ebuild b/dev-gap/datastructures/datastructures-0.4.1.ebuild deleted file mode 100644 index 3b7818e73320..000000000000 --- a/dev-gap/datastructures/datastructures-0.4.1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit gap-pkg - -DESCRIPTION="Collection of standard data structures for GAP" -SRC_URI="https://github.com/gap-packages/datastructures/releases/download/v${PV}/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~riscv" - -DEPEND="sci-mathematics/gap:=" -RDEPEND="${DEPEND}" - -DOCS=( CHANGES.md README.md ) - -gap-pkg_enable_tests diff --git a/dev-gap/datastructures/metadata.xml b/dev-gap/datastructures/metadata.xml deleted file mode 100644 index 32d66c435d99..000000000000 --- a/dev-gap/datastructures/metadata.xml +++ /dev/null @@ -1,45 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>mjo@gentoo.org</email> - </maintainer> - <maintainer type="person"> - <email>frp.bissey@gmail.com</email> - <name>François Bissey</name> - </maintainer> - <maintainer type="project" proxied="proxy"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <maintainer type="project"> - <email>sci-mathematics@gentoo.org</email> - <name>Gentoo Mathematics Project</name> - </maintainer> - <longdescription lang="en"> - 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 - - </longdescription> - <upstream> - <remote-id type="github">gap-packages/datastructures</remote-id> - </upstream> -</pkgmetadata> |
