diff options
Diffstat (limited to 'sci-chemistry/dssp/dssp-4.0.4.ebuild')
-rw-r--r-- | sci-chemistry/dssp/dssp-4.0.4.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/sci-chemistry/dssp/dssp-4.0.4.ebuild b/sci-chemistry/dssp/dssp-4.0.4.ebuild deleted file mode 100644 index 756e23958f93..000000000000 --- a/sci-chemistry/dssp/dssp-4.0.4.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -inherit cmake - -DESCRIPTION="The protein secondary structure standard" -HOMEPAGE="https://swift.cmbi.umcn.nl/gv/dssp/ https://github.com/PDB-REDO/dssp" - -SRC_URI="https://github.com/PDB-REDO/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -BDEPEND=" - dev-libs/boost:=[zlib] - >=sci-libs/libcifpp-2.0.0 -" -DEPEND="" -RDEPEND="${BDEPEND}" - -pkg_postinst() { - if has_version "<=sci-chemistry/gromacs-2022"; then - ewarn "DSSP > 3.0.x is not compatible with gmx do_dssp:" - ewarn "https://gitlab.com/gromacs/gromacs/-/issues/4129" - ewarn - ewarn "Feel free to mask newer versions if needed." - fi -} |