summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Stadler <centic@gentoo.org>2004-04-18 20:06:34 +0000
committerDominik Stadler <centic@gentoo.org>2004-04-18 20:06:34 +0000
commitb2e554558708324ed2ce223a06f1a08c3c4a1b0a (patch)
tree7bac339399b53feefc9472edd600153b1485716f /app-sci
parentAdded ~sparc keyword. (diff)
downloadhistorical-b2e554558708324ed2ce223a06f1a08c3c4a1b0a.tar.gz
historical-b2e554558708324ed2ce223a06f1a08c3c4a1b0a.tar.bz2
historical-b2e554558708324ed2ce223a06f1a08c3c4a1b0a.zip
Added new ebuild, see Bug 21378.
Diffstat (limited to 'app-sci')
-rw-r--r--app-sci/fung-calc/ChangeLog9
-rw-r--r--app-sci/fung-calc/Manifest4
-rw-r--r--app-sci/fung-calc/files/digest-fung-calc-1.3.2b1
-rw-r--r--app-sci/fung-calc/fung-calc-1.3.2b.ebuild33
-rw-r--r--app-sci/fung-calc/metadata.xml6
5 files changed, 53 insertions, 0 deletions
diff --git a/app-sci/fung-calc/ChangeLog b/app-sci/fung-calc/ChangeLog
new file mode 100644
index 000000000000..3577fe4701df
--- /dev/null
+++ b/app-sci/fung-calc/ChangeLog
@@ -0,0 +1,9 @@
+# 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.1 2004/04/18 20:06:34 centic Exp $
+
+*fung-calc-1.3.2b (18 Apr 2004)
+
+ 18 Apr 2004; Dominik Stadler <centic@gentoo.org> +fung-calc-1.3.2b.ebuild:
+ Add new ebuild, see Bug 21378. Submitter were Jon Hood and Björn Lindström
+
diff --git a/app-sci/fung-calc/Manifest b/app-sci/fung-calc/Manifest
new file mode 100644
index 000000000000..a10783ef5e32
--- /dev/null
+++ b/app-sci/fung-calc/Manifest
@@ -0,0 +1,4 @@
+MD5 a6f700c2fa696c882a512b7fe35eaa91 fung-calc-1.3.2b.ebuild 883
+MD5 201497e376059503f8b7afd504d41023 metadata.xml 179
+MD5 892b37223707db57b301cfeab8e402ef ChangeLog 406
+MD5 b0fb80ab9ac4825cc0a64bc59c7fcc3b files/digest-fung-calc-1.3.2b 69
diff --git a/app-sci/fung-calc/files/digest-fung-calc-1.3.2b b/app-sci/fung-calc/files/digest-fung-calc-1.3.2b
new file mode 100644
index 000000000000..0638483d3f52
--- /dev/null
+++ b/app-sci/fung-calc/files/digest-fung-calc-1.3.2b
@@ -0,0 +1 @@
+MD5 bae7a2d39fd6658d4aa181ddc73bd5d5 fung-calc-1.3.2b.tar.gz 1123189
diff --git a/app-sci/fung-calc/fung-calc-1.3.2b.ebuild b/app-sci/fung-calc/fung-calc-1.3.2b.ebuild
new file mode 100644
index 000000000000..261dae8c59c7
--- /dev/null
+++ b/app-sci/fung-calc/fung-calc-1.3.2b.ebuild
@@ -0,0 +1,33 @@
+# 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.1 2004/04/18 20:06:34 centic Exp $
+
+IUSE="kde opengl"
+
+DESCRIPTION="Scientific Graphing Calculator"
+HOMEPAGE="http://fung-calc.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+
+DEPEND=">=sys-libs/zlib-1
+ >=media-libs/libpng-1.2
+ >=media-libs/jpeg-6
+ >=kde-base/kdelibs-3.1
+ >=x11-libs/qt-3.1
+ virtual/glibc
+ opengl? ( virtual/opengl )
+ kde? ( >=kde-base/kdebase-3.1 )"
+
+src_compile() {
+ local myconf
+ use opengl || myconf="${myconf} --disable-glgraph"
+ use kde || myconf="${myconf} --disable-kde-app"
+ econf ${myconf} || die "configure failed"
+ emake || die "make failed"
+}
+
+src_install() {
+ einstall || die "install failed"
+}
diff --git a/app-sci/fung-calc/metadata.xml b/app-sci/fung-calc/metadata.xml
new file mode 100644
index 000000000000..c215d35366c4
--- /dev/null
+++ b/app-sci/fung-calc/metadata.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>sci</herd>
+<herd>kde-other</herd>
+</pkgmetadata>