commit:     f3e3beb812da01af40fd07cb0f06640f3b2a0f92
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 15 21:20:11 2020 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Wed Jan 15 21:20:28 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3e3beb8

media-sound/qsampler: fixed 9999 patch

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-sound/qsampler/files/qsampler-9999-Makefile.patch | 12 ++++++++++++
 media-sound/qsampler/qsampler-9999.ebuild               |  4 ++--
 2 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/media-sound/qsampler/files/qsampler-9999-Makefile.patch 
b/media-sound/qsampler/files/qsampler-9999-Makefile.patch
new file mode 100644
index 00000000000..5da44d8a817
--- /dev/null
+++ b/media-sound/qsampler/files/qsampler-9999-Makefile.patch
@@ -0,0 +1,12 @@
+diff --git a/Makefile.in b/Makefile.in
+index 9756274..f88b2fd 100644
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -111,7 +111,6 @@ install:   $(target) translations_lrelease $(name).1
+       @install -d -v -m 0755 $(DESTDIR)$(mandir)/man1
+       @install -v -m 0644 $(translations_targets) 
$(DESTDIR)$(translations_dir)
+       @install -v -m 0644 $(name)*.1 $(DESTDIR)$(mandir)/man1
+-      @gzip -nvf $(DESTDIR)$(mandir)/man1/$(name)*.1
+ 
+ uninstall:    $(DESTDIR)$(prefix)/bin/$(name)
+       @$(MAKE) INSTALL_ROOT=$(DESTDIR) -f $(name).mak uninstall

diff --git a/media-sound/qsampler/qsampler-9999.ebuild 
b/media-sound/qsampler/qsampler-9999.ebuild
index 968945ad9b5..c59da124ba7 100644
--- a/media-sound/qsampler/qsampler-9999.ebuild
+++ b/media-sound/qsampler/qsampler-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -33,7 +33,7 @@ DEPEND="${COMMON_DEPEND}
 
 DOCS=( AUTHORS ChangeLog README TODO TRANSLATORS )
 
-PATCHES=( "${FILESDIR}/${PN}-0.5.3-Makefile.patch" )
+PATCHES=( "${FILESDIR}/${P}-Makefile.patch" )
 
 src_prepare() {
        default

Reply via email to