[gentoo-commits] repo/gentoo:master commit in: gnustep-base/gnustep-base/files/, gnustep-base/gnustep-base/

2024-01-27 Thread Bernard Cafarelli
commit: b5d55e178a514e7580787f7e9f8c5bbaddf830f4
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sat Jan 27 10:24:04 2024 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sat Jan 27 10:27:26 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5d55e17

gnustep-base/gnustep-base: drop 1.27.0-r1, 1.28.0-r1

Signed-off-by: Bernard Cafarelli  gentoo.org>

 gnustep-base/gnustep-base/Manifest |  1 -
 .../files/gnustep-base-1.27.0-icu68.patch  | 31 --
 .../gnustep-base/gnustep-base-1.27.0-r1.ebuild | 70 -
 .../gnustep-base/gnustep-base-1.28.0-r1.ebuild | 71 --
 4 files changed, 173 deletions(-)

diff --git a/gnustep-base/gnustep-base/Manifest 
b/gnustep-base/gnustep-base/Manifest
index 3edc69493fb9..95212822550b 100644
--- a/gnustep-base/gnustep-base/Manifest
+++ b/gnustep-base/gnustep-base/Manifest
@@ -1,3 +1,2 @@
-DIST gnustep-base-1.27.0.tar.gz 4141163 BLAKE2B 
b27f7086949bcd5e43b8d6337c4f03eb87447baacb23de75b7df0d2ba769ff3e8cadd7035e78b35c91ccca83151cbe4b61b339aa265dcb53847089849b615f8b
 SHA512 
bbdf45379dbb684f6bdb507b645e0f611cefb05caadff1bf620c2e85f104396cf91782bcce05ff2173078603b76b8a0ba2ea3b71bc56a84c220310910dbcb705
 DIST gnustep-base-1.28.0.tar.gz 4246622 BLAKE2B 
fdaa834ea3cb13b1d4717c2c7e6b59eff05d16e6a404ffed5f4ccfa2ee3db93ecfee5b95cc30be6a388f56fa28c67f1278ea298f60dcc24abadaa1cb5e8f
 SHA512 
e173fab28aa1b1df38de4216916db18934422a1d372b9fe6a68a6ff21b2ac0be38aa02631179a8ad62a4f2848080223f34771b364b1c0eebc96c84778677c50b
 DIST gnustep-base-1.29.0.tar.gz 3697809 BLAKE2B 
9810e6220df79e75130e8e3cdda5d8c42e1e05351461920549e3163752eccc9fa4bb375c36a8b987877cf557140e961dda7e0fac1c1c9affdb38893567695ddf
 SHA512 
19e876f32e4dce403beeb5522ae942c23cc2b947217a38fd045a495d81b3734a8cf160fb768d8cff64c45d8ae63ba422658f705519786016d3e8216efe0a044c

diff --git a/gnustep-base/gnustep-base/files/gnustep-base-1.27.0-icu68.patch 
b/gnustep-base/gnustep-base/files/gnustep-base-1.27.0-icu68.patch
deleted file mode 100644
index 2374d8e24976..
--- a/gnustep-base/gnustep-base/files/gnustep-base-1.27.0-icu68.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 06fa7792a51cb970e5d010a393cb88eb127830d7 Mon Sep 17 00:00:00 2001
-From: Frederik Seiffert 
-Date: Thu, 12 Nov 2020 17:18:09 +0100
-Subject: [PATCH] Fix compilation with ICU 68.
-

- Source/GSICUString.h | 11 +++
- 1 file changed, 11 insertions(+)
-
-diff --git a/Source/GSICUString.h b/Source/GSICUString.h
-index a82447a51..15c21491d 100644
 a/Source/GSICUString.h
-+++ b/Source/GSICUString.h
-@@ -2,6 +2,17 @@
- #import 
- #include 
- 
-+/*
-+ * Define TRUE/FALSE to be used with UBool parameters, as these are no longer
-+ * defined in ICU as of ICU 68.
-+ */
-+#ifndef TRUE
-+#define TRUE 1
-+#endif
-+#ifndef FALSE
-+#define FALSE 0
-+#endif
-+
- /**
-  * Initialises a UText structure with an NSString.  If txt is NULL, then this
-  * allocates a new structure on the heap, otherwise it fills in the existing

diff --git a/gnustep-base/gnustep-base/gnustep-base-1.27.0-r1.ebuild 
b/gnustep-base/gnustep-base/gnustep-base-1.27.0-r1.ebuild
deleted file mode 100644
index 2b13dce7fb11..
--- a/gnustep-base/gnustep-base/gnustep-base-1.27.0-r1.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit gnustep-base toolchain-funcs
-
-DESCRIPTION="A library of general-purpose, non-graphical Objective C objects"
-HOMEPAGE="https://gnustep.github.io;
-SRC_URI="ftp://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 ~amd64-linux ~x86-linux"
-IUSE="+gnutls +icu +libffi zeroconf"
-
-RDEPEND="${GNUSTEP_CORE_DEPEND}
-   >=gnustep-base/gnustep-make-2.6.0
-   gnutls? ( net-libs/gnutls:= )
-   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:=
-   >=sys-libs/zlib-1.2
-   zeroconf? ( net-dns/avahi )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.26.0-no_compress_man.patch
-   "${FILESDIR}"/${P}-icu68.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 icu)"
-   myconf="$myconf $(use_enable zeroconf)"
-   myconf="$myconf --with-xml-prefix=${EPREFIX}/usr"
-   myconf="$myconf --with-gmp-include=${EPREFIX}/usr/include 

[gentoo-commits] repo/gentoo:master commit in: gnustep-base/gnustep-base/files/, gnustep-base/gnustep-base/

2023-05-28 Thread David Seifert
commit: 3a9653ab117a5f179485f596d0d9d7978eb489ca
Author: David Seifert  gentoo  org>
AuthorDate: Sun May 28 21:54:03 2023 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun May 28 21:54:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a9653ab

gnustep-base/gnustep-base: add patch for >=libxml2-2.11

Closes: https://bugs.gentoo.org/907226
Signed-off-by: David Seifert  gentoo.org>

 .../files/gnustep-base-1.29.0-libxml2-2.11.patch   | 23 +++
 .../gnustep-base/gnustep-base-1.29.0.ebuild| 45 +-
 2 files changed, 49 insertions(+), 19 deletions(-)

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
new file mode 100644
index ..84abdd59dc80
--- /dev/null
+++ b/gnustep-base/gnustep-base/files/gnustep-base-1.29.0-libxml2-2.11.patch
@@ -0,0 +1,23 @@
+https://bugs.gentoo.org/907226
+
+From 37913d006d96a6bdcb963f4ca4889888dcce6094 Mon Sep 17 00:00:00 2001
+From: Frederik Seiffert 
+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.29.0.ebuild 
b/gnustep-base/gnustep-base/gnustep-base-1.29.0.ebuild
index 6cdbc4653361..93fc96a1e08c 100644
--- a/gnustep-base/gnustep-base/gnustep-base-1.29.0.ebuild
+++ b/gnustep-base/gnustep-base/gnustep-base-1.29.0.ebuild
@@ -2,6 +2,7 @@
 # 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"
@@ -18,45 +19,51 @@ RDEPEND="${GNUSTEP_CORE_DEPEND}
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:= )
+   !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:=
>=sys-libs/zlib-1.2
zeroconf? ( net-dns/avahi )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
+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
-   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
+   local myconf=(
+   $(use_enable libffi)
+   $(use_enable !libffi ffcall)
+   )
+   use libffi &&
+   myconf+=( --with-ffi-include=$($(tc-getPKG_CONFIG) 
--variable=includedir libffi) )
 
-   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"
+   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
+   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
+   # 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.
 



[gentoo-commits] repo/gentoo:master commit in: gnustep-base/gnustep-base/files/, gnustep-base/gnustep-base/

2022-11-24 Thread Bernard Cafarelli
commit: 75ac5e2c17405dc3b2c7326f17b539cc9b69ef2d
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Thu Nov 24 20:37:51 2022 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Thu Nov 24 20:38:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75ac5e2c

gnustep-base/gnustep-base: update EAPI 7 -> 8

Closes: https://bugs.gentoo.org/882641
Signed-off-by: Bernard Cafarelli  gentoo.org>

 .../files/gnustep-base-1.28.0-c99.patch| 67 
 .../gnustep-base/gnustep-base-1.28.0-r2.ebuild | 72 ++
 2 files changed, 139 insertions(+)

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
new file mode 100644
index ..8b3fa94ebfa9
--- /dev/null
+++ b/gnustep-base/gnustep-base/files/gnustep-base-1.28.0-c99.patch
@@ -0,0 +1,67 @@
+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 
+ #include 
+ #include 
++#include 
+ 
+ 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 
++#include 
++
+ int main()
+ {
+   charbuf[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/gnustep-base-1.28.0-r2.ebuild 
b/gnustep-base/gnustep-base/gnustep-base-1.28.0-r2.ebuild
new file mode 100644
index ..18a52fddef64
--- /dev/null
+++ b/gnustep-base/gnustep-base/gnustep-base-1.28.0-r2.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2022 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="http://www.gnustep.org;
+SRC_URI="ftp://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 ~amd64-linux ~x86-linux 
~sparc-solaris ~x86-solaris"
+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:=
+   >=sys-libs/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
+   # 

[gentoo-commits] repo/gentoo:master commit in: gnustep-base/gnustep-base/files/, gnustep-base/gnustep-base/

2020-12-10 Thread Bernard Cafarelli
commit: 091ceaaa1be63d498cff9f287f1f60028aeba22e
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Thu Dec 10 20:40:45 2020 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Thu Dec 10 20:50:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=091ceaaa

gnustep-base/gnustep-base: fix compilation with dev-libs/icu-68

Bug: https://bugs.gentoo.org/759202
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Bernard Cafarelli  gentoo.org>

 .../files/gnustep-base-1.27.0-icu68.patch  | 31 ++
 .../gnustep-base/gnustep-base-1.27.0.ebuild|  5 +++-
 2 files changed, 35 insertions(+), 1 deletion(-)

diff --git a/gnustep-base/gnustep-base/files/gnustep-base-1.27.0-icu68.patch 
b/gnustep-base/gnustep-base/files/gnustep-base-1.27.0-icu68.patch
new file mode 100644
index 000..2374d8e2497
--- /dev/null
+++ b/gnustep-base/gnustep-base/files/gnustep-base-1.27.0-icu68.patch
@@ -0,0 +1,31 @@
+From 06fa7792a51cb970e5d010a393cb88eb127830d7 Mon Sep 17 00:00:00 2001
+From: Frederik Seiffert 
+Date: Thu, 12 Nov 2020 17:18:09 +0100
+Subject: [PATCH] Fix compilation with ICU 68.
+
+---
+ Source/GSICUString.h | 11 +++
+ 1 file changed, 11 insertions(+)
+
+diff --git a/Source/GSICUString.h b/Source/GSICUString.h
+index a82447a51..15c21491d 100644
+--- a/Source/GSICUString.h
 b/Source/GSICUString.h
+@@ -2,6 +2,17 @@
+ #import 
+ #include 
+ 
++/*
++ * Define TRUE/FALSE to be used with UBool parameters, as these are no longer
++ * defined in ICU as of ICU 68.
++ */
++#ifndef TRUE
++#define TRUE 1
++#endif
++#ifndef FALSE
++#define FALSE 0
++#endif
++
+ /**
+  * Initialises a UText structure with an NSString.  If txt is NULL, then this
+  * allocates a new structure on the heap, otherwise it fills in the existing

diff --git a/gnustep-base/gnustep-base/gnustep-base-1.27.0.ebuild 
b/gnustep-base/gnustep-base/gnustep-base-1.27.0.ebuild
index 5c08a364b2a..00a2ef6a004 100644
--- a/gnustep-base/gnustep-base/gnustep-base-1.27.0.ebuild
+++ b/gnustep-base/gnustep-base/gnustep-base-1.27.0.ebuild
@@ -28,7 +28,10 @@ RDEPEND="${GNUSTEP_CORE_DEPEND}
 DEPEND="${RDEPEND}
virtual/pkgconfig"
 
-PATCHES=( "${FILESDIR}"/${PN}-1.26.0-no_compress_man.patch )
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.26.0-no_compress_man.patch
+   "${FILESDIR}"/${P}-icu68.patch
+)
 
 src_configure() {
egnustep_env



[gentoo-commits] repo/gentoo:master commit in: gnustep-base/gnustep-base/files/, gnustep-base/gnustep-base/

2017-03-20 Thread Bernard Cafarelli
commit: 0170c9a2c548de213a13e018bbe40ee823c7111b
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Mar 20 11:07:45 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Mar 20 13:40:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0170c9a2

gnustep-base/gnustep-base: drop old

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 gnustep-base/gnustep-base/Manifest |  3 -
 .../files/gnustep-base-1.24.6-gdomap_dos.patch | 65 
 .../gnustep-base/gnustep-base-1.24.6-r1.ebuild | 71 --
 .../gnustep-base/gnustep-base-1.24.7.ebuild| 67 -
 .../gnustep-base/gnustep-base-1.24.8-r2.ebuild | 86 --
 .../gnustep-base/gnustep-base-1.24.8.ebuild| 67 -
 6 files changed, 359 deletions(-)

diff --git a/gnustep-base/gnustep-base/Manifest 
b/gnustep-base/gnustep-base/Manifest
index 3d34e11a027..e373183 100644
--- a/gnustep-base/gnustep-base/Manifest
+++ b/gnustep-base/gnustep-base/Manifest
@@ -1,4 +1 @@
-DIST gnustep-base-1.24.6.tar.gz 3502981 SHA256 
b6d7bed40c52330928a1e27f8c7b5f8fcf24ede2113542546dcf157a9366d72a SHA512 
998b39039cf199d7cd2e8ffded4fa320af1484db80971def0024d1bd6915456d10e30206ffcf1a9d249973e987570bc22dd297068296deab3d3d40a86c7e72e0
 WHIRLPOOL 
97264750420d9f02c0bbc12cea1218287519745f058dbeb6b532d89d32e6d5a6433e97b562774abe072f1a4ad33094afb23bdae4ec6aa9f267fb495173c9e601
-DIST gnustep-base-1.24.7.tar.gz 3471931 SHA256 
3a907dd955abc41a148da88bd48ce654010050dff52aa20870dfeb190c871762 SHA512 
a623b6e5884d8e9bcf04b92bc4c873528abb58d8b831cab91b00d8af393ea07cda0672d98c2dfd2b91fe3f5922ed387518321412151d2e8c1296d7ac30608e5b
 WHIRLPOOL 
0c76467725e694acbf75768f0913f3a95cccb1c7b171fff4323612aa5cdad091e8fe93c46e15289414e505f96804ec22e05623d858d235859a0d392f9b8e6971
-DIST gnustep-base-1.24.8.tar.gz 3515290 SHA256 
5b2a7042bc5001e97ac090143244a4344a6cba72cee53f3840e2492d3db443cb SHA512 
ab783b2ab69f4d845d81c51db54686a4064b7ecec45e039d6e17ab8492d16304cfa67ee46a7e80219cbe9b7293b6b203342df0fab5020fd5ba6190d71c9b10df
 WHIRLPOOL 
7f98c200fb8542d18206ad3a73423d7c9910665add63cf5495e31065ac07219ac08e6ca740a508484f6d0c561870e5738273079ccbfddf9fe69a3893ae17f182
 DIST gnustep-base-1.24.9.tar.gz 3561094 SHA256 
059509f9f646c5b916685e74f0ea2a87fc277b16862177c91228735af1a272ef SHA512 
baaa3541edf48a5d902f706f9dad261378bf65e5d89f7308ece6a1fe55c348506df4b6d474ae17cdf0072f1e8dec1b2050d59413abe28bd001d5717c54a3ab96
 WHIRLPOOL 
59f1b29c956185048129bc0ae89802655d446948552c1708030ad8d66e8264f724d6960d5db9a2026022a6533c49a09b0404705cca7071798815276bf17d1f04

diff --git 
a/gnustep-base/gnustep-base/files/gnustep-base-1.24.6-gdomap_dos.patch 
b/gnustep-base/gnustep-base/files/gnustep-base-1.24.6-gdomap_dos.patch
deleted file mode 100644
index ed348f9867a..000
--- a/gnustep-base/gnustep-base/files/gnustep-base-1.24.6-gdomap_dos.patch
+++ /dev/null
@@ -1,65 +0,0 @@
 libs/base/trunk/Tools/gdomap.c 2014/03/19 08:07:41 37755
-+++ libs/base/trunk/Tools/gdomap.c 2014/03/19 08:18:09 37756
-@@ -296,7 +296,7 @@
- #define syslog(prio, msg,...) slogf(_SLOG_SETCODE(_SLOG_SYSLOG, 0), prio, 
msg, __VA_ARGS__)
- #  endif
- 
--static intlog_priority;
-+static intlog_priority = 0;
- 
- static void
- gdomap_log (int prio)
-@@ -4481,16 +4481,7 @@
-   const char  *machine = 0;
-   const char  *lookupf = 0;
-   int donamesf = 0;
--
--#if   defined(HAVE_SYSLOG)
--  /* Initially, gdomap_log errors to stderr as well as to syslogd. */
--#if   defined(SYSLOG_4_2)
--  openlog ("gdomap", LOG_NDELAY);
--  log_priority = LOG_DAEMON;
--#elif !defined(HAVE_SLOGF)
--  openlog ("gdomap", LOG_NDELAY, LOG_DAEMON);
--#endif
--#endif
-+  int   forked = 0;
- 
- #if   defined(__MINGW__)
-   WORD wVersionRequested;
-@@ -4851,7 +4842,6 @@
- #else
-   if (nofork == 0)
- {
--  is_daemon = 1;
-   /*
-*  Now fork off child process to run in background.
-*/
-@@ -4865,6 +4855,7 @@
-   /*
-*  Try to run in background.
-*/
-+  forked = 1;
- #if   defined(NeXT)
-   setpgrp(0, getpid());
- #else
-@@ -4924,6 +4915,19 @@
- 
- #endif /* !__MINGW__ */
- 
-+  if (forked)
-+{
-+  is_daemon = 1;
-+#if   defined(HAVE_SYSLOG)
-+#if   defined(SYSLOG_4_2)
-+  openlog ("gdomap", LOG_NDELAY);
-+  log_priority = LOG_DAEMON;
-+#elif !defined(HAVE_SLOGF)
-+  openlog ("gdomap", LOG_NDELAY, LOG_DAEMON);
-+#endif
-+#endif
-+}
-+
-   init_my_port(); /* Determine port to listen on. */
-   init_ports();   /* Create ports to handle requests. */
- 

diff --git a/gnustep-base/gnustep-base/gnustep-base-1.24.6-r1.ebuild 
b/gnustep-base/gnustep-base/gnustep-base-1.24.6-r1.ebuild
deleted file mode 100644
index d8ed46c7d15..000
--- a/gnustep-base/gnustep-base/gnustep-base-1.24.6-r1.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2014 Gentoo