summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2021-11-06 09:07:48 +0100
committerPacho Ramos <pacho@gentoo.org>2021-11-06 09:52:56 +0100
commit73ffa274b37fea4fb561d68cbe1cb74d1294b9b8 (patch)
tree54dfcd24c216c5ca90f2785044906414595fb3bb /sci-chemistry/dssp/dssp-2.2.1-r2.ebuild
parentsci-chemistry/dssp: gromacs-2022 will support dssp-4 (diff)
downloadgentoo-73ffa274b37fea4fb561d68cbe1cb74d1294b9b8.tar.gz
gentoo-73ffa274b37fea4fb561d68cbe1cb74d1294b9b8.tar.bz2
gentoo-73ffa274b37fea4fb561d68cbe1cb74d1294b9b8.zip
sci-chemistry/dssp: Drop old
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'sci-chemistry/dssp/dssp-2.2.1-r2.ebuild')
-rw-r--r--sci-chemistry/dssp/dssp-2.2.1-r2.ebuild45
1 files changed, 0 insertions, 45 deletions
diff --git a/sci-chemistry/dssp/dssp-2.2.1-r2.ebuild b/sci-chemistry/dssp/dssp-2.2.1-r2.ebuild
deleted file mode 100644
index 63075d4d4290..000000000000
--- a/sci-chemistry/dssp/dssp-2.2.1-r2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="The protein secondary structure standard"
-HOMEPAGE="http://swift.cmbi.ru.nl/gv/dssp/"
-SRC_URI="ftp://ftp.cmbi.ru.nl/pub/molbio/software/dssp-2/${P}.tgz"
-
-LICENSE="Boost-1.0"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="dev-libs/boost:=[threads(+)]"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-2.1.0-gentoo.patch
- "${FILESDIR}"/${PN}-2.2.1-boost-1.65-tr1-removal.patch
-)
-
-src_configure() {
- tc-export CXX
-
- cat >> make.config <<- EOF || die
- BOOST_LIB_SUFFIX = -mt
- BOOST_LIB_DIR = "${EPREFIX}/usr/$(get_libdir)"
- BOOST_INC_DIR = "${EPREFIX}/usr/include"
- EOF
-}
-
-src_install() {
- dobin mkdssp
- dosym mkdssp /usr/bin/dssp
- doman doc/mkdssp.1
- dodoc README.txt changelog
-
- cat >> "${T}"/30-${PN} <<- EOF || die
- DSSP="${EPREFIX}"/usr/bin/${PN}
- EOF
- doenvd "${T}"/30-${PN}
-}