diff options
author | 2022-02-27 22:39:37 +0000 | |
---|---|---|
committer | 2022-02-27 22:39:37 +0000 | |
commit | bc5b58f78574e2a185a02ab4b56230a02f1090ff (patch) | |
tree | f3246eeddf627b9eccdef3ce10fb95bd62d42806 /sci-chemistry/pdbmat/pdbmat-3.89.ebuild | |
parent | sci-chemistry/pdbcat: port to EAPI 8 (diff) | |
download | gentoo-bc5b58f78574e2a185a02ab4b56230a02f1090ff.tar.gz gentoo-bc5b58f78574e2a185a02ab4b56230a02f1090ff.tar.bz2 gentoo-bc5b58f78574e2a185a02ab4b56230a02f1090ff.zip |
sci-chemistry/pdbmat: port to EAPI 8
Closes: https://bugs.gentoo.org/809773
Closes: https://bugs.gentoo.org/834303
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-chemistry/pdbmat/pdbmat-3.89.ebuild')
-rw-r--r-- | sci-chemistry/pdbmat/pdbmat-3.89.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/sci-chemistry/pdbmat/pdbmat-3.89.ebuild b/sci-chemistry/pdbmat/pdbmat-3.89.ebuild deleted file mode 100644 index 6c14461b5019..000000000000 --- a/sci-chemistry/pdbmat/pdbmat-3.89.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils fortran-2 - -DESCRIPTION="Calculate Tirion's model from pdb structures" -HOMEPAGE="http://ecole.modelisation.free.fr/modes.html" -SRC_URI="http://ecole.modelisation.free.fr/enm2011.tar.gz -> ${P}.tar.gz" - -SLOT="0" -LICENSE="CeCILL-2" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="examples" - -S="${WORKDIR}"/Source_ENM2011 - -src_prepare() { - cp "${FILESDIR}"/CMakeLists.txt . || die - - cmake-utils_src_prepare -} - -src_configure() { - local mycmakeargs=( - -DEXAMPLES=$(usex examples) - ) - - cmake-utils_src_configure -} |