summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-calculators/galculator')
-rw-r--r--sci-calculators/galculator/ChangeLog5
-rw-r--r--sci-calculators/galculator/galculator-1.2.5.ebuild9
2 files changed, 6 insertions, 8 deletions
diff --git a/sci-calculators/galculator/ChangeLog b/sci-calculators/galculator/ChangeLog
index 409f5ce3cee5..0c70d8e63007 100644
--- a/sci-calculators/galculator/ChangeLog
+++ b/sci-calculators/galculator/ChangeLog
@@ -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
diff --git a/sci-calculators/galculator/galculator-1.2.5.ebuild b/sci-calculators/galculator/galculator-1.2.5.ebuild
index ad4d4b51bf67..6bc78deeb77b 100644
--- a/sci-calculators/galculator/galculator-1.2.5.ebuild
+++ b/sci-calculators/galculator/galculator-1.2.5.ebuild
@@ -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