aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-09-20 18:01:12 +0200
committerJustin Lecher <jlec@gentoo.org>2013-09-20 18:01:12 +0200
commit8225d6ca03cbdfdf4a9a46bbc6a91d99a47f3d2e (patch)
treeb417ab7b6d769e7a693ae9eb54e32eb44c3d3e0a /sci-chemistry/modeller
parentsci-libs/scikits_image: Merge tree changes (diff)
downloadsci-8225d6ca03cbdfdf4a9a46bbc6a91d99a47f3d2e.tar.gz
sci-8225d6ca03cbdfdf4a9a46bbc6a91d99a47f3d2e.tar.bz2
sci-8225d6ca03cbdfdf4a9a46bbc6a91d99a47f3d2e.zip
sci-chemistry/modeller: Mask lib dir for revdep-rebuild, #474696
Package-Manager: portage-2.2.6
Diffstat (limited to 'sci-chemistry/modeller')
-rw-r--r--sci-chemistry/modeller/ChangeLog4
-rw-r--r--sci-chemistry/modeller/modeller-9.12-r3.ebuild (renamed from sci-chemistry/modeller/modeller-9.12-r2.ebuild)7
2 files changed, 11 insertions, 0 deletions
diff --git a/sci-chemistry/modeller/ChangeLog b/sci-chemistry/modeller/ChangeLog
index cedd72b92..01374fb4e 100644
--- a/sci-chemistry/modeller/ChangeLog
+++ b/sci-chemistry/modeller/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 20 Sep 2013; Justin Lecher <jlec@gentoo.org> -modeller-9.12-r2.ebuild,
+ +modeller-9.12-r3.ebuild:
+ Mask lib dir for revdep-rebuild, #474696
+
26 Jun 2013; Justin Lecher <jlec@gentoo.org> -modeller-9.12-r1.ebuild,
+modeller-9.12-r2.ebuild:
Fix lib position, #474696
diff --git a/sci-chemistry/modeller/modeller-9.12-r2.ebuild b/sci-chemistry/modeller/modeller-9.12-r3.ebuild
index 9cfd2e3d3..a01b74960 100644
--- a/sci-chemistry/modeller/modeller-9.12-r2.ebuild
+++ b/sci-chemistry/modeller/modeller-9.12-r3.ebuild
@@ -42,6 +42,7 @@ pkg_setup() {
python_prepare_all(){
sed "s:i386-intel8:${EXECTYPE}:g" -i src/swig/setup.py || die
+ distutils-r1_python_prepare_all
}
python_compile(){
@@ -92,6 +93,12 @@ python_install_all(){
insinto /usr/share/${PN}/
doins -r examples
fi
+
+ insinto /etc/revdep-rebuild
+ cat >> "${T}"/40-${PN} <<- EOF
+ SEARCH_DIRS_MASK="${EPREFIX}/opt/modeller/lib/"
+ EOF
+ doins "${T}"/40-${PN}
}
pkg_postinst() {