Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-arch/p7zip/files: 4.65-makefile.patch 4.65-hardlink.patch
Date: Sun, 26 Apr 2009 20:59:28
Message-Id: E1LyBRd-0003Tn-Ha@stork.gentoo.org
1 patrick 09/04/26 20:59:25
2
3 Added: 4.65-makefile.patch 4.65-hardlink.patch
4 Log:
5 Bump to 4.65, closes #249780. Based on the ebuild by jlec, incorporating changes from Flameeyes, Sergey Dryabzhinsky, Ilya Kashirin, A.C.Heron and Chi-Thanh Christopher Nguyen.
6 (Portage version: 2.2_rc31/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 app-arch/p7zip/files/4.65-makefile.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/p7zip/files/4.65-makefile.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/p7zip/files/4.65-makefile.patch?rev=1.1&content-type=text/plain
13
14 Index: 4.65-makefile.patch
15 ===================================================================
16 --- CPP/7zip/Bundles/Format7zFree/makefile 2009-02-09 21:47:24.000000000 +0100
17 +++ CPP/7zip/Bundles/Format7zFree/makefile.new 2009-02-25 14:18:31.000000000 +0100
18 @@ -271,8 +271,6 @@
19 MyAes.o \
20 Pbkdf2HmacSha1.o \
21 RandGen.o \
22 - Rar20Crypto.o \
23 - RarAes.o \
24 Sha1.o \
25 WzAes.o \
26 ZipCrypto.o \
27 @@ -313,7 +313,6 @@
28 $(LZH_OBJS) \
29 $(LZM_OBJS) \
30 $(NSIS_OBJS) \
31 - $(RAR_OBJS) \
32 $(SPLIT_OBJS) \
33 $(TAR_OBJS) \
34 $(UDF_OBJS) \
35
36
37
38
39 1.1 app-arch/p7zip/files/4.65-hardlink.patch
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/p7zip/files/4.65-hardlink.patch?rev=1.1&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/p7zip/files/4.65-hardlink.patch?rev=1.1&content-type=text/plain
43
44 Index: 4.65-hardlink.patch
45 ===================================================================
46 --- makefile 2009-02-25 16:03:33.000000000 +0100
47 +++ makefile.new 2009-02-25 16:03:17.000000000 +0100
48 @@ -55,8 +55,8 @@
49 $(MAKE) -C CPP/7zip/UI/Console all
50
51 7zG: common7z
52 - cd bin ; rm -f Lang ; ln ../GUI/Lang .
53 - cd bin ; rm -f help ; ln ../GUI/help .
54 + cd bin ; rm -f Lang ; ln -sf ../GUI/Lang .
55 + cd bin ; rm -f help ; ln -sf ../GUI/help .
56 $(MAKE) -C CPP/7zip/UI/GUI all
57
58 clean: