From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LyBRg-0002FO-J1 for garchives@archives.gentoo.org; Sun, 26 Apr 2009 20:59:28 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E0D2E0465; Sun, 26 Apr 2009 20:59:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 664F4E0465 for ; Sun, 26 Apr 2009 20:59:27 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 434F965377 for ; Sun, 26 Apr 2009 20:59:26 +0000 (UTC) Received: from patrick by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1LyBRd-0003Tn-Ha for gentoo-commits@lists.gentoo.org; Sun, 26 Apr 2009 20:59:25 +0000 From: "Patrick Lauer (patrick)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, patrick@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-arch/p7zip/files: 4.65-makefile.patch 4.65-hardlink.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: 4.65-makefile.patch 4.65-hardlink.patch X-VCS-Directories: app-arch/p7zip/files X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer Content-Type: text/plain; charset=utf8 Message-Id: Sender: Patrick Lauer Date: Sun, 26 Apr 2009 20:59:25 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: f5a48301-9994-46df-8ed1-02ccaa8b78b6 X-Archives-Hash: 946032d90d889cfbd91e8a466c5ad253 patrick 09/04/26 20:59:25 Added: 4.65-makefile.patch 4.65-hardlink.patch Log: Bump to 4.65, closes #249780. Based on the ebuild by jlec, incorporatin= g changes from Flameeyes, Sergey Dryabzhinsky, Ilya Kashirin, A.C.Heron a= nd Chi-Thanh Christopher Nguyen. (Portage version: 2.2_rc31/cvs/Linux x86_64) Revision Changes Path 1.1 app-arch/p7zip/files/4.65-makefile.patch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/p7zip/fil= es/4.65-makefile.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/p7zip/fil= es/4.65-makefile.patch?rev=3D1.1&content-type=3Dtext/plain Index: 4.65-makefile.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- CPP/7zip/Bundles/Format7zFree/makefile 2009-02-09 21:47:24.000000000 = +0100 +++ CPP/7zip/Bundles/Format7zFree/makefile.new 2009-02-25 14:18:31.000000= 000 +0100 @@ -271,8 +271,6 @@ MyAes.o \ Pbkdf2HmacSha1.o \ RandGen.o \ - Rar20Crypto.o \ - RarAes.o \ Sha1.o \ WzAes.o \ ZipCrypto.o \ @@ -313,7 +313,6 @@ $(LZH_OBJS) \ $(LZM_OBJS) \ $(NSIS_OBJS) \ - $(RAR_OBJS) \ $(SPLIT_OBJS) \ $(TAR_OBJS) \ $(UDF_OBJS) \ 1.1 app-arch/p7zip/files/4.65-hardlink.patch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/p7zip/fil= es/4.65-hardlink.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/p7zip/fil= es/4.65-hardlink.patch?rev=3D1.1&content-type=3Dtext/plain Index: 4.65-hardlink.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- makefile 2009-02-25 16:03:33.000000000 +0100 +++ makefile.new 2009-02-25 16:03:17.000000000 +0100 @@ -55,8 +55,8 @@ $(MAKE) -C CPP/7zip/UI/Console all =20 7zG: common7z - cd bin ; rm -f Lang ; ln ../GUI/Lang . - cd bin ; rm -f help ; ln ../GUI/help . + cd bin ; rm -f Lang ; ln -sf ../GUI/Lang . + cd bin ; rm -f help ; ln -sf ../GUI/help . $(MAKE) -C CPP/7zip/UI/GUI all =20 clean: