idella4 15/07/19 04:21:53
Modified: logbook-0.10.0.ebuild logbook-0.9.1.ebuild
ChangeLog
Removed: logbook-0.8.1.ebuild logbook-0.9.0.ebuild
Log:
add missing dep, typos, rm old
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key
0xB8072B0D)
Revision Changes Path
1.2 dev-python/logbook/logbook-0.10.0.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/logbook/logbook-0.10.0.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/logbook/logbook-0.10.0.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/logbook/logbook-0.10.0.ebuild?r1=1.1&r2=1.2
Index: logbook-0.10.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/logbook/logbook-0.10.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- logbook-0.10.0.ebuild 19 Jul 2015 01:51:25 -0000 1.1
+++ logbook-0.10.0.ebuild 19 Jul 2015 04:21:53 -0000 1.2
@@ -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/dev-python/logbook/logbook-0.10.0.ebuild,v
1.1 2015/07/19 01:51:25 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/logbook/logbook-0.10.0.ebuild,v
1.2 2015/07/19 04:21:53 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -20,7 +20,9 @@
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/pytest[${PYTHON_USEDEP}] )
doc? ( >=dev-python/sphinx-1.1.3-r3[${PYTHON_USEDEP}] )"
-REDEPEND="dev-python/redis-py[${PYTHON_USEDEP}]"
+RDEPEND="
+ dev-python/redis-py[${PYTHON_USEDEP}]
+ >=dev-python/six-1.4.0[${PYTHON_USEDEP}]"
PATCHES=( "${FILESDIR}"/${PN}-0.4.2-objectsinv.patch )
1.2 dev-python/logbook/logbook-0.9.1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/logbook/logbook-0.9.1.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/logbook/logbook-0.9.1.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/logbook/logbook-0.9.1.ebuild?r1=1.1&r2=1.2
Index: logbook-0.9.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/logbook/logbook-0.9.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- logbook-0.9.1.ebuild 15 Jun 2015 21:50:42 -0000 1.1
+++ logbook-0.9.1.ebuild 19 Jul 2015 04:21:53 -0000 1.2
@@ -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/dev-python/logbook/logbook-0.9.1.ebuild,v
1.1 2015/06/15 21:50:42 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/logbook/logbook-0.9.1.ebuild,v
1.2 2015/07/19 04:21:53 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -20,12 +20,12 @@
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/pytest[${PYTHON_USEDEP}] )
doc? ( >=dev-python/sphinx-1.1.3-r3[${PYTHON_USEDEP}] )"
-REDEPEND="dev-python/redis-py[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/redis-py[${PYTHON_USEDEP}]"
PATCHES=( "${FILESDIR}"/${PN}-0.4.2-objectsinv.patch )
python_prepare_all() {
- # Delete test file requiring local conncetion to redis server
+ # Delete test file requiring local connection to redis server
rm tests/test_queues.py || die
distutils-r1_python_prepare_all
}
1.26 dev-python/logbook/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/logbook/ChangeLog?rev=1.26&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/logbook/ChangeLog?rev=1.26&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/logbook/ChangeLog?r1=1.25&r2=1.26
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/logbook/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog 19 Jul 2015 01:51:25 -0000 1.25
+++ ChangeLog 19 Jul 2015 04:21:53 -0000 1.26
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/logbook
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/logbook/ChangeLog,v 1.25
2015/07/19 01:51:25 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/logbook/ChangeLog,v 1.26
2015/07/19 04:21:53 idella4 Exp $
+
+ 19 Jul 2015; Ian Delaney <[email protected]> -logbook-0.8.1.ebuild,
+ -logbook-0.9.0.ebuild, logbook-0.10.0.ebuild, logbook-0.9.1.ebuild:
+ add missing dep, typos, rm old
*logbook-0.10.0 (19 Jul 2015)