commit:     091a1d7530970bf5467338661919349f65d2c4e2
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Fri Jul  4 11:41:12 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jul  4 20:10:41 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=091a1d75

dev-libs/gumbo: drop 0.13.0

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
Closes: https://github.com/gentoo/gentoo/pull/42862
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-libs/gumbo/Manifest            |  1 -
 dev-libs/gumbo/gumbo-0.13.0.ebuild | 41 --------------------------------------
 2 files changed, 42 deletions(-)

diff --git a/dev-libs/gumbo/Manifest b/dev-libs/gumbo/Manifest
index 1508b0f77074..52cecfec9f49 100644
--- a/dev-libs/gumbo/Manifest
+++ b/dev-libs/gumbo/Manifest
@@ -1,2 +1 @@
-DIST gumbo-0.13.0.tar.gz 2114279 BLAKE2B 
21dd11312b4c8043810d03b62949313f5e69abbef2cc032c5d2a5d5d9a65d4711a7473dc7d4e3fcde7b15ad5b9df8d18d2eb2b1bdae4ec0ed236092ac3331bdf
 SHA512 
b87694179f35490fc25c6100c3bd81019926954e4838886d50698158e2a5bbb36f119cb086dfad05ff867a80b7bed8ada8bcbbf83bd1a151fb43921b66d9b61e
 DIST gumbo-0.13.1.tar.gz 2115080 BLAKE2B 
f6fd8fa818b58adbf6ed9d7ffe1d44a2d9902570addd6fe1c384273c965d345ba04f7a09ccb7860c2d065f5ee2a9193140ea753b08261bf8f3077d69a90bfc85
 SHA512 
22bdaac728e79fb176ea82d40bfab77500a85952d731f832ffa6defb48264a1f108a9bbde19fd60e9d829d23059feab0744b4dabf887997596892b815cb26f17

diff --git a/dev-libs/gumbo/gumbo-0.13.0.ebuild 
b/dev-libs/gumbo/gumbo-0.13.0.ebuild
deleted file mode 100644
index 40425819a77a..000000000000
--- a/dev-libs/gumbo/gumbo-0.13.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="The HTML5 parsing algorithm implemented as a pure C99 library"
-HOMEPAGE="https://codeberg.org/gumbo-parser/gumbo-parser";
-SRC_URI="https://codeberg.org/grisha/gumbo-parser/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}/gumbo-parser"
-
-LICENSE="Apache-2.0"
-SLOT="0/3" # gumbo SONAME
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 
~sparc x86 ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-DEPEND="test? ( dev-cpp/gtest )"
-BDEPEND="doc? ( app-text/doxygen )"
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-src_compile() {
-       default
-
-       if use doc; then
-               doxygen || die "doxygen failed"
-               HTML_DOCS=( docs/html/. )
-       fi
-}
-
-src_install() {
-       default
-       use doc && doman docs/man/man3/*
-
-       find "${ED}" -name '*.la' -delete || die
-}

Reply via email to