idella4     15/03/12 00:47:14

  Modified:             autopep8-1.1.ebuild autopep8-9999.ebuild
                        autopep8-1.1.1.ebuild ChangeLog
  Removed:              autopep8-1.0.1.ebuild autopep8-0.9.5.ebuild
  Log:
  re-add dep setuptools to RDEPEND, noted by Arfrever, rm old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.2                  dev-python/autopep8/autopep8-1.1.ebuild

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

Index: autopep8-1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/autopep8/autopep8-1.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- autopep8-1.1.ebuild 23 Dec 2014 07:01:50 -0000      1.1
+++ autopep8-1.1.ebuild 12 Mar 2015 00:47:14 -0000      1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/autopep8/autopep8-1.1.ebuild,v 
1.1 2014/12/23 07:01:50 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/autopep8/autopep8-1.1.ebuild,v 
1.2 2015/03/12 00:47:14 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
@@ -16,10 +16,11 @@
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
-RDEPEND=">=dev-python/pep8-1.5.7[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-       test? ( ${RDEPEND}
-               >=dev-python/pydiff-0.1.2[${PYTHON_USEDEP}] )"
+RDEPEND="
+       >=dev-python/pep8-1.5.7[${PYTHON_USEDEP}]
+       dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="${DEPEND}
+       test? ( >=dev-python/pydiff-0.1.2[${PYTHON_USEDEP}] )"
 
 python_prepare_all() {
        # Prevent UnicodeDecodeError with LANG=C



1.11                 dev-python/autopep8/autopep8-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/autopep8/autopep8-9999.ebuild?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/autopep8/autopep8-9999.ebuild?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/autopep8/autopep8-9999.ebuild?r1=1.10&r2=1.11

Index: autopep8-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/autopep8/autopep8-9999.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- autopep8-9999.ebuild        23 Dec 2014 07:01:50 -0000      1.10
+++ autopep8-9999.ebuild        12 Mar 2015 00:47:14 -0000      1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/autopep8/autopep8-9999.ebuild,v 
1.10 2014/12/23 07:01:50 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/autopep8/autopep8-9999.ebuild,v 
1.11 2015/03/12 00:47:14 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
@@ -17,10 +17,11 @@
 KEYWORDS=""
 IUSE="test"
 
-RDEPEND=">=dev-python/pep8-1.5.7[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-       test? ( ${RDEPEND}
-               >=dev-python/pydiff-0.1.2[${PYTHON_USEDEP}] )"
+RDEPEND="
+       >=dev-python/pep8-1.5.7[${PYTHON_USEDEP}]
+       dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="${DEPEND}
+       test? ( >=dev-python/pydiff-0.1.2[${PYTHON_USEDEP}] )"
 
 python_test() {
        "${PYTHON}" setup.py test || die



1.2                  dev-python/autopep8/autopep8-1.1.1.ebuild

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

Index: autopep8-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/autopep8/autopep8-1.1.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- autopep8-1.1.1.ebuild       28 Feb 2015 07:10:07 -0000      1.1
+++ autopep8-1.1.1.ebuild       12 Mar 2015 00:47:14 -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/autopep8/autopep8-1.1.1.ebuild,v 
1.1 2015/02/28 07:10:07 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/autopep8/autopep8-1.1.1.ebuild,v 
1.2 2015/03/12 00:47:14 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
@@ -16,10 +16,11 @@
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
-RDEPEND=">=dev-python/pep8-1.5.7[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-       test? ( ${RDEPEND}
-               >=dev-python/pydiff-0.1.2[${PYTHON_USEDEP}] )"
+RDEPEND="
+       >=dev-python/pep8-1.5.7[${PYTHON_USEDEP}]
+       dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="${DEPEND}
+       test? ( >=dev-python/pydiff-0.1.2[${PYTHON_USEDEP}] )"
 
 python_prepare_all() {
        # Prevent UnicodeDecodeError with LANG=C



1.57                 dev-python/autopep8/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/autopep8/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog   8 Mar 2015 23:39:55 -0000       1.56
+++ ChangeLog   12 Mar 2015 00:47:14 -0000      1.57
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/autopep8
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/autopep8/ChangeLog,v 1.56 
2015/03/08 23:39:55 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/autopep8/ChangeLog,v 1.57 
2015/03/12 00:47:14 idella4 Exp $
+
+  12 Mar 2015; Ian Delaney <[email protected]> -autopep8-0.9.5.ebuild,
+  -autopep8-1.0.1.ebuild, autopep8-1.1.1.ebuild, autopep8-1.1.ebuild,
+  autopep8-9999.ebuild:
+  re-add dep setuptools to RDEPEND, noted by Arfrever, rm old
 
   08 Mar 2015; Pacho Ramos <[email protected]> autopep8-1.0.4.ebuild:
   x86 stable, bug 540290




Reply via email to