ChangeLog

# ChangeLog for dev-libs/ccmath
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/ccmath/ChangeLog,v 1.10 2007/02/22 00:29:04 peper Exp $

22 Feb 2007; Piotr JaroszyƄski ChangeLog:
Transition to Manifest2.

22 Apr 2005; Simon Stelling ccmath-2.2.1.ebuild:
stable on amd64

19 Oct 2004; Karol Wojtaszek,,,
+files/ccmath-2.2.1-fPIC.patch, ccmath-2.2.1.ebuild:
Added ~amd64 keyword and fPIC patch

01 Jul 2004; Jeremy Huddleston ccmath-2.2.1.ebuild:
virtual/glibc -> virtual/libc

27 Oct 2003; Michael Sterrett ccmath-2.2.1.ebuild:
tidy; mark stable on ppc so rpc can use it.

*ccmath-2.2.1 (23 Feb 2003)

30 Mar 2003; Christian Birchinger ccmath-2.2.1.ebuild:
Added sparc stable keyword

23 Feb 2003; George Shapovalov ccmath-2.2.1.ebuild, files/digest-ccmath-2.2.1 :
initial release (#13208)
CCMATH is a mathematics library, coded in C, that contains functions for linear algebra, numerical integration, geometry and trigonometry, curve fitting, roots and optimization, Fourier analysis, simulation generation, statistics, special functions, sorts and searches, time series models, complex arithmetic, and high precision computations.
ebuild submitted by Bernardo S. A. Silva

Manifest

AUX ccmath-2.2.1-fPIC.patch 820 RMD160 9b12b8ffac666adc78ef2b3ba6b0dbb8adf13767 SHA1 8929e6b10dea0a1c0c4e1ee4959f07f721adf57f SHA256 e2f4ec6e7e736ac8f5d21bce6ce7f38edb86abec9399e7c5c251397d8dcd7aee
DIST ccmath-2.2.1.tar.gz 258535 RMD160 7f5477146d137a980a1e12ba1ea5d6b7eff9d7fa SHA1 4d62655c4b6d4a6a3634de8f84764cc7d761412b SHA256 e7276c85c554e61c3e947e73b3ddfb5d43e60a747367c95d06b868e496b4e6df
EBUILD ccmath-2.2.1.ebuild 876 RMD160 a8ab4383a17f05cbbac7394b0a5a652949f61f9f SHA1 f1fce7f949656e3178cc81d50ecb39633b20503f SHA256 9338298e7fa9fbc43ba69a3ca158c7ee601a20ae8ad97c0feea1c6ed52dcd54b
MISC ChangeLog 1443 RMD160 27d849357e379054845d5001f3204a9453fa42a7 SHA1 61d87e5b31e3037c230faee8fea9e0d875337c05 SHA256 8253ca9070ffb1b7c29815a76c831593dcb124d79c857e18660e7835f38c20fd
MISC metadata.xml 156 RMD160 dc078172bfebcb25d69bdf8731714f9cce9d3e36 SHA1 da2b240a255820145b7c83a5c48e45b96b7e9ee6 SHA256 5d22100902db7507a5b5493dd4a66cdb08025faf80a2c0b75e6392315c47f900

ccmath-2.2.1.ebuild

# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/ccmath/ccmath-2.2.1.ebuild,v 1.11 2006/07/15 03:13:09 vapier Exp $

inherit eutils

DESCRIPTION="a math library that contains functions for a wide variety of computations"
HOMEPAGE="http://freshmeat.net/projects/ccmath/"
SRC_URI="http://www.ibiblio.org/pub/Linux/libs/${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="x86 ppc sparc amd64"
IUSE=""

DEPEND=""

src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}-fPIC.patch
}

src_compile() {
# if it is amd64 we doesn't support intels
use amd64 && yes n | ./makelibs.sh || yes | ./makelibs.sh
}

src_install() {
dolib.so tmp/libccm.so || die
dolib.a tmp/libccm.a || die
insinto /usr/include
doins ccmath.h || die
dodoc CHANGES INSTALL README manual/*
}

files

metadata.xml




sci