Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-arch/bzip2/files: bzip2-1.0.4-man-links.patch
Date: Tue, 02 Jul 2013 16:21:23
Message-Id: 20130702162117.41E472171C@flycatcher.gentoo.org
1 vapier 13/07/02 16:21:17
2
3 Modified: bzip2-1.0.4-man-links.patch
4 Log:
5 Move `ln` update to the patch rather than sed-ing it after the fact #475334 by Yuta SATOH.
6
7 (Portage version: 2.2.0_alpha179/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
8
9 Revision Changes Path
10 1.2 app-arch/bzip2/files/bzip2-1.0.4-man-links.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/bzip2/files/bzip2-1.0.4-man-links.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/bzip2/files/bzip2-1.0.4-man-links.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/bzip2/files/bzip2-1.0.4-man-links.patch?r1=1.1&r2=1.2
15
16 Index: bzip2-1.0.4-man-links.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-arch/bzip2/files/bzip2-1.0.4-man-links.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- bzip2-1.0.4-man-links.patch 1 Apr 2007 11:58:52 -0000 1.1
23 +++ bzip2-1.0.4-man-links.patch 2 Jul 2013 16:21:17 -0000 1.2
24 @@ -5,8 +5,8 @@
25 @@ -85,4 +85,7 @@
26 cp -f bzip2.1 $(PREFIX)/share/man/man1
27 chmod a+r $(PREFIX)/share/man/man1/bzip2.1
28 -+ ln -s bzip2.1 $(PREFIX)/share/man/man1/bunzip2.1
29 -+ ln -s bzip2.1 $(PREFIX)/share/man/man1/bzcat.1
30 -+ ln -s bzip2.1 $(PREFIX)/share/man/man1/bzip2recover.1
31 ++ ln -s -f bzip2.1 $(PREFIX)/share/man/man1/bunzip2.1
32 ++ ln -s -f bzip2.1 $(PREFIX)/share/man/man1/bzcat.1
33 ++ ln -s -f bzip2.1 $(PREFIX)/share/man/man1/bzip2recover.1
34 cp -f bzlib.h $(PREFIX)/include
35 chmod a+r $(PREFIX)/include/bzlib.h