idella4     15/01/06 13:32:56

  Modified:             remoteobjects-99999999.ebuild ChangeLog
  Log:
  conversion -> distutils-r1
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.4                  dev-python/remoteobjects/remoteobjects-99999999.ebuild

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

Index: remoteobjects-99999999.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/remoteobjects/remoteobjects-99999999.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- remoteobjects-99999999.ebuild       21 Sep 2011 08:46:37 -0000      1.3
+++ remoteobjects-99999999.ebuild       6 Jan 2015 13:32:56 -0000       1.4
@@ -1,14 +1,11 @@
-# Copyright 1999-2011 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/remoteobjects/remoteobjects-99999999.ebuild,v
 1.3 2011/09/21 08:46:37 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/remoteobjects/remoteobjects-99999999.ebuild,v
 1.4 2015/01/06 13:32:56 idella4 Exp $
 
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-DISTUTILS_SRC_TEST="nosetests"
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
 
-inherit distutils
+inherit distutils-r1
 
 if [[ ${PV} == "99999999" ]] ; then
        EGIT_REPO_URI="git://github.com/LegNeato/${PN}.git
@@ -22,17 +19,20 @@
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS=""
-IUSE=""
+IUSE="test"
 
-RDEPEND="dev-python/simplejson
-       dev-python/httplib2"
+RDEPEND="dev-python/simplejson[${PYTHON_USEDEP}]
+       dev-python/httplib2[${PYTHON_USEDEP}]"
 DEPEND="${DEPEND}
-       dev-python/setuptools
-       test? ( dev-python/mox )"
-
-src_prepare() {
-       distutils_src_prepare
+       dev-python/setuptools[${PYTHON_USEDEP}]
+       test? ( dev-python/mox[${PYTHON_USEDEP}] )"
 
+python_prepare_all() {
        # Disable failing tests.
        sed -e "s/test_get_bad_encoding/_&/" -i tests/test_http.py
+       distutils-r1_python_prepare_all
+}
+
+pthon_test() {
+       nosetests || die "tests failed"
 }



1.4                  dev-python/remoteobjects/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/remoteobjects/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   21 Sep 2011 08:46:37 -0000      1.3
+++ ChangeLog   6 Jan 2015 13:32:56 -0000       1.4
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/remoteobjects
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/remoteobjects/ChangeLog,v 1.3 
2011/09/21 08:46:37 mgorny Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/remoteobjects/ChangeLog,v 1.4 
2015/01/06 13:32:56 idella4 Exp $
+
+  06 Jan 2015; Ian Delaney <[email protected]> remoteobjects-99999999.ebuild:
+  conversion -> distutils-r1
 
   21 Sep 2011; Michał Górny <[email protected]>
   remoteobjects-99999999.ebuild:




Reply via email to