diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2007-03-25 03:14:39 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2007-03-25 03:14:39 +0000 |
commit | 39fdf1ba6d9d03668360c8d834912e1af3c869d0 (patch) | |
tree | 55c337cbf6930572807b00df8726f0911c991997 /sci-biology | |
parent | QA: Removed redundant src_compile(). (diff) | |
download | gentoo-2-39fdf1ba6d9d03668360c8d834912e1af3c869d0.tar.gz gentoo-2-39fdf1ba6d9d03668360c8d834912e1af3c869d0.tar.bz2 gentoo-2-39fdf1ba6d9d03668360c8d834912e1af3c869d0.zip |
QA: Removed redundant src_compile().
(Portage version: 2.1.2.1-r1)
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/staden-bin/ChangeLog | 7 | ||||
-rw-r--r-- | sci-biology/staden-bin/staden-bin-1.7.0.ebuild | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/sci-biology/staden-bin/ChangeLog b/sci-biology/staden-bin/ChangeLog index e48b2d7879fd..fc78adf24ffd 100644 --- a/sci-biology/staden-bin/ChangeLog +++ b/sci-biology/staden-bin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-biology/staden-bin -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/staden-bin/ChangeLog,v 1.2 2006/10/22 16:49:50 ribosome Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/staden-bin/ChangeLog,v 1.3 2007/03/25 03:14:39 kugelfang Exp $ + + 25 Mar 2007; Danny van Dyk <kugelfang@gentoo.org> staden-bin-1.7.0.ebuild: + QA: Removed redundant src_compile(). 22 Oct 2006; Olivier Fisette <ribosome@gentoo.org> staden-bin-1.7.0.ebuild: diff --git a/sci-biology/staden-bin/staden-bin-1.7.0.ebuild b/sci-biology/staden-bin/staden-bin-1.7.0.ebuild index 9f168679916e..240e2c6351be 100644 --- a/sci-biology/staden-bin/staden-bin-1.7.0.ebuild +++ b/sci-biology/staden-bin/staden-bin-1.7.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/staden-bin/staden-bin-1.7.0.ebuild,v 1.2 2006/10/22 16:49:50 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/staden-bin/staden-bin-1.7.0.ebuild,v 1.3 2007/03/25 03:14:39 kugelfang Exp $ inherit multilib @@ -59,10 +59,6 @@ src_unpack() { die "Could not patch finish_cDNA" } -src_compile() { - echo; einfo "Nothing to compile"; echo -} - src_install() { # There is no Makefile. dodir /opt/staden |