QA: Removed redundant src_compile().
authorDanny van Dyk <kugelfang@gentoo.org>
Sun, 25 Mar 2007 03:13:51 +0000 (03:13 +0000)
committerDanny van Dyk <kugelfang@gentoo.org>
Sun, 25 Mar 2007 03:13:51 +0000 (03:13 +0000)
Package-Manager: portage-2.1.2.1-r1

sci-calculators/galculator/ChangeLog
sci-calculators/galculator/galculator-1.2.5.ebuild

index 409f5ce3cee5423df5b4a72358969bd373263723..0c70d8e63007aa42c080b18d3d4bddf5813f8483 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for sci-calculators/galculator
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/ChangeLog,v 1.14 2007/03/15 16:23:04 welp Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/ChangeLog,v 1.15 2007/03/25 03:13:51 kugelfang Exp $
+
+  25 Mar 2007; Danny van Dyk <kugelfang@gentoo.org> galculator-1.2.5.ebuild:
+  QA: Removed redundant src_compile().
 
   15 Mar 2007; Peter Weller <welp@gentoo.org> galculator-1.2.5.2.ebuild:
   Keyworded ~x86-fbsd
index ad4d4b51bf671a2585b3ca00f77d1599733002ae..6bc78deeb77b02ef8397e4765bec2bdbb98a22c1 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/galculator-1.2.5.ebuild,v 1.3 2005/09/16 07:22:17 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/galculator-1.2.5.ebuild,v 1.4 2007/03/25 03:13:51 kugelfang Exp $
 
 DESCRIPTION="A GTK2 based algebraic and RPN calculator"
 HOMEPAGE="http://galculator.sourceforge.net/"
@@ -17,11 +17,6 @@ RDEPEND=">=x11-libs/gtk+-1.3.13
 DEPEND="${RDEPEND}
        dev-util/pkgconfig"
 
-src_compile() {
-       econf || die
-       emake || die
-}
-
 src_install() {
        einstall || die