diff options
author | Thomas Veith <xtv@gentoo.org> | 2004-05-19 18:20:59 +0000 |
---|---|---|
committer | Thomas Veith <xtv@gentoo.org> | 2004-05-19 18:20:59 +0000 |
commit | f12dc45340f17b6765539220fca9d13084cd9c55 (patch) | |
tree | 814705e81cb285d6b8bf05935d5cd95e2254505f /app-sci | |
parent | modutils-2.4.26 no longer needs to filter-flags -fPIC (diff) | |
download | historical-f12dc45340f17b6765539220fca9d13084cd9c55.tar.gz historical-f12dc45340f17b6765539220fca9d13084cd9c55.tar.bz2 historical-f12dc45340f17b6765539220fca9d13084cd9c55.zip |
Initial import.
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/qalculate/ChangeLog | 10 | ||||
-rw-r--r-- | app-sci/qalculate/Manifest | 4 | ||||
-rw-r--r-- | app-sci/qalculate/files/digest-qalculate-0.5.1 | 1 | ||||
-rw-r--r-- | app-sci/qalculate/metadata.xml | 14 | ||||
-rw-r--r-- | app-sci/qalculate/qalculate-0.5.1.ebuild | 29 |
5 files changed, 58 insertions, 0 deletions
diff --git a/app-sci/qalculate/ChangeLog b/app-sci/qalculate/ChangeLog new file mode 100644 index 000000000000..1c8620f0f86d --- /dev/null +++ b/app-sci/qalculate/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-sci/qalculate +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/qalculate/ChangeLog,v 1.1 2004/05/19 18:20:59 xtv Exp $ + +*qalculate-0.5.1 (19 May 2004) + + 19 May 2004; Thomas Veith <xtv@gentoo.org> qalculate-0.5.1.ebuild, +ChangeLog, Manifest, files/digest-qalculate-0.5.1 : + Initial import. + Qalculate is a cool GNOME-based scientific calculator. diff --git a/app-sci/qalculate/Manifest b/app-sci/qalculate/Manifest new file mode 100644 index 000000000000..2240c1990474 --- /dev/null +++ b/app-sci/qalculate/Manifest @@ -0,0 +1,4 @@ +MD5 6e088233ef2b4d0e9ed400b5d4045cbc qalculate-0.5.1.ebuild 686 +MD5 b241f2372411483581d76486fb6ec8d1 ChangeLog 443 +MD5 364f41ae8e0b33134ef71caf47d34516 metadata.xml 507 +MD5 1c008c6be5b98d917d12e0557e09c1df files/digest-qalculate-0.5.1 72 diff --git a/app-sci/qalculate/files/digest-qalculate-0.5.1 b/app-sci/qalculate/files/digest-qalculate-0.5.1 new file mode 100644 index 000000000000..27d42d06bf58 --- /dev/null +++ b/app-sci/qalculate/files/digest-qalculate-0.5.1 @@ -0,0 +1 @@ +MD5 0e3389043fb0265e8c1c16cb1df76287 qalculate-gtk-0.5.1.tar.gz 1236119 diff --git a/app-sci/qalculate/metadata.xml b/app-sci/qalculate/metadata.xml new file mode 100644 index 000000000000..2f71f4c2a53b --- /dev/null +++ b/app-sci/qalculate/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>sci</herd> +<maintainer> + <email>xtv@gentoo.org</email> +</maintainer> +<longdescription> +Qalculate! is a multi-purpose desktop calculator for GNU/Linux. It is small +and simple to use but with much power and versatility underneath. +Features include customizable functions, units, arbitrary precision, plotting, +and a user-friendly interface. +</longdescription> +</pkgmetadata> diff --git a/app-sci/qalculate/qalculate-0.5.1.ebuild b/app-sci/qalculate/qalculate-0.5.1.ebuild new file mode 100644 index 000000000000..17670df1425d --- /dev/null +++ b/app-sci/qalculate/qalculate-0.5.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/qalculate/qalculate-0.5.1.ebuild,v 1.1 2004/05/19 18:20:59 xtv Exp $ + +inherit gnome2 + +DESCRIPTION="cool scientific calculator / computer algebra system" +HOMEPAGE="http://qalculate.sourceforge.net/" + +MY_P=${PN}-gtk-${PV} +SRC_URI="mirror://sourceforge/qalculate/${MY_P}.tar.gz" + +LICENSE="GPL-2" + +SLOT="0" + +KEYWORDS="~x86" + +IUSE="" + +DEPEND=">=x11-libs/gtk+-2.0.0 \ + >=gnome-base/libglade-2.0.0 \ + app-text/scrollkeeper \ + gnome-extra/yelp \ + >=gnome-base/libgnome-2.0.0 \ + media-gfx/gnuplot \ + dev-libs/cln" + +S=${WORKDIR}/${MY_P} |