diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2006-02-23 23:17:34 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2006-02-23 23:17:34 +0000 |
commit | 2dfe51099e3bcbbaa0a5b5dfc591539cb471305e (patch) | |
tree | 69d54ab2b285509f317f2041832ca03ef92de1cc /sci-chemistry/maxit | |
parent | Tarball no longer available at upstream site, because it doesn't exist anymor... (diff) | |
download | historical-2dfe51099e3bcbbaa0a5b5dfc591539cb471305e.tar.gz historical-2dfe51099e3bcbbaa0a5b5dfc591539cb471305e.tar.bz2 historical-2dfe51099e3bcbbaa0a5b5dfc591539cb471305e.zip |
Remove redundant src_compile(), reported by ciaranm.
Package-Manager: portage-2.1_pre5
Diffstat (limited to 'sci-chemistry/maxit')
-rw-r--r-- | sci-chemistry/maxit/ChangeLog | 7 | ||||
-rw-r--r-- | sci-chemistry/maxit/maxit-8.2.ebuild | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/sci-chemistry/maxit/ChangeLog b/sci-chemistry/maxit/ChangeLog index 7f7ce34a810a..4d1c60a084a3 100644 --- a/sci-chemistry/maxit/ChangeLog +++ b/sci-chemistry/maxit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/maxit -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/maxit/ChangeLog,v 1.1 2005/12/20 04:19:43 spyderous Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/maxit/ChangeLog,v 1.2 2006/02/23 23:16:35 spyderous Exp $ + + 23 Feb 2006; Donnie Berkholz <spyderous@gentoo.org>; maxit-8.2.ebuild: + Remove redundant src_compile(), reported by ciaranm. *maxit-8.2 (20 Dec 2005) diff --git a/sci-chemistry/maxit/maxit-8.2.ebuild b/sci-chemistry/maxit/maxit-8.2.ebuild index 221061d6a360..a0fd27a533d6 100644 --- a/sci-chemistry/maxit/maxit-8.2.ebuild +++ b/sci-chemistry/maxit/maxit-8.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/maxit/maxit-8.2.ebuild,v 1.1 2005/12/20 04:19:43 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/maxit/maxit-8.2.ebuild,v 1.2 2006/02/23 23:16:35 spyderous Exp $ inherit eutils toolchain-funcs multilib @@ -40,10 +40,6 @@ src_unpack() { ${S}/etc/make.* } -src_compile() { - emake || die "make failed" -} - src_install() { exeinto /usr/bin doexe bin/* |