summaryrefslogtreecommitdiff
path: root/sci-chemistry/modeller
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-02-29 18:01:47 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-02-29 18:01:47 +0000
commitceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (patch)
tree9f47ee47c31a0f13f9496879cd88a1042550aa81 /sci-chemistry/modeller
parent53cba99042fa967e2a93da9f8db806fe2d035543 (diff)
gentoo (leap year) resync : 29.02.2020
Diffstat (limited to 'sci-chemistry/modeller')
-rw-r--r--sci-chemistry/modeller/Manifest4
-rw-r--r--sci-chemistry/modeller/modeller-9.20.ebuild8
-rw-r--r--sci-chemistry/modeller/modeller-9.22.ebuild8
3 files changed, 10 insertions, 10 deletions
diff --git a/sci-chemistry/modeller/Manifest b/sci-chemistry/modeller/Manifest
index 29be65387604..d1e2ba30e3e7 100644
--- a/sci-chemistry/modeller/Manifest
+++ b/sci-chemistry/modeller/Manifest
@@ -1,5 +1,5 @@
DIST modeller-9.20.tar.gz 34909796 BLAKE2B d89c81823c4d7784a7b3d64fdb01158a973edc7d8b316c773e038ba8645797c543d5bc58c1bff5462ae5975a6c2796f4b2d500641d226c3b2281cf794cfeba8d SHA512 667edeeda0a9038258f6932b3cef22a1e9d0fe47f47bd2ac612e7bac7f23a863f5a65cfd93abfa405310e7fb7b305d53e71d6c6e930613b0dbd43b24dcd5919a
DIST modeller-9.22.tar.gz 34953371 BLAKE2B 3bf8828b38f22955dea973cfe54cbd2f77bf021900bd5aa3c75f083b12e2a7199c3173de526acfeab005c0606816bac347b9bdfb6b62d5e3db9c9e18fed99ac4 SHA512 0056f09a07d6e2b565c8f4accca48ad176c9d32634b75bc4db60a187d56f22ef1710296dfd31bf27f496c5ed100146420be7cfdb135ca8b2b0fac7d7f5fa877f
-EBUILD modeller-9.20.ebuild 3694 BLAKE2B 59c5b091ae6c539f5fdfc962540f7af3db431b17b0e25b092822592b42db21dd70b20e25061008f787de8eb8e515bb4c4ee35a532ace514c28ac30625b08fb15 SHA512 19b8372748da5d9e6b3335a88e0dd6a29d25d2dee559cd533333480954ce633f31a2f878c45f425f96cc90ae6aed33cc6df400ab95c542cda424416d069c8764
-EBUILD modeller-9.22.ebuild 3679 BLAKE2B 8e04f3bcc3408e56397674a4839525cddb4b25d8558829e45f24e38208b08364a7b342ff52851a7265cd10cdee609b6f31c3b43031f5607684318a27a1cd0cd2 SHA512 f07e2b30ed1fecefdc3e25ed287b4bc4af285ec9fef8f461a6c0320d6f8c73166a481951f7baa0ca000dd94940c7293b4b05a8a3e34a826be968067bfbe973b8
+EBUILD modeller-9.20.ebuild 3694 BLAKE2B 8547065d37bb0011ee88b5970984f6756a2194dcc6c256599d1ad78d8ca3e43b3ad08c30306993d8bf4404e7c407bf4162bcb7242427dbc105b66c14cb3cf26e SHA512 c89756d95e2990a2248794227771df67ca940a71e831a472252878ba027fcee95c8a00157cb3d3fa81591ab0f7c8984236c8235164669dc993d3ff0ae93850d4
+EBUILD modeller-9.22.ebuild 3682 BLAKE2B 0834fd52f447c66e9518bd9068669c21b7aaa4731b608b29bed47de48c87e2f45c825997760d07a05fcb88e4255f82cf9d09cd5a410fc337a057532c3d121cce SHA512 02458a89515ef1b14ea59789d7d32c82c52a7e84b86140eb3f866a65be8ca134bc825c5e03785bffeb056a405bb822dfe3b33394ee52a4fe3166b86770228162
MISC metadata.xml 265 BLAKE2B d5a98b9309829a0486c4b8a4336c2d24a0fe34e926d52afd0cc87e16fcc887ca4c18851e58afb33866823121fa8f221a90e0d726dbd85552a4caf66cf03b7b4a SHA512 470f6c178e88c4e83afa46d5e901a45fc2427a779ae832df7fa2d6e25e9e8b4ce77cd3a8fe191e6242d6df3b673f0de6b4f90f1e147aa8b8dd566f18163cc73a
diff --git a/sci-chemistry/modeller/modeller-9.20.ebuild b/sci-chemistry/modeller/modeller-9.20.ebuild
index e7e80937b7fc..641395067b0d 100644
--- a/sci-chemistry/modeller/modeller-9.20.ebuild
+++ b/sci-chemistry/modeller/modeller-9.20.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -36,12 +36,12 @@ pkg_setup() {
esac
}
-python_prepare_all(){
+python_prepare_all() {
sed "s:i386-intel8:${EXECTYPE}:g" -i src/swig/setup.py || die
distutils-r1_python_prepare_all
}
-python_compile(){
+python_compile() {
cd src/swig || die
swig -python -keyword -nodefaultctor -nodefaultdtor -noproxy modeller.i || die
distutils-r1_python_compile
@@ -52,7 +52,7 @@ python_install() {
distutils-r1_python_install
}
-python_install_all(){
+python_install_all() {
cd "${S}" || die
sed \
-e "/^EXECUTABLE_TYPE/s:xxx:${EXECTYPE}:g" \
diff --git a/sci-chemistry/modeller/modeller-9.22.ebuild b/sci-chemistry/modeller/modeller-9.22.ebuild
index 57f11e16861f..2bc08bd43d4e 100644
--- a/sci-chemistry/modeller/modeller-9.22.ebuild
+++ b/sci-chemistry/modeller/modeller-9.22.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -36,12 +36,12 @@ pkg_setup() {
esac
}
-python_prepare_all(){
+python_prepare_all() {
sed "s:i386-intel8:${EXECTYPE}:g" -i src/swig/setup.py || die
distutils-r1_python_prepare_all
}
-python_compile(){
+python_compile() {
cd src/swig || die
swig -python -keyword -nodefaultctor -nodefaultdtor -noproxy modeller.i || die
distutils-r1_python_compile
@@ -52,7 +52,7 @@ python_install() {
distutils-r1_python_install
}
-python_install_all(){
+python_install_all() {
cd "${S}" || die
sed \
-e "/^EXECUTABLE_TYPE/s:xxx:${EXECTYPE}:g" \