tetromino 14/07/11 10:17:21
Modified: python-slip-0.4.0.ebuild ChangeLog
python-slip-0.6.0.ebuild
Log:
Add missing dependencies (bug #516858, thanks to Miroslaw Mieszczak).
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key
4F1D4860)
Revision Changes Path
1.4 dev-python/python-slip/python-slip-0.4.0.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-slip/python-slip-0.4.0.ebuild?rev=1.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-slip/python-slip-0.4.0.ebuild?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-slip/python-slip-0.4.0.ebuild?r1=1.3&r2=1.4
Index: python-slip-0.4.0.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/dev-python/python-slip/python-slip-0.4.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- python-slip-0.4.0.ebuild 8 Dec 2013 18:12:26 -0000 1.3
+++ python-slip-0.4.0.ebuild 11 Jul 2014 10:17:21 -0000 1.4
@@ -1,9 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/dev-python/python-slip/python-slip-0.4.0.ebuild,v 1.3
2013/12/08 18:12:26 pacho Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-python/python-slip/python-slip-0.4.0.ebuild,v 1.4
2014/07/11 10:17:21 tetromino Exp $
EAPI=5
+PYTHON_REQ_USE="xml"
PYTHON_COMPAT=( python{2_6,2_7} )
inherit distutils-r1 eutils
1.16 dev-python/python-slip/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-slip/ChangeLog?rev=1.16&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-slip/ChangeLog?rev=1.16&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-slip/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-slip/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 17 Jun 2014 12:46:42 -0000 1.15
+++ ChangeLog 11 Jul 2014 10:17:21 -0000 1.16
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/python-slip
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-slip/ChangeLog,v 1.15
2014/06/17 12:46:42 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-slip/ChangeLog,v 1.16
2014/07/11 10:17:21 tetromino Exp $
+
+ 11 Jul 2014; Alexandre Rostovtsev <[email protected]>
+ python-slip-0.4.0.ebuild, python-slip-0.6.0.ebuild:
+ Add missing dependencies (bug #516858, thanks to Miroslaw Mieszczak).
*python-slip-0.6.0 (17 Jun 2014)
1.2 dev-python/python-slip/python-slip-0.6.0.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-slip/python-slip-0.6.0.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-slip/python-slip-0.6.0.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-slip/python-slip-0.6.0.ebuild?r1=1.1&r2=1.2
Index: python-slip-0.6.0.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/dev-python/python-slip/python-slip-0.6.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-slip-0.6.0.ebuild 17 Jun 2014 12:46:42 -0000 1.1
+++ python-slip-0.6.0.ebuild 11 Jul 2014 10:17:21 -0000 1.2
@@ -1,9 +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/python-slip/python-slip-0.6.0.ebuild,v 1.1
2014/06/17 12:46:42 dev-zero Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-python/python-slip/python-slip-0.6.0.ebuild,v 1.2
2014/07/11 10:17:21 tetromino Exp $
EAPI=5
+PYTHON_REQ_USE="xml"
PYTHON_COMPAT=( python{2_7,3_3} )
inherit distutils-r1 eutils
@@ -21,6 +22,7 @@
dbus? (
dev-python/dbus-python[${PYTHON_USEDEP}]
dev-python/pygobject:3[${PYTHON_USEDEP}]
+ dev-python/six[${PYTHON_USEDEP}]
sys-auth/polkit )
"
DEPEND=""