diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-03-19 07:07:15 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-03-19 07:07:15 +0000 |
commit | c7de52c06dbafc0aaf70b88214ee2f1f5234ce3c (patch) | |
tree | c4cf610ef1d51f1d7509a195b2fdb9a311158773 /sci-libs | |
parent | Use separate platlib & purelib build directory, fixes bug #455332. (diff) | |
download | gentoo-2-c7de52c06dbafc0aaf70b88214ee2f1f5234ce3c.tar.gz gentoo-2-c7de52c06dbafc0aaf70b88214ee2f1f5234ce3c.tar.bz2 gentoo-2-c7de52c06dbafc0aaf70b88214ee2f1f5234ce3c.zip |
sci-libs/cctbx: Use more functions from new python eclasses, fixes double prefix on PREFIX
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/cctbx/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/cctbx/cctbx-2010.03.29.2334-r7.ebuild | 7 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sci-libs/cctbx/ChangeLog b/sci-libs/cctbx/ChangeLog index 92390f3c73e3..fbc217795235 100644 --- a/sci-libs/cctbx/ChangeLog +++ b/sci-libs/cctbx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/cctbx # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cctbx/ChangeLog,v 1.32 2013/03/17 14:46:03 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cctbx/ChangeLog,v 1.33 2013/03/19 07:07:15 jlec Exp $ + + 19 Mar 2013; Justin Lecher <jlec@gentoo.org> cctbx-2010.03.29.2334-r7.ebuild: + Use more functions from new python eclasses, fixes double prefix on PREFIX 17 Mar 2013; Justin Lecher <jlec@gentoo.org> cctbx-2010.03.29.2334-r6.ebuild, cctbx-2010.03.29.2334-r7.ebuild: diff --git a/sci-libs/cctbx/cctbx-2010.03.29.2334-r7.ebuild b/sci-libs/cctbx/cctbx-2010.03.29.2334-r7.ebuild index 16d1d539e80b..c0c0a2fc6e71 100644 --- a/sci-libs/cctbx/cctbx-2010.03.29.2334-r7.ebuild +++ b/sci-libs/cctbx/cctbx-2010.03.29.2334-r7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cctbx/cctbx-2010.03.29.2334-r7.ebuild,v 1.2 2013/03/17 14:46:03 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cctbx/cctbx-2010.03.29.2334-r7.ebuild,v 1.3 2013/03/19 07:07:15 jlec Exp $ EAPI=5 @@ -170,10 +170,7 @@ src_install(){ find "${ED}"/usr/libexec/${PN} -type f -exec chmod 755 '{}' \; cd "${MY_S}" - insinto $(python_get_sitedir) - doins -r * - exeinto $(python_get_sitedir) - doexe "${MY_B}"/lib/* + python_domodule * "${MY_B}"/lib/* rm -rvf "${MY_B}/lib" >> "${T}"/clean.log || die sed \ |