1 |
arfrever 10/04/25 17:57:36 |
2 |
|
3 |
Modified: apbs-1.2.1b-r2.ebuild |
4 |
Log: |
5 |
Don't install files into /usr/usr/lib/python${version}/site-packages/${PN}. |
6 |
(Portage version: HEAD/cvs/Linux x86_64) |
7 |
|
8 |
Revision Changes Path |
9 |
1.5 sci-chemistry/apbs/apbs-1.2.1b-r2.ebuild |
10 |
|
11 |
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/apbs/apbs-1.2.1b-r2.ebuild?rev=1.5&view=markup |
12 |
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/apbs/apbs-1.2.1b-r2.ebuild?rev=1.5&content-type=text/plain |
13 |
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/apbs/apbs-1.2.1b-r2.ebuild?r1=1.4&r2=1.5 |
14 |
|
15 |
Index: apbs-1.2.1b-r2.ebuild |
16 |
=================================================================== |
17 |
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-1.2.1b-r2.ebuild,v |
18 |
retrieving revision 1.4 |
19 |
retrieving revision 1.5 |
20 |
diff -u -r1.4 -r1.5 |
21 |
--- apbs-1.2.1b-r2.ebuild 25 Apr 2010 17:51:31 -0000 1.4 |
22 |
+++ apbs-1.2.1b-r2.ebuild 25 Apr 2010 17:57:36 -0000 1.5 |
23 |
@@ -1,6 +1,6 @@ |
24 |
# Copyright 1999-2010 Gentoo Foundation |
25 |
# Distributed under the terms of the GNU General Public License v2 |
26 |
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-1.2.1b-r2.ebuild,v 1.4 2010/04/25 17:51:31 arfrever Exp $ |
27 |
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-1.2.1b-r2.ebuild,v 1.5 2010/04/25 17:57:36 arfrever Exp $ |
28 |
|
29 |
EAPI="3" |
30 |
|
31 |
@@ -111,11 +111,11 @@ |
32 |
doins -r tools/matlab || die |
33 |
fi |
34 |
|
35 |
- insinto /usr/$(python_get_sitedir)/${PN} |
36 |
+ insinto $(python_get_sitedir)/${PN} |
37 |
doins tools/manip/*.py || die |
38 |
|
39 |
if use python && ! use mpi; then |
40 |
- insinto /usr/$(python_get_sitedir)/${PN} |
41 |
+ insinto $(python_get_sitedir)/${PN} |
42 |
doins tools/python/{*.py,*.pqr,*.so} || die |
43 |
doins tools/python/*/{*.py,*.so} || die |
44 |
fi |