summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/ccmath')
-rw-r--r--dev-libs/ccmath/ChangeLog5
-rw-r--r--dev-libs/ccmath/Manifest4
-rw-r--r--dev-libs/ccmath/ccmath-2.2.1.ebuild13
3 files changed, 10 insertions, 12 deletions
diff --git a/dev-libs/ccmath/ChangeLog b/dev-libs/ccmath/ChangeLog
index 158ab84591ff..bc58e931f453 100644
--- a/dev-libs/ccmath/ChangeLog
+++ b/dev-libs/ccmath/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/ccmath
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/ccmath/ChangeLog,v 1.2 2003/03/30 21:19:26 joker Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/ccmath/ChangeLog,v 1.3 2003/10/28 05:48:01 mr_bones_ Exp $
+
+ 27 Oct 2003; Michael Sterrett <mr_bones_@gentoo.org> ccmath-2.2.1.ebuild:
+ tidy; mark stable on ppc so rpc can use it.
*ccmath-2.2.1 (23 Feb 2003)
diff --git a/dev-libs/ccmath/Manifest b/dev-libs/ccmath/Manifest
index 49d8b28f2ae4..799feb50bf8a 100644
--- a/dev-libs/ccmath/Manifest
+++ b/dev-libs/ccmath/Manifest
@@ -1,3 +1,3 @@
-MD5 10284d4749aac33cd8877246be4b70a7 ChangeLog 877
-MD5 53674d6983e2a20c5120969f02722418 ccmath-2.2.1.ebuild 990
+MD5 8123ac9980a459cc6e8ac108362d88c1 ChangeLog 1004
+MD5 b78322fc4035d21f9c0d1cbfb5b3696c ccmath-2.2.1.ebuild 968
MD5 1c8ba73673ef00b6ffaf5c195bccb99d files/digest-ccmath-2.2.1 64
diff --git a/dev-libs/ccmath/ccmath-2.2.1.ebuild b/dev-libs/ccmath/ccmath-2.2.1.ebuild
index df00c997eb5c..b13539c9f844 100644
--- a/dev-libs/ccmath/ccmath-2.2.1.ebuild
+++ b/dev-libs/ccmath/ccmath-2.2.1.ebuild
@@ -1,10 +1,7 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# 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.4 2003/09/08 07:19:26 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/ccmath/ccmath-2.2.1.ebuild,v 1.5 2003/10/28 05:48:01 mr_bones_ Exp $
-IUSE=""
-
-S=${WORKDIR}/${P}
DESCRIPTION="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."
@@ -14,22 +11,20 @@ HOMEPAGE="http://freshmeat.net/projects/ccmath/"
SLOT="0"
LICENSE="LGPL-2.1"
-KEYWORDS="x86 ~ppc sparc"
+KEYWORDS="x86 ppc sparc"
DEPEND="virtual/glibc"
-src_compile() {
+IUSE=""
+src_compile() {
yes | ./makelibs.sh
-
}
src_install() {
-
dolib.so tmp/libccm.so
dolib.a tmp/libccm.a
insinto /usr/include
doins ccmath.h
dodoc CHANGES INSTALL README manual/*
-
}