diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-11-23 01:10:07 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-11-23 01:10:11 +0100 |
commit | d35e0487268e17c3ea079e3b20e379039ca323c2 (patch) | |
tree | efa7828a0fcccacb028aeceba0d6ffc07582782a /app-misc/conmux/files | |
parent | app-misc/smtm: re-add 1.6.10-r1 for now (diff) | |
download | gentoo-d35e0487268e17c3ea079e3b20e379039ca323c2.tar.gz gentoo-d35e0487268e17c3ea079e3b20e379039ca323c2.tar.bz2 gentoo-d35e0487268e17c3ea079e3b20e379039ca323c2.zip |
app-misc/conmux: add 0.16.4
Disclaimer : do not expect quality ebuild code here, this has been the
path-of-least-resistance adaptation of the original EAPI-5 ebuild to one
which both uses a modern EAPI, does not try to install /usr/{etc,log}
and does not require generating a custom distfile (yes, 15 MB is much
more than 50 kB; no, I don't think such a size difference is now worth
the trouble of maintaining custom distfiles for a m-n package). No idea
if we really need that empty directory in vendor_perl, for one.
DIST_TEST has been set to "skip" because leaving it at default causes
src_test() to fail owing to the fact the upstream makefile has no target
"test".
Closes: https://bugs.gentoo.org/800605
Bug: https://bugs.gentoo.org/826422
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-misc/conmux/files')
-rw-r--r-- | app-misc/conmux/files/conmux-0.16.4_unexpected-paths.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-misc/conmux/files/conmux-0.16.4_unexpected-paths.patch b/app-misc/conmux/files/conmux-0.16.4_unexpected-paths.patch new file mode 100644 index 000000000000..7b330158fdc4 --- /dev/null +++ b/app-misc/conmux/files/conmux-0.16.4_unexpected-paths.patch @@ -0,0 +1,11 @@ +--- a/Makefile ++++ b/Makefile +@@ -18,8 +18,6 @@ + @[ -d $(BASE)/bin ] || mkdir $(BASE)/bin + @[ -d $(BASE)/lib ] || mkdir $(BASE)/lib + @[ -d $(BASE)/sbin ] || mkdir $(BASE)/sbin +- @[ -d $(BASE)/log ] || mkdir $(BASE)/log +- @[ -d $(BASE)/etc ] || mkdir $(BASE)/etc + for f in $(BINS); do \ + rm -f $(BASE)/bin/$$f; \ + cp -p $$f $(BASE)/bin/$$f; \ |