diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-05-02 09:39:39 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-05-02 09:39:39 +0000 |
commit | de530da3bed0c4f1224692003a4e0db64fe085ff (patch) | |
tree | b51f92fbf79a46ceb45acefd2e3ca5d181eb69af /sci-biology/rmblast | |
parent | Marked ~x64-freebsd (diff) | |
download | gentoo-2-de530da3bed0c4f1224692003a4e0db64fe085ff.tar.gz gentoo-2-de530da3bed0c4f1224692003a4e0db64fe085ff.tar.bz2 gentoo-2-de530da3bed0c4f1224692003a4e0db64fe085ff.zip |
Removed redundant src_install
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology/rmblast')
-rw-r--r-- | sci-biology/rmblast/ChangeLog | 7 | ||||
-rw-r--r-- | sci-biology/rmblast/rmblast-1.2.ebuild | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/sci-biology/rmblast/ChangeLog b/sci-biology/rmblast/ChangeLog index 977100d2a931..ff594177d861 100644 --- a/sci-biology/rmblast/ChangeLog +++ b/sci-biology/rmblast/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-biology/rmblast -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/rmblast/ChangeLog,v 1.1 2010/11/07 20:41:37 weaver Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/rmblast/ChangeLog,v 1.2 2011/05/02 09:39:39 jlec Exp $ + + 02 May 2011; Justin Lecher <jlec@gentoo.org> rmblast-1.2.ebuild: + Removed redundant src_install *rmblast-1.2 (06 Nov 2010) diff --git a/sci-biology/rmblast/rmblast-1.2.ebuild b/sci-biology/rmblast/rmblast-1.2.ebuild index 60ecccc15eed..85ccce739093 100644 --- a/sci-biology/rmblast/rmblast-1.2.ebuild +++ b/sci-biology/rmblast/rmblast-1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/rmblast/rmblast-1.2.ebuild,v 1.1 2010/11/07 20:41:37 weaver Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/rmblast/rmblast-1.2.ebuild,v 1.2 2011/05/02 09:39:39 jlec Exp $ EAPI="3" @@ -22,10 +22,6 @@ RDEPEND="${DEPEND}" S="${WORKDIR}/${P}-ncbi-blast-${MY_NCBI_BLAST_V}-src/c++" -src_install() { - einstall || die -} - src_prepare() { filter-ldflags -Wl,--as-needed sed -i -e 's/-print-file-name=libstdc++.a//' \ |