summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/pybitmessage')
-rw-r--r--net-p2p/pybitmessage/pybitmessage-0.4.2.ebuild4
-rw-r--r--net-p2p/pybitmessage/pybitmessage-0.4.3-r1.ebuild4
-rw-r--r--net-p2p/pybitmessage/pybitmessage-0.4.3.ebuild4
-rw-r--r--net-p2p/pybitmessage/pybitmessage-0.4.4.ebuild4
-rw-r--r--net-p2p/pybitmessage/pybitmessage-9999.ebuild4
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}#" \