diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-05-14 09:09:35 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-05-14 09:19:57 +0200 |
commit | 529df727b54c45b8593dae8f5ff73c41e2a04778 (patch) | |
tree | 4a738a9784b5dc0834ca26308edbaffc6b3fc562 /net-p2p/pybitmessage | |
parent | net-im/err: python_moduleroot -> python_moduleinto (diff) | |
download | gentoo-529df727b54c45b8593dae8f5ff73c41e2a04778.tar.gz gentoo-529df727b54c45b8593dae8f5ff73c41e2a04778.tar.bz2 gentoo-529df727b54c45b8593dae8f5ff73c41e2a04778.zip |
net-p2p/pybitmessage: python_moduleroot -> python_moduleinto
Diffstat (limited to 'net-p2p/pybitmessage')
-rw-r--r-- | net-p2p/pybitmessage/pybitmessage-0.4.2.ebuild | 4 | ||||
-rw-r--r-- | net-p2p/pybitmessage/pybitmessage-0.4.3-r1.ebuild | 4 | ||||
-rw-r--r-- | net-p2p/pybitmessage/pybitmessage-0.4.3.ebuild | 4 | ||||
-rw-r--r-- | net-p2p/pybitmessage/pybitmessage-0.4.4.ebuild | 4 | ||||
-rw-r--r-- | net-p2p/pybitmessage/pybitmessage-9999.ebuild | 4 |
5 files changed, 10 insertions, 10 deletions
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}#" \ |