diff options
author | Peter Bienstman <pbienst@gentoo.org> | 2004-03-11 12:49:42 +0000 |
---|---|---|
committer | Peter Bienstman <pbienst@gentoo.org> | 2004-03-11 12:49:42 +0000 |
commit | 7456a38fb9ffc10989e9ff24c328231f4fb58b17 (patch) | |
tree | 6a0b7a81b90e85c0375611538fa4990e350909df /app-sci | |
parent | disabling hardened-gcc features in resulting compiler, possible fix for #3615... (diff) | |
download | gentoo-2-7456a38fb9ffc10989e9ff24c328231f4fb58b17.tar.gz gentoo-2-7456a38fb9ffc10989e9ff24c328231f4fb58b17.tar.bz2 gentoo-2-7456a38fb9ffc10989e9ff24c328231f4fb58b17.zip |
New app.
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/calc/ChangeLog | 9 | ||||
-rw-r--r-- | app-sci/calc/Manifest | 4 | ||||
-rw-r--r-- | app-sci/calc/calc-2.11.9.3.ebuild | 34 | ||||
-rw-r--r-- | app-sci/calc/files/digest-calc-2.11.9.3 | 1 | ||||
-rw-r--r-- | app-sci/calc/metadata.xml | 5 |
5 files changed, 53 insertions, 0 deletions
diff --git a/app-sci/calc/ChangeLog b/app-sci/calc/ChangeLog new file mode 100644 index 000000000000..9bf8ef9fa22b --- /dev/null +++ b/app-sci/calc/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for app-sci/calc +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/calc/ChangeLog,v 1.1 2004/03/11 12:49:42 pbienst Exp $ + +*calc-2.11.9.3 (11 Mar 2004) + + 11 Mar 2004; Peter Bienstman <pbienst@gentoo.org> calc-2.11.9.3.ebuild: + New app, thanks to José Romildo Malaquias <romildo@uber.com.br> (#38736) + diff --git a/app-sci/calc/Manifest b/app-sci/calc/Manifest new file mode 100644 index 000000000000..4f199db6883e --- /dev/null +++ b/app-sci/calc/Manifest @@ -0,0 +1,4 @@ +MD5 742d0afab7becd222f52e87360e96244 ChangeLog 301 +MD5 5fc0b952e3a466eeff7bd0970669e5c5 metadata.xml 160 +MD5 58ee1d0b530b6ab38c84be72473ee301 calc-2.11.9.3.ebuild 722 +MD5 aedaccd22126ab6a17ed25191a32325d files/digest-calc-2.11.9.3 65 diff --git a/app-sci/calc/calc-2.11.9.3.ebuild b/app-sci/calc/calc-2.11.9.3.ebuild new file mode 100644 index 000000000000..c517d35b22a3 --- /dev/null +++ b/app-sci/calc/calc-2.11.9.3.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/calc/calc-2.11.9.3.ebuild,v 1.1 2004/03/11 12:49:42 pbienst Exp $ + +DESCRIPTION="An arbitrary precision C-like arithmetic system" +HOMEPAGE="http://www.isthe.com/chongo/tech/comp/calc/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="LGPL-2" +KEYWORDS="~x86" + +IUSE="" + +DEPEND=">=sys-libs/ncurses-5.2 + >=sys-libs/readline-4.2" + +RDEPEND=">=sys-apps/less-348" + +src_compile() { + make \ + T=${D} \ + DEBUG="${CFLAGS}" \ + CALCPAGER=less \ + USE_READLINE="-DUSE_READLINE" \ + READLINE_LIB="-lreadline -lhistory -lncurses" \ + all chk \ + || die +} + +src_install() { + make T=${D} install || die + dodoc BUGS CHANGES COPYING COPYING-LGPL LIBRARY README +} diff --git a/app-sci/calc/files/digest-calc-2.11.9.3 b/app-sci/calc/files/digest-calc-2.11.9.3 new file mode 100644 index 000000000000..a292ad354bfa --- /dev/null +++ b/app-sci/calc/files/digest-calc-2.11.9.3 @@ -0,0 +1 @@ +MD5 3c431b681b572bf156a57d21f53eb7c0 calc-2.11.9.3.tar.gz 959014 diff --git a/app-sci/calc/metadata.xml b/app-sci/calc/metadata.xml new file mode 100644 index 000000000000..c0052f77f270 --- /dev/null +++ b/app-sci/calc/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>app-sci</herd> +</pkgmetadata> |