aidecoe     14/09/18 19:47:19

  Modified:             notmuch-0.17.ebuild notmuch-0.16-r1.ebuild
                        ChangeLog notmuch-0.18.1.ebuild
  Log:
  Block gdb-7.8 because it breaks atomicity tests.
  
  (Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  Changes    Path
1.9                  net-mail/notmuch/notmuch-0.17.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.17.ebuild?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.17.ebuild?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.17.ebuild?r1=1.8&r2=1.9

Index: notmuch-0.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.17.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- notmuch-0.17.ebuild 1 Sep 2014 07:55:36 -0000       1.8
+++ notmuch-0.17.ebuild 18 Sep 2014 19:47:19 -0000      1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.17.ebuild,v 1.8 
2014/09/01 07:55:36 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.17.ebuild,v 1.9 
2014/09/18 19:47:19 aidecoe Exp $
 
 EAPI=5
 
@@ -37,7 +37,7 @@
        virtual/pkgconfig
        doc? ( python? ( dev-python/sphinx[${PYTHON_USEDEP}] ) )
        test? ( app-misc/dtach || ( >=app-editors/emacs-23[libxml2]
-               >=app-editors/emacs-vcs-23[libxml2] ) sys-devel/gdb )
+               >=app-editors/emacs-vcs-23[libxml2] ) <sys-devel/gdb-7.8 )
        "
 RDEPEND="${CDEPEND}
        crypt? ( app-crypt/gnupg )



1.9                  net-mail/notmuch/notmuch-0.16-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.16-r1.ebuild?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.16-r1.ebuild?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.16-r1.ebuild?r1=1.8&r2=1.9

Index: notmuch-0.16-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.16-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- notmuch-0.16-r1.ebuild      1 Sep 2014 07:55:36 -0000       1.8
+++ notmuch-0.16-r1.ebuild      18 Sep 2014 19:47:19 -0000      1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.16-r1.ebuild,v 
1.8 2014/09/01 07:55:36 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.16-r1.ebuild,v 
1.9 2014/09/18 19:47:19 aidecoe Exp $
 
 EAPI=5
 
@@ -37,7 +37,7 @@
        virtual/pkgconfig
        doc? ( python? ( dev-python/sphinx[${PYTHON_USEDEP}] ) )
        test? ( app-misc/dtach || ( >=app-editors/emacs-23[libxml2]
-               >=app-editors/emacs-vcs-23[libxml2] ) sys-devel/gdb )
+               >=app-editors/emacs-vcs-23[libxml2] ) <sys-devel/gdb-7.8 )
        "
 RDEPEND="${CDEPEND}
        crypt? ( app-crypt/gnupg )



1.104                net-mail/notmuch/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.104&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.104&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?r1=1.103&r2=1.104

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- ChangeLog   1 Sep 2014 07:55:36 -0000       1.103
+++ ChangeLog   18 Sep 2014 19:47:19 -0000      1.104
@@ -1,6 +1,10 @@
 # ChangeLog for net-mail/notmuch
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.103 
2014/09/01 07:55:36 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.104 
2014/09/18 19:47:19 aidecoe Exp $
+
+  18 Sep 2014; Amadeusz Żołnowski <[email protected]>
+  notmuch-0.16-r1.ebuild, notmuch-0.17.ebuild, notmuch-0.18.1.ebuild:
+  Block gdb-7.8 because it breaks atomicity tests.
 
   01 Sep 2014; Amadeusz Żołnowski <[email protected]>
   notmuch-0.16-r1.ebuild, notmuch-0.17.ebuild:



1.8                  net-mail/notmuch/notmuch-0.18.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild?r1=1.7&r2=1.8

Index: notmuch-0.18.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- notmuch-0.18.1.ebuild       28 Aug 2014 14:14:21 -0000      1.7
+++ notmuch-0.18.1.ebuild       18 Sep 2014 19:47:19 -0000      1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild,v 
1.7 2014/08/28 14:14:21 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild,v 
1.8 2014/09/18 19:47:19 aidecoe Exp $
 
 EAPI=5
 
@@ -39,7 +39,7 @@
        virtual/pkgconfig
        doc? ( python? ( dev-python/sphinx[${PYTHON_USEDEP}] ) )
        test? ( app-misc/dtach || ( >=app-editors/emacs-23[libxml2]
-               >=app-editors/emacs-vcs-23[libxml2] ) sys-devel/gdb )
+               >=app-editors/emacs-vcs-23[libxml2] ) <sys-devel/gdb-7.8 )
        "
 RDEPEND="${CDEPEND}
        crypt? ( app-crypt/gnupg )




Reply via email to