hasufell    14/03/19 00:52:45

  Modified:             ChangeLog mysql-5.5.32.ebuild
  Log:
  remove -Werror flag wrt #494332
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
BDEED020)

Revision  Changes    Path
1.665                dev-db/mysql/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.665&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.665&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?r1=1.664&r2=1.665

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v
retrieving revision 1.664
retrieving revision 1.665
diff -u -r1.664 -r1.665
--- ChangeLog   29 Aug 2013 14:40:17 -0000      1.664
+++ ChangeLog   19 Mar 2014 00:52:45 -0000      1.665
@@ -1,6 +1,10 @@
 # ChangeLog for dev-db/mysql
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.664 2013/08/29 
14:40:17 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.665 2014/03/19 
00:52:45 hasufell Exp $
+
+  19 Mar 2014; Julian Ospald <hasuf...@gentoo.org> mysql-5.5.32.ebuild,
+  +files/mysql-5.5.32-Werror.patch:
+  remove -Werror flag wrt #494332
 
   29 Aug 2013; Agostino Sarubbo <a...@gentoo.org> -mysql-5.1.66-r1.ebuild,
   -mysql-5.1.66.ebuild, -mysql-5.1.67-r1.ebuild, -mysql-5.1.67.ebuild,



1.2                  dev-db/mysql/mysql-5.5.32.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.5.32.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.5.32.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.5.32.ebuild?r1=1.1&r2=1.2

Index: mysql-5.5.32.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.5.32.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mysql-5.5.32.ebuild 6 Jun 2013 17:06:28 -0000       1.1
+++ mysql-5.5.32.ebuild 19 Mar 2014 00:52:45 -0000      1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.5.32.ebuild,v 1.1 
2013/06/06 17:06:28 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.5.32.ebuild,v 1.2 
2014/03/19 00:52:45 hasufell Exp $
 
 EAPI="4"
 
@@ -11,7 +11,7 @@
 # Build type
 BUILD="cmake"
 
-inherit toolchain-funcs mysql-v2
+inherit eutils toolchain-funcs mysql-v2
 # only to make repoman happy. it is really set in the eclass
 IUSE="$IUSE"
 
@@ -31,6 +31,11 @@
 # If you want to add a single patch, copy the ebuild to an overlay
 # and create your own mysql-extras tarball, looking at 000_index.txt
 
+src_prepare() {
+       epatch "${FILESDIR}"/${PN}-5.5.32-Werror.patch
+       mysql-v2_src_prepare
+}
+
 # Official test instructions:
 # USE='berkdb -cluster embedded extraengine perl ssl community' \
 # FEATURES='test userpriv -usersandbox' \




Reply via email to