summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarty E. Plummer <hanetzer@startmail.com>2018-04-06 22:52:12 -0500
committerLars Wendler <polynomial-c@gentoo.org>2018-04-09 15:24:06 +0200
commitbb520d8bd77ae80115fab881dfb7c62b7cd80b80 (patch)
tree3e2045f1eae1a712f24d7ecd8529f11a8be73e39 /app-arch/bzip2/files/bzip2-1.0.6-progress.patch
parentsys-kernel/gentoo-sources: Restore 4.15.X. Sorry folks. (diff)
downloadgentoo-bb520d8bd77ae80115fab881dfb7c62b7cd80b80.tar.gz
gentoo-bb520d8bd77ae80115fab881dfb7c62b7cd80b80.tar.bz2
gentoo-bb520d8bd77ae80115fab881dfb7c62b7cd80b80.zip
app-arch/bzip2: EAPI update and patch cleanup.
Think of this as a precursor to switching bzip2 to an autotools build. EAPI has been bumped from 5 to 6, and the patches have been reformatted to apply with eapply in in addition to epatch (which apparently tries every -pN option with patch until it hits one that works), so the new revbump can be tested and stabilized while the old version is still available without change. Also changed dodoc/dohtml to DOCS=()/HTML_DOCS=() einstalldocs. Package-Manager: Portage-2.3.28, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/7848
Diffstat (limited to 'app-arch/bzip2/files/bzip2-1.0.6-progress.patch')
-rw-r--r--app-arch/bzip2/files/bzip2-1.0.6-progress.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-arch/bzip2/files/bzip2-1.0.6-progress.patch b/app-arch/bzip2/files/bzip2-1.0.6-progress.patch
index 7691d63e27c8..8369597714b5 100644
--- a/app-arch/bzip2/files/bzip2-1.0.6-progress.patch
+++ b/app-arch/bzip2/files/bzip2-1.0.6-progress.patch
@@ -2,8 +2,8 @@ Ripped from Mandrake
http://bugs.gentoo.org/82192
---- bzip2-1.0.6/bzip2.1
-+++ bzip2-1.0.6/bzip2.1
+--- a/bzip2.1
++++ b/bzip2.1
@@ -235,6 +235,10 @@
Suppress non-essential warning messages. Messages pertaining to
I/O errors and other critical events will not be suppressed.
@@ -15,8 +15,8 @@ http://bugs.gentoo.org/82192
.B \-v --verbose
Verbose mode -- show the compression ratio for each file processed.
Further \-v's increase the verbosity level, spewing out lots of
---- bzip2-1.0.6/bzip2.c
-+++ bzip2-1.0.6/bzip2.c
+--- a/bzip2.c
++++ b/bzip2.c
@@ -145,6 +145,7 @@
#include <signal.h>
#include <math.h>