dev-gap/io: drop 4.8.2-r1

Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
This commit is contained in:
Michael Orlitzky
2025-04-28 07:21:17 -04:00
parent 4839c91833
commit 4ed04c3271
2 changed files with 0 additions and 44 deletions

View File

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

View File

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