floppym     15/05/30 19:10:24

  Modified:             idna-1.1.ebuild idna-2.0.ebuild ChangeLog
  Log:
  Depend on setuptools, bug 550826 by Piotr Karbowski.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  Changes    Path
1.4                  dev-python/idna/idna-1.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/idna/idna-1.1.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/idna/idna-1.1.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/idna/idna-1.1.ebuild?r1=1.3&r2=1.4

Index: idna-1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/idna/idna-1.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- idna-1.1.ebuild     17 May 2015 07:56:56 -0000      1.3
+++ idna-1.1.ebuild     30 May 2015 19:10:24 -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/dev-python/idna/idna-1.1.ebuild,v 1.3 
2015/05/17 07:56:56 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/idna/idna-1.1.ebuild,v 1.4 
2015/05/30 19:10:24 floppym Exp $
 
 EAPI=5
 
@@ -17,6 +17,8 @@
 KEYWORDS="~amd64 ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
 python_test() {
        esetup.py test
 }



1.2                  dev-python/idna/idna-2.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/idna/idna-2.0.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/idna/idna-2.0.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/idna/idna-2.0.ebuild?r1=1.1&r2=1.2

Index: idna-2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/idna/idna-2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- idna-2.0.ebuild     19 May 2015 18:01:54 -0000      1.1
+++ idna-2.0.ebuild     30 May 2015 19:10:24 -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/idna/idna-2.0.ebuild,v 1.1 
2015/05/19 18:01:54 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/idna/idna-2.0.ebuild,v 1.2 
2015/05/30 19:10:24 floppym Exp $
 
 EAPI=5
 
@@ -17,6 +17,8 @@
 KEYWORDS="~amd64 ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
 python_test() {
        esetup.py test
 }



1.5                  dev-python/idna/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/idna/ChangeLog?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/idna/ChangeLog?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/idna/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/idna/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   19 May 2015 18:01:54 -0000      1.4
+++ ChangeLog   30 May 2015 19:10:24 -0000      1.5
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/idna
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/idna/ChangeLog,v 1.4 2015/05/19 
18:01:54 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/idna/ChangeLog,v 1.5 2015/05/30 
19:10:24 floppym Exp $
+
+  30 May 2015; Mike Gilbert <[email protected]> idna-1.1.ebuild,
+  idna-2.0.ebuild:
+  Depend on setuptools, bug 550826 by Piotr Karbowski.
 
 *idna-2.0 (19 May 2015)
 




Reply via email to