commit:     4a42b919bd2739d90cee9a861c627322d7973de9
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  5 07:23:08 2026 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Thu Feb  5 07:23:08 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a42b919

gnustep-base/gnustep-base: drop 1.28.0-r3, 1.29.0-r1, 1.30.0-r1, 1.31.1

Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 gnustep-base/gnustep-base/Manifest                 |   3 -
 .../files/gnustep-base-1.28.0-c99.patch            |  67 ------------
 .../files/gnustep-base-1.29.0-libxml2-2.11.patch   |  23 ----
 .../gnustep-base/gnustep-base-1.28.0-r3.ebuild     |  72 -------------
 .../gnustep-base/gnustep-base-1.29.0-r1.ebuild     |  78 --------------
 .../gnustep-base/gnustep-base-1.30.0-r1.ebuild     |  77 --------------
 .../gnustep-base/gnustep-base-1.31.1.ebuild        | 117 ---------------------
 7 files changed, 437 deletions(-)

diff --git a/gnustep-base/gnustep-base/Manifest 
b/gnustep-base/gnustep-base/Manifest
index 7539e7e6218b..5afbc3b41b07 100644
--- a/gnustep-base/gnustep-base/Manifest
+++ b/gnustep-base/gnustep-base/Manifest
@@ -1,5 +1,2 @@
-DIST gnustep-base-1.28.0.tar.gz 4246622 BLAKE2B 
fdaa834ea3cb13b1d4717c2c7e6b59eff05d16e6a404ffed5f4ccfa2ee3db93ecfee5b95cc30be6a388f56fa28c67f1278ea298f222260dcc24abadaa1cb5e8f
 SHA512 
e173fab28aa1b1df38de4216916db18934422a1d372b9fe6a68a6ff21b2ac0be38aa02631179a8ad62a4f2848080223f34771b364b1c0eebc96c84778677c50b
-DIST gnustep-base-1.29.0.tar.gz 3697809 BLAKE2B 
9810e6220df79e75130e8e3cdda5d8c42e1e05351461920549e3163752eccc9fa4bb375c36a8b987877cf557140e961dda7e0fac1c1c9affdb38893567695ddf
 SHA512 
19e876f32e4dce403beeb5522ae942c23cc2b947217a38fd045a495d81b3734a8cf160fb768d8cff64c45d8ae63ba422658f705519786016d3e8216efe0a044c
-DIST gnustep-base-1.30.0.tar.gz 3730872 BLAKE2B 
e4ceb975f65efee16b50bd82af1fcec9e91c92c296f5c1a990254ce58845f8e1b5a58b725214e90aade704ff631e6e2ec87adf7a8dc85c7e783fd53297d9e862
 SHA512 
c13d77a502f053dce425aa80995c97c397afe07b2b6a794f3d129ff2810d018288af18f656d30fa071e34a1d2f74b80896f67538a4142b56058f3d39ee2719af
 DIST gnustep-base-1.31.1.tar.gz 3831129 BLAKE2B 
7bbab70fd5e78f75c0342d8d5a3e2175958a850b5ecc04fa6449e8a71aa998659755793d192c795865810d3b38ec10cfb284e7263a5ce301979930a25aa8a6ac
 SHA512 
6de3a935766d6b3075e60da71525511de940521dd50d604af1eb67681bd6aa4693b889e6655f39c96b53178a86623a4c4510be004487a28fddd175dec928c933
 DIST gnustep-base-1.31.1.tar.gz.sig 123 BLAKE2B 
014bcf2f34e91177022e0f98c65c8995b367715665106307f27d8a3934028b4dde0e9f6fae9e5089d1a1d9794e4b41b449622cc077eb0aa34ca921e9531cfcd6
 SHA512 
7c46c8ef8e385270c01738e46626118a102c086c72753d0b51198f671cb082ea16bfb55e68527a50ecb8554e94940e9f7ebf1e24f76a1ef42a33edec44e3cc67

diff --git a/gnustep-base/gnustep-base/files/gnustep-base-1.28.0-c99.patch 
b/gnustep-base/gnustep-base/files/gnustep-base-1.28.0-c99.patch
deleted file mode 100644
index 8b3fa94ebfa9..000000000000
--- a/gnustep-base/gnustep-base/files/gnustep-base-1.28.0-c99.patch
+++ /dev/null
@@ -1,67 +0,0 @@
-Add missing include files and implicit ints to support building
-with a compiler in strict(er) C99 mode.
-
-diff --git a/config/config.poll-dev.c b/config/config.poll-dev.c
-index 413a6a7ad307b8ed..ec323874064c8643 100644
---- a/config/config.poll-dev.c
-+++ b/config/config.poll-dev.c
-@@ -6,6 +6,7 @@
- #include <stdio.h>
- #include <fcntl.h>
- #include <poll.h>
-+#include <unistd.h>
- 
- int
- main()
-diff --git a/config/config.proccmd.c b/config/config.proccmd.c
-index b27d25a56d07b287..3e5a5a38792ee414 100644
---- a/config/config.proccmd.c
-+++ b/config/config.proccmd.c
-@@ -10,6 +10,8 @@
-   notice and this notice are preserved.
- */
- #include <stdio.h>
-+#include <unistd.h>
-+
- int main()
- {
-   char        buf[32];
-diff --git a/config/config.reuseaddr.c b/config/config.reuseaddr.c
-index 45276c8cdf793ba4..6061b7814ef5a457 100644
---- a/config/config.reuseaddr.c
-+++ b/config/config.reuseaddr.c
-@@ -31,7 +31,7 @@
- // Maximum data in single I/O operation
- #define       NETBUF_SIZE     4096
- 
--main()
-+int main()
- {
-   struct sockaddr_in  sin;
-   int size = sizeof(sin);
-diff --git a/config/config.vasprintf.c b/config/config.vasprintf.c
-index a3c755ec95c34155..f532502e1d3fba95 100644
---- a/config/config.vasprintf.c
-+++ b/config/config.vasprintf.c
-@@ -25,6 +25,6 @@ static int func(const char *fmt, ...)
- int main()
- {
-   if (func("1234", 0) == 4)
--    exit (0);
--  exit (-1);
-+    return 0;
-+  return -1;
- }
-diff --git a/config/config.vsprintf.c b/config/config.vsprintf.c
-index 01a383d6170ed9ff..a4a971e8029425bc 100644
---- a/config/config.vsprintf.c
-+++ b/config/config.vsprintf.c
-@@ -25,6 +25,6 @@ static int func(const char *fmt, ...)
- int main()
- {
-   if (func("1234", 0) == 4)
--    exit (0);
--  exit (-1);
-+    return 0;
-+  return -1;
- }

diff --git 
a/gnustep-base/gnustep-base/files/gnustep-base-1.29.0-libxml2-2.11.patch 
b/gnustep-base/gnustep-base/files/gnustep-base-1.29.0-libxml2-2.11.patch
deleted file mode 100644
index 84abdd59dc80..000000000000
--- a/gnustep-base/gnustep-base/files/gnustep-base-1.29.0-libxml2-2.11.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-https://bugs.gentoo.org/907226
-
-From 37913d006d96a6bdcb963f4ca4889888dcce6094 Mon Sep 17 00:00:00 2001
-From: Frederik Seiffert <[email protected]>
-Date: Wed, 3 May 2023 13:49:09 +0200
-Subject: [PATCH] Fix GSXML compatibility with libxml2 v2.11.0
-
-Fixes #294.
---- a/Source/Additions/GSXML.m
-+++ b/Source/Additions/GSXML.m
-@@ -2671,10 +2671,12 @@ + (void) initialize
-                   return NULL;
-                 }
-               ret->owner = 1;
-+#if LIBXML_VERSION < 21100
-               if (ret->checked == 0)
-                 {
-                   ret->checked = 1;
-                 }
-+#endif
-             }
-         }
-     }

diff --git a/gnustep-base/gnustep-base/gnustep-base-1.28.0-r3.ebuild 
b/gnustep-base/gnustep-base/gnustep-base-1.28.0-r3.ebuild
deleted file mode 100644
index 65f05677dde7..000000000000
--- a/gnustep-base/gnustep-base/gnustep-base-1.28.0-r3.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit gnustep-base toolchain-funcs
-
-DESCRIPTION="A library of general-purpose, non-graphical Objective C objects"
-HOMEPAGE="https://gnustep.github.io";
-SRC_URI="https://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz";
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="+gnutls +iconv +icu +libffi zeroconf"
-
-RDEPEND="${GNUSTEP_CORE_DEPEND}
-       >=gnustep-base/gnustep-make-2.6.0
-       gnutls? ( net-libs/gnutls:= )
-       iconv? ( virtual/libiconv )
-       icu? ( >=dev-libs/icu-49.0:= )
-       !libffi? ( dev-libs/ffcall
-               gnustep-base/gnustep-make[-native-exceptions] )
-       libffi? ( dev-libs/libffi:= )
-       >=dev-libs/libxml2-2.6:=
-       >=dev-libs/libxslt-1.1
-       >=dev-libs/gmp-4.1:=
-       >=virtual/zlib-1.2:=
-       zeroconf? ( net-dns/avahi )"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-1.26.0-no_compress_man.patch
-       "${FILESDIR}"/${P}-c99.patch
-)
-
-src_configure() {
-       egnustep_env
-
-       local myconf
-       if use libffi ; then
-               myconf="--enable-libffi --disable-ffcall 
--with-ffi-include=$($(tc-getPKG_CONFIG) --variable=includedir libffi)"
-       else
-               myconf="--disable-libffi --enable-ffcall"
-       fi
-
-       myconf="$myconf $(use_enable gnutls tls)"
-       myconf="$myconf $(use_enable iconv)"
-       myconf="$myconf $(use_enable icu)"
-       myconf="$myconf $(use_enable zeroconf)"
-       myconf="$myconf --with-xml-prefix=${EPREFIX}/usr"
-       myconf="$myconf --with-gmp-include=${EPREFIX}/usr/include 
--with-gmp-library=${EPREFIX}/usr/lib"
-       myconf="$myconf 
--with-default-config=${EPREFIX}/etc/GNUstep/GNUstep.conf"
-
-       econf $myconf
-}
-
-src_install() {
-       # We need to set LD_LIBRARY_PATH because the doc generation program
-       # uses the gnustep-base libraries.  Since egnustep_env "cleans the
-       # environment" including our LD_LIBRARY_PATH, we're left no choice
-       # but doing it like this.
-
-       egnustep_env
-       egnustep_install
-
-       if use doc ; then
-               export LD_LIBRARY_PATH="${S}/Source/obj:${LD_LIBRARY_PATH}"
-               egnustep_doc
-       fi
-       egnustep_install_config
-}

diff --git a/gnustep-base/gnustep-base/gnustep-base-1.29.0-r1.ebuild 
b/gnustep-base/gnustep-base/gnustep-base-1.29.0-r1.ebuild
deleted file mode 100644
index 2cb038dd9eee..000000000000
--- a/gnustep-base/gnustep-base/gnustep-base-1.29.0-r1.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnustep-base toolchain-funcs
-
-DESCRIPTION="A library of general-purpose, non-graphical Objective C objects"
-HOMEPAGE="https://gnustep.github.io";
-SRC_URI="https://github.com/gnustep/libs-base/releases/download/base-${PV//./_}/${P}.tar.gz";
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~alpha amd64 ppc ~ppc64 ~sparc x86"
-IUSE="+gnutls +iconv +icu +libffi zeroconf"
-
-RDEPEND="${GNUSTEP_CORE_DEPEND}
-       >=gnustep-base/gnustep-make-2.6.0
-       gnutls? ( net-libs/gnutls:= )
-       iconv? ( virtual/libiconv )
-       icu? ( >=dev-libs/icu-49.0:= )
-       libffi? ( dev-libs/libffi:= )
-       !libffi? (
-               dev-libs/ffcall
-               gnustep-base/gnustep-make[-native-exceptions]
-       )
-       >=dev-libs/libxml2-2.6:=
-       >=dev-libs/libxslt-1.1
-       >=dev-libs/gmp-4.1:=
-       >=virtual/zlib-1.2:=
-       zeroconf? ( net-dns/avahi )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-1.26.0-no_compress_man.patch
-       "${FILESDIR}"/${PN}-1.29.0-libxml2-2.11.patch
-)
-
-src_configure() {
-       egnustep_env
-
-       local myconf=(
-               $(use_enable libffi)
-               $(use_enable !libffi ffcall)
-       )
-       use libffi &&
-               myconf+=( --with-ffi-include=$($(tc-getPKG_CONFIG) 
--variable=includedir libffi) )
-
-       myconf+=(
-               $(use_enable gnutls tls)
-               $(use_enable iconv)
-               $(use_enable icu)
-               $(use_enable zeroconf)
-               --with-xml-prefix="${ESYSROOT}"/usr
-               --with-gmp-include="${ESYSROOT}"/usr/include
-               --with-gmp-library="${ESYSROOT}"/usr/$(get_libdir)
-               --with-default-config="${ESYSROOT}"/etc/GNUstep/GNUstep.conf
-       )
-
-       econf "${myconf[@]}"
-}
-
-src_install() {
-       # We need to set LD_LIBRARY_PATH because the doc generation program
-       # uses the gnustep-base libraries. Since egnustep_env "cleans the
-       # environment" including our LD_LIBRARY_PATH, we're left no choice
-       # but doing it like this.
-
-       egnustep_env
-       egnustep_install
-
-       if use doc ; then
-               export LD_LIBRARY_PATH="${S}/Source/obj:${LD_LIBRARY_PATH}"
-               egnustep_doc
-       fi
-       egnustep_install_config
-}

diff --git a/gnustep-base/gnustep-base/gnustep-base-1.30.0-r1.ebuild 
b/gnustep-base/gnustep-base/gnustep-base-1.30.0-r1.ebuild
deleted file mode 100644
index eb7f91f942bb..000000000000
--- a/gnustep-base/gnustep-base/gnustep-base-1.30.0-r1.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnustep-base toolchain-funcs
-
-DESCRIPTION="A library of general-purpose, non-graphical Objective C objects"
-HOMEPAGE="https://gnustep.github.io";
-SRC_URI="https://github.com/gnustep/libs-base/releases/download/base-${PV//./_}/${P}.tar.gz";
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="+gnutls +iconv +icu +libffi zeroconf"
-
-RDEPEND="${GNUSTEP_CORE_DEPEND}
-       >=gnustep-base/gnustep-make-2.6.0
-       gnutls? ( net-libs/gnutls:= )
-       iconv? ( virtual/libiconv )
-       icu? ( >=dev-libs/icu-49.0:= )
-       libffi? ( dev-libs/libffi:= )
-       !libffi? (
-               dev-libs/ffcall
-               gnustep-base/gnustep-make[-native-exceptions]
-       )
-       >=dev-libs/libxml2-2.6:=
-       >=dev-libs/libxslt-1.1
-       >=dev-libs/gmp-4.1:=
-       >=virtual/zlib-1.2:=
-       zeroconf? ( net-dns/avahi )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-1.26.0-no_compress_man.patch
-)
-
-src_configure() {
-       egnustep_env
-
-       local myconf=(
-               $(use_enable libffi)
-               $(use_enable !libffi ffcall)
-       )
-       use libffi &&
-               myconf+=( --with-ffi-include=$($(tc-getPKG_CONFIG) 
--variable=includedir libffi) )
-
-       myconf+=(
-               $(use_enable gnutls tls)
-               $(use_enable iconv)
-               $(use_enable icu)
-               $(use_enable zeroconf)
-               --with-xml-prefix="${ESYSROOT}"/usr
-               --with-gmp-include="${ESYSROOT}"/usr/include
-               --with-gmp-library="${ESYSROOT}"/usr/$(get_libdir)
-               --with-default-config="${ESYSROOT}"/etc/GNUstep/GNUstep.conf
-       )
-
-       econf "${myconf[@]}"
-}
-
-src_install() {
-       # We need to set LD_LIBRARY_PATH because the doc generation program
-       # uses the gnustep-base libraries. Since egnustep_env "cleans the
-       # environment" including our LD_LIBRARY_PATH, we're left no choice
-       # but doing it like this.
-
-       egnustep_env
-       egnustep_install
-
-       if use doc ; then
-               export LD_LIBRARY_PATH="${S}/Source/obj:${LD_LIBRARY_PATH}"
-               egnustep_doc
-       fi
-       egnustep_install_config
-}

diff --git a/gnustep-base/gnustep-base/gnustep-base-1.31.1.ebuild 
b/gnustep-base/gnustep-base/gnustep-base-1.31.1.ebuild
deleted file mode 100644
index 5f5b227010ff..000000000000
--- a/gnustep-base/gnustep-base/gnustep-base-1.31.1.ebuild
+++ /dev/null
@@ -1,117 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnustep-base toolchain-funcs
-
-DESCRIPTION="A library of general-purpose, non-graphical Objective C objects"
-HOMEPAGE="https://gnustep.github.io";
-SRC_URI="https://github.com/gnustep/libs-base/releases/download/base-${PV//./_}/${P}.tar.gz";
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="+gnutls +iconv +icu libdispatch +libffi zeroconf"
-
-# gnustep-make: tests use the option --timeout which was added in 2.9.3
-RDEPEND="${GNUSTEP_CORE_DEPEND}
-       >=gnustep-base/gnustep-make-2.9.3
-       gnutls? ( net-libs/gnutls:= )
-       iconv? ( virtual/libiconv )
-       icu? ( >=dev-libs/icu-49.0:= )
-       libdispatch? ( dev-libs/libdispatch )
-       libffi? ( dev-libs/libffi:= )
-       !libffi? (
-               dev-libs/ffcall
-               gnustep-base/gnustep-make[-native-exceptions]
-       )
-       >=dev-libs/libxml2-2.6
-       >=dev-libs/libxslt-1.1
-       >=dev-libs/gmp-4.1:=
-       >=virtual/zlib-1.2:=
-       zeroconf? ( net-dns/avahi )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-1.26.0-no_compress_man.patch
-       "${FILESDIR}"/${PN}-1.31.0-c23.patch
-)
-
-src_prepare() {
-       default
-
-       # Slow and appears to break due to the network sandbox
-       sed -e 
'/START_SET("-sendSynchronousRequest:returningResponse:error:")/a  
SKIP("Gentoo")' \
-               -i Tests/base/NSURL/test00.m || die
-       sed -e '/START_SET("Capture")/a  SKIP("Gentoo")' \
-               -e '/START_SET("Secure")/a  SKIP("Gentoo")' \
-               -i Tests/base/NSURL/test02.m || die
-       sed -e '/START_SET("Keepalive")/a  SKIP("Gentoo")' \
-               -i Tests/base/NSURLHandle/test01.m || die
-       rm -r Tests/base/NSURLConnection || die
-       rm -r Tests/base/NSConnection || die
-       sed -e '/PASS(byteCount>0, "read www.google.com");/d' \
-               -e '/PASS(byteCount>0, "read www.google.com https");/d' \
-               -i Tests/base/NSStream/socket.m || die
-       sed -e '/PASS(\[self status\] == 
URLHandleClientDidBeginLoading,/,/"URLHandleClientDidBeginLoading called");/d' \
-               -e '/PASS(\[self status\] == 
URLHandleClientDidFinishLoading,/,/"URLHandleClientDidFinishLoading 
called");/d' \
-               -i Tests/base/NSURLHandle/test00.m || die
-
-       # FIXME: It should use TEMP or TMP but it still fails
-       sed -e '/PASS(\[o length\] > 0, "we can get a temporary directory");/d' 
\
-               -i Tests/base/Functions/NSPathUtilities.m || die
-
-       # FIXME
-       rm Tests/base/NSFileHandle/general.m || die
-
-       # FIXME
-       sed -e '/PASS_EQUAL(\[\@"foo" stringByResolvingSymlinksInPath\], 
tmpdst,/,/"foo->bar relative symlink expanded by 
stringByResolvingSymlinksInPath")/d' \
-               -i Tests/base/NSString/test02.m || die
-
-       # FIXME
-       sed -e '/PASS(cred != nil, "generates self signed certificate");/d' \
-               -i Tests/base/GSTLS/basic.m || die
-}
-
-src_configure() {
-       egnustep_env
-
-       local myconf=(
-               $(use_enable libffi)
-               $(use_enable !libffi ffcall)
-       )
-       use libffi &&
-               myconf+=( --with-ffi-include=$($(tc-getPKG_CONFIG) 
--variable=includedir libffi) )
-
-       myconf+=(
-               $(use_enable gnutls tls)
-               $(use_enable iconv)
-               $(use_enable icu)
-               $(use_enable libdispatch)
-               $(use_enable zeroconf)
-               --with-xml-prefix="${ESYSROOT}"/usr
-               --with-gmp-include="${ESYSROOT}"/usr/include
-               --with-gmp-library="${ESYSROOT}"/usr/$(get_libdir)
-               --with-default-config="${ESYSROOT}"/etc/GNUstep/GNUstep.conf
-       )
-
-       econf "${myconf[@]}"
-}
-
-src_install() {
-       # We need to set LD_LIBRARY_PATH because the doc generation program
-       # uses the gnustep-base libraries. Since egnustep_env "cleans the
-       # environment" including our LD_LIBRARY_PATH, we're left no choice
-       # but doing it like this.
-
-       egnustep_env
-       egnustep_install
-
-       if use doc ; then
-               export LD_LIBRARY_PATH="${S}/Source/obj:${LD_LIBRARY_PATH}"
-               egnustep_doc
-       fi
-       egnustep_install_config
-}

Reply via email to