Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-arch/p7zip: p7zip-9.13.ebuild p7zip-9.13-r3.ebuild p7zip-9.20.1-r2.ebuild ChangeLog p7zip-9.20.1-r1.ebuild p7zip-9.20.1.ebuild
Date: Thu, 07 Jun 2012 16:30:00
Message-Id: 20120607162950.5C4802004B@flycatcher.gentoo.org
1 hasufell 12/06/07 16:29:50
2
3 Modified: p7zip-9.13.ebuild p7zip-9.13-r3.ebuild
4 p7zip-9.20.1-r2.ebuild ChangeLog
5 Removed: p7zip-9.20.1-r1.ebuild p7zip-9.20.1.ebuild
6 Log:
7 fix QA issues wrt bug #420011 and drop old
8
9 (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.11 app-arch/p7zip/p7zip-9.13.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/p7zip/p7zip-9.13.ebuild?rev=1.11&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/p7zip/p7zip-9.13.ebuild?rev=1.11&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/p7zip/p7zip-9.13.ebuild?r1=1.10&r2=1.11
17
18 Index: p7zip-9.13.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-arch/p7zip/p7zip-9.13.ebuild,v
21 retrieving revision 1.10
22 retrieving revision 1.11
23 diff -u -r1.10 -r1.11
24 --- p7zip-9.13.ebuild 26 Mar 2011 19:48:13 -0000 1.10
25 +++ p7zip-9.13.ebuild 7 Jun 2012 16:29:50 -0000 1.11
26 @@ -1,11 +1,11 @@
27 -# Copyright 1999-2011 Gentoo Foundation
28 +# Copyright 1999-2012 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/p7zip-9.13.ebuild,v 1.10 2011/03/26 19:48:13 jlec Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/p7zip-9.13.ebuild,v 1.11 2012/06/07 16:29:50 hasufell Exp $
32
33 EAPI="2"
34 WX_GTK_VER="2.8"
35
36 -inherit eutils toolchain-funcs multilib wxwidgets
37 +inherit eutils flag-o-matic toolchain-funcs multilib wxwidgets
38
39 DESCRIPTION="Port of 7-Zip archiver for Unix"
40 HOMEPAGE="http://p7zip.sourceforge.net/"
41 @@ -25,9 +25,12 @@
42
43 pkg_setup() {
44 use wxwidgets && wxwidgets_pkg_setup
45 + append-flags -fno-strict-aliasing
46 }
47
48 src_prepare() {
49 + epatch "${FILESDIR}"/${P}-QA.patch
50 +
51 if use kde && ! use wxwidgets ; then
52 einfo "USE-flag kde needs wxwidgets flag"
53 einfo "silently enabling wxwidgets flag"
54
55
56
57 1.4 app-arch/p7zip/p7zip-9.13-r3.ebuild
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/p7zip/p7zip-9.13-r3.ebuild?rev=1.4&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/p7zip/p7zip-9.13-r3.ebuild?rev=1.4&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/p7zip/p7zip-9.13-r3.ebuild?r1=1.3&r2=1.4
62
63 Index: p7zip-9.13-r3.ebuild
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/app-arch/p7zip/p7zip-9.13-r3.ebuild,v
66 retrieving revision 1.3
67 retrieving revision 1.4
68 diff -u -r1.3 -r1.4
69 --- p7zip-9.13-r3.ebuild 26 Mar 2011 19:48:13 -0000 1.3
70 +++ p7zip-9.13-r3.ebuild 7 Jun 2012 16:29:50 -0000 1.4
71 @@ -1,6 +1,6 @@
72 -# Copyright 1999-2011 Gentoo Foundation
73 +# Copyright 1999-2012 Gentoo Foundation
74 # Distributed under the terms of the GNU General Public License v2
75 -# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/p7zip-9.13-r3.ebuild,v 1.3 2011/03/26 19:48:13 jlec Exp $
76 +# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/p7zip-9.13-r3.ebuild,v 1.4 2012/06/07 16:29:50 hasufell Exp $
77
78 EAPI="2"
79 WX_GTK_VER="2.8"
80 @@ -28,6 +28,8 @@
81 }
82
83 src_prepare() {
84 + epatch "${FILESDIR}"/${P}-QA.patch
85 +
86 if ! use pch; then
87 sed "s:PRE_COMPILED_HEADER=StdAfx.h.gch:PRE_COMPILED_HEADER=:g" -i makefile.* || die
88 fi
89
90
91
92 1.2 app-arch/p7zip/p7zip-9.20.1-r2.ebuild
93
94 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/p7zip/p7zip-9.20.1-r2.ebuild?rev=1.2&view=markup
95 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/p7zip/p7zip-9.20.1-r2.ebuild?rev=1.2&content-type=text/plain
96 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/p7zip/p7zip-9.20.1-r2.ebuild?r1=1.1&r2=1.2
97
98 Index: p7zip-9.20.1-r2.ebuild
99 ===================================================================
100 RCS file: /var/cvsroot/gentoo-x86/app-arch/p7zip/p7zip-9.20.1-r2.ebuild,v
101 retrieving revision 1.1
102 retrieving revision 1.2
103 diff -u -r1.1 -r1.2
104 --- p7zip-9.20.1-r2.ebuild 30 May 2012 19:46:18 -0000 1.1
105 +++ p7zip-9.20.1-r2.ebuild 7 Jun 2012 16:29:50 -0000 1.2
106 @@ -1,6 +1,6 @@
107 # Copyright 1999-2012 Gentoo Foundation
108 # Distributed under the terms of the GNU General Public License v2
109 -# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/p7zip-9.20.1-r2.ebuild,v 1.1 2012/05/30 19:46:18 jlec Exp $
110 +# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/p7zip-9.20.1-r2.ebuild,v 1.2 2012/06/07 16:29:50 hasufell Exp $
111
112 EAPI=4
113
114 @@ -34,7 +34,8 @@
115
116 src_prepare() {
117 epatch \
118 - "${FILESDIR}"/${P}-execstack.patch
119 + "${FILESDIR}"/${P}-execstack.patch \
120 + "${FILESDIR}"/${P}-QA.patch
121
122 if ! use pch; then
123 sed "s:PRE_COMPILED_HEADER=StdAfx.h.gch:PRE_COMPILED_HEADER=:g" -i makefile.* || die
124
125
126
127 1.146 app-arch/p7zip/ChangeLog
128
129 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/p7zip/ChangeLog?rev=1.146&view=markup
130 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/p7zip/ChangeLog?rev=1.146&content-type=text/plain
131 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/p7zip/ChangeLog?r1=1.145&r2=1.146
132
133 Index: ChangeLog
134 ===================================================================
135 RCS file: /var/cvsroot/gentoo-x86/app-arch/p7zip/ChangeLog,v
136 retrieving revision 1.145
137 retrieving revision 1.146
138 diff -u -r1.145 -r1.146
139 --- ChangeLog 30 May 2012 19:46:18 -0000 1.145
140 +++ ChangeLog 7 Jun 2012 16:29:50 -0000 1.146
141 @@ -1,6 +1,12 @@
142 # ChangeLog for app-arch/p7zip
143 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
144 -# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/ChangeLog,v 1.145 2012/05/30 19:46:18 jlec Exp $
145 +# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/ChangeLog,v 1.146 2012/06/07 16:29:50 hasufell Exp $
146 +
147 + 07 Jun 2012; Julian Ospald <hasufell@g.o> p7zip-9.13.ebuild,
148 + p7zip-9.13-r3.ebuild, +files/p7zip-9.13-QA.patch, -p7zip-9.20.1.ebuild,
149 + -p7zip-9.20.1-r1.ebuild, p7zip-9.20.1-r2.ebuild,
150 + +files/p7zip-9.20.1-QA.patch:
151 + fix QA issues wrt bug #420011 and drop old
152
153 *p7zip-9.20.1-r2 (30 May 2012)