aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Brehler <marbre@linux.sungazer.de>2015-12-25 21:51:51 +0100
committerMarius Brehler <marbre@linux.sungazer.de>2015-12-25 21:51:51 +0100
commit6a4ee29993df09aac52f5bff1f0cbdb919956176 (patch)
tree124144a2e17a49acc743891448b974db6a620e67 /sci-chemistry
parentsci-biology/mricron: Fix minorsyn (diff)
downloadsci-6a4ee29993df09aac52f5bff1f0cbdb919956176.tar.gz
sci-6a4ee29993df09aac52f5bff1f0cbdb919956176.tar.bz2
sci-6a4ee29993df09aac52f5bff1f0cbdb919956176.zip
sci-chemistry/modeller: Fix minorsyn, add missing dies
Package-Manager: portage-2.2.24
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/modeller/ChangeLog7
-rw-r--r--sci-chemistry/modeller/modeller-9.12-r3.ebuild9
2 files changed, 9 insertions, 7 deletions
diff --git a/sci-chemistry/modeller/ChangeLog b/sci-chemistry/modeller/ChangeLog
index b7e82693b..21f01f800 100644
--- a/sci-chemistry/modeller/ChangeLog
+++ b/sci-chemistry/modeller/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for sci-chemistry/modeller
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Id$
+ 25 Dec 2015; Marius Brehler <marbre@linux.sungazer.de>
+ modeller-9.12-r3.ebuild:
+ sci-chemistry/modeller: Fix minorsyn, add missing dies
+
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
@@ -32,4 +36,3 @@
09 Apr 2008; Jeff Gardner <je_fro@gentoo.org> +modeller-9.3.ebuild:
Initial import, added MY_PV, thanks to the prolific Justin Schmitz
-
diff --git a/sci-chemistry/modeller/modeller-9.12-r3.ebuild b/sci-chemistry/modeller/modeller-9.12-r3.ebuild
index c1a5d810b..79c68add8 100644
--- a/sci-chemistry/modeller/modeller-9.12-r3.ebuild
+++ b/sci-chemistry/modeller/modeller-9.12-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -27,7 +27,6 @@ INPATH="${EPREFIX}"/opt/modeller${ver}
QA_PREBUILT="/opt/*"
-
pkg_setup() {
case ${ARCH} in
x86)
@@ -45,18 +44,18 @@ python_prepare_all(){
}
python_compile(){
- cd src/swig
+ cd src/swig || die
swig -python -keyword -nodefaultctor -nodefaultdtor -noproxy modeller.i || die
distutils-r1_python_compile
}
python_install() {
- cd src/swig
+ cd src/swig || die
distutils-r1_python_install
}
python_install_all(){
- cd "${S}"
+ cd "${S}" || die
sed \
-e "/^EXECUTABLE_TYPE/s:xxx:${EXECTYPE}:g" \
-e "/MODINSTALL/s:xxx:\"${INPATH}\":g" \