commit:     036bf12d32ba8910cf601224f33655e29afb6939
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 28 14:20:44 2025 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Mon Apr 28 14:20:44 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=036bf12d

dev-gap/autodoc: drop 2022.10.20

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

 dev-gap/autodoc/Manifest                  |  1 -
 dev-gap/autodoc/autodoc-2022.10.20.ebuild | 23 -----------------------
 2 files changed, 24 deletions(-)

diff --git a/dev-gap/autodoc/Manifest b/dev-gap/autodoc/Manifest
index b553ea04230c..ee7e812bc30b 100644
--- a/dev-gap/autodoc/Manifest
+++ b/dev-gap/autodoc/Manifest
@@ -1,2 +1 @@
-DIST autodoc-2022.10.20.tar.gz 520766 BLAKE2B 
60967b2d7ec6e099de2914dde1072d47fd6ffe93cc44ccd513a6fe4b16512577a756280aca33f3defc593f5cf3d871f21f936c868cfdfea5a4fbeb06ef6436c6
 SHA512 
f87821cc37fca064cb74400ee9216d93dd7df44c1dae4287742455e0b55081a237e59e4319f46f10b9d3058ec23cd82ab38e00ad5e09f37692c72d8092c45d12
 DIST autodoc-2023.06.19.tar.gz 519831 BLAKE2B 
de66c4bb626ac9d6358f0d0dd00c29b761e66299fdd90492a217b42f130f09d358673a0ba5031a023489a1aa97529b793c143437be4b77b4a1433148df8ee899
 SHA512 
defb51fa3b4de066495be5231a3229458d9ad5691677f9a1ef0de0c811bd1283afa3f8a6d039455ec5216c8e6a3037ae86544eb50aa5d2b39718d26d3a74d138

diff --git a/dev-gap/autodoc/autodoc-2022.10.20.ebuild 
b/dev-gap/autodoc/autodoc-2022.10.20.ebuild
deleted file mode 100644
index 9ec0544e9df0..000000000000
--- a/dev-gap/autodoc/autodoc-2022.10.20.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gap-pkg
-
-DESCRIPTION="Generate documentation from GAP source code"
-SRC_URI="https://github.com/gap-packages/${PN}/releases/download/v${PV}/${P}.tar.gz";
-S="${WORKDIR}/AutoDoc-${PV}"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~riscv"
-
-# The test suite tries to LoadPackage this
-BDEPEND="test? ( dev-gap/io )"
-gap-pkg_enable_tests
-
-src_prepare() {
-       default
-       rm -f makefile || die
-}

Reply via email to