commit:     529df727b54c45b8593dae8f5ff73c41e2a04778
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 14 07:09:35 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 14 07:19:57 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=529df727

net-p2p/pybitmessage: python_moduleroot -> python_moduleinto

 net-p2p/pybitmessage/pybitmessage-0.4.2.ebuild    | 4 ++--
 net-p2p/pybitmessage/pybitmessage-0.4.3-r1.ebuild | 4 ++--
 net-p2p/pybitmessage/pybitmessage-0.4.3.ebuild    | 4 ++--
 net-p2p/pybitmessage/pybitmessage-0.4.4.ebuild    | 4 ++--
 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 294d83e..41a5649 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 5905630..a301784 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 245d6fc..cc21cd0 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 782c2ce..417dba2 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 b994ca0..de77f5d 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}#" \

Reply via email to