commit:     4ed04c3271457a3e773c2cb87ef5af7901b61b79
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 28 11:21:17 2025 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Mon Apr 28 11:26:13 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ed04c32

dev-gap/io: drop 4.8.2-r1

Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 dev-gap/io/Manifest           |  1 -
 dev-gap/io/io-4.8.2-r1.ebuild | 43 -------------------------------------------
 2 files changed, 44 deletions(-)

diff --git a/dev-gap/io/Manifest b/dev-gap/io/Manifest
index e0dbe3b40693..39d6d1e9a715 100644
--- a/dev-gap/io/Manifest
+++ b/dev-gap/io/Manifest
@@ -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

diff --git a/dev-gap/io/io-4.8.2-r1.ebuild b/dev-gap/io/io-4.8.2-r1.ebuild
deleted file mode 100644
index b3f521e442b1..000000000000
--- a/dev-gap/io/io-4.8.2-r1.ebuild
+++ /dev/null
@@ -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
-}

Reply via email to