media-sound/qsampler: fixed 9999 patch
authorMiroslav Šulc <fordfrog@gentoo.org>
Wed, 15 Jan 2020 21:20:11 +0000 (22:20 +0100)
committerMiroslav Šulc <fordfrog@gentoo.org>
Wed, 15 Jan 2020 21:20:28 +0000 (22:20 +0100)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
media-sound/qsampler/files/qsampler-9999-Makefile.patch [new file with mode: 0644]
media-sound/qsampler/qsampler-9999.ebuild

diff --git a/media-sound/qsampler/files/qsampler-9999-Makefile.patch b/media-sound/qsampler/files/qsampler-9999-Makefile.patch
new file mode 100644 (file)
index 0000000..5da44d8
--- /dev/null
@@ -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
index 968945ad9b5249501bdad45f06fb9155f9cff8bc..c59da124ba79611143c34c85fc95edddebab0540 100644 (file)
@@ -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