commit:     6a4ee29993df09aac52f5bff1f0cbdb919956176
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Fri Dec 25 20:51:51 2015 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Fri Dec 25 20:51:51 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=6a4ee299

sci-chemistry/modeller: Fix minorsyn, add missing dies

Package-Manager: portage-2.2.24

 sci-chemistry/modeller/ChangeLog               | 7 +++++--
 sci-chemistry/modeller/modeller-9.12-r3.ebuild | 9 ++++-----
 2 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/sci-chemistry/modeller/ChangeLog b/sci-chemistry/modeller/ChangeLog
index b7e8269..21f01f8 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 <[email protected]>
+  modeller-9.12-r3.ebuild:
+  sci-chemistry/modeller: Fix minorsyn, add missing dies
+
   20 Sep 2013; Justin Lecher <[email protected]> -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 <[email protected]> +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 c1a5d81..79c68ad 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" \

Reply via email to