summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-12-26 13:48:27 +0000
committerJustin Lecher <jlec@gentoo.org>2014-12-26 13:48:27 +0000
commitdcffccf5bd28436e018180e8e550a7b6ae8d1c95 (patch)
tree0a057e9c604ad03bae5547dae307de6e9198300d /sci-chemistry/dssp/dssp-2.0.4.ebuild
parentsci-chemistry/dssp: Drop old, fixes #525622 (diff)
downloadgentoo-2-dcffccf5bd28436e018180e8e550a7b6ae8d1c95.tar.gz
gentoo-2-dcffccf5bd28436e018180e8e550a7b6ae8d1c95.tar.bz2
gentoo-2-dcffccf5bd28436e018180e8e550a7b6ae8d1c95.zip
sci-chemistry/dssp: Drop old, fixes #525622
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-chemistry/dssp/dssp-2.0.4.ebuild')
-rw-r--r--sci-chemistry/dssp/dssp-2.0.4.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/sci-chemistry/dssp/dssp-2.0.4.ebuild b/sci-chemistry/dssp/dssp-2.0.4.ebuild
deleted file mode 100644
index fb11953d227f..000000000000
--- a/sci-chemistry/dssp/dssp-2.0.4.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/dssp/dssp-2.0.4.ebuild,v 1.2 2013/03/06 13:59:23 jlec Exp $
-
-EAPI=4
-
-inherit eutils multilib 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"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- tc-export CXX
-
- cat >> make.config <<- EOF
- BOOST_LIB_SUFFIX = -mt
- BOOST_LIB_DIR = "${EPREFIX}/usr/$(get_libdir)"
- BOOST_INC_DIR = "${EPREFIX}/usr/include"
- EOF
-
- epatch \
- "${FILESDIR}"/${P}-gcc47.patch \
- "${FILESDIR}"/${P}-gentoo.patch
-}
-
-src_install() {
- dobin mkdssp
- dosym mkdssp /usr/bin/dssp
- doman doc/mkdssp.1
- dodoc README.txt changelog
-}