commit:     933abc91ea832ffbca0f6441d5116e64f93ed52c
Author:     Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr>
AuthorDate: Tue Oct 21 04:40:46 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 21 15:18:51 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=933abc91

app-accessibility/edbrowse: drop 3.8.2.1-r2

Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr>
Part-of: https://github.com/gentoo/gentoo/pull/44269
Closes: https://github.com/gentoo/gentoo/pull/44269
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-accessibility/edbrowse/Manifest                |  2 -
 .../edbrowse/edbrowse-3.8.2.1-r2.ebuild            | 63 ----------------------
 .../edbrowse-3.8.2.1-quickjs-respect-flags.patch   | 41 --------------
 .../files/edbrowse-3.8.2.1-respect-ldflags.patch   | 13 -----
 4 files changed, 119 deletions(-)

diff --git a/app-accessibility/edbrowse/Manifest 
b/app-accessibility/edbrowse/Manifest
index 7dd7b61b89ed..15b3bc018fef 100644
--- a/app-accessibility/edbrowse/Manifest
+++ b/app-accessibility/edbrowse/Manifest
@@ -1,6 +1,4 @@
 DIST edbrowse-3.8.12.tar.gz 1084438 BLAKE2B 
f8a2d7fa90b6339dcd820b0fa22ee9ba2c30af6dd58fcd6a6ee72061e190b6397e72cc03b239f123c834a868657652babc7d870600b52352ef817319a66ccf3b
 SHA512 
124dc0a5154837d4e017f6c8f9ce7882ead8e70f22f42a43cfb701133fdc598608dadf6a54434f68fa1e0c647b9f7351aa490a61b99819816bb66ecd832fbad0
 DIST edbrowse-3.8.13.tar.gz 1095751 BLAKE2B 
09e951a6daf37eeea9ac85181a75a408d6b5fb2db601b91a8c4609f3e0c3657b028563a82335ce61fa2d341d166c8debe3e8410740792db07640de7912d7f285
 SHA512 
5911838e9ff54745db0dd250d0a4b7c63aec0c4d986c36493e194fca6524477f3386ea829cb93ab2ef79775fd26b4eb62458e90030fbc7f0a00dfb853f3df66c
-DIST edbrowse-3.8.2.1.tar.gz 909574 BLAKE2B 
e5358861f6747dfe12498403b2d4761ab16dabc513fe94455d88c44e07793fb1128b0c1b7ebdf9ef922e371148182f8127f67f11eb123877e804858cb7e6378b
 SHA512 
b5774a836efe96aae77052b02f6fcc85920b5f86a6ab8436a6dc363d81531b30e7f9c7555aacb20af27e59565042bdd685eed2acd4dfde8b99e2ad0358f19927
 DIST quickjs-1fdc768fdc8571300755cdd3e4654ce99c0255ce.tar.gz 593055 BLAKE2B 
f06408d0f65be94222023a00a7693af9bc2acb38af1a61688f80630a647d7e2fe5725a4da9fd0aae40455d3085d2c13f372e7ac5ccb59198e529e4463a39a5d5
 SHA512 
bfe1fc3d7441726227182528f1cb8baf01be835e38d638e25fe499f3b33fe59d6e307f2fb60855583cc84184c73b4c37934221fa2668909293139ccb9c1282e8
-DIST quickjs-2788d71.tar.gz 599260 BLAKE2B 
67618f491c3efd1aa15a8906557983dd7123a3cfb2584f2f499f005667ccac4ded1c77934d2807cfce9e042572c6c41d63982b3df7afab5b2c67f4ce9f357879
 SHA512 
4493d11bc60855711955e0159e9f568d7e3db59c9843ef3aae00846f82c5e33f501372f7f5861b431353355f400f77720f3265963ea7bc0e38635ab5b89a27a0
 DIST quickjs-eb2c89087def1829ed99630cb14b549d7a98408c.tar.gz 608712 BLAKE2B 
0671de5f4886b378d37bbb067f5b1aab226d876090ef97b28422505d1aaf286738af317cf6946b19347ab6b4af46a231ae140e95467d4c4f79ac652c8b07bf7a
 SHA512 
0377ce8046afcf5a7733031b35ef870959dcf52923c887628d1a9afeff411c9b0e96788327344594d4f25c038ad3671f86930ad74af98f5a77f12f75ea6f4118

diff --git a/app-accessibility/edbrowse/edbrowse-3.8.2.1-r2.ebuild 
b/app-accessibility/edbrowse/edbrowse-3.8.2.1-r2.ebuild
deleted file mode 100644
index 49a249f77266..000000000000
--- a/app-accessibility/edbrowse/edbrowse-3.8.2.1-r2.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit edo toolchain-funcs
-
-QUICKJS_HASH=2788d71e823b522b178db3b3660ce93689534e6d
-QUICKJS_SHORT=2788d71
-QUICKJS_S="${WORKDIR}/quickjs-${QUICKJS_HASH}"
-QUICKJS_P="quickjs-${QUICKJS_SHORT}"
-
-DESCRIPTION="Combination editor, browser, and mail client that is 100% text 
based"
-HOMEPAGE="https://edbrowse.org";
-SRC_URI="https://github.com/CMB/edbrowse/archive/v${PV}.tar.gz -> ${P}.tar.gz
-       https://github.com/bellard/quickjs/archive/${QUICKJS_HASH}.tar.gz -> 
${QUICKJS_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
-
-RDEPEND="
-       >=app-text/htmltidy-5.0.0:=
-       dev-db/unixODBC
-       dev-libs/libpcre2:=
-       net-misc/curl
-       sys-libs/readline:=
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-       dev-lang/perl
-       sys-apps/ed
-       virtual/pkgconfig
-"
-
-PATCHES=(
-       "${FILESDIR}/${P}"-respect-ldflags.patch
-)
-
-src_prepare() {
-       default
-
-       cd "${QUICKJS_S}" || die
-       eapply "${FILESDIR}/${P}"-quickjs-respect-flags.patch
-}
-
-src_compile() {
-       # First build quickjs so we can link to its static library.
-       # Also, quickjs doesn't appear to tag releases.
-       edo tools/quickjobfixup "${QUICKJS_S}"
-       emake -C "${QUICKJS_S}" CC="$(tc-getCC)" AR="$(tc-getAR)" libquickjs.a
-
-       tc-export CC
-       emake -C src QUICKJS_DIR="${QUICKJS_S}" STRIP=
-}
-
-src_install() {
-       dobin src/edbrowse
-       newman doc/man-edbrowse-debian.1 edbrowse.1
-       DOCS="doc/sample*"
-       HTML_DOCS="doc/*.html"
-       einstalldocs
-}

diff --git 
a/app-accessibility/edbrowse/files/edbrowse-3.8.2.1-quickjs-respect-flags.patch 
b/app-accessibility/edbrowse/files/edbrowse-3.8.2.1-quickjs-respect-flags.patch
deleted file mode 100644
index f0af474427f0..000000000000
--- 
a/app-accessibility/edbrowse/files/edbrowse-3.8.2.1-quickjs-respect-flags.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-* Don't overwrite CFLAGS
-* Respect CPPFLAGS
-
---- a/Makefile
-+++ b/Makefile
-@@ -66,7 +66,7 @@
- ifdef CONFIG_CLANG
-   HOST_CC=clang
-   CC=$(CROSS_PREFIX)clang
--  CFLAGS=-g -Wall -MMD -MF $(OBJDIR)/$(@F).d
-+  CFLAGS += -Wall -MMD -MF $(OBJDIR)/$(@F).d
-   CFLAGS += -Wextra
-   CFLAGS += -Wno-sign-compare
-   CFLAGS += -Wno-missing-field-initializers
-@@ -87,7 +87,7 @@
- else
-   HOST_CC=gcc
-   CC=$(CROSS_PREFIX)gcc
--  CFLAGS=-g -Wall -MMD -MF $(OBJDIR)/$(@F).d
-+  CFLAGS += -Wall -MMD -MF $(OBJDIR)/$(@F).d
-   CFLAGS += -Wno-array-bounds -Wno-format-truncation
-   ifdef CONFIG_LTO
-     AR=$(CROSS_PREFIX)gcc-ar
-@@ -110,7 +110,7 @@
- CFLAGS+=$(DEFINES)
- CFLAGS_DEBUG=$(CFLAGS) -O0
- CFLAGS_SMALL=$(CFLAGS) -Os
--CFLAGS_OPT=$(CFLAGS) -O2
-+CFLAGS_OPT=$(CFLAGS)
- CFLAGS_NOLTO:=$(CFLAGS_OPT)
- LDFLAGS=-g
- ifdef CONFIG_LTO
-@@ -269,7 +269,7 @@
-       $(CC) $(CFLAGS_OPT) -fPIC -DJS_SHARED_LIBRARY -c -o $@ $<
- 
- $(OBJDIR)/%.nolto.o: %.c | $(OBJDIR)
--      $(CC) $(CFLAGS_NOLTO) -c -o $@ $<
-+      $(CC) $(CFLAGS_NOLTO) $(CPPFLAGS) -c -o $@ $<
- 
- $(OBJDIR)/%.m32.o: %.c | $(OBJDIR)
-       $(CC) -m32 $(CFLAGS_OPT) -c -o $@ $<

diff --git 
a/app-accessibility/edbrowse/files/edbrowse-3.8.2.1-respect-ldflags.patch 
b/app-accessibility/edbrowse/files/edbrowse-3.8.2.1-respect-ldflags.patch
deleted file mode 100644
index 3b511e1d2b38..000000000000
--- a/app-accessibility/edbrowse/files/edbrowse-3.8.2.1-respect-ldflags.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/makefile b/src/makefile
-index d65369a3..410d3e9d 100644
---- a/src/makefile
-+++ b/src/makefile
-@@ -31,7 +31,7 @@ endif
- CFLAGS += $(DEBUGFLAGS)
- 
- #  Libraries and linker flags for edbrowse.
--LDFLAGS = $(STRIP) $(LINKER_LIBS) -lpthread -lm
-+LDFLAGS += $(STRIP) $(LINKER_LIBS) -lpthread -lm
- 
- # LDFLAGS for quickjs loading.
- QUICKJS_LDFLAGS = $(QUICKJS_DIR)/libquickjs.a -ldl

Reply via email to