diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-11-23 22:12:23 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-11-23 22:21:43 -0500 |
commit | 22f3a754fdfc77abc4adaa734fd544bb5715916d (patch) | |
tree | 847a2acc3483d68076caf4511c5c90ab14683ce0 /sci-chemistry/ksdssp | |
parent | sci-biology/mcl: drop old EAPI (diff) | |
download | gentoo-22f3a754fdfc77abc4adaa734fd544bb5715916d.tar.gz gentoo-22f3a754fdfc77abc4adaa734fd544bb5715916d.tar.bz2 gentoo-22f3a754fdfc77abc4adaa734fd544bb5715916d.zip |
sci-chemistry/ksdssp: drop old
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'sci-chemistry/ksdssp')
-rw-r--r-- | sci-chemistry/ksdssp/ksdssp-040728.ebuild | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/sci-chemistry/ksdssp/ksdssp-040728.ebuild b/sci-chemistry/ksdssp/ksdssp-040728.ebuild deleted file mode 100644 index 9dcb38c517d6..000000000000 --- a/sci-chemistry/ksdssp/ksdssp-040728.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit toolchain-funcs - -DESCRIPTION="ksdssp is an open source implementation of dssp" -HOMEPAGE="http://www.cgl.ucsf.edu/Overview/software.html" -SRC_URI="mirror://gentoo/${P}.shar" - -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -LICENSE="BSD" -IUSE="" - -RDEPEND="sci-libs/libpdb++" -DEPEND=" - ${RDEPEND} - app-arch/sharutils" - -S="${WORKDIR}"/${PN} - -src_unpack() { - "${EPREFIX}"/usr/bin/unshar "${DISTDIR}"/${A} -} - -src_compile() { - emake \ - CXX="$(tc-getCXX)" \ - PDBINCDIR="${EPREFIX}/usr/include/libpdb++" \ - BINDIR="${EPREFIX}/usr/bin" \ - .TARGET="${PN}.csh" \ - .CURDIR="${S}" \ - CC="$(tc-getCXX)" \ - LINKER="$(tc-getCXX)" \ - OPT="${CXXFLAGS}" \ - LFLAGS="${LDFLAGS}" \ - ${PN} ${PN}.csh -} - -src_install() { - dobin ${PN}{,.csh} -} |