vapier      15/07/21 15:56:38

  Modified:             diffutils-3.3.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-apps/diffutils/diffutils-3.3.ebuild

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

Index: diffutils-3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/diffutils/diffutils-3.3.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- diffutils-3.3.ebuild        18 Jan 2014 05:12:18 -0000      1.14
+++ diffutils-3.3.ebuild        21 Jul 2015 15:56:38 -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-apps/diffutils/diffutils-3.3.ebuild,v 
1.14 2014/01/18 05:12:18 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/diffutils/diffutils-3.3.ebuild,v 
1.15 2015/07/21 15:56:38 vapier Exp $
 
 EAPI=4
 
@@ -22,6 +22,11 @@
 DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
 
 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} != "3.3" ]] && die "re-enable test #554728"
+       echo 'exit 0' > gnulib-tests/test-update-copyright.sh || die
+
        sed -i 's:@mkdir_p@:@MKDIR_P@:g' po/Makefile.in.in || die #464604
 }
 



1.94                 sys-apps/diffutils/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/diffutils/ChangeLog?rev=1.94&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/diffutils/ChangeLog?rev=1.94&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/diffutils/ChangeLog?r1=1.93&r2=1.94

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/diffutils/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog   18 Jan 2014 05:12:18 -0000      1.93
+++ ChangeLog   21 Jul 2015 15:56:38 -0000      1.94
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/diffutils
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/diffutils/ChangeLog,v 1.93 
2014/01/18 05:12:18 vapier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/diffutils/ChangeLog,v 1.94 
2015/07/21 15:56:38 vapier Exp $
+
+  21 Jul 2015; Mike Frysinger <[email protected]> diffutils-3.3.ebuild:
+  Disable gnulib update-copyright test for now #554728 by Paolo Pedroni.
 
   18 Jan 2014; Mike Frysinger <[email protected]> diffutils-3.3.ebuild:
   Add arm64 love.




Reply via email to