diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2004-12-28 05:00:44 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2004-12-28 05:00:44 +0000 |
commit | 7e9f72eb06f1b1e2883f3c0993ed1bd31d985a46 (patch) | |
tree | b87fd18e80731d0b003de5c906217927526270b4 /sci-mathematics/calc | |
parent | Moving to sci-mathematics/calc (diff) | |
download | gentoo-2-7e9f72eb06f1b1e2883f3c0993ed1bd31d985a46.tar.gz gentoo-2-7e9f72eb06f1b1e2883f3c0993ed1bd31d985a46.tar.bz2 gentoo-2-7e9f72eb06f1b1e2883f3c0993ed1bd31d985a46.zip |
Moved from app-sci/calc to sci-mathematics/calc.
Diffstat (limited to 'sci-mathematics/calc')
-rw-r--r-- | sci-mathematics/calc/ChangeLog | 35 | ||||
-rw-r--r-- | sci-mathematics/calc/Manifest | 6 | ||||
-rw-r--r-- | sci-mathematics/calc/calc-2.11.10.1.ebuild | 39 | ||||
-rw-r--r-- | sci-mathematics/calc/calc-2.11.9.3.ebuild | 39 | ||||
-rw-r--r-- | sci-mathematics/calc/files/digest-calc-2.11.10.1 | 1 | ||||
-rw-r--r-- | sci-mathematics/calc/files/digest-calc-2.11.9.3 | 1 | ||||
-rw-r--r-- | sci-mathematics/calc/metadata.xml | 5 |
7 files changed, 126 insertions, 0 deletions
diff --git a/sci-mathematics/calc/ChangeLog b/sci-mathematics/calc/ChangeLog new file mode 100644 index 000000000000..231ef54c166d --- /dev/null +++ b/sci-mathematics/calc/ChangeLog @@ -0,0 +1,35 @@ +# ChangeLog for app-sci/calc +# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/calc/ChangeLog,v 1.1 2004/12/28 05:00:44 ribosome Exp $ + +*calc-2.11.10.1 (28 Dec 2004) + + 28 Dec 2004; Olivier Fisette <ribosome@gentoo.org> +metadata.xml, + +calc-2.11.10.1.ebuild, +calc-2.11.9.3.ebuild: + Moved from app-sci/calc to sci-mathematics/calc. + + 04 Dec 2004; <gongloo@gentoo.org> calc-2.11.10.1.ebuild, + calc-2.11.9.3.ebuild: + Added ~ppc-macos. + +*calc-2.11.10.1 (04 Nov 2004) + + 04 Nov 2004; Patrick Kursawe <phosphan@gentoo.org> +calc-2.11.10.1.ebuild, + calc-2.11.9.3.ebuild: + Version bump, old version declared stable for x86, disabled check if sandbox + is present. + + 12 Sep 2004; Bryan Østergaard <kloeri@gentoo.org> calc-2.11.9.3.ebuild: + Add ~alpha keyword, bug 62067. + + 08 Sep 2004; <blubb@gentoo.org> calc-2.11.9.3.ebuild: + added ~amd64 keyword + + 14 Mar 2004; David Holm <dholm@gentoo.org> calc-2.11.9.3.ebuild: + Added to ~ppc. + +*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/sci-mathematics/calc/Manifest b/sci-mathematics/calc/Manifest new file mode 100644 index 000000000000..e236fdbf33a2 --- /dev/null +++ b/sci-mathematics/calc/Manifest @@ -0,0 +1,6 @@ +MD5 034b32ebc1301127ef29a19076550a2f ChangeLog 981 +MD5 6c88949bf12e51e5cda8882de4437f4b calc-2.11.9.3.ebuild 996 +MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 +MD5 272db5eaee620f89da0073476f156438 calc-2.11.10.1.ebuild 998 +MD5 aedaccd22126ab6a17ed25191a32325d files/digest-calc-2.11.9.3 65 +MD5 b25b154cc59b2f742c8a23d1cee01783 files/digest-calc-2.11.10.1 66 diff --git a/sci-mathematics/calc/calc-2.11.10.1.ebuild b/sci-mathematics/calc/calc-2.11.10.1.ebuild new file mode 100644 index 000000000000..a06089af60d4 --- /dev/null +++ b/sci-mathematics/calc/calc-2.11.10.1.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/calc/calc-2.11.10.1.ebuild,v 1.1 2004/12/28 05:00:44 ribosome 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 ~ppc ~amd64 ~alpha ~ppc-macos" + +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 \ + || die + if echo "${LD_PRELOAD}" | grep -q "sandbox"; then + ewarn "Can't run check when running in sandbox - see bug #59676" + else + make chk || die "Check failed" + fi +} + +src_install() { + make T=${D} install || die + dodoc BUGS CHANGES COPYING COPYING-LGPL LIBRARY README +} diff --git a/sci-mathematics/calc/calc-2.11.9.3.ebuild b/sci-mathematics/calc/calc-2.11.9.3.ebuild new file mode 100644 index 000000000000..c7cbaa0c7656 --- /dev/null +++ b/sci-mathematics/calc/calc-2.11.9.3.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/calc/calc-2.11.9.3.ebuild,v 1.1 2004/12/28 05:00:44 ribosome 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 ~ppc ~amd64 ~alpha ~ppc-macos" + +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 \ + || die + if echo "${LD_PRELOAD}" | grep -q "sandbox"; then + ewarn "Can't run check when running in sandbox - see bug #59676" + else + make chk || die "Check failed" + fi +} + +src_install() { + make T=${D} install || die + dodoc BUGS CHANGES COPYING COPYING-LGPL LIBRARY README +} diff --git a/sci-mathematics/calc/files/digest-calc-2.11.10.1 b/sci-mathematics/calc/files/digest-calc-2.11.10.1 new file mode 100644 index 000000000000..d42c3ed32c1f --- /dev/null +++ b/sci-mathematics/calc/files/digest-calc-2.11.10.1 @@ -0,0 +1 @@ +MD5 b23466c8f490e1fa7f04b0af22da1ad1 calc-2.11.10.1.tar.gz 975250 diff --git a/sci-mathematics/calc/files/digest-calc-2.11.9.3 b/sci-mathematics/calc/files/digest-calc-2.11.9.3 new file mode 100644 index 000000000000..a292ad354bfa --- /dev/null +++ b/sci-mathematics/calc/files/digest-calc-2.11.9.3 @@ -0,0 +1 @@ +MD5 3c431b681b572bf156a57d21f53eb7c0 calc-2.11.9.3.tar.gz 959014 diff --git a/sci-mathematics/calc/metadata.xml b/sci-mathematics/calc/metadata.xml new file mode 100644 index 000000000000..b229aec85b8f --- /dev/null +++ b/sci-mathematics/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>sci</herd> +</pkgmetadata> |