idella4 14/12/20 06:30:26
Modified: webob-1.4.ebuild webob-1.2.3-r1.ebuild
webob-1.3.1.ebuild ChangeLog
Removed: webob-1.1.ebuild webob-1.2.2.ebuild
webob-1.0.8-r1.ebuild webob-1.0.8.ebuild
webob-1.0.7.ebuild
Log:
rm old impls, fix doc build in -1.3.1, rm old
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key
0xB8072B0D)
Revision Changes Path
1.8 dev-python/webob/webob-1.4.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webob/webob-1.4.ebuild?rev=1.8&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webob/webob-1.4.ebuild?rev=1.8&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webob/webob-1.4.ebuild?r1=1.7&r2=1.8
Index: webob-1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.4.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- webob-1.4.ebuild 8 Dec 2014 11:02:53 -0000 1.7
+++ webob-1.4.ebuild 20 Dec 2014 06:30:26 -0000 1.8
@@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.4.ebuild,v 1.7
2014/12/08 11:02:53 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.4.ebuild,v 1.8
2014/12/20 06:30:26 idella4 Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
inherit distutils-r1
1.15 dev-python/webob/webob-1.2.3-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webob/webob-1.2.3-r1.ebuild?rev=1.15&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webob/webob-1.2.3-r1.ebuild?rev=1.15&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webob/webob-1.2.3-r1.ebuild?r1=1.14&r2=1.15
Index: webob-1.2.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.2.3-r1.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- webob-1.2.3-r1.ebuild 18 Jun 2014 16:01:01 -0000 1.14
+++ webob-1.2.3-r1.ebuild 20 Dec 2014 06:30:26 -0000 1.15
@@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.2.3-r1.ebuild,v
1.14 2014/06/18 16:01:01 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.2.3-r1.ebuild,v
1.15 2014/12/20 06:30:26 idella4 Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
+PYTHON_COMPAT=( python{2_7,3_3} pypy )
inherit distutils-r1
1.4 dev-python/webob/webob-1.3.1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webob/webob-1.3.1.ebuild?rev=1.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webob/webob-1.3.1.ebuild?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webob/webob-1.3.1.ebuild?r1=1.3&r2=1.4
Index: webob-1.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.3.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- webob-1.3.1.ebuild 2 Apr 2014 21:14:58 -0000 1.3
+++ webob-1.3.1.ebuild 20 Dec 2014 06:30:26 -0000 1.4
@@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.3.1.ebuild,v 1.3
2014/04/02 21:14:58 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.3.1.ebuild,v 1.4
2014/12/20 06:30:26 idella4 Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
inherit distutils-r1
@@ -29,7 +29,7 @@
python_compile_all() {
if use doc; then
- "${PYTHON}" setup.py build_sphinx || die
+ "${PYTHON}" setup.py build_sphinx || die "Doc build failed"
fi
}
@@ -38,6 +38,6 @@
}
python_install_all() {
- use doc && local HTML_DOCS=( build/sphinx/html/. )
+ use doc && local HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. )
distutils-r1_python_install_all
}
1.96 dev-python/webob/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webob/ChangeLog?rev=1.96&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webob/ChangeLog?rev=1.96&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webob/ChangeLog?r1=1.95&r2=1.96
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- ChangeLog 8 Dec 2014 11:02:53 -0000 1.95
+++ ChangeLog 20 Dec 2014 06:30:26 -0000 1.96
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/webob
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.95
2014/12/08 11:02:53 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.96
2014/12/20 06:30:26 idella4 Exp $
+
+ 20 Dec 2014; Ian Delaney <[email protected]> -webob-1.0.7.ebuild,
+ -webob-1.0.8-r1.ebuild, -webob-1.0.8.ebuild, -webob-1.1.ebuild,
+ -webob-1.2.2.ebuild, webob-1.2.3-r1.ebuild, webob-1.3.1.ebuild,
+ webob-1.4.ebuild:
+ rm old impls, fix doc build in -1.3.1, rm old
08 Dec 2014; Agostino Sarubbo <[email protected]> webob-1.4.ebuild:
Stable for ppc64, wrt bug #530620