mgorny      14/12/26 00:23:58

  Modified:             configshell-9999.ebuild ChangeLog
  Log:
  Convert to distutils-r1.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.3                  dev-python/configshell/configshell-9999.ebuild

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

Index: configshell-9999.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/configshell/configshell-9999.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- configshell-9999.ebuild     19 Oct 2012 04:56:43 -0000      1.2
+++ configshell-9999.ebuild     26 Dec 2014 00:23:58 -0000      1.3
@@ -1,15 +1,13 @@
-# Copyright 1999-2012 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/configshell/configshell-9999.ebuild,v 1.2 
2012/10/19 04:56:43 patrick Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/configshell/configshell-9999.ebuild,v 1.3 
2014/12/26 00:23:58 mgorny Exp $
 
-EAPI=4
+EAPI=5
 
 EGIT_REPO_URI="git://linux-iscsi.org/${PN}.git"
-PYTHON_DEPEND="2"
-RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-* 2.5-jython"
-SUPPORT_PYTHON_ABIS="1"
+PYTHON_COMPAT=( python2_7 )
 
-inherit eutils distutils git-2 python
+inherit distutils-r1 git-r3
 
 DESCRIPTION="ConfigShell Community Edition for target_core_mod/ConfigFS"
 HOMEPAGE="http://linux-iscsi.org/";
@@ -21,7 +19,7 @@
 IUSE=""
 
 DEPEND="
-       dev-python/epydoc
-       dev-python/simpleparse
+       dev-python/epydoc[${PYTHON_USEDEP}]
+       dev-python/simpleparse[${PYTHON_USEDEP}]
        "
 RDEPEND="${DEPEND}"



1.3                  dev-python/configshell/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/configshell/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   19 Oct 2012 04:56:43 -0000      1.2
+++ ChangeLog   26 Dec 2014 00:23:58 -0000      1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/configshell
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/configshell/ChangeLog,v 1.2 
2012/10/19 04:56:43 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/configshell/ChangeLog,v 1.3 
2014/12/26 00:23:58 mgorny Exp $
+
+  26 Dec 2014; Michał Górny <[email protected]> configshell-9999.ebuild:
+  Convert to distutils-r1.
 
   19 Oct 2012; Patrick Lauer <[email protected]> configshell-9999.ebuild:
   Restricting pythons




Reply via email to