Gentoo Archives: gentoo-commits

From: "Radoslaw Stachowiak (radek)" <radek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-arch/p7zip: p7zip-4.58.ebuild ChangeLog
Date: Sun, 25 Jan 2009 19:29:19
Message-Id: E1LRAfU-0002bz-1j@stork.gentoo.org
1 radek 09/01/25 19:29:16
2
3 Modified: p7zip-4.58.ebuild ChangeLog
4 Log:
5 Removed unnecesary warning as per bug #126722
6 (Portage version: 2.1.6.7/cvs/Linux i686)
7
8 Revision Changes Path
9 1.9 app-arch/p7zip/p7zip-4.58.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/p7zip/p7zip-4.58.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/p7zip/p7zip-4.58.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/p7zip/p7zip-4.58.ebuild?r1=1.8&r2=1.9
14
15 Index: p7zip-4.58.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-arch/p7zip/p7zip-4.58.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- p7zip-4.58.ebuild 27 Dec 2008 05:00:55 -0000 1.8
22 +++ p7zip-4.58.ebuild 25 Jan 2009 19:29:15 -0000 1.9
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/p7zip-4.58.ebuild,v 1.8 2008/12/27 05:00:55 darkside Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/p7zip-4.58.ebuild,v 1.9 2009/01/25 19:29:15 radek Exp $
29
30 inherit eutils toolchain-funcs multilib
31
32 @@ -29,7 +29,6 @@
33 makefile* || die "changing makefiles"
34
35 if use amd64; then
36 - ewarn "Using suboptimal -fPIC upstream makefile due to amd64 being detected. See #126722"
37 cp -f makefile.linux_amd64 makefile.machine
38 elif [[ ${CHOST} == *-darwin* ]] ; then
39 # Mac OS X needs this special makefile, because it has a non-GNU linker
40
41
42
43 1.104 app-arch/p7zip/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/p7zip/ChangeLog?rev=1.104&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/p7zip/ChangeLog?rev=1.104&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/p7zip/ChangeLog?r1=1.103&r2=1.104
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/app-arch/p7zip/ChangeLog,v
52 retrieving revision 1.103
53 retrieving revision 1.104
54 diff -u -r1.103 -r1.104
55 --- ChangeLog 27 Dec 2008 05:00:55 -0000 1.103
56 +++ ChangeLog 25 Jan 2009 19:29:15 -0000 1.104
57 @@ -1,6 +1,9 @@
58 # ChangeLog for app-arch/p7zip
59 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/ChangeLog,v 1.103 2008/12/27 05:00:55 darkside Exp $
61 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
62 +# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/ChangeLog,v 1.104 2009/01/25 19:29:15 radek Exp $
63 +
64 + 25 Jan 2009; Radoslaw Stachowiak <radek@g.o> p7zip-4.58.ebuild:
65 + Removed unnecesary warning as per bug #126722
66
67 27 Dec 2008; Jeremy Olexa <darkside@g.o> p7zip-4.58.ebuild:
68 amd64 stable, bug #236591