diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-04-30 13:18:19 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-04-30 17:10:07 +0200 |
| commit | e626c9c6082bf415656a64c2536ae2c52e20583d (patch) | |
| tree | 19cbb3c63a5ade3829ec5aa5dcca79f9087f6de1 /app-benchmarks/bootchart2/files/bootchart2-0.14.8-no-compressed-man.patch | |
| parent | 5363d5bb44ed7a015c8c06d2dcf7a61d9d82f133 (diff) | |
| download | gentoo-e626c9c6082bf415656a64c2536ae2c52e20583d.tar.gz gentoo-e626c9c6082bf415656a64c2536ae2c52e20583d.tar.bz2 gentoo-e626c9c6082bf415656a64c2536ae2c52e20583d.zip | |
app-benchmarks/bootchart2: Drop USE X, broken python deps, EAPI-7 bump
Also drop no-op USE svg.
Drop USE test that depend on X, restrict tests.
Don't compress manpages.
Closes: https://bugs.gentoo.org/708108
Closes: https://bugs.gentoo.org/718200
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-benchmarks/bootchart2/files/bootchart2-0.14.8-no-compressed-man.patch')
| -rw-r--r-- | app-benchmarks/bootchart2/files/bootchart2-0.14.8-no-compressed-man.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app-benchmarks/bootchart2/files/bootchart2-0.14.8-no-compressed-man.patch b/app-benchmarks/bootchart2/files/bootchart2-0.14.8-no-compressed-man.patch new file mode 100644 index 000000000000..261e821a403e --- /dev/null +++ b/app-benchmarks/bootchart2/files/bootchart2-0.14.8-no-compressed-man.patch @@ -0,0 +1,15 @@ +--- a/Makefile 2015-12-17 09:12:57.000000000 +0100 ++++ b/Makefile 2020-04-30 13:14:08.772369141 +0200 +@@ -107,9 +107,9 @@ + install -m 644 -D README $(DESTDIR)$(DOCDIR)/README + install -m 644 -D README.pybootchart $(DESTDIR)$(DOCDIR)/README.pybootchart + mkdir -p $(DESTDIR)$(MANDIR) +- gzip -c bootchart2.1 > $(DESTDIR)$(MANDIR)/bootchart2.1.gz +- gzip -c bootchartd.1 > $(DESTDIR)$(MANDIR)/$(PROGRAM_PREFIX)bootchartd$(PROGRAM_SUFFIX).1.gz +- gzip -c pybootchartgui.1 > $(DESTDIR)$(MANDIR)/pybootchartgui.1.gz ++ install -m 644 bootchart2.1 $(DESTDIR)$(MANDIR)/bootchart2.1 ++ install -m 644 bootchartd.1 $(DESTDIR)$(MANDIR)/$(PROGRAM_PREFIX)bootchartd$(PROGRAM_SUFFIX).1 ++ install -m 644 pybootchartgui.1 $(DESTDIR)$(MANDIR)/pybootchartgui.1 + + install-service: + mkdir -p $(DESTDIR)$(SYSTEMD_UNIT_DIR) |
