dev-gap/utils: drop 0.84

Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
This commit is contained in:
Michael Orlitzky
2025-04-28 07:14:24 -04:00
parent bf696f0875
commit 559f16ea53
2 changed files with 0 additions and 27 deletions

View File

@@ -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

View File

@@ -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
}