From: Michał Górny Date: Sat, 14 May 2016 07:09:35 +0000 (+0200) Subject: net-p2p/pybitmessage: python_moduleroot -> python_moduleinto X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=529df727b54c45b8593dae8f5ff73c41e2a04778;p=gentoo.git net-p2p/pybitmessage: python_moduleroot -> python_moduleinto --- diff --git a/net-p2p/pybitmessage/pybitmessage-0.4.2.ebuild b/net-p2p/pybitmessage/pybitmessage-0.4.2.ebuild index 294d83eb0e4b..41a564948a3c 100644 --- a/net-p2p/pybitmessage/pybitmessage-0.4.2.ebuild +++ b/net-p2p/pybitmessage/pybitmessage-0.4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -41,7 +41,7 @@ src_install () { touch src/__init__.py || die install_python() { - local python_moduleroot=${PN} + python_moduleinto ${PN} python_domodule src/* sed \ -e "s#@SITEDIR@#$(python_get_sitedir)/${PN}#" \ diff --git a/net-p2p/pybitmessage/pybitmessage-0.4.3-r1.ebuild b/net-p2p/pybitmessage/pybitmessage-0.4.3-r1.ebuild index 590563099109..a301784045c4 100644 --- a/net-p2p/pybitmessage/pybitmessage-0.4.3-r1.ebuild +++ b/net-p2p/pybitmessage/pybitmessage-0.4.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -42,7 +42,7 @@ src_install () { touch src/__init__.py || die install_python() { - local python_moduleroot=${PN} + python_moduleinto ${PN} python_domodule src/* sed \ -e "s#@SITEDIR@#$(python_get_sitedir)/${PN}#" \ diff --git a/net-p2p/pybitmessage/pybitmessage-0.4.3.ebuild b/net-p2p/pybitmessage/pybitmessage-0.4.3.ebuild index 245d6fce20df..cc21cd0b6b68 100644 --- a/net-p2p/pybitmessage/pybitmessage-0.4.3.ebuild +++ b/net-p2p/pybitmessage/pybitmessage-0.4.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -41,7 +41,7 @@ src_install () { touch src/__init__.py || die install_python() { - local python_moduleroot=${PN} + python_moduleinto ${PN} python_domodule src/* sed \ -e "s#@SITEDIR@#$(python_get_sitedir)/${PN}#" \ diff --git a/net-p2p/pybitmessage/pybitmessage-0.4.4.ebuild b/net-p2p/pybitmessage/pybitmessage-0.4.4.ebuild index 782c2ced4640..417dba2899da 100644 --- a/net-p2p/pybitmessage/pybitmessage-0.4.4.ebuild +++ b/net-p2p/pybitmessage/pybitmessage-0.4.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -42,7 +42,7 @@ src_install () { touch src/__init__.py || die install_python() { - local python_moduleroot=${PN} + python_moduleinto ${PN} python_domodule src/* sed \ -e "s#@SITEDIR@#$(python_get_sitedir)/${PN}#" \ diff --git a/net-p2p/pybitmessage/pybitmessage-9999.ebuild b/net-p2p/pybitmessage/pybitmessage-9999.ebuild index b994ca0be33f..de77f5df75c5 100644 --- a/net-p2p/pybitmessage/pybitmessage-9999.ebuild +++ b/net-p2p/pybitmessage/pybitmessage-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -40,7 +40,7 @@ src_install () { touch src/__init__.py || die install_python() { - local python_moduleroot=${PN} + python_moduleinto ${PN} python_domodule src/* sed \ -e "s#@SITEDIR@#$(python_get_sitedir)/${PN}#" \