alunduil 15/05/17 17:15:49
Modified: tornado-4.1.0-r1.ebuild tornado-4.1.0.ebuild
ChangeLog
Log:
version intersphinx patch file
This patch changes for tornado-4.2 and requires that the current file be
accessible under a different name to keep moving forward.
(Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key
11A8217C!)
Revision Changes Path
1.5 www-servers/tornado/tornado-4.1.0-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/tornado-4.1.0-r1.ebuild?rev=1.5&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/tornado-4.1.0-r1.ebuild?rev=1.5&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/tornado-4.1.0-r1.ebuild?r1=1.4&r2=1.5
Index: tornado-4.1.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-4.1.0-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tornado-4.1.0-r1.ebuild 17 May 2015 10:17:26 -0000 1.4
+++ tornado-4.1.0-r1.ebuild 17 May 2015 17:15:49 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/www-servers/tornado/tornado-4.1.0-r1.ebuild,v 1.4
2015/05/17 10:17:26 pacho Exp $
+# $Header:
/var/cvsroot/gentoo-x86/www-servers/tornado/tornado-4.1.0-r1.ebuild,v 1.5
2015/05/17 17:15:49 alunduil Exp $
EAPI=5
@@ -41,7 +41,7 @@
python_prepare_all() {
local PATCHES=(
- "${FILESDIR}"/drop-intersphinx.patch
+ "${FILESDIR}"/${PV}-drop-intersphinx.patch
)
distutils-r1_python_prepare_all
1.4 www-servers/tornado/tornado-4.1.0.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/tornado-4.1.0.ebuild?rev=1.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/tornado-4.1.0.ebuild?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/tornado-4.1.0.ebuild?r1=1.3&r2=1.4
Index: tornado-4.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-4.1.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tornado-4.1.0.ebuild 10 May 2015 09:35:34 -0000 1.3
+++ tornado-4.1.0.ebuild 17 May 2015 17:15:49 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-4.1.0.ebuild,v
1.3 2015/05/10 09:35:34 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/tornado-4.1.0.ebuild,v
1.4 2015/05/17 17:15:49 alunduil Exp $
EAPI=5
@@ -39,7 +39,7 @@
python_prepare_all() {
local PATCHES=(
- "${FILESDIR}"/drop-intersphinx.patch
+ "${FILESDIR}"/${PV}-drop-intersphinx.patch
)
distutils-r1_python_prepare_all
1.71 www-servers/tornado/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/ChangeLog?rev=1.71&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/ChangeLog?rev=1.71&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tornado/ChangeLog?r1=1.70&r2=1.71
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-servers/tornado/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog 17 May 2015 10:17:26 -0000 1.70
+++ ChangeLog 17 May 2015 17:15:49 -0000 1.71
@@ -1,6 +1,13 @@
# ChangeLog for www-servers/tornado
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/ChangeLog,v 1.70
2015/05/17 10:17:26 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/tornado/ChangeLog,v 1.71
2015/05/17 17:15:49 alunduil Exp $
+
+ 17 May 2015; Alex Brandt <[email protected]>
+ +files/4.1.0-drop-intersphinx.patch, tornado-4.1.0-r1.ebuild,
+ tornado-4.1.0.ebuild:
+ version intersphinx patch file This patch changes for tornado-4.2 and
+ requires that the current file be accessible under a different name to keep
+ moving forward.
17 May 2015; Pacho Ramos <[email protected]> tornado-4.1.0-r1.ebuild:
ppc keyword, bug #548938