vapier      15/07/20 04:31:35

  Modified:             m4-1.4.16.ebuild m4-1.4.17.ebuild ChangeLog
  Log:
  Disable gnulib update-copyright test for now #554728 by Paolo Pedroni.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  Changes    Path
1.15                 sys-devel/m4/m4-1.4.16.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/m4/m4-1.4.16.ebuild?rev=1.15&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/m4/m4-1.4.16.ebuild?rev=1.15&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/m4/m4-1.4.16.ebuild?r1=1.14&r2=1.15

Index: m4-1.4.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/m4/m4-1.4.16.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- m4-1.4.16.ebuild    18 Jan 2014 03:10:56 -0000      1.14
+++ m4-1.4.16.ebuild    20 Jul 2015 04:31:35 -0000      1.15
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/m4-1.4.16.ebuild,v 1.14 
2014/01/18 03:10:56 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/m4-1.4.16.ebuild,v 1.15 
2015/07/20 04:31:35 vapier Exp $
 
 EAPI="3"
 
@@ -22,6 +22,9 @@
 src_prepare() {
        epatch "${FILESDIR}"/${P}-fix-test-readlink.patch #376639
        epatch "${FILESDIR}"/${P}-no-gets.patch #424978
+
+       # Disable gnulib build test that has no impact on the source.
+       echo 'exit 0' > tests/test-update-copyright.sh || die
 }
 
 src_configure() {



1.3                  sys-devel/m4/m4-1.4.17.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/m4/m4-1.4.17.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/m4/m4-1.4.17.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/m4/m4-1.4.17.ebuild?r1=1.2&r2=1.3

Index: m4-1.4.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/m4/m4-1.4.17.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- m4-1.4.17.ebuild    18 Jan 2014 03:10:56 -0000      1.2
+++ m4-1.4.17.ebuild    20 Jul 2015 04:31:35 -0000      1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/m4-1.4.17.ebuild,v 1.2 
2014/01/18 03:10:56 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/m4-1.4.17.ebuild,v 1.3 
2015/07/20 04:31:35 vapier Exp $
 
 EAPI="4"
 
@@ -17,6 +17,13 @@
 DEPEND="app-arch/xz-utils"
 RDEPEND=""
 
+src_prepare() {
+       # Disable gnulib build test that has no impact on the source.
+       # Re-enable w/next version bump (and gnulib is updated). #554728
+       [[ ${PV} != "1.4.17" ]] && die "re-enable test #554728"
+       echo 'exit 0' > tests/test-update-copyright.sh || die
+}
+
 src_configure() {
        # Disable automagic dependency over libsigsegv; see bug #278026
        export ac_cv_libsigsegv=no



1.166                sys-devel/m4/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/m4/ChangeLog?rev=1.166&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/m4/ChangeLog?rev=1.166&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/m4/ChangeLog?r1=1.165&r2=1.166

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/m4/ChangeLog,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -r1.165 -r1.166
--- ChangeLog   18 Jan 2014 03:10:56 -0000      1.165
+++ ChangeLog   20 Jul 2015 04:31:35 -0000      1.166
@@ -1,6 +1,10 @@
 # ChangeLog for sys-devel/m4
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/ChangeLog,v 1.165 2014/01/18 
03:10:56 vapier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/ChangeLog,v 1.166 2015/07/20 
04:31:35 vapier Exp $
+
+  20 Jul 2015; Mike Frysinger <[email protected]> m4-1.4.16.ebuild,
+  m4-1.4.17.ebuild:
+  Disable gnulib update-copyright test for now #554728 by Paolo Pedroni.
 
   18 Jan 2014; Mike Frysinger <[email protected]> m4-1.4.16.ebuild,
   m4-1.4.17.ebuild:




Reply via email to