public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [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
@ 2012-06-07 16:29 Julian Ospald (hasufell)
  0 siblings, 0 replies; only message in thread
From: Julian Ospald (hasufell) @ 2012-06-07 16:29 UTC (permalink / raw
  To: gentoo-commits

hasufell    12/06/07 16:29:50

  Modified:             p7zip-9.13.ebuild p7zip-9.13-r3.ebuild
                        p7zip-9.20.1-r2.ebuild ChangeLog
  Removed:              p7zip-9.20.1-r1.ebuild p7zip-9.20.1.ebuild
  Log:
  fix QA issues wrt bug #420011 and drop old
  
  (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 app-arch/p7zip/p7zip-9.13.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/p7zip/p7zip-9.13.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/p7zip/p7zip-9.13.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/p7zip/p7zip-9.13.ebuild?r1=1.10&r2=1.11

Index: p7zip-9.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/p7zip/p7zip-9.13.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- p7zip-9.13.ebuild	26 Mar 2011 19:48:13 -0000	1.10
+++ p7zip-9.13.ebuild	7 Jun 2012 16:29:50 -0000	1.11
@@ -1,11 +1,11 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/p7zip-9.13.ebuild,v 1.10 2011/03/26 19:48:13 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/p7zip-9.13.ebuild,v 1.11 2012/06/07 16:29:50 hasufell Exp $
 
 EAPI="2"
 WX_GTK_VER="2.8"
 
-inherit eutils toolchain-funcs multilib wxwidgets
+inherit eutils flag-o-matic toolchain-funcs multilib wxwidgets
 
 DESCRIPTION="Port of 7-Zip archiver for Unix"
 HOMEPAGE="http://p7zip.sourceforge.net/"
@@ -25,9 +25,12 @@
 
 pkg_setup() {
 	use wxwidgets && wxwidgets_pkg_setup
+	append-flags -fno-strict-aliasing
 }
 
 src_prepare() {
+	epatch "${FILESDIR}"/${P}-QA.patch
+
 	if use kde && ! use wxwidgets ; then
 		einfo "USE-flag kde needs wxwidgets flag"
 		einfo "silently enabling wxwidgets flag"



1.4                  app-arch/p7zip/p7zip-9.13-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/p7zip/p7zip-9.13-r3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/p7zip/p7zip-9.13-r3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/p7zip/p7zip-9.13-r3.ebuild?r1=1.3&r2=1.4

Index: p7zip-9.13-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/p7zip/p7zip-9.13-r3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- p7zip-9.13-r3.ebuild	26 Mar 2011 19:48:13 -0000	1.3
+++ p7zip-9.13-r3.ebuild	7 Jun 2012 16:29:50 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/p7zip-9.13-r3.ebuild,v 1.3 2011/03/26 19:48:13 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/p7zip-9.13-r3.ebuild,v 1.4 2012/06/07 16:29:50 hasufell Exp $
 
 EAPI="2"
 WX_GTK_VER="2.8"
@@ -28,6 +28,8 @@
 }
 
 src_prepare() {
+	epatch "${FILESDIR}"/${P}-QA.patch
+
 	if ! use pch; then
 		sed "s:PRE_COMPILED_HEADER=StdAfx.h.gch:PRE_COMPILED_HEADER=:g" -i makefile.* || die
 	fi



1.2                  app-arch/p7zip/p7zip-9.20.1-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/p7zip/p7zip-9.20.1-r2.ebuild?rev=1.2&view=markup
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
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/p7zip/p7zip-9.20.1-r2.ebuild?r1=1.1&r2=1.2

Index: p7zip-9.20.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/p7zip/p7zip-9.20.1-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- p7zip-9.20.1-r2.ebuild	30 May 2012 19:46:18 -0000	1.1
+++ p7zip-9.20.1-r2.ebuild	7 Jun 2012 16:29:50 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
 
 EAPI=4
 
@@ -34,7 +34,8 @@
 
 src_prepare() {
 	epatch \
-		"${FILESDIR}"/${P}-execstack.patch
+		"${FILESDIR}"/${P}-execstack.patch \
+		"${FILESDIR}"/${P}-QA.patch
 
 	if ! use pch; then
 		sed "s:PRE_COMPILED_HEADER=StdAfx.h.gch:PRE_COMPILED_HEADER=:g" -i makefile.* || die



1.146                app-arch/p7zip/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/p7zip/ChangeLog?rev=1.146&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/p7zip/ChangeLog?rev=1.146&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/p7zip/ChangeLog?r1=1.145&r2=1.146

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/p7zip/ChangeLog,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -r1.145 -r1.146
--- ChangeLog	30 May 2012 19:46:18 -0000	1.145
+++ ChangeLog	7 Jun 2012 16:29:50 -0000	1.146
@@ -1,6 +1,12 @@
 # ChangeLog for app-arch/p7zip
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/ChangeLog,v 1.145 2012/05/30 19:46:18 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/ChangeLog,v 1.146 2012/06/07 16:29:50 hasufell Exp $
+
+  07 Jun 2012; Julian Ospald <hasufell@gentoo.org> p7zip-9.13.ebuild,
+  p7zip-9.13-r3.ebuild, +files/p7zip-9.13-QA.patch, -p7zip-9.20.1.ebuild,
+  -p7zip-9.20.1-r1.ebuild, p7zip-9.20.1-r2.ebuild,
+  +files/p7zip-9.20.1-QA.patch:
+  fix QA issues wrt bug #420011 and drop old
 
 *p7zip-9.20.1-r2 (30 May 2012)
 






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-06-07 16:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-07 16:29 [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 Julian Ospald (hasufell)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox