jer         15/02/10 07:09:44

  Modified:             ChangeLog libidn-1.29.ebuild
  Removed:              libidn-1.28.ebuild
  Log:
  Only run specific tests, not the included gnulib tests (bug #539356).
  
  (Portage version: 2.2.16/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.217                net-dns/libidn/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/libidn/ChangeLog?rev=1.217&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/libidn/ChangeLog?rev=1.217&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/libidn/ChangeLog?r1=1.216&r2=1.217

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/libidn/ChangeLog,v
retrieving revision 1.216
retrieving revision 1.217
diff -u -r1.216 -r1.217
--- ChangeLog   10 Nov 2014 19:28:32 -0000      1.216
+++ ChangeLog   10 Feb 2015 07:09:44 -0000      1.217
@@ -1,6 +1,10 @@
 # ChangeLog for net-dns/libidn
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/libidn/ChangeLog,v 1.216 2014/11/10 
19:28:32 grobian Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dns/libidn/ChangeLog,v 1.217 2015/02/10 
07:09:44 jer Exp $
+
+  10 Feb 2015; Jeroen Roovers <[email protected]> -libidn-1.28.ebuild,
+  libidn-1.29.ebuild:
+  Only run specific tests, not the included gnulib tests (bug #539356).
 
   10 Nov 2014; Fabian Groffen <[email protected]> libidn-1.29.ebuild:
   Marked ~m68k-mint, bug #528626



1.12                 net-dns/libidn/libidn-1.29.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/libidn/libidn-1.29.ebuild?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/libidn/libidn-1.29.ebuild?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/libidn/libidn-1.29.ebuild?r1=1.11&r2=1.12

Index: libidn-1.29.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/libidn/libidn-1.29.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- libidn-1.29.ebuild  10 Nov 2014 19:28:32 -0000      1.11
+++ libidn-1.29.ebuild  10 Feb 2015 07:09:44 -0000      1.12
@@ -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/net-dns/libidn/libidn-1.29.ebuild,v 1.11 
2014/11/10 19:28:32 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/libidn/libidn-1.29.ebuild,v 1.12 
2015/02/10 07:09:44 jer Exp $
 
 EAPI=5
 inherit elisp-common java-pkg-opt-2 mono-env multilib-minimal
@@ -68,6 +68,11 @@
        fi
 }
 
+multilib_src_test() {
+       # only run libidn specific tests and not gnulib tests (bug #539356)
+       emake -C tests check
+}
+
 multilib_src_install() {
        emake DESTDIR="${D}" install
 




Reply via email to