commit: 8c1a28d21499bc408a8e0e3c88a04d98d1a6dc2d
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 16 03:09:37 2020 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon Mar 16 03:09:56 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c1a28d2
dev-libs/bemenu: remove merged patch
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
dev-libs/bemenu/bemenu-9999.ebuild | 2 --
dev-libs/bemenu/files/soname-fix.patch | 26 --------------------------
2 files changed, 28 deletions(-)
diff --git a/dev-libs/bemenu/bemenu-9999.ebuild
b/dev-libs/bemenu/bemenu-9999.ebuild
index 8b4263622de..06c598e8072 100644
--- a/dev-libs/bemenu/bemenu-9999.ebuild
+++ b/dev-libs/bemenu/bemenu-9999.ebuild
@@ -40,8 +40,6 @@ DEPEND="
RDEPEND="${DEPEND}"
BDEPEND="doc? ( app-doc/doxygen )"
-PATCHES=( "${FILESDIR}/soname-fix.patch" )
-
src_compile() {
emake clients $(usex ncurses curses) $(usex X x11) $(usex wayland
wayland)
use doc && emake doxygen
diff --git a/dev-libs/bemenu/files/soname-fix.patch
b/dev-libs/bemenu/files/soname-fix.patch
deleted file mode 100644
index 7fe33380ca8..00000000000
--- a/dev-libs/bemenu/files/soname-fix.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-commit 92929f9777b9c39a2829a9db1c19ef37859dc7fc
-Author: Matthew Thode <[email protected]>
-Date: Sun Mar 15 14:00:14 2020 -0500
-
- add soname to shared libraries
-
- Found in Gentoo QA
-
- * QA Notice: The following shared libraries lack a SONAME
- * /usr/lib/libbemenu.so.0.4.0
-
- Signed-off-by: Matthew Thode <[email protected]>
-
-diff --git a/GNUmakefile b/GNUmakefile
-index c82bfd3..5b7b081 100644
---- a/GNUmakefile
-+++ b/GNUmakefile
-@@ -36,7 +36,7 @@ wayland: bemenu-renderer-wayland.so
- $(LINK.c) -c $(filter %.c,$^) $(LDLIBS) -o $@
-
- $(libs): %: VERSION .git/index
-- $(LINK.c) -shared -fPIC $(filter %.c %.a,$^) $(LDLIBS) -o $(addsuffix
.$(VERSION), $@)
-+ $(LINK.c) -shared -fPIC $(filter %.c %.a,$^) $(LDLIBS) -o $(addsuffix
.$(VERSION), $@) -Wl,-soname
- ln -fs $(addsuffix .$(VERSION), $@) $(addsuffix .$(firstword $(subst .,
,$(VERSION))), $@)
- ln -fs $(addsuffix .$(VERSION), $@) $@
-