diff options
author | 2012-03-21 16:11:49 +0000 | |
---|---|---|
committer | 2012-03-21 16:11:49 +0000 | |
commit | 81b6d37500c908620cc2fb558cbb0d17db791a04 (patch) | |
tree | 4d147db31c7e370295ca0fc2b8631e189e31ca0c /sci-chemistry/theseus | |
parent | marked x86 per bug 407691 (diff) | |
download | gentoo-2-81b6d37500c908620cc2fb558cbb0d17db791a04.tar.gz gentoo-2-81b6d37500c908620cc2fb558cbb0d17db791a04.tar.bz2 gentoo-2-81b6d37500c908620cc2fb558cbb0d17db791a04.zip |
Fix Path for gentoo
(Portage version: 2.2.0_alpha93/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/theseus')
-rw-r--r-- | sci-chemistry/theseus/ChangeLog | 8 | ||||
-rw-r--r-- | sci-chemistry/theseus/theseus-1.6.2-r1.ebuild (renamed from sci-chemistry/theseus/theseus-1.6.2.ebuild) | 11 |
2 files changed, 17 insertions, 2 deletions
diff --git a/sci-chemistry/theseus/ChangeLog b/sci-chemistry/theseus/ChangeLog index f871f5321d92..941c26739f7a 100644 --- a/sci-chemistry/theseus/ChangeLog +++ b/sci-chemistry/theseus/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-chemistry/theseus # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/theseus/ChangeLog,v 1.1 2012/03/21 13:17:03 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/theseus/ChangeLog,v 1.2 2012/03/21 16:11:49 jlec Exp $ + +*theseus-1.6.2-r1 (21 Mar 2012) + + 21 Mar 2012; Justin Lecher <jlec@gentoo.org> -theseus-1.6.2.ebuild, + +theseus-1.6.2-r1.ebuild: + Fix Path for gentoo *theseus-1.6.2 (21 Mar 2012) diff --git a/sci-chemistry/theseus/theseus-1.6.2.ebuild b/sci-chemistry/theseus/theseus-1.6.2-r1.ebuild index d61d3bfea6cd..d898a5dd3661 100644 --- a/sci-chemistry/theseus/theseus-1.6.2.ebuild +++ b/sci-chemistry/theseus/theseus-1.6.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/theseus/theseus-1.6.2.ebuild,v 1.1 2012/03/21 13:17:03 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/theseus/theseus-1.6.2-r1.ebuild,v 1.1 2012/03/21 16:11:49 jlec Exp $ EAPI=4 @@ -18,6 +18,10 @@ IUSE="examples" RDEPEND=" sci-libs/gsl || ( + sci-biology/probcons + sci-biology/mafft + sci-biology/t-coffee + sci-biology/kalign sci-biology/clustalw sci-biology/muscle )" @@ -46,6 +50,11 @@ src_prepare() { -e 's|theseus:|theseus: libs|g' \ -e '/-o theseus/s:$(CC):$(CC) ${LDFLAGS}:g' \ -i Makefile || die + + sed \ + -e 's:/usr/local/bin/::g' \ + -e 's:/usr/bin/::g' \ + -i theseus_align || die } src_install() { |