diff options
| author | Michael Orlitzky <mjo@gentoo.org> | 2025-06-21 17:45:30 -0400 |
|---|---|---|
| committer | Michael Orlitzky <mjo@gentoo.org> | 2025-06-21 17:45:46 -0400 |
| commit | ee1fea16cae59620743f47b27c1f882fc469beb3 (patch) | |
| tree | cbe3590e96b8f442a4d2978bf5908cc17b6a08e2 /dev-gap/datastructures/datastructures-0.3.3.ebuild | |
| parent | 451ed1a3871127d14f112c017c36f40c6aea3caf (diff) | |
| download | gentoo-ee1fea16cae59620743f47b27c1f882fc469beb3.tar.gz gentoo-ee1fea16cae59620743f47b27c1f882fc469beb3.tar.bz2 gentoo-ee1fea16cae59620743f47b27c1f882fc469beb3.zip | |
dev-gap/datastructures: add 0.3.3, drop 0.3.1
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'dev-gap/datastructures/datastructures-0.3.3.ebuild')
| -rw-r--r-- | dev-gap/datastructures/datastructures-0.3.3.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-gap/datastructures/datastructures-0.3.3.ebuild b/dev-gap/datastructures/datastructures-0.3.3.ebuild new file mode 100644 index 000000000000..3ef341c45dfc --- /dev/null +++ b/dev-gap/datastructures/datastructures-0.3.3.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2025 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 |
