summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Stadler <centic@gentoo.org>2004-05-01 10:36:44 +0000
committerDominik Stadler <centic@gentoo.org>2004-05-01 10:36:44 +0000
commita02ff10e787293561ae046af8881f72ded0f02f1 (patch)
treeae1c98137bf6625db1608d0e9a0f6a192a583be8 /app-sci
parentAdd new ebuild, thanks to Carsten Lohrke <current@myrealbox.com> for the ebui... (diff)
downloadgentoo-2-a02ff10e787293561ae046af8881f72ded0f02f1.tar.gz
gentoo-2-a02ff10e787293561ae046af8881f72ded0f02f1.tar.bz2
gentoo-2-a02ff10e787293561ae046af8881f72ded0f02f1.zip
fung-calc requires kde.
Diffstat (limited to 'app-sci')
-rw-r--r--app-sci/fung-calc/ChangeLog6
-rw-r--r--app-sci/fung-calc/fung-calc-1.3.2b.ebuild8
2 files changed, 9 insertions, 5 deletions
diff --git a/app-sci/fung-calc/ChangeLog b/app-sci/fung-calc/ChangeLog
index 5f93aa073023..1a5c7885631e 100644
--- a/app-sci/fung-calc/ChangeLog
+++ b/app-sci/fung-calc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-sci/fung-calc
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/fung-calc/ChangeLog,v 1.2 2004/04/18 22:46:03 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/fung-calc/ChangeLog,v 1.3 2004/05/01 10:36:44 centic Exp $
+
+ 22 Apr 2004; Dominik Stadler <centic@gentoo.org> fung-calc-1.3.2b.ebuild:
+ Changed based on comments from squinky86, fung-calc requires kdebase, it's
+ not optional.
19 Apr 2004; David Holm <dholm@gentoo.org> fung-calc-1.3.2b.ebuild:
Added to ~ppc.
diff --git a/app-sci/fung-calc/fung-calc-1.3.2b.ebuild b/app-sci/fung-calc/fung-calc-1.3.2b.ebuild
index d478c383c912..ce8e8776f3af 100644
--- a/app-sci/fung-calc/fung-calc-1.3.2b.ebuild
+++ b/app-sci/fung-calc/fung-calc-1.3.2b.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/fung-calc/fung-calc-1.3.2b.ebuild,v 1.2 2004/04/18 22:46:03 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/fung-calc/fung-calc-1.3.2b.ebuild,v 1.3 2004/05/01 10:36:44 centic Exp $
-IUSE="kde opengl"
+IUSE="opengl"
DESCRIPTION="Scientific Graphing Calculator"
HOMEPAGE="http://fung-calc.sourceforge.net/"
@@ -18,12 +18,12 @@ DEPEND=">=sys-libs/zlib-1
>=x11-libs/qt-3.1
virtual/glibc
opengl? ( virtual/opengl )
- kde? ( >=kde-base/kdebase-3.1 )"
+ >=kde-base/kdebase-3.1"
src_compile() {
local myconf
use opengl || myconf="${myconf} --disable-glgraph"
- use kde || myconf="${myconf} --disable-kde-app"
+ # use kde || myconf="${myconf} --disable-kde-app"
econf ${myconf} || die "configure failed"
emake || die "make failed"
}