diff options
author | Markus Dittrich <markusle@gentoo.org> | 2006-10-06 01:55:06 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2006-10-06 01:55:06 +0000 |
commit | 7fee9ee9348f19eb80c85d484f7b8a1536875362 (patch) | |
tree | 6befbce3d47ecb0f3854a0e3cc7aa0fe8a7cda04 /sci-mathematics | |
parent | Nuking ~sparc until DEPs are properly handled (diff) | |
download | gentoo-2-7fee9ee9348f19eb80c85d484f7b8a1536875362.tar.gz gentoo-2-7fee9ee9348f19eb80c85d484f7b8a1536875362.tar.bz2 gentoo-2-7fee9ee9348f19eb80c85d484f7b8a1536875362.zip |
Version bump.
(Portage version: 2.1.2_pre2)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/calc/ChangeLog | 7 | ||||
-rw-r--r-- | sci-mathematics/calc/calc-2.12.1.5.ebuild | 39 | ||||
-rw-r--r-- | sci-mathematics/calc/files/digest-calc-2.11.9.3 | 2 | ||||
-rw-r--r-- | sci-mathematics/calc/files/digest-calc-2.12.1.5 | 3 |
4 files changed, 50 insertions, 1 deletions
diff --git a/sci-mathematics/calc/ChangeLog b/sci-mathematics/calc/ChangeLog index 6ce83fa404eb..5050eb8fe5b7 100644 --- a/sci-mathematics/calc/ChangeLog +++ b/sci-mathematics/calc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-mathematics/calc # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/calc/ChangeLog,v 1.9 2006/06/28 02:19:02 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/calc/ChangeLog,v 1.10 2006/10/06 01:55:05 markusle Exp $ + +*calc-2.12.1.5 (06 Oct 2006) + + 06 Oct 2006; Markus Dittrich <markusle@gentoo.org> +calc-2.12.1.5.ebuild: + Version bump. 28 Jun 2006; Luis Medinas <metalgod@gentoo.org> calc-2.11.10.1.ebuild: Stable on amd64. Bug #138153. diff --git a/sci-mathematics/calc/calc-2.12.1.5.ebuild b/sci-mathematics/calc/calc-2.12.1.5.ebuild new file mode 100644 index 000000000000..f97f42e22160 --- /dev/null +++ b/sci-mathematics/calc/calc-2.12.1.5.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/calc/calc-2.12.1.5.ebuild,v 1.1 2006/10/06 01:55:06 markusle 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="~alpha ~amd64 ~ppc ~ppc-macos ~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 \ + || 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.9.3 b/sci-mathematics/calc/files/digest-calc-2.11.9.3 index a292ad354bfa..17b17fc210ff 100644 --- a/sci-mathematics/calc/files/digest-calc-2.11.9.3 +++ b/sci-mathematics/calc/files/digest-calc-2.11.9.3 @@ -1 +1,3 @@ MD5 3c431b681b572bf156a57d21f53eb7c0 calc-2.11.9.3.tar.gz 959014 +RMD160 0ad3122b937e36034858f78b2645c368b468285b calc-2.11.9.3.tar.gz 959014 +SHA256 9f6d5329a5fc04d9ab4fabd0d169a429190cf48f23dfa0fa236bebd5b8711319 calc-2.11.9.3.tar.gz 959014 diff --git a/sci-mathematics/calc/files/digest-calc-2.12.1.5 b/sci-mathematics/calc/files/digest-calc-2.12.1.5 new file mode 100644 index 000000000000..1c77b216c8e9 --- /dev/null +++ b/sci-mathematics/calc/files/digest-calc-2.12.1.5 @@ -0,0 +1,3 @@ +MD5 75bc9c6dfaad2d1f6dce901bdfbaa92c calc-2.12.1.5.tar.gz 1020389 +RMD160 729de36922ede4212225833f926d82329673ffff calc-2.12.1.5.tar.gz 1020389 +SHA256 3a8b6daa60de0b5aa7c33dcfdf0aeec9d4523f51638235468de32f843ce79171 calc-2.12.1.5.tar.gz 1020389 |