public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/musl:master commit in: dev-libs/libgamin/, dev-libs/libgamin/files/
@ 2022-02-07  4:11 Sam James
  0 siblings, 0 replies; only message in thread
From: Sam James @ 2022-02-07  4:11 UTC (permalink / raw
  To: gentoo-commits

commit:     c5847976afc0970df6ae46f0e60028de8773a47c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  7 04:04:30 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb  7 04:04:48 2022 +0000
URL:        https://gitweb.gentoo.org/proj/musl.git/commit/?id=c5847976

dev-libs/libgamin: treeclean (now in ::gentoo)

Bug: https://bugs.gentoo.org/538474
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/libgamin/Manifest                         |   4 -
 .../libgamin-0.1.10-G_CONST_RETURN-removal.patch   |  67 --------------
 .../files/libgamin-0.1.10-armel-features.patch     |  47 ----------
 .../files/libgamin-0.1.10-compilewarnings.patch    |  22 -----
 .../files/libgamin-0.1.10-crosscompile-fix.patch   |  38 --------
 .../libgamin/files/libgamin-0.1.10-deadlock.patch  |  65 -------------
 ...amin-0.1.10-disable_python_static_library.patch |  13 ---
 .../files/libgamin-0.1.10-fix-pthread-mutex.patch  |  11 ---
 .../files/libgamin-0.1.10-noinst-lib.patch         |  76 ---------------
 dev-libs/libgamin/libgamin-0.1.10-r6.ebuild        | 102 ---------------------
 dev-libs/libgamin/metadata.xml                     |   7 --
 11 files changed, 452 deletions(-)

diff --git a/dev-libs/libgamin/Manifest b/dev-libs/libgamin/Manifest
deleted file mode 100644
index 94ac1dcd..00000000
--- a/dev-libs/libgamin/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST gamin-0.1.10.tar.bz2 452194 BLAKE2B 75537862c2b90734b616630b80103499f549fbab69f2417cc089b050a7e245d89701b0703a0916d6dc08a706785ee509ee4feed0375107f777fdf4248ff5f93b SHA512 ccdbc06eeb958ed2d888aee3fcadbadf00e9e6566802adee82035e0762ac3351ed2a2983eabe07503ddde2ddf035185c6cd98cbece2feadaaa36e8f656a38306
-DIST gamin-0.1.9-freebsd.patch.bz2 4635 BLAKE2B ea27afc7b978e15e9e957cbc1129b5bc8f0dfea7571e7bbfda981bc319929f8702d6a823bababb97af2b1da95c8403e9189c5ecaf599275e063f71d370526b89 SHA512 a9d9a8e4d85b289df6f87bf2b966ff262281db0d7e6094deb4f2c179f12c6cc3e387c1e1c28306a9fb54f2eb2837f9bdd3a34b2bb68db8abfdbecc7492e9730b
-DIST libgamin-0.1.10-opensolaris.patch.bz2 16955 BLAKE2B a7c8466fbe9f6613108a6a1b450c47c69018f9f252c17647b07591cf9fba2ba3a08cc344ca54f4647a9c809cecaa18b42bf9f2eff9e253749518b68565024b48 SHA512 fd1cfc5a6b5ba429622f8d426cfba0e3c1c05c3677fb58c53af39b4030ae56f3f71caf63eb5ecb16169c2f7e8c79a32d7d440857c2c7fd3a259cf8312a9b2004
-DIST pkg-config-0.28.tar.gz 1931203 BLAKE2B bafdd4e838623965c6bd454421ddd9051fc43fc29948e1615b49fef463c3c3a18807aabe6416f96cfdf58d6b1c9e114d77f97bd985facee7c14284a8a64a768b SHA512 6eafa5ca77c5d44cd15f48457a5e96fcea2555b66d8e35ada5ab59864a0aa03d441e15f54ab9c6343693867b3b490f392c75b7d9312f024c9b7ec6a0194d8320

diff --git a/dev-libs/libgamin/files/libgamin-0.1.10-G_CONST_RETURN-removal.patch b/dev-libs/libgamin/files/libgamin-0.1.10-G_CONST_RETURN-removal.patch
deleted file mode 100644
index 087312f5..00000000
--- a/dev-libs/libgamin/files/libgamin-0.1.10-G_CONST_RETURN-removal.patch
+++ /dev/null
@@ -1,67 +0,0 @@
-From 2a9d32734a2e5125ae77de6c75789e1c6ee24dbe Mon Sep 17 00:00:00 2001
-From: Maciej Piechotka <uzytkownik2@gmail.com>
-Date: Tue, 13 Sep 2011 09:47:05 +0200
-Subject: [PATCH] Fix compilation of recent glib removing G_CONST_RETURN
-
----
- server/gam_node.c         |    2 +-
- server/gam_node.h         |    2 +-
- server/gam_subscription.c |    2 +-
- server/gam_subscription.h |    2 +-
- 4 files changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/server/gam_node.c b/server/gam_node.c
-index 02358ba..d0302d2 100644
---- a/server/gam_node.c
-+++ b/server/gam_node.c
-@@ -122,7 +122,7 @@ gam_node_set_is_dir(GamNode * node, gboolean is_dir)
-  * it has finished with the string.  If it must keep it longer, it
-  * should makes its own copy.  The returned string must not be freed.
-  */
--G_CONST_RETURN char *
-+const char *
- gam_node_get_path(GamNode * node)
- {
-     g_assert(node);
-diff --git a/server/gam_node.h b/server/gam_node.h
-index 02c8692..83349a8 100644
---- a/server/gam_node.h
-+++ b/server/gam_node.h
-@@ -58,7 +58,7 @@ gboolean              gam_node_is_dir              (GamNode         *node);
- void                  gam_node_set_is_dir          (GamNode         *node,
- 						   gboolean        is_dir);
- 	
--G_CONST_RETURN char  *gam_node_get_path            (GamNode         *node);
-+const char           *gam_node_get_path            (GamNode         *node);
- 
- GList                *gam_node_get_subscriptions   (GamNode         *node);
- 
-diff --git a/server/gam_subscription.c b/server/gam_subscription.c
-index dfa3273..4675b34 100644
---- a/server/gam_subscription.c
-+++ b/server/gam_subscription.c
-@@ -141,7 +141,7 @@ gam_subscription_pathlen(GamSubscription * sub)
-  * @param sub the GamSubscription
-  * @returns The path being monitored.  It should not be freed.
-  */
--G_CONST_RETURN char *
-+const char *
- gam_subscription_get_path(GamSubscription * sub)
- {
-     if (sub == NULL)
-diff --git a/server/gam_subscription.h b/server/gam_subscription.h
-index d894fbe..e6b4e15 100644
---- a/server/gam_subscription.h
-+++ b/server/gam_subscription.h
-@@ -21,7 +21,7 @@ int                  gam_subscription_pathlen      (GamSubscription *sub);
- 
- int                  gam_subscription_get_reqno    (GamSubscription *sub);
- 
--G_CONST_RETURN char *gam_subscription_get_path     (GamSubscription *sub);
-+const char          *gam_subscription_get_path     (GamSubscription *sub);
- 
- GamListener         *gam_subscription_get_listener (GamSubscription *sub);
- 
--- 
-1.7.6.1
-

diff --git a/dev-libs/libgamin/files/libgamin-0.1.10-armel-features.patch b/dev-libs/libgamin/files/libgamin-0.1.10-armel-features.patch
deleted file mode 100644
index fdfcbd7e..00000000
--- a/dev-libs/libgamin/files/libgamin-0.1.10-armel-features.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-From 05dcfcd69848e119c6a30d363bc41e896029f8af Mon Sep 17 00:00:00 2001
-From: Sebastian Dröge <slomo@debian.org>
-Date: Tue, 15 Dec 2009 12:24:25 +0000
-Subject: Bug 588338 - Enable linux specific features on armel
-
----
-diff --git a/configure.in b/configure.in
-index b0bbaec..e4b684e 100644
---- a/configure.in
-+++ b/configure.in
-@@ -176,7 +176,7 @@ fi
- 
- dnl check what OS we're on
- #AM_CONDITIONAL(HAVE_LINUX, test x$target_os = xlinux-gnu)
--if test x$target_os = xlinux-gnu; then
-+if test x$target_os = xlinux-gnu -o x$target_os = xlinux-gnueabi; then
- 	AC_DEFINE([HAVE_LINUX],[],[Whether we are using linux or not])
- fi
- 
-@@ -223,7 +223,7 @@ fi
- dnl check if inotify backend is enabled
- AM_CONDITIONAL(ENABLE_INOTIFY, test x$inotify = xtrue)
- 
--if test x$os = xlinux-gnu; then
-+if test x$os = xlinux-gnu -o x$os = xlinux-gnueabi; then
- 	AC_ARG_ENABLE(dnotify,
- 		AC_HELP_STRING([--disable-dnotify], [Disable the DNotify backend]),
- 		[dnotify="${enableval}"], [dnotify=true])
-@@ -297,10 +297,12 @@ else
- fi
- 
- dnl Use weak symbols on linux/gcc to avoid imposing libpthreads to apps
--if test x$os = xlinux-gnu -a x$WITH_THREADS = x1 ; then
--    if test "${CC}" = "gcc" ; then
--        echo Use weak symbols !
--        THREAD_LIBS=
-+if test x$os = xlinux-gnu -o x$os = xlinux-gnueabi ; then
-+    if test x$WITH_THREADS = x1 ; then
-+      if test "${CC}" = "gcc" ; then
-+          echo Use weak symbols !
-+          THREAD_LIBS=
-+      fi
-     fi
- fi	
- AC_SUBST(THREAD_LIBS)
---
-cgit v0.9.0.2

diff --git a/dev-libs/libgamin/files/libgamin-0.1.10-compilewarnings.patch b/dev-libs/libgamin/files/libgamin-0.1.10-compilewarnings.patch
deleted file mode 100644
index d3e09313..00000000
--- a/dev-libs/libgamin/files/libgamin-0.1.10-compilewarnings.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- gamin-0.1.9/lib/gam_error.h.1	2007-08-15 01:09:13.000000000 +0200
-+++ gamin-0.1.9/lib/gam_error.h	2007-08-15 01:09:27.000000000 +0200
-@@ -47,6 +47,9 @@
- 
- int gam_errno(void);
- 
-+void	gam_error_init(void);
-+void	gam_error_check(void);
-+
- #ifdef GAM_DEBUG_ENABLED
- 
- #ifdef GAMIN_DEBUG_API
-@@ -70,9 +73,6 @@
-                   const char* format, ...);
- #define GAM_DEBUG if (gam_debug_active) gam_debug
- 
--void	gam_error_init(void);
--void	gam_error_check(void);
--
- #else
- /*
-  * no debug, redefine the macro empty content

diff --git a/dev-libs/libgamin/files/libgamin-0.1.10-crosscompile-fix.patch b/dev-libs/libgamin/files/libgamin-0.1.10-crosscompile-fix.patch
deleted file mode 100644
index ce3a15b5..00000000
--- a/dev-libs/libgamin/files/libgamin-0.1.10-crosscompile-fix.patch
+++ /dev/null
@@ -1,38 +0,0 @@
---- configure.in.orig	2009-04-26 23:00:43.445135823 +0300
-+++ configure.in	2009-04-26 23:25:04.042489243 +0300
-@@ -389,8 +389,7 @@
- 
- AC_MSG_CHECKING(abstract socket namespace)
- AC_LANG_PUSH(C)
--AC_RUN_IFELSE([AC_LANG_PROGRAM(
--[[
-+AC_TRY_RUN([
- #include <sys/types.h>
- #include <stdlib.h>
- #include <string.h>
-@@ -398,8 +397,8 @@
- #include <sys/socket.h>
- #include <sys/un.h>
- #include <errno.h>
--]],
--[[
-+
-+int main() {
-   int listen_fd;
-   struct sockaddr_un addr;
-   
-@@ -424,9 +423,11 @@
-     }
-   else 
-     exit (0);
--]])],
--              [have_abstract_sockets=yes],
--              [have_abstract_sockets=no])
-+}
-+],
-+have_abstract_sockets=yes,
-+have_abstract_sockets=no,
-+have_abstract_sockets=no)
- AC_LANG_POP(C)
- AC_MSG_RESULT($have_abstract_sockets)
- 

diff --git a/dev-libs/libgamin/files/libgamin-0.1.10-deadlock.patch b/dev-libs/libgamin/files/libgamin-0.1.10-deadlock.patch
deleted file mode 100644
index 9f2b2a51..00000000
--- a/dev-libs/libgamin/files/libgamin-0.1.10-deadlock.patch
+++ /dev/null
@@ -1,65 +0,0 @@
-From cc14440eface093548cb3bc7814da11d9a99d283 Mon Sep 17 00:00:00 2001
-From: Anssi Hannula <anssi@mageia.org>
-Date: Wed, 4 Jan 2012 00:23:55 +0200
-Subject: [PATCH] fix possible server deadlock in ih_sub_cancel
-
-ih_sub_foreach() calls ih_sub_cancel() while inotify_lock is locked.
-However, ih_sub_cancel() locks it again, and locking GMutex recursively
-causes undefined behaviour.
-
-Fix that by removing locking from ih_sub_cancel() as ih_sub_foreach()
-is its only user. Also make the function static so that it won't
-accidentally get used by other files without locking (inotify-helper.h
-is an internal server header).
-
-This should fix the intermittent deadlocks I've been experiencing
-causing KDE applications to no longer start, and probably also
-http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542361
----
- server/inotify-helper.c |    7 ++-----
- server/inotify-helper.h |    1 -
- 2 files changed, 2 insertions(+), 6 deletions(-)
-
-diff --git a/server/inotify-helper.c b/server/inotify-helper.c
-index d77203e..0789fa4 100644
---- a/server/inotify-helper.c
-+++ b/server/inotify-helper.c
-@@ -123,13 +123,11 @@ ih_sub_add (ih_sub_t * sub)
- 
- /**
-  * Cancels a subscription which was being monitored.
-+ * inotify_lock must be held when calling.
-  */
--gboolean
-+static gboolean
- ih_sub_cancel (ih_sub_t * sub)
- {
--	G_LOCK(inotify_lock);
--
--
- 	if (!sub->cancelled)
- 	{
- 		IH_W("cancelling %s\n", sub->pathname);
-@@ -140,7 +138,6 @@ ih_sub_cancel (ih_sub_t * sub)
- 		sub_list = g_list_remove (sub_list, sub);
- 	}
- 
--	G_UNLOCK(inotify_lock);
- 	return TRUE;
- }
- 
-diff --git a/server/inotify-helper.h b/server/inotify-helper.h
-index 5d3b6d0..d36b5fd 100644
---- a/server/inotify-helper.h
-+++ b/server/inotify-helper.h
-@@ -34,7 +34,6 @@ gboolean	 ih_startup		(event_callback_t ecb,
- 					 found_callback_t fcb);
- gboolean	 ih_running		(void);
- gboolean	 ih_sub_add		(ih_sub_t *sub);
--gboolean	 ih_sub_cancel		(ih_sub_t *sub);
- 
- /* Return FALSE from 'f' if the subscription should be cancelled */
- void		 ih_sub_foreach		(void *callerdata, gboolean (*f)(ih_sub_t *sub, void *callerdata));
--- 
-1.7.7.2
-

diff --git a/dev-libs/libgamin/files/libgamin-0.1.10-disable_python_static_library.patch b/dev-libs/libgamin/files/libgamin-0.1.10-disable_python_static_library.patch
deleted file mode 100644
index 562fc071..00000000
--- a/dev-libs/libgamin/files/libgamin-0.1.10-disable_python_static_library.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- python/Makefile.am
-+++ python/Makefile.am
-@@ -10,8 +10,9 @@
- python_LTLIBRARIES = _gamin.la
- 
- _gamin_la_SOURCES = gamin.c
-+_gamin_la_CFLAGS = -shared
- _gamin_la_LIBADD = $(top_builddir)/libgamin/libgamin-1.la
--_gamin_la_LDFLAGS = -module -avoid-version
-+_gamin_la_LDFLAGS = -module -avoid-version -shared
- 
- python_PYTHON = gamin.py
- 

diff --git a/dev-libs/libgamin/files/libgamin-0.1.10-fix-pthread-mutex.patch b/dev-libs/libgamin/files/libgamin-0.1.10-fix-pthread-mutex.patch
deleted file mode 100644
index c8c5b000..00000000
--- a/dev-libs/libgamin/files/libgamin-0.1.10-fix-pthread-mutex.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- gamin-0.1.10.orig/libgamin/gam_data.c
-+++ gamin-0.1.10/libgamin/gam_data.c
-@@ -470,7 +470,7 @@
-     }
-     if (is_threaded > 0) {
- 	pthread_mutexattr_init(&attr);
--#if defined(linux) || defined(PTHREAD_MUTEX_RECURSIVE_NP)
-+#if defined(linux) && defined(PTHREAD_MUTEX_RECURSIVE_NP)
- 	pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE_NP);
- #else
- 	pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);

diff --git a/dev-libs/libgamin/files/libgamin-0.1.10-noinst-lib.patch b/dev-libs/libgamin/files/libgamin-0.1.10-noinst-lib.patch
deleted file mode 100644
index 1f2fcff6..00000000
--- a/dev-libs/libgamin/files/libgamin-0.1.10-noinst-lib.patch
+++ /dev/null
@@ -1,76 +0,0 @@
-From e68aacc084d65fd0780991265444061b24422bd0 Mon Sep 17 00:00:00 2001
-From: Remi Cardona <remi@gentoo.org>
-Date: Mon, 20 Oct 2008 19:17:36 +0200
-Subject: [PATCH] make libgamin_shared a "noinst" libtool helper lib
-
----
- lib/Makefile.am      |    4 ++--
- libgamin/Makefile.am |   15 ++-------------
- server/Makefile.am   |    2 +-
- 3 files changed, 5 insertions(+), 16 deletions(-)
-
-diff --git a/lib/Makefile.am b/lib/Makefile.am
-index 3e2289c..af2152a 100644
---- a/lib/Makefile.am
-+++ b/lib/Makefile.am
-@@ -7,9 +7,9 @@ if GAMIN_DEBUG
- INCLUDES += -DGAM_DEBUG_ENABLED
- endif
- 
--lib_LIBRARIES = libgamin_shared.a
-+noinst_LTLIBRARIES = libgamin_shared.la
- 
--libgamin_shared_a_SOURCES =				\
-+libgamin_shared_la_SOURCES =				\
- 	gam_event.c					\
- 	gam_event.h					\
- 	gam_error.c					\
-diff --git a/libgamin/Makefile.am b/libgamin/Makefile.am
-index 35aa740..14fc06b 100644
---- a/libgamin/Makefile.am
-+++ b/libgamin/Makefile.am
-@@ -25,19 +25,9 @@ libgamin_1_la_SOURCES =					\
- 	gam_data.h					\
- 	gam_fork.c					\
- 	gam_fork.h					\
--	gam_protocol.h					\
--	gam_error.c					\
--	gam_event.c
-+	gam_protocol.h
- 
--gam_error.c: $(top_srcdir)/lib/gam_error.c
--	@(cp $(top_srcdir)/lib/gam_error.c gam_error.c)
--
--gam_event.c: $(top_srcdir)/lib/gam_event.c
--	@(cp $(top_srcdir)/lib/gam_event.c gam_event.c)
--
--CLEANFILES=gam_error.c gam_event.c
--
--libgamin_1_la_LIBADD =
-+libgamin_1_la_LIBADD = $(top_builddir)/lib/libgamin_shared.la
- 
- libgamin_1_la_LDFLAGS = -Wl,--version-script=$(srcdir)/gamin_sym.version \
-                         -version-info @GAMIN_VERSION_INFO@ @THREAD_LIBS@
-@@ -54,6 +44,5 @@ noinst_PROGRAMS= gamin
- 
- gamin_SOURCES = gamin.c
- gamin_LDFLAGS =
--gamin_DEPENDENCIES = $(DEPS) libgamin-1.la
- gamin_LDADD= $(LDADDS) libgamin-1.la
- 
-diff --git a/server/Makefile.am b/server/Makefile.am
-index 37aed8b..6aa5e02 100644
---- a/server/Makefile.am
-+++ b/server/Makefile.am
-@@ -80,7 +80,7 @@ endif
- 
- gam_server_LDFLAGS =
- gam_server_DEPENDENCIES = $(DEPS)
--gam_server_LDADD= $(top_builddir)/lib/libgamin_shared.a $(LDADDS) $(DAEMON_LIBS)
-+gam_server_LDADD= $(top_builddir)/lib/libgamin_shared.la $(LDADDS) $(DAEMON_LIBS)
- 
- if ENABLE_HURD_MACH_NOTIFY
- gam_server_LDADD += -lports -lthreads
--- 
-1.6.0.2
-

diff --git a/dev-libs/libgamin/libgamin-0.1.10-r6.ebuild b/dev-libs/libgamin/libgamin-0.1.10-r6.ebuild
deleted file mode 100644
index f8315d4e..00000000
--- a/dev-libs/libgamin/libgamin-0.1.10-r6.ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-GNOME_ORG_MODULE="gamin"
-GNOME_TARBALL_SUFFIX="bz2"
-
-inherit autotools epatch flag-o-matic libtool ltprune gnome.org multilib-minimal
-
-DESCRIPTION="Library providing the FAM File Alteration Monitor API"
-HOMEPAGE="https://www.gnome.org/~veillard/gamin/"
-SRC_URI="${SRC_URI}
-	mirror://gentoo/gamin-0.1.9-freebsd.patch.bz2
-	https://dev.gentoo.org/~grobian/patches/libgamin-0.1.10-opensolaris.patch.bz2
-	https://pkgconfig.freedesktop.org/releases/pkg-config-0.28.tar.gz" # pkg.m4 for eautoreconf
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="debug kernel_linux static-libs"
-
-RESTRICT="test" # needs gam-server
-
-RDEPEND="
-	!app-admin/fam
-	!<app-admin/gamin-0.1.10"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-	default
-	mv "${WORKDIR}"/pkg-config-*/pkg.m4 "${WORKDIR}"/ || die
-
-	# Fix QA warnings, bug #257281, upstream #466791
-	epatch "${FILESDIR}"/${PN}-0.1.10-compilewarnings.patch
-
-	if [[ ${CHOST} != *-solaris* ]] ; then
-		# Fix compile warnings; bug #188923
-		epatch "${DISTDIR}"/gamin-0.1.9-freebsd.patch.bz2
-	else
-		# (Open)Solaris necessary patches (changes configure.in), unfortunately
-		# conflicts with freebsd patch and breaks some linux installs so it must
-		# only be applied if on solaris.
-		epatch "${DISTDIR}"/${P}-opensolaris.patch.bz2
-	fi
-
-	# Fix collision problem due to intermediate library, upstream bug #530635
-	epatch "${FILESDIR}"/${PN}-0.1.10-noinst-lib.patch
-
-	# Fix compilation with latest glib, bug #382783
-	epatch "${FILESDIR}/${PN}-0.1.10-G_CONST_RETURN-removal.patch"
-
-	# Fix crosscompilation issues, bug #267604
-	epatch "${FILESDIR}/${PN}-0.1.10-crosscompile-fix.patch"
-
-	# Enable linux specific features on armel, upstream bug #588338
-	epatch "${FILESDIR}/${P}-armel-features.patch"
-
-	# Fix possible server deadlock in ih_sub_cancel, upstream bug #667230
-	epatch "${FILESDIR}/${PN}-0.1.10-deadlock.patch"
-
-	# Fix build on musl
-	if use elibc_musl ; then
-		epatch "${FILESDIR}"/${PN}-0.1.10-fix-pthread-mutex.patch
-	fi
-
-	# Drop DEPRECATED flags
-	sed -i -e 's:-DG_DISABLE_DEPRECATED:$(NULL):g' server/Makefile.am || die
-
-	sed -i \
-		-e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' \
-		-e 's:AM_PROG_CC_STDC:AC_PROG_CC:' \
-		configure.in || die #466962
-
-	mv configure.in configure.ac || die
-	# autoconf is required as the user-cflags patch modifies configure.in
-	# however, elibtoolize is also required, so when the above patch is
-	# removed, replace the following call with a call to elibtoolize
-	AT_M4DIR="${WORKDIR}" eautoreconf
-}
-
-multilib_src_configure() {
-	local myconf=(
-		$(use_enable static-libs static)
-		--disable-debug
-		--disable-server
-		$(use_enable kernel_linux inotify)
-		$(use_enable debug debug-api)
-		--without-python
-	)
-	local ECONF_SOURCE=${S}
-
-	econf "${myconf[@]}"
-}
-
-multilib_src_install_all() {
-	DOCS=( AUTHORS ChangeLog README TODO NEWS doc/*txt )
-	HTML_DOCS=( doc/*.{html,gif} )
-	einstalldocs
-
-	prune_libtool_files --all
-}

diff --git a/dev-libs/libgamin/metadata.xml b/dev-libs/libgamin/metadata.xml
deleted file mode 100644
index fb76b944..00000000
--- a/dev-libs/libgamin/metadata.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
-<email>freedesktop-bugs@gentoo.org</email>
-</maintainer>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-02-07  4:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-07  4:11 [gentoo-commits] proj/musl:master commit in: dev-libs/libgamin/, dev-libs/libgamin/files/ Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox