mgorny 15/04/08 18:18:33
Modified: notmuch-0.18.2.ebuild notmuch-0.19-r1.ebuild
notmuch-0.17.ebuild notmuch-0.16-r1.ebuild
ChangeLog
Log:
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key
EFB4464E!)
Revision Changes Path
1.5 net-mail/notmuch/notmuch-0.18.2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.18.2.ebuild?rev=1.5&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.18.2.ebuild?rev=1.5&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.18.2.ebuild?r1=1.4&r2=1.5
Index: notmuch-0.18.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.18.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- notmuch-0.18.2.ebuild 2 Dec 2014 15:09:02 -0000 1.4
+++ notmuch-0.18.2.ebuild 8 Apr 2015 18:18:33 -0000 1.5
@@ -1,11 +1,11 @@
-# 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-mail/notmuch/notmuch-0.18.2.ebuild,v
1.4 2014/12/02 15:09:02 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.18.2.ebuild,v
1.5 2015/04/08 18:18:33 mgorny Exp $
EAPI=5
DISTUTILS_OPTIONAL=1
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit bash-completion-r1 elisp-common eutils pax-utils distutils-r1 \
toolchain-funcs
1.4 net-mail/notmuch/notmuch-0.19-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.19-r1.ebuild?rev=1.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.19-r1.ebuild?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.19-r1.ebuild?r1=1.3&r2=1.4
Index: notmuch-0.19-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.19-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- notmuch-0.19-r1.ebuild 25 Mar 2015 13:39:41 -0000 1.3
+++ notmuch-0.19-r1.ebuild 8 Apr 2015 18:18:33 -0000 1.4
@@ -1,11 +1,11 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.19-r1.ebuild,v
1.3 2015/03/25 13:39:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.19-r1.ebuild,v
1.4 2015/04/08 18:18:33 mgorny Exp $
EAPI=5
DISTUTILS_OPTIONAL=1
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit bash-completion-r1 elisp-common eutils flag-o-matic pax-utils \
distutils-r1 toolchain-funcs
1.11 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.11&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.17.ebuild?rev=1.11&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.17.ebuild?r1=1.10&r2=1.11
Index: notmuch-0.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.17.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- notmuch-0.17.ebuild 2 Dec 2014 15:09:02 -0000 1.10
+++ notmuch-0.17.ebuild 8 Apr 2015 18:18:33 -0000 1.11
@@ -1,11 +1,11 @@
-# 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-mail/notmuch/notmuch-0.17.ebuild,v 1.10
2014/12/02 15:09:02 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.17.ebuild,v 1.11
2015/04/08 18:18:33 mgorny Exp $
EAPI=5
DISTUTILS_OPTIONAL=1
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_3} )
inherit bash-completion-r1 elisp-common eutils pax-utils distutils-r1 \
toolchain-funcs
1.11 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.11&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.16-r1.ebuild?rev=1.11&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.16-r1.ebuild?r1=1.10&r2=1.11
Index: notmuch-0.16-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.16-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- notmuch-0.16-r1.ebuild 2 Dec 2014 15:09:02 -0000 1.10
+++ notmuch-0.16-r1.ebuild 8 Apr 2015 18:18:33 -0000 1.11
@@ -1,11 +1,11 @@
-# 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-mail/notmuch/notmuch-0.16-r1.ebuild,v
1.10 2014/12/02 15:09:02 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.16-r1.ebuild,v
1.11 2015/04/08 18:18:33 mgorny Exp $
EAPI=5
DISTUTILS_OPTIONAL=1
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_3} )
inherit bash-completion-r1 elisp-common eutils pax-utils distutils-r1
1.115 net-mail/notmuch/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.115&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.115&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?r1=1.114&r2=1.115
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- ChangeLog 25 Mar 2015 13:51:47 -0000 1.114
+++ ChangeLog 8 Apr 2015 18:18:33 -0000 1.115
@@ -1,6 +1,10 @@
# ChangeLog for net-mail/notmuch
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.114
2015/03/25 13:51:47 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.115
2015/04/08 18:18:33 mgorny Exp $
+
+ 08 Apr 2015; Michał Górny <[email protected]> notmuch-0.16-r1.ebuild,
+ notmuch-0.17.ebuild, notmuch-0.18.2.ebuild, notmuch-0.19-r1.ebuild:
+ Drop old Python implementations
25 Mar 2015; Amadeusz Żołnowski <[email protected]> -notmuch-0.19.ebuild:
Remove old, testing revision of 0.19.