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
commite845c3faaadaeedff2aea76b0225249452c976c1 (patch)
treeac1580f8a8b1eb9e3f027faa48033251f21fd765 /app-sci/fung-calc
parentAdd new ebuild, thanks to Carsten Lohrke <current@myrealbox.com> for the ebui... (diff)
downloadhistorical-e845c3faaadaeedff2aea76b0225249452c976c1.tar.gz
historical-e845c3faaadaeedff2aea76b0225249452c976c1.tar.bz2
historical-e845c3faaadaeedff2aea76b0225249452c976c1.zip
fung-calc requires kde.
Diffstat (limited to 'app-sci/fung-calc')
-rw-r--r--app-sci/fung-calc/ChangeLog6
-rw-r--r--app-sci/fung-calc/Manifest4
-rw-r--r--app-sci/fung-calc/fung-calc-1.3.2b.ebuild8
3 files changed, 11 insertions, 7 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/Manifest b/app-sci/fung-calc/Manifest
index b39a4afee029..8ff6896544dd 100644
--- a/app-sci/fung-calc/Manifest
+++ b/app-sci/fung-calc/Manifest
@@ -1,4 +1,4 @@
-MD5 988200fee06c8156c68e3242826e904e ChangeLog 493
-MD5 d4654d797f297d17677579f618232ed7 fung-calc-1.3.2b.ebuild 887
+MD5 2bb9a1cbba005aed42a0f212e8cfbf7e fung-calc-1.3.2b.ebuild 877
MD5 201497e376059503f8b7afd504d41023 metadata.xml 179
+MD5 b64b3eaa04ed0d6d9f4e8fbae23a5393 ChangeLog 665
MD5 b0fb80ab9ac4825cc0a64bc59c7fcc3b files/digest-fung-calc-1.3.2b 69
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"
}