idella4 14/10/09 01:54:48
Modified: scrapy-0.25.1.ebuild ChangeLog
Removed: scrapy-0.20.0.ebuild scrapy-0.19.0.ebuild
scrapy-0.24.1.ebuild
Log:
add patch from upstream, fixes version bordering issues added by them Aug 5,
remove old patch and old ebuilds
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key
0xB8072B0D)
Revision Changes Path
1.2 dev-python/scrapy/scrapy-0.25.1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/scrapy/scrapy-0.25.1.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/scrapy/scrapy-0.25.1.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/scrapy/scrapy-0.25.1.ebuild?r1=1.1&r2=1.2
Index: scrapy-0.25.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/scrapy/scrapy-0.25.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- scrapy-0.25.1.ebuild 28 Jul 2014 08:05:08 -0000 1.1
+++ scrapy-0.25.1.ebuild 9 Oct 2014 01:54:48 -0000 1.2
@@ -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/dev-python/scrapy/scrapy-0.25.1.ebuild,v
1.1 2014/07/28 08:05:08 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/scrapy/scrapy-0.25.1.ebuild,v
1.2 2014/10/09 01:54:48 idella4 Exp $
EAPI=5
@@ -47,6 +47,8 @@
REQUIRED_USE="test? ( ssl boto )"
+PATCHES=( "${FILESDIR}"/${PV}-setup.patch )
+
python_compile_all() {
if use doc; then
PYTHONPATH="${S}" emake -C docs html || die "emake html failed"
1.28 dev-python/scrapy/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/scrapy/ChangeLog?rev=1.28&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/scrapy/ChangeLog?rev=1.28&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/scrapy/ChangeLog?r1=1.27&r2=1.28
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/scrapy/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog 28 Jul 2014 08:05:08 -0000 1.27
+++ ChangeLog 9 Oct 2014 01:54:48 -0000 1.28
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/scrapy
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/scrapy/ChangeLog,v 1.27
2014/07/28 08:05:08 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/scrapy/ChangeLog,v 1.28
2014/10/09 01:54:48 idella4 Exp $
+
+ 09 Oct 2014; Ian Delaney <[email protected]> +files/0.25.1-setup.patch,
+ -files/scrapy-0.14.3-runtests.patch, -scrapy-0.19.0.ebuild,
+ -scrapy-0.20.0.ebuild, -scrapy-0.24.1.ebuild, scrapy-0.25.1.ebuild:
+ add patch from upstream, fixes version bordering issues added by them Aug 5,
+ remove old patch and old ebuilds
*scrapy-0.25.1 (28 Jul 2014)