diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-03-29 14:51:05 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-03-29 14:51:05 +0000 |
commit | 45ab8a8112e9da5a8950e3b2b976c2c26ccb445a (patch) | |
tree | 63e2d40f6b909f42c7c0cc522e717af669a76cd6 /sci-biology/muscle/muscle-3.6.ebuild | |
parent | Version BUmp; drop obsolete patch (diff) | |
download | gentoo-2-45ab8a8112e9da5a8950e3b2b976c2c26ccb445a.tar.gz gentoo-2-45ab8a8112e9da5a8950e3b2b976c2c26ccb445a.tar.bz2 gentoo-2-45ab8a8112e9da5a8950e3b2b976c2c26ccb445a.zip |
Drop old
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-biology/muscle/muscle-3.6.ebuild')
-rw-r--r-- | sci-biology/muscle/muscle-3.6.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/sci-biology/muscle/muscle-3.6.ebuild b/sci-biology/muscle/muscle-3.6.ebuild deleted file mode 100644 index f4fedf84f566..000000000000 --- a/sci-biology/muscle/muscle-3.6.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/muscle/muscle-3.6.ebuild,v 1.6 2010/06/24 19:03:18 jlec Exp $ - -inherit toolchain-funcs - -MY_P="${PN}${PV}_src" -DESCRIPTION="Multiple sequence comparison by log-expectation" -HOMEPAGE="http://www.drive5.com/muscle/" -SRC_URI="http://www.drive5.com/muscle/downloads${PV}/${MY_P}.tar.gz" -LICENSE="public-domain" - -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -RDEPEND="!sci-libs/libmuscle" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${MY_P}" - -src_unpack() { - unpack ${A} - sed -i \ - "s:-static::g" \ - "${S}/Makefile" - sed -i \ - "/strip/d" \ - "${S}/Makefile" -} - -src_compile() { - emake \ - GPP="$(tc-getCXX)" \ - CFLAGS="${CXXFLAGS}" \ - || die "make failed" -} - -src_install() { - DESTTREE="/usr" dobin muscle -} |